Ruslan Ermilov
217baf9cbc
mdoc(7) police: tidy up markup.
2002-01-09 15:56:21 +00:00
Ruslan Ermilov
63122b7f15
mdoc(7) police: variables are marked with the general purpose .Va macro.
2002-01-09 15:43:07 +00:00
Ruslan Ermilov
fb5293cf53
mdoc(7) police: tidy up previous delta.
2002-01-09 15:32:25 +00:00
Nik Clayton
53d3620b6a
Note that kern.sugid_coredump must be 1 to generate a core from processes
...
that change their credentials.
PR: docs/21712
Submitted by: Peter Philipp <pjp@click2net.com>
2002-01-09 13:16:26 +00:00
Nik Clayton
e67796ea42
Fix typo, and add some additional description to the i8254 and TSC.
...
PR: docs/20738
Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw>
2002-01-09 13:10:18 +00:00
Mike Pritchard
7c86a74b2d
ispell sweep of share/man/man7/*.
2002-01-09 12:34:01 +00:00
Mike Pritchard
b82af3f5e4
ispell sweep of share/man/man9/*.
2002-01-09 11:43:48 +00:00
Chad David
2e693d1919
Fairly major cleanup of the text.
...
PR: docs/32241
2002-01-09 08:42:43 +00:00
Dima Dorfman
ea3d958328
Link loop(4) to lo(4). The device's name is 'loop', which is what one
...
(at least a new one) would expect the manual page to be called (even
if the device is lo#).
PR: 32453
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-01-07 06:48:30 +00:00
Dima Dorfman
4057c9f019
Assorted grammar and other mechanical fixes.
...
PR: 32941
Submitted by: <setantae@submonkey.net>
2002-01-07 06:26:37 +00:00
Dima Dorfman
ecfef94723
MFalpha 1.18: Bring this closer to reality by removing mention of wd#
...
and adding ATA stuff.
2002-01-07 05:45:38 +00:00
Dima Dorfman
10a5b56b7a
ATAPI CDROM drives are acd#, not act#.
2002-01-07 05:43:31 +00:00
Chad David
23257a0057
Removed <sys/queue.h> from the list of required include files and
...
corrected the name of the function (get_cyclecount()).
Requested by: bde
2002-01-06 23:56:12 +00:00
Chris Costello
e4407b54e8
Minor doc nit: Replace contractions with their expanded forms.
...
Obtained from: NAI Labs CBOSS Project
Sponsored by: DARPA, NAI Labs
2002-01-06 20:28:27 +00:00
Kelly Yancey
371c0c842a
Document sbuf_trim() and sbuf_vprintf(); add MLINKs.
...
Clarify that the contents of a caller-supplied buffer are undefined and
should not be examined directly.
Reviewed by: des
2002-01-06 08:40:42 +00:00
Chris Costello
7f0def37ec
As discussed with Bruce Evans and Kirk McKusick:
...
o Combine ufs.7 and ffs.7 into a single ffs.7 man page.
o Remove all references to `ufs' as a file system.
o Proper (lack of) capitalization for `ffs'.
Obtained from: TrustedBSD Project
Sposnored by: DARPA, NAI Labs
2002-01-05 20:18:35 +00:00
John Baldwin
e5b4afac08
Fully catch up to the recent critical section API change. Update the
...
content of the manpage and document cpu_critical_enter/exit.
2002-01-04 23:56:17 +00:00
Chris Costello
ad25c55e52
Make WHERE TO START' and
WHERE TO STOP' subsections within `DESCRIPTION'.
...
Suggested by: sheldonh
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-01-01 19:20:02 +00:00
Chris Costello
3092f2e699
o Logically split up sentences, removing hard sentence breaks.
...
o Use .Sx where a section cross-reference is intended.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-30 20:34:53 +00:00
Joerg Wunsch
4e481b6c28
Document the change from 0.0.0.1 to 0.0.0.* as `any remote address is OK'.
...
MFC after: 1 month
2001-12-30 16:40:48 +00:00
Chris Costello
07bf51c9b5
Be sure to point out that, by "mount point", one in /etc/fstab
...
is meant.
Submitted by: John Hanley <jh_@yahoo.com>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-30 03:47:06 +00:00
Chris Costello
bd49a87618
Document how to enable ACLs using extattrctl.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-30 03:44:40 +00:00
Sheldon Hearn
1c2941b241
Now that automatic mounting of network filesystems is delayed until
...
network startup, remove the warning about automatic mounts.
2001-12-29 19:44:10 +00:00
Sheldon Hearn
4a8eeedbb1
Don't require operators to override the list of network filesystem
...
types (networkfs_types) with a version that includes the original
list.
This increases the scope for user error and also means that systems with
networkfs_types set in /etc/rc.conf will not benefit from changes to the
list in /etc/defaults/rc.conf on upgrade.
Instead, store the default list in /etc/rc itself and allow the operator
to append to that list by specifying her own list in networkfs_types.
Rename networkfs_types to extra_netfs_types accordingly, as the new name
better describes the purpose of the variable. Default the value to
'NO'.
2001-12-29 19:42:55 +00:00
Julian Elischer
5e7cbd4365
Document some behaviour I'm depending on.
...
(TAILQ_FOREACH leaves the variable NULL if there were no more to do)
2001-12-28 22:00:27 +00:00
Chris Costello
c1e7a5f1e1
Spelling/typo fix: bood' ->
boot'
2001-12-28 20:12:24 +00:00
Chris Costello
1c393056e6
Move UFS and FFS docs to section 7.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-28 17:10:13 +00:00
Bruce A. Mah
93112659d8
Fix typo in example.
...
PR: 33260
Submitted by: Dan Peterson <danp@danp.net>
2001-12-28 03:59:19 +00:00
Alfred Perlstein
0df3708ddb
Make it explicit that the opening brace of a function body be on a line
...
by itself.
2001-12-27 20:05:47 +00:00
Joerg Wunsch
41a95e09c1
Document that we now implement VJ header compression.
2001-12-27 16:49:54 +00:00
Sheldon Hearn
d7fb353a43
Re-introduce the fix that delays mounting of network filesystems until
...
the network is initialized. This was first implemented in rev 1.268
of src/etc/rc, but was backed out at wollman's request.
The objection was that the right place for the fix is in mount(8).
Having looked at that problem, I find it hard to believe that
the hoops one would have to jump through can be justified by the
desire for purity alone.
Note that there are reported issues surrounding nfsclient kernel
support and mount_nfs(8), which currently make NFS an ugly exception
to the general case.
With this change, systems with non-NFS network filesystems configured
for mounting on startup in /etc/fstab are no longer guaranteed to
fail on startup.
2001-12-27 13:41:27 +00:00
Chris Costello
abd9fb4454
Document UFS and FFS options and features.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-27 03:05:44 +00:00
Chad David
f16b3c0de4
Update function definitions and required include files to reflect
...
the current state of the system.
Approved by: alfred
2001-12-26 23:14:04 +00:00
Robert Watson
c9686721ef
o sysctl.conf cannot be used to set sysctls that are present in
...
unloaded kernel modules. Remove the example linux compat sysctls
because they break if the linux emulator is loaded as a module, rather
than compiled in. Add a BUGS entry indicating as much.
Reported by: jack <jack@germanium.xtalwind.net>
MFC after: 3 days
2001-12-24 20:18:45 +00:00
Ruslan Ermilov
3a289cbae7
Document MODULES_OVERRIDE.
...
PR: docs/32560
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-12-24 19:34:33 +00:00
Chris Costello
1fc841e3ab
Add in the new security documentation guidelines document.
...
Obtained from: NAI Labs CBOSS Project
Sponsored by: DARPA, NAI Labs
2001-12-22 22:07:02 +00:00
Robert Watson
7270230e88
o s/softupdates/it/ to reduce over-use of 'softupdates' in a single
...
paragraph.
2001-12-22 21:02:33 +00:00
Robert Watson
b2e2e310fd
o Softupdates is now enabled by default on non-root file systems. Update
...
language about softupdates to reference this fact, as well as slightly
moderate the "recommend Softupdates for use on all filesystems" to
"most filesystems" so as to be consistent with what sysinstall selects.
2001-12-22 21:01:07 +00:00
Robert Watson
60114b8024
o Most users will use sysinstall(8) for partition layout, rather than
...
disklabel(8), so add a reference to sysinstall(8).
2001-12-22 20:54:45 +00:00
Robert Watson
bcb3e22d61
o Expand on the definition of a sysctl, and add cross-references to
...
rc.conf and sysctl.conf.
MFC after: 3 days
2001-12-22 14:25:31 +00:00
Robert Watson
07f4b9740e
o Refer to hw.ata.wc as a 'loader tunable' rather than a 'kernel variable'
...
for consistency with the rest of the document. Since we've already
described the properties of loader tunables elsewhere, remove the
duplicate description of it being a boot-time property.
MFC after: 3 days
2001-12-22 14:21:20 +00:00
Robert Watson
d888f91feb
o Update tuning(7) to reflect auto-tuning of kern.maxusers in recent
...
versions of FreeBSD. This should be merged before 4.5-RELEASE, as this
functionality is present in 4.5-RELEASE.
MFC after: 3 days
2001-12-22 14:19:20 +00:00
Chris Costello
67ea1c2412
Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:46:33 +00:00
Chris Costello
12f96c9b6c
Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:20:24 +00:00
Ruslan Ermilov
273d3375f0
mdoc(7) police: removed duplicate xref.
2001-12-21 08:40:52 +00:00
Sheldon Hearn
bb522200e9
Recommend the use of 'noauto' for all remote filesystems other than
...
NFS, so that rc(8) doesn't choke on them when it tries to mount
them before the network is initialized.
2001-12-20 17:07:04 +00:00
Bill Paul
b1b636d1da
Mention that the Xircom and Conexant chips are supported in
...
the dc(4) man page.
2001-12-20 00:02:13 +00:00
Ruslan Ermilov
8dc4780698
mdoc(7) police: markup, spelling, and grammar fixes.
...
PR: docs/32955
2001-12-18 09:40:22 +00:00
Ruslan Ermilov
0dba3dc10c
Now that the driver has been MFC'ed, fix the first appearence info.
2001-12-17 11:13:51 +00:00
Joerg Wunsch
9b8f90ce35
Part #1 of the promised floppy driver documentation update.
2001-12-16 22:49:57 +00:00