Commit Graph

10380 Commits

Author SHA1 Message Date
wiz
3362820342 Mention that TerraTec Aureon 7.1 PCIe is supported by
this driver. Bump date.
2013-05-10 11:05:14 +00:00
wiz
96d067c6a4 Punctuation fixes, put FILES in a list. 2013-05-09 13:54:11 +00:00
aymeric
29c8b179ee mention support for AR3012 based chips and point to the corresponding
firmware files
2013-05-09 12:46:21 +00:00
pgoyette
b322009003 Fix the build 2013-05-08 04:33:15 +00:00
rkujawa
4a34c9a43f Add mcp980x(4) man page. 2013-05-07 22:45:26 +00:00
riastradh
1bb03de69a First draft of a long-awaited man page for genfs_rename(9). 2013-05-01 18:56:48 +00:00
wiz
c3c24d432a Remove trailing whitespace. 2013-04-29 14:19:48 +00:00
rkujawa
7b2fe77e42 Add info about LDOs and DCDCs in TPS65217. 2013-04-29 13:28:55 +00:00
wiz
0e3fa8cc54 Bump date for previous. 2013-04-28 12:51:04 +00:00
rkujawa
4fb6fc4e82 Add slhci at zbus. 2013-04-28 10:23:03 +00:00
wiz
d8e26998a1 Minor fixes. 2013-04-26 20:57:48 +00:00
rkujawa
d4388e5cd0 Add man page for TPS65217 PMIC. 2013-04-26 20:08:53 +00:00
jdf
1428b55a96 Fix timestamp in the licence. 2013-04-25 23:15:14 +00:00
jdf
719a5de0b5 Add licence. 2013-04-25 23:05:09 +00:00
wiz
9edfa90da4 Fix mdoclint warnings.
XXX: licence missing, please add it.
2013-04-25 21:52:48 +00:00
jdf
107d0467dd Commit the file src.7 describing the source layout of the NetBSD src tree.
Written by Elvira Khabirova and Mingzhe Wang (the sys/ part) in the scope of
Google Code-In 2012/2013.
2013-04-25 12:05:54 +00:00
yamt
c0a3e99683 fix prototype 2013-04-24 00:56:14 +00:00
yamt
f0a3996216 fix return value 2013-04-24 00:51:58 +00:00
msaitoh
423398df04 Add I21[01]. 2013-04-19 00:40:59 +00:00
jdf
29366d9bc2 * remove superfluous .Pp' and .Ns' macros (fixes mandoc(1) warnings)
* macro correction (`.Nm' -> `.Pa');
 * small wording, punctuation, and white space corrections/improvements.

Patch supplied by Bug Hunting.
2013-04-15 22:50:08 +00:00
jdf
2304bc2255 Remove superfluous '.Pp' macro (fixes mandoc(1) warning).
Patch supplied by Bug Hunting.
2013-04-15 22:46:52 +00:00
wiz
cdf08b521b New sentence, new line. 2013-04-10 00:24:28 +00:00
christos
6d6ea83f53 update init_win{,_local} to match recent changes. 2013-04-10 00:20:14 +00:00
njoly
4bfb4fdd36 Fix section (3 -> 2) in openat xref. 2013-04-09 13:29:07 +00:00
khorben
27bee29666 Added support for the Realtek 8168F variant in re(4).
From FreeBSD; not tested on real hardware unfortunately. The manual page was adjusted as well.

No objection from current-users@, "commit it" gdt@
2013-04-06 01:53:13 +00:00
christos
9b08c42b1d clarify the units of fsblkcnt_t 2013-04-05 17:33:06 +00:00
wiz
1cfd0987ab Add NetBSD 7.0 as first appearance of this driver to HISTORY. 2013-03-30 09:10:35 +00:00
wiz
1c18b13d46 Use ifconfig.if(5) instead of hostname.if(5) on NetBSD. 2013-03-30 09:09:50 +00:00
wiz
b7f3119646 Fix Dd. Remove fw_update reference, the firmware is installed by default.
XXX: Fix ".Xr hostname.if 5", which doesn't exist on NetBSD.
2013-03-30 08:26:20 +00:00
christos
64f896110c This is the initial port of OpenBSD's athn(4) driver. It supports
quite a few Atheros 802.11n devices.  See the athn(4) manpage for a
list.

This port has only been tested with a TP-LINK TL-WN722N USB adapter
which has an AR9271 chipset (VENDOR: 0x0cf3, PRODUCT: 0x9271).  The
BSS, Monitor, and HostAP modes all seem to work on that adapter,
though the later has not been tested much.

The driver also supports PCI and CardBUS devices, but those interfaces
are completely untested and probably won't work at this point.

If someone can provide me with other adapters that should be
supported, particularly PCI or CardBUS adapters, or tell me where I
can get one cheaply, I would be happy to try to get the driver working
on those devices as well.
2013-03-30 02:53:00 +00:00
christos
8b57040752 patches for new wifi devices. 2013-03-30 02:38:58 +00:00
christos
027c677d2a fix merge conflicts 2013-03-29 22:51:04 +00:00
wiz
3f06676b22 Fix date and conflict; use Dv for NULL. 2013-03-29 21:45:27 +00:00
christos
189095559b sync with OpenBSD. 2013-03-29 21:16:31 +00:00
pgoyette
b97b49129d Minor typo 2013-03-29 20:58:58 +00:00
wiz
62e9897175 Add more links for kcpuset(9). 2013-03-28 11:17:39 +00:00
jmmv
76512a9d94 Synchronize the clock periodically in vmt(4).
Add periodic clock synchronization to vmt(4) so that the guest clock
remains synchronized even when the host is suspended (which is a very
typical situation in a laptop).

Do this by default once per minute, but provide a sysctl to tune this
value (machdep.vmt0.clock_sync.period).

Sent to tech-kern@ for review and addressed a couple of issues.
2013-03-16 01:26:52 +00:00
njoly
39d8199988 Fix a few file system paths to use Pa macro. 2013-03-15 19:32:30 +00:00
njoly
ed42c35850 Add missing Ta macro. 2013-03-14 19:18:32 +00:00
njoly
46cf583aec Kill extra .Sh. 2013-03-14 19:17:58 +00:00
njoly
653fde3199 Fix dates. 2013-03-14 19:16:52 +00:00
nonaka
2c1464a536 Add support for the Huawei E171 3G Modem.
Tested by Saifi Khan at http://mail-index.netbsd.org/netbsd-users/2013/03/14/msg012629.html
2013-03-14 13:08:56 +00:00
riastradh
b757dad44d Fix documentation of rbtree(3) iteration.
. Fix sense of rb_tree_iterate(rbt, NULL, ...).
. Document RB_TREE_MIN/RB_TREE_MAX to avoid relying on that sense.
. Document RB_TREE_FOREACH and RB_TREE_FOREACH_REVERSE to simplify
iteration.

Addresses PR lib/46034 and PR lib/47144.  It would have been nice to
make `x = NULL; while ((x = rb_tree_iterate(t, NULL, ...)) != NULL)'
DTRT to traverse t, but it's too much late for that now.

We probably ought to have an RB_TREE_FOREACH{,_REVERSE}_SAFE too.

ok christos
2013-03-13 13:38:05 +00:00
riastradh
ff2657ee99 Fix argument order for config_attach_loc in autoconf(9). 2013-03-13 00:09:21 +00:00
wiz
9fe5b6f853 New sentence, new line. 2013-03-06 22:18:29 +00:00
wiz
5c22ed0e04 Use more markup. 2013-03-06 22:07:54 +00:00
joerg
d0be9fb298 All current semaphores support process sharing. 2013-03-01 18:39:52 +00:00
joerg
e240adbd0b Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
jmmv
82977e8c6a Provide Kyua instructions in tests(7) when MKKYUA!=no.
I was first going to do this by doing automatic replacements of special
macros within the tests.7 file, but that turned out to be too complex
and confusing.

Instead, just rename the previous tests.7 to tests.atf.7 and add a new
tests.kyua.7 file.  Choose which one to install as tests(7) depending on
the MKKYUA knob.
2013-02-25 02:02:41 +00:00
wiz
f3f78ea6f0 Use Nx, fix typo. 2013-02-15 21:03:17 +00:00