Commit Graph

460 Commits

Author SHA1 Message Date
matthias
1a9434cf9f fix a typo 1997-02-01 09:34:03 +00:00
ghudson
fc073ea198 Document the meaning of gid 0 to the su command. 1997-02-01 02:46:38 +00:00
thorpej
bacf771428 Update for new file system grammar in the kernel config files. 1997-01-31 06:30:54 +00:00
tls
a170451c23 change to reflect actual state of KMEMSTATS changes 1997-01-30 22:11:47 +00:00
tls
3b4c5f9d01 mention NVNODE option 1997-01-30 10:44:23 +00:00
matthias
1370131ffd Add scripts and documentation for a new method to create assym.h files.
With the kern/genassym.sh script HOSTED_CC is no longer used to create
assym.h files. This should make crosscompilation easier.
1997-01-30 09:37:20 +00:00
tls
c16cd03a2f add CCDNBUF and KMEMSTATS descriptions, and remove obsolete mention of NKPDE option 1997-01-30 09:16:54 +00:00
mikel
9723c5a793 add SEE ALSO sections for interface functions; PR lib/3158
also added missing doublequote char.
1997-01-30 07:15:49 +00:00
perry
52f1b2a82d fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon 1997-01-27 22:10:18 +00:00
tls
44c4201ae4 sync to current layout of includes 1997-01-27 09:38:13 +00:00
perry
ca876d2670 remove nsswitch.conf.5 -- not in tree (yet) 1997-01-24 21:27:33 +00:00
cgd
21ad990583 reorganize Alpha boot block sources: put common sources in a 'common'
directory (so they don't clutter up the arch/alpha/stand), and put
not-common sources in programs' directories.
1997-01-24 01:52:35 +00:00
lukem
dff93f1d73 (this shouldn't have been in the main trunk) 1997-01-23 12:25:22 +00:00
cgd
7878fdb4f2 add a manual page for setnetbootinfo 1997-01-20 22:31:09 +00:00
mikel
b6b71e4383 replace reference to getkerninfo(2) with reference to sysctl(3),
resync structures and definitions with <net/route.h>; PR 2007
also add SEE ALSO section, and misc. cleanup
1997-01-16 06:50:16 +00:00
mikel
fe1e723407 fix thinko 1997-01-15 06:25:55 +00:00
perry
f0f0eff59f Nuke TIMEZONE and DST, add RTC_OFFSET. 1997-01-15 06:20:02 +00:00
mikel
fc9eccd268 move ncr.4 from man4.i386 to MI man4 1997-01-15 05:54:39 +00:00
mikel
3922259bf3 move from i386 dir and update config entry; PR 2863
also expand list of supported devices, RCS ID and .Nm police
1997-01-15 05:47:50 +00:00
mikel
bf16e25de3 moved to man4 1997-01-15 05:14:15 +00:00
thorpej
a5f0d79aaa Document the IP_RECVIF socket option. Also mention that IP_RECVDSTADDR
works with SOCK_RAW sockets now, as well as SOCK_DGRAM.
1997-01-12 00:59:51 +00:00
thorpej
9974ea6a9f Document DDB_ONPANIC. 1997-01-09 05:46:49 +00:00
thorpej
c4fc3ef513 Document "onpanic" built-in variable. 1997-01-09 05:42:55 +00:00
cjs
36dd47d99f Fix another minor nit pointed out by Klaus Klein <kleink@layla.inka.de> 1997-01-08 21:01:11 +00:00
scottr
7ee0c73910 Note bug in early revisions of the BT-445S versus systems with
more than 16MB of RAM.
1997-01-07 23:45:21 +00:00
mikel
1bc33c232b fix some typos. 1997-01-07 07:31:32 +00:00
tls
b27eb547ea change rc.conf.5 to reflect change to Kerberos stuff in rc.local, as per mrg 1997-01-07 05:37:36 +00:00
cjs
a85445f340 PR 3085: typo. Fix from frueauf@ira.uka.de. 1997-01-06 18:30:46 +00:00
cjs
59881bf885 PR 3082: typo. Patch from Klaus Klein <kleink@layla.inka.de>. 1997-01-05 22:53:08 +00:00
mrg
a9d07e01a7 fix minor nit. 1997-01-05 12:10:10 +00:00
mrg
5fb9b57376 add man pages for mostly new and some old configuration files. 1997-01-05 11:50:12 +00:00
cjs
4cab439b34 Add references to ypinit(8). Fix typo in SEE ALSO. 1997-01-05 09:40:26 +00:00
mikel
8520799dbe Install tun(4); fixes PR misc/3068. 1996-12-30 04:44:08 +00:00
veego
bc9228cf4f Fix typo in the last commit. 1996-12-27 10:42:47 +00:00
pk
7002100e64 Document disklabel routines. 1996-12-27 10:20:25 +00:00
mikel
875986c568 eliminate obsolete references to mkfs(8);
from Klaus Klein <kleink@layla.inka.de>
1996-12-26 04:33:34 +00:00
mikel
0f5ac976de add ahc and move bt to bha; fixes PR 3036
also added boca and fdc.
1996-12-26 02:18:10 +00:00
mikel
445cee15ef add missing comma; fixes PR 3037. 1996-12-26 01:53:59 +00:00
mikel
112f25b866 this should work now. 1996-12-05 07:18:28 +00:00
mikel
86cde13f0d misc. updates and fixes from LBL version (bpf-1.1). 1996-12-04 04:46:04 +00:00
perry
75911b347d nuke 'the the' typo 1996-12-04 00:11:23 +00:00
perry
075566199b fix 4(busmouse) typo (pr-2992) 1996-12-03 18:16:35 +00:00
tls
ffb2108034 option is PFIL_HOOKS, not PACKET_FILTER 1996-12-02 01:00:50 +00:00
tls
0def6ae7ee .Dt request takes two and only two arguments; use of three leads to rather strange looking man page headers. :-) 1996-12-02 00:11:31 +00:00
is
b361a94400 Initial revision 1996-11-29 23:36:29 +00:00
jtk
286a3505d0 add fdc.4--floppy controller/formatting man page 1996-11-29 16:33:07 +00:00
pk
83ace05e18 Have a shot at mi_switch()' and cpu_switch()'. 1996-11-25 22:06:04 +00:00
pk
6b2334f637 Correct two typos. 1996-11-18 22:16:50 +00:00
mrg
8a92017f34 update copyright. 1996-11-18 10:26:18 +00:00
perry
03a18266ff fix broken BUGS section a bit 1996-11-15 18:52:41 +00:00