Robert Watson
806c2dc9bf
Add MLINKS for sf_buf.9.
2007-01-29 11:27:44 +00:00
Joel Dahl
9eca1342f5
Line break before "All rights reserved" in the license example.
...
Reveiwed by: bde, rwatson
2007-01-28 20:51:04 +00:00
Robert Watson
5d668266bb
Update pmap_extract() implementation notes: we appear no longer to serialize
...
this call with Giant on any platform.
2007-01-28 16:23:55 +00:00
Robert Watson
5a05988c32
Add a rudimentary man page for sf_bufs, based on my rudimentary
...
understanding of sf_bufs.
2007-01-28 16:07:50 +00:00
Robert Watson
0931399389
Fix minor type: "struct disk *" instead of "struct *disk".
...
MFC after: 3 days
2007-01-28 14:37:13 +00:00
Ruslan Ermilov
b902c5bc80
Fix grammar [1] and formatting.
...
Submitted by: pluknet AT gmail DOT com [1]
2007-01-27 23:06:00 +00:00
Robert Watson
cbfb87359e
Add a missing verb in describing MAP_PREFAULT_MADVISE.
2007-01-27 18:58:33 +00:00
Xin LI
29e2b723d4
Regen.
2007-01-26 10:20:59 +00:00
Ceri Davies
c4758f8e7f
Bump .Dd for r1.313.
2007-01-24 09:22:56 +00:00
Mike Pritchard
781cf91bcd
Document new quota knobs.
2007-01-23 21:27:07 +00:00
Bruce M Simpson
ed6e952c66
Document the existence of the TCP_INFO socket option.
...
Approved by: rwatson
2007-01-22 14:16:47 +00:00
Bruce M Simpson
50c317ac7c
Docuemnt exactly which functions access which NSS databases.
...
Point out that FreeBSD libc has compat stubs for GNU glibc NSS
modules which access NSDB_PASSWD/NSDB_GROUP, but not NSDB_HOSTS;
based on painful experience porting nss_mdns.
Reviewed by: ru
2007-01-22 11:45:25 +00:00
Marius Strobl
2518ad74c7
- For the sake of completeness mention back-end support for the ILACC
...
and add a list of known-working PCI devices.
- For consistency throughout this man page also talk about C-Bus and
ISA adapters rather than cards.
- Add missing .Tn.
- Mention ifconfig(8) along with listing selectable media types.
- Add/un-comment hardware notes for the newly supported 'lebuffer'
variants (the transition from P/N 501-1860 to 501-1869 isn't a typo).
2007-01-20 13:37:15 +00:00
Andrew Thompson
ab86b1c667
Add a section about RSTP support.
2007-01-20 02:39:34 +00:00
Olivier Houchard
c3f5198b21
Add a reference too pthread_cancel(3).
...
Submitted by: Jeremie Le-Hen
2007-01-19 17:34:52 +00:00
Joel Dahl
f1f234518b
Add missing comma.
...
Noticed by: ru
2007-01-18 15:27:15 +00:00
Bruce M Simpson
394c6ef282
Document the loader tunables which control hard process memory limits.
...
Reviewed by: ru
2007-01-17 22:23:28 +00:00
Joel Dahl
9a6e76e662
- Add a small section on boot-time configuration.
...
- Add more Xrefs.
- Fix minor nits.
Reviewed by: ru
2007-01-17 14:27:03 +00:00
Randall Stewart
b939bb368a
Reviewed by: rwatson
...
Approved by: gnn
Add a new function hashinit_flags() which allows NOT-waiting
for memory (or waiting). The old hashinit() function now
calls hashinit_flags(..., HASH_WAITOK);
2007-01-15 15:06:28 +00:00
Christian Brueffer
acca16b139
Sync the hardware list with the driver and with what I could find on
...
the Areca website.
Also remove the module from the FILES section, it's already covered in
the SYNOPSIS.
MFC after: 3 days
2007-01-10 12:57:46 +00:00
Gleb Smirnoff
50928713c7
Document recent changes about supported compression and encryption modes.
...
Wording by: rwatson
2007-01-09 15:00:01 +00:00
Warner Losh
547569c05e
Julian says that he doesn't need the advertising clause, so out it goes.
2007-01-09 04:17:20 +00:00
Xin LI
c94b70e1eb
Document that we supported Intel PRO/100 VM Network Connection.
2007-01-07 20:30:27 +00:00
Christian Brueffer
0ea46b3761
Document Marvell 6101/6145 support.
2007-01-04 18:50:52 +00:00
Christian Brueffer
dbd1ddacd4
New supported JMicron, ALI and ServerWorks chipsets.
...
MFC after: 3 days
2007-01-04 09:12:03 +00:00
Daniel Gerzo
76de453c69
- Do not claim that ipfw is the only firewall package available
...
in FreeBSD.
Approved by: trhodes (mentor), keramida (mentor)
2007-01-01 21:16:42 +00:00
John-Mark Gurney
99be3bc6d9
Some how the d slipped out in the last commit, add it back...
...
Pointed out by: mdoc-police (ru)
2006-12-29 22:30:10 +00:00
Gleb Smirnoff
9e6f1d3be4
Build bits for ng_deflate(4) and ng_pred1(4).
2006-12-29 13:16:43 +00:00
Gleb Smirnoff
681616160d
Manual page for Predictor-1 PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:47:26 +00:00
Gleb Smirnoff
f21d415201
Manual page for Deflate PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:46:15 +00:00
John-Mark Gurney
05f240c59c
bump doc date and fix spelling...
...
Pointed out by: mdoc-police (ru)
2006-12-28 22:28:28 +00:00
John-Mark Gurney
cd457d4e39
document that locks must not be aquired in f_event... (and where they
...
can be safely aquired)
Reminded by: kib (by LOR #193 )
MFC: 3 days
2006-12-28 19:15:12 +00:00
Yaroslav Tykhiy
6a8cdb5a0d
MFp4:
...
Document my recent changes to rc.subr(8):
- there is $required_modules now;
- $required_* are checked before invoking a custom start method, too.
MFC after: 1 month
2006-12-27 13:22:41 +00:00
Ruslan Ermilov
15fc3deb37
Fix markup.
2006-12-26 22:25:58 +00:00
Ruslan Ermilov
5a395b5422
Nitpicking: <sysexits.h> defines exit codes.
2006-12-24 10:25:23 +00:00
Pawel Jakub Dawidek
297507d08c
Document MTX_NOPROFILE flag.
2006-12-21 22:42:18 +00:00
Joel Dahl
4573b928f8
Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.
2006-12-17 16:48:26 +00:00
Robert Watson
66e7b3a361
Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),
...
ithread(9), msleep(9), ucred(9) from socket(9).
Partly suggested by: julian
2006-12-16 10:32:10 +00:00
Robert Watson
6a751174bd
Add a basic man page for the socket(9) kernel programming interface used
...
by the NFS client and server, netsmb, netncp, etc.
Reviewed by: ru
Fixed by: ru
2006-12-15 23:35:15 +00:00
Nick Hibma
9079fff550
Align the interfaces for the various watchdogs and make the interface
...
behave as expected.
Also:
- Return an error if WD_PASSIVE is passed in to the ioctl as only
WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
explanation of the difference between WD_ACTIVE and WD_PASSIVE.
- Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
lost your sense of humor, than don't add a define.
Specific changes:
i80321_wdog.c
Don't roll your own passive watchdog tickle as this would defeat the
purpose of an active (userland) watchdog tickle.
ichwd.c / ipmi.c:
WD_ACTIVE means active patting of the watchdog by a userland process,
not whether the watchdog is active. See sys/watchdog.h.
kern_clock.c:
(software watchdog) Remove a check for WD_ACTIVE as this does not make
sense here. This reverts r1.181.
2006-12-15 21:44:49 +00:00
Joseph Koshy
e0195199f7
Document extended program header numbering.
2006-12-15 16:12:07 +00:00
Mike Pritchard
485720a6f8
Spelling fix.
2006-12-14 17:03:46 +00:00
Mike Pritchard
e0ccd04489
Spelling fix.
2006-12-14 16:57:35 +00:00
Mike Pritchard
0af221178a
Spelling fixes.
2006-12-14 16:40:57 +00:00
Mike Pritchard
1ef60fccca
Expand abbreviation. techref -> technical reference.
2006-12-14 16:37:11 +00:00
Mike Pritchard
9280e5fac2
Spelling fixes.
2006-12-14 14:33:13 +00:00
Mike Pritchard
abfabbea13
Spelling fixes.
2006-12-14 13:37:08 +00:00
Mike Pritchard
b66cd36df6
Don't use abbreviations for some descriptions / minor spelling fixes.
2006-12-14 13:35:59 +00:00
Mike Pritchard
95e8481bac
Spelling fixes.
2006-12-14 12:49:04 +00:00
Mike Pritchard
82d693c36b
Spelling fix.
2006-12-14 11:57:39 +00:00