Commit Graph

2659 Commits

Author SHA1 Message Date
jedgar
6e91b14e51 o Update copyright.
o Updates content to reflect the changes to acl.h for
  internal/external acl_t representations.

Approved by:	rwatson
Obtained from:	TrustedBSD Project
2001-12-02 04:27:13 +00:00
alfred
686c6d137f Add manpages describing various vfs and vm APIs.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
logo
821a895012 Spelling error: dependant -> dependent
PR
2001-11-30 07:18:23 +00:00
rwatson
c6a6609a81 Mention entropy_dir="NO" in diskless.8, since /var is an md-backed
file system and as such will not preserve its contents across boot.
2001-11-27 21:35:47 +00:00
rwatson
3971137159 Update diskless.8 to refer to 'device md' instead of 'options MFS'; in
-CURRENT, md devices with FFS on top are used in the diskless boot process
instead of MFS.
2001-11-27 20:47:38 +00:00
jdp
977889cb9d The fxp driver depends on device miibus now. 2001-11-27 18:51:08 +00:00
ru
5a6e4aa9ec Fixed two typos.
PR:		docs/32327
Submitted by:	Frans Haarman <frans@haarman.com>
2001-11-27 11:33:32 +00:00
ru
bfc02ffff8 Bring the ucred(9) manpage in sync with the source.
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.

PR:		docs/32275
Submitted by:	Chad David <davidc@acns.ab.ca>
Reviewed by:	jhb
2001-11-26 18:37:50 +00:00
dd
5dd8a71701 Spelling police: sucessful -> successful. 2001-11-24 23:41:32 +00:00
dd
835425c345 Remove a stale list of supported filesystems. If we do need a list of
filesystems somewhere, it probably shouldn't be here, and we should
make a better effort to keep it updated.
2001-11-24 21:19:46 +00:00
dd
3604f5fad7 Spelling police: "more then" - "more than" where appropriate. 2001-11-24 19:47:12 +00:00
dd
36b17b3b71 Remove the stuff about only the superuser being able to use this (see
snp.c 1.64), and add a note to the BUGS section warning the reader
that this manual page is stale and may be inaccurate.
2001-11-24 17:06:20 +00:00
dd
50d82a971e Talk about what the user needs to do to get the snp devices, and how
watch(8) will try to help them by loading the module.

PR:		25420
2001-11-24 17:02:58 +00:00
darrenr
94889bc82b second part of the patches to complete ipf changes to rc
PR:		multiple
Submitted by:	Arjan de Vet <devet@devet.org>
2001-11-24 15:36:30 +00:00
ru
ebe2ce32d2 Install pnpbios(4) manpage.
Submitted by:	Alexander Leidinger <Alexander@leidinger.net>
2001-11-22 13:05:54 +00:00
ru
49cc4a51f1 mdoc(7) police: general cleanup. 2001-11-22 11:56:54 +00:00
ru
58dcc65a5c mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:36:29 +00:00
ru
1d30b42b7b mdoc(7) police: minor markup and spelling fixes. 2001-11-22 11:32:27 +00:00
ru
439558b27f mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:25:02 +00:00
ru
b2b66c0537 mdoc(7) police: cleanup. 2001-11-21 17:29:00 +00:00
ru
4720090f97 mdoc(7) police: cleanup the markup a bit. 2001-11-21 17:14:56 +00:00
ru
672d7155d5 mdoc(7) police: minor markup and content fixes. 2001-11-21 17:12:31 +00:00
ru
00ef1f43d4 mdoc(7) police: general cleanup. 2001-11-21 16:56:35 +00:00
ru
70cd3bbfb4 mdoc(7) police: minor markup and misc fixes. 2001-11-21 16:29:57 +00:00
ru
e952803ec6 mdoc(7) police: mark errno as a variable. 2001-11-21 13:38:17 +00:00
ru
6c50a1044d mdoc(7) police: markup nits. 2001-11-21 13:33:30 +00:00
ru
e451919f76 mdoc(7) police: fix markup + generic cleanup. 2001-11-21 13:28:50 +00:00
ru
a46c445089 mdoc(7) police: cosmetique. 2001-11-21 12:07:24 +00:00
ru
d82dbaf3b1 mdoc(7) police: general cleanup. 2001-11-21 12:02:28 +00:00
ru
3242e73680 mdoc(7) police: WITNESS is a #define, mark it as such. 2001-11-21 11:47:55 +00:00
ru
5bfc82c74e mdoc(7) police: cosmetique. 2001-11-21 11:44:36 +00:00
ru
0daf644a4a mdoc(7) police: bump document date, fix markup. 2001-11-21 11:36:23 +00:00
ru
130a782ae3 Put missing space. 2001-11-21 10:42:18 +00:00
ru
3249a6cf0b Grammar nit. 2001-11-21 10:39:12 +00:00
ru
2872bdf9e5 mdoc(7) police: anchor punctuation. 2001-11-21 10:33:42 +00:00
green
28e8bf402b Add an initial lomac(4) manpage.
Sponsored by:	DARPA, NAI Labs (CBOSS project)
2001-11-20 19:22:37 +00:00
knu
96265e088e Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts, we can safely remove it.

Urged by:	sheldonh  :)

No MFC is planned so far because it may break compatibility and
violate POLA.
2001-11-20 18:33:59 +00:00
arr
d6a5097acf - Fix a number of man pages broken by the KSE merger. 2001-11-20 18:19:19 +00:00
arr
a46b3ed596 - Fix man page that was broke during KSE merger. This is the first in a
few commits relating to VOP_* calls and moving in struct thread.

Reviewed by: rwatson
2001-11-20 17:48:55 +00:00
ru
7922315477 mdoc(7) police: Fix markup. 2001-11-20 16:18:21 +00:00
ru
f5e4b958b2 mdoc(7) police:
- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling
2001-11-20 15:25:12 +00:00
ru
64b01380e1 mdoc(7) police: one-line literal displays are faster. 2001-11-20 15:17:51 +00:00
joe
2ae562047a Bring in the ugen manual page from NetBSD. 2001-11-20 14:13:36 +00:00
knu
e4456a6cc5 Add false(1), test(1) and true(1) cross-references.
Pointed out by:	sheldonh
2001-11-20 13:05:53 +00:00
kuriyama
06e76c4e5c Add support for Intel's i820/i840/i845/i850/i860 chipset.
Submitted by:	nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-11-19 07:15:45 +00:00
dd
62c485af70 Correct typo.
PR:		32066
Submitted by:	Peter Avalos <pavalos@theshell.com>
2001-11-18 00:33:12 +00:00
knu
b58a3e4078 Make test(1) a builtin command of our sh(1) for efficiency. The
binary size increase is 3,784 bytes (about 0.6%).

I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem to use it before mounting /usr where printf(1) resides.

Reviewed by:	arch (sheldonh)
Inspired by:	NetBSD, ksh
Clued by:	ume (on how the printf builtin is used)
2001-11-17 19:10:11 +00:00
yar
06b00a671b Rework the utmp(5) page:
o Fix a number of wrong statements
o Clarify the structure of the files and the C structures theirselves
o Add cross-references to login(3), logout(3), logwtmp(3)

MFC after:	1 month
2001-11-14 05:03:37 +00:00
dd
56c5d2891e NMBCLUSTERS, not NMBCLUSTER.
Submitted by:	markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>
2001-11-07 14:36:50 +00:00
peter
421cbc37ad Document the reset command. I would have thought it blatently obvious,
but here it is:  reset - Hard reset the system
2001-11-05 23:46:10 +00:00