Gleb Smirnoff
d7e6966d45
Add more MLINKS for rtalloc.9
...
Approved by: ru
2004-10-08 09:52:56 +00:00
Gleb Smirnoff
5428d18c74
More grammar cleanups from MDocGuard^WRuslan.
2004-10-08 09:52:00 +00:00
Brian Feldman
d9a471132b
Mention the dc(4) driver's support, and ipfw(8)'s classifier support.
2004-10-08 03:33:31 +00:00
Doug Barton
b04e39c493
1. Incorporate most of Ruslan's improvements to where and how the
...
/etc/namedb symlink is created.
2. Incorporate Brian's suggestion to make the link relative. This
is necessary to handle situations (such as mergemaster) where the
user is building a tree in a seperate environment. This will also
fix the problem with the way DESTDIR is set in 'make release'.
3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who
already have stuff in /var/named that they don't want me to mess with.
4. Update make.conf(5) with the new stuff, and correct a few paths
that have changed since I last updated it.
2004-10-08 00:14:28 +00:00
Max Laier
d32ae37c3b
Remove obsolete references to PFIL_HOOKS and RANDOM_IP_ID
...
MFC after: 1 days
2004-10-07 20:49:52 +00:00
Warner Losh
085a2b4010
Ooops. Forgot the man page for pbio.4 in my port from RELENG_4.
2004-10-07 16:25:21 +00:00
Mike Makonnen
028a5b9259
F
2004-10-07 14:06:23 +00:00
Max Laier
f6b2c4eca5
Add a minimal altq.4 manpage to tell about the kernel options and where to
...
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.
Requested by: green
MFC after: 2 days
2004-10-07 12:10:25 +00:00
Gleb Smirnoff
650c2669ee
Mdoc and grammar fixes.
...
Submitted by: ru
2004-10-07 10:59:09 +00:00
Gleb Smirnoff
729df1bb28
- note that RTF_PRCLONING is obsoleted
...
- explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1()
and rtfree(), RTFREE().
Reviewed by: andre (1.5 months ago)
OK'd by: ru
2004-10-07 10:14:23 +00:00
Nate Lawson
287460e87c
Update the man page with new info about overriding your DSDT.
...
MFC after: 3 days
2004-10-05 20:42:16 +00:00
Warner Losh
b91bb9a513
Add note about regulatory domains to avoid confusion.
...
Reviewed by: sam@
2004-10-05 19:27:40 +00:00
Yaroslav Tykhiy
0b01f6e832
Bump the date.
...
Reminded by: ru
2004-10-04 15:54:56 +00:00
Joseph Koshy
6febaa3aff
Mutually cross-reference sysexits(3) and err(3). Add text to err(3)
...
recommending that the standard exit codes in sysexits(3) be used.
Reviewed by: ru
2004-10-04 14:04:37 +00:00
Yaroslav Tykhiy
12f8dc31e0
Document that vlan(4) requires miibus(4) now.
2004-10-04 13:57:44 +00:00
Simon L. B. Nielsen
be0a655e77
Add a SYNOPSIS section for io(4), mem(4), or random(4), since they are
...
now optional devices.
MFC after: 1 week
2004-10-03 13:14:20 +00:00
MIHIRA Sanpei Yoshiro
75ae80d334
Add a HARDWARE section which lists supported devices.
...
EPSON GT-8400UF(This product is same device id, 0x011f
as EPSON Perfection 1670 scanner)
PR: [FreeBSD-users-jp 81081]
Submitted by: TOKIO Yukiya <yukiya@ee.t-kougei.ac.jp>
MFC after: 3 days
2004-10-03 09:10:15 +00:00
Max Laier
2f510328e4
dc(4) is now supported as well. While here sort the list and remove awi,
...
which isn't yet supported.
2004-10-01 20:44:48 +00:00
Doug Barton
e454060990
Update descriptions of named-related knobs.
2004-09-30 20:38:30 +00:00
Philip Paeps
7327755fe8
Document the Synaptics tunable. While I'm here, also mention the
...
synapticshw_t structure and the MOUSE_SYN_GETHWINFO ioctl() which
reads it.
MT5 candidate
Approved by: njl
2004-09-30 06:18:29 +00:00
Tom Rhodes
9ccab60d32
Document the latest changes to src/etc/defaults/rc.conf.
...
Bump document date.
2004-09-29 07:08:52 +00:00
Brooks Davis
7cfd02d973
Update the list of files involved in diskless booting.
...
Reminded by: pjd
2004-09-29 05:28:48 +00:00
Max Laier
d6a8d58875
Add an additional struct inpcb * argument to pfil(9) in order to enable
...
passing along socket information. This is required to work around a LOR with
the socket code which results in an easy reproducible hard lockup with
debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do
so later. The missing piece is to turn the filter locking into a leaf lock
and will follow in a seperate (later) commit.
This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in
forseeable future.
Suggested by: rwatson
A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;)
Reviewed by: rwatson, csjp
Tested by: -pf, -ipfw, LINT, csjp and myself
MFC after: 3 days
LOR IDs: 14 - 17 (not fixed yet)
2004-09-29 04:54:33 +00:00
John-Mark Gurney
2157b8d690
document the limit on jumbo frame size..
...
MFC after: 5 days
2004-09-28 18:24:19 +00:00
Doug Barton
2a61444749
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00
Alan Cox
c97680825c
Add cross references to vm_map_entry_resize_free.9.
...
Submitted by: Mark W. Krentel
2004-09-27 05:44:28 +00:00
Alan Cox
af3db1449f
Document the O(log n) algorithm for finding free space.
...
Submitted by: Mark W. Krentel
2004-09-27 04:22:41 +00:00
Alan Cox
0a7c173775
Document the flags field.
...
Submitted by: Mark W. Krentel
2004-09-27 03:59:36 +00:00
Simon L. B. Nielsen
1a7cf6134e
- Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
- Update some text to fit better now that this driver support
multiple different device types.
MFC after: 3 days
2004-09-26 19:03:45 +00:00
Simon L. B. Nielsen
13c133ac06
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-26 13:38:38 +00:00
Dag-Erling Smørgrav
864fe1ec99
Bump document date.
2004-09-25 11:43:08 +00:00
Marc Fonvieille
813ec9a835
Remove a duplicated word.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-09-24 20:09:44 +00:00
Joerg Wunsch
cf2acd69e3
Document that kthread_exit()ing will cause a wakeup(9) on the thread
...
handle.
MFC after: 1 week
2004-09-24 19:58:47 +00:00
Doug Barton
a2af6bc259
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
...
to match how similar syntax is used in the ports system. Thanks to kris
for pointing out my mistake here.
Install the lwres library unless the user defines NO_BIND, or the new
knob, NO_BIND_LIBS_LWRES. There is at least one potential customer
for this library in the wings. Thanks to nectar for the reminder.
2004-09-24 18:42:05 +00:00
Doug Barton
922b7f2ad2
Break the NO_BIND knob out from the pack, and begin documenting
...
the finer granularity for the various BIND features.
2004-09-24 13:51:31 +00:00
Joseph Koshy
59583bf53c
Add a knob 'daily_status_security_diff_flags' controlling the
...
format of the 'diff' output generated during periodic(8) scripts.
Submitted by: keramida (script changes)
Reviewed by: keramida (man page changes)
2004-09-23 02:00:52 +00:00
Simon L. B. Nielsen
205eb0cd5e
Add the sound device to the synopsis.
...
Noticed by: ru
2004-09-21 07:01:32 +00:00
Simon L. B. Nielsen
4945145f04
Connect snd_ess(4) to the build.
2004-09-20 20:21:47 +00:00
Simon L. B. Nielsen
4ca6749395
Add manual page for snd_ess(4).
...
Submitted by: Atte Peltomaki <koston@iki.fi>
MFC after: 3 days
2004-09-20 20:05:26 +00:00
Dag-Erling Smørgrav
d3797745d2
Document the AUTO setting for dumpdev.
...
MFC after: 4 weeks
2004-09-20 17:49:57 +00:00
Simon L. B. Nielsen
3d634dba70
Add Sitecom LN-029 to list of supported devices.
2004-09-19 19:55:48 +00:00
Ruslan Ermilov
710df706de
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 06:11:45 +00:00
Ruslan Ermilov
28a8a9d187
The checksum code has been fixed; reflect this is a manpage.
2004-09-19 05:42:04 +00:00
Ruslan Ermilov
346763649a
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 05:17:21 +00:00
John-Mark Gurney
0283f35b4b
add MLINKs for the mbuf.9 man page..
...
MFC after: 3 days
2004-09-18 19:04:24 +00:00
Christian Brueffer
d79243f886
Re-formulate the first sentence for better readability
...
MFC after: 3 days
2004-09-18 12:33:01 +00:00
Gleb Smirnoff
c3e9f89011
- properly capitalize NetFlow
...
- small grammar fix
Submitted by: ru
2004-09-17 20:09:59 +00:00
Gleb Smirnoff
9de7d9ac45
A man page for Netflow node.
...
English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 19:30:39 +00:00
Diomidis Spinellis
0ee3459d01
Fix typo.
...
MFC after: 2 days
2004-09-17 14:53:46 +00:00
Brooks Davis
35779bdbd1
Bring kernel time variable and access function docs up to date by
...
updating the list of variables and mentioning the bin(up)time functions.
2004-09-17 07:24:18 +00:00