Commit Graph

8372 Commits

Author SHA1 Message Date
wiz
94dcecc31d Sort sections, remove superfluous .Pp, improve wording. 2009-08-09 07:40:46 +00:00
kiyohara
5bb9b7a6ef Support SMSC LAN9118 Family Ethernet interfaces device driver.
It tested on GUMSTIX only.
2009-08-09 06:40:09 +00:00
skrll
8e44c4863b Sentences end with '.'. 2009-08-08 14:09:06 +00:00
wiz
cbc70c1e23 Use .Nm instead Xr to itself. 2009-08-04 18:59:05 +00:00
rmind
3def089fbe Relate interfaces by updating "see also" section. 2009-08-03 23:29:19 +00:00
rmind
239c98c94b Merge vmem_alloc(9) & friends (it's a whole company) into a single vmem(9). 2009-08-03 23:15:29 +00:00
rmind
b4d747cb18 Merge workqueue_create(9), workqueue_destroy(9) and workqueue_enqueue(9)
into a single workqueue(9) man page.
2009-08-03 23:03:05 +00:00
wiz
7455cfd148 Fix typo. 2009-08-03 22:20:07 +00:00
wiz
2e93bab0fb Remove trailing whitespace, and fix a typo. 2009-08-03 22:17:11 +00:00
wiz
62ab9add64 I guess ubc(9) should be used for all ubc_*(9) man pages, not only for
some. Make it so.
2009-08-03 22:16:01 +00:00
pooka
49e7fefd6c play the "make signature match implementation-after-churn" game 2009-08-03 22:08:57 +00:00
rmind
dc1dc00697 kmem(9): add code references, improve a little. 2009-08-03 20:10:16 +00:00
rmind
c783b6b33a Sync with reality a little, drop description of obsolete interface.
XXX: man page needs better wording.
2009-08-03 20:02:55 +00:00
rmind
530320c25b Mention kmem(9). 2009-08-03 19:57:40 +00:00
rmind
deef563516 Unify kmem_alloc/zalloc/free under kmem(9). Links preserved. 2009-08-03 19:43:58 +00:00
rmind
143caecc0d kmem_alloc(9): make notes under NOTES section. 2009-08-03 19:30:32 +00:00
rmind
46b2df96e9 ubc(9): add "core references" and "see also", ubc_unmap -> ubc_release. 2009-08-03 19:18:27 +00:00
rmind
e403bed420 Split descriptions of UBC functions from uvm(9) into separate ubc(9) man page. 2009-08-03 19:08:48 +00:00
wiz
8dacf6eb63 Make HTML-ready. 2009-08-02 22:38:29 +00:00
wiz
b2141244f7 Sort supported hardware by name. New sentence, new line. 2009-08-02 22:37:44 +00:00
nonaka
156e933143 pxamci is pxa2x0 specific. 2009-08-02 00:20:39 +00:00
nonaka
69ff36e733 use NetBSD e-mail address. 2009-08-02 00:19:29 +00:00
mbalmer
2dbe843789 Sprinkle a few .Pps. 2009-08-01 15:52:55 +00:00
mbalmer
0a0263e442 Add a manual page for the gpiosim(4) pseudo-device. 2009-08-01 15:43:01 +00:00
mbalmer
eb1d43028b Sort SYNOPSIS, add gpio* at gpiosim?. 2009-08-01 13:17:30 +00:00
mbalmer
b0979f1866 Simplify example. 2009-08-01 13:14:40 +00:00
kiyohara
ce1343fcd9 Support Marvell Hercules-I/II SATA Controllers. 2009-07-27 12:34:12 +00:00
wiz
95ae7b7783 Bump date for previous. 2009-07-25 21:21:20 +00:00
wiz
a86a0573d4 Reword for better HTML output. 2009-07-25 21:16:35 +00:00
mbalmer
70d654f756 Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d.  Introduce new variable
"gpio" for /etc/rc.conf.
2009-07-25 16:20:10 +00:00
wiz
65db08e438 Sort supported hardware by name. 2009-07-22 19:42:15 +00:00
wiz
32550f5f41 Remove unnecessary .Pp. 2009-07-22 19:40:41 +00:00
alc
71b968b692 Bump date 2009-07-22 17:53:20 +00:00
alc
76d965daaa Update supported chips list. 2009-07-22 17:48:26 +00:00
alc
19be44bd80 HAL redistribution is no longer constrained by specific redistribution rules. 2009-07-22 17:45:54 +00:00
alc
2934de2045 The HAL is no longer a kernel blob, reflect this. 2009-07-22 17:34:56 +00:00
wiz
46ec96ceb4 Formatting nit. 2009-07-20 07:58:54 +00:00
minskim
39e3066b15 Enable IP_MINTTL option for SOCK_DGRAM sockets. 2009-07-19 23:17:33 +00:00
wiz
2e77f486e6 New sentence, new line. 2009-07-19 07:02:21 +00:00
kiyohara
1f46950ef0 Support siisata@cardbus.
It tested on amd64 and i386 only.
2009-07-19 06:28:08 +00:00
wiz
0e3d8a6be4 Make HTML-ready. 2009-07-18 06:31:54 +00:00
minskim
20bf08088e Bump date for the previous change. 2009-07-17 22:04:18 +00:00
minskim
d0a9c36e4a Add the IP_MINTTL socket option.
The IP_MINTTL option may be used on SOCK_STREAM sockets to discard
packets with a TTL lower than the option value.  This can be used to
implement the Generalized TTL Security Mechanism (GTSM) according to
RFC 3682.

OK'ed by christos@.
2009-07-17 22:02:54 +00:00
wiz
ce0cbbff10 New sentence, new line. 2009-07-16 07:31:48 +00:00
minskim
ca28940e0e Add the IP_RECVTTL option support.
If the IP_RECVTTL option is enabled on a SOCK_DGRAM socket, the
recvmsg(2) call will return the TTL of the received datagram.  The
msg_control field in the msghdr structure points to a buffer that
contains a cmsghdr structure followed by the TTL value.

Modeled after FreeBSD implementation.
2009-07-16 04:09:51 +00:00
wiz
0cb83a1a01 New sentence, new line. Add RCS Id. Make HTML-ready. 2009-07-14 21:40:02 +00:00
tls
44571ac47c Clarify accf_http manual page per wiz's request. 2009-07-14 21:37:50 +00:00
wiz
8f62518cea Use more markup. Punctuation nit. 2009-06-29 06:02:09 +00:00
dholland
0633e5d59f Bump date for previous (thanks uebayasi@) 2009-06-29 05:49:28 +00:00
dholland
847d7ba4a1 Document namei_simple_kernel and namei_simple_user. 2009-06-29 05:17:14 +00:00