dd
a74678e303
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
dd
9a8b40fedc
Assorted grammar and other mechanical fixes.
...
PR: 32941
Submitted by: <setantae@submonkey.net>
2002-01-07 06:26:37 +00:00
dd
e713e4684d
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
dd
e590dc2a66
ATAPI CDROM drives are acd#, not act#.
2002-01-07 05:43:31 +00:00
davidc
5230f59199
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
87f674949f
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
kbyanc
362933df23
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
bcf7f83588
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
dwmalone
ff2a69a53b
Put -Wno-uninitialized at the end of the warns flags as it may be enabeled
...
by several flags (in this case -W and -Wall).
Reviewed by: bde
2002-01-05 20:17:50 +00:00
jhb
f565bf39a4
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
sheldonh
e7a3824f45
Regen.
2002-01-04 13:11:36 +00:00
chris
a00d07d9a0
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
ache
5ae19dd6c4
Fix to conform standard
2002-01-01 07:43:45 +00:00
ache
bc375f8473
Add 8859-5 keymaps
...
PR: 32449
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2002-01-01 06:51:22 +00:00
ache
a6c4e35535
Add 8859-5 fonts
...
PR: 32448
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2002-01-01 06:44:36 +00:00
chris
eb6032a814
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
78076f70e2
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
wosch
b36c6e54d3
Added upcoming FreeBSD 4.5
2001-12-30 13:56:09 +00:00
chris
af5b9b7310
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
37bd6082e6
Document how to enable ACLs using extattrctl.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-30 03:44:40 +00:00
sheldonh
e158c7fa96
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
sheldonh
f615512e4a
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
c7d1e5d15e
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
dde2b7683e
Spelling/typo fix: bood' ->
boot'
2001-12-28 20:12:24 +00:00
chris
f863a08c07
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
bmah
095e9da8dc
Fix typo in example.
...
PR: 33260
Submitted by: Dan Peterson <danp@danp.net>
2001-12-28 03:59:19 +00:00
alfred
ee6e4df9d2
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
3f447117b1
Document that we now implement VJ header compression.
2001-12-27 16:49:54 +00:00
sheldonh
3aee09fd5e
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
6224939f9b
Document UFS and FFS options and features.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-27 03:05:44 +00:00
davidc
6b067561b6
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
phantom
eeadf952e3
Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)
2001-12-25 18:50:49 +00:00
phantom
af2d36204b
Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.
2001-12-25 11:10:16 +00:00
phantom
a74b673ea9
Optimize locale data Makefiles as well as make their style more consistent.
2001-12-25 10:57:03 +00:00
rwatson
854cfdfa97
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
ru
1efafaf3cb
Document MODULES_OVERRIDE.
...
PR: docs/32560
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-12-24 19:34:33 +00:00
phantom
fdc9141fce
Back out recent replacement of LC_MESSAGES file with directory.
...
Requested by: ache
2001-12-24 11:49:49 +00:00
chris
08acd7caeb
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
rwatson
4064a67ada
o s/softupdates/it/ to reduce over-use of 'softupdates' in a single
...
paragraph.
2001-12-22 21:02:33 +00:00
rwatson
d3e16e2a59
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
rwatson
b69626984d
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
rwatson
8b73d78249
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
rwatson
0f5202b654
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
rwatson
ac86119ed0
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
olgeni
5222d11f35
Add an entry for Eterm.
2001-12-22 11:13:42 +00:00
gj
a056409471
Update my email address, forgot to do this before.
...
MFC after: 4 weeks
2001-12-22 10:08:48 +00:00
gj
681440aa2b
Add the ifpi2 driver. Reminded by hm.
...
MFC after: 4 weeks
2001-12-22 09:59:56 +00:00
gj
bafa4759c7
Add the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:47:46 +00:00
chris
56062578c4
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
f8fa6d426d
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