Commit Graph

609 Commits

Author SHA1 Message Date
mrg d746e60ccd build installboot.cat8 1997-06-16 13:58:41 +00:00
mrg c258d0d05e make it "options IPFILTER_DEFAULT_BLOCK". 1997-06-16 13:38:05 +00:00
is ae1eb6bf66 Move installboot.8 here. 1997-06-16 13:37:40 +00:00
mrg 5327fe2b30 continue clean up from last commit, and tell NetBSD/sparc users to use our boot program. 1997-06-16 07:50:35 +00:00
thorpej 2ff53183d5 Update diskless system swap setup for new swap system, from
maximum entropy <entropy@zippy.bernstein.com>.
1997-06-16 07:32:15 +00:00
mrg 858ef4e82b note that COMPAT_12 enables old swapon(2). 1997-06-14 18:33:11 +00:00
drochner 444a854ad2 Separate access to filesystem and access to raw device, mount
device only if needed. This allows to work on unmounted disks in
securelevel 1.
1997-06-13 22:14:58 +00:00
bouyer f586ba056d Add description for "file-system EXT2FS" and "options EXT2FS_SYSTEM_FLAGS". 1997-06-12 09:09:11 +00:00
is 650ce78c8c Make more clear what installbot can't do, and the user must do by hand from
AmigaOS, when installing bootblocks.
1997-06-11 16:01:59 +00:00
jonathan 3652b54b5d Add fxp to list of supported NICs. 1997-06-11 09:20:08 +00:00
jeremy cf53735fa7 Added new pages. [PR/3736] 1997-06-11 04:19:30 +00:00
jeremy b81b8e54c4 New files from Colin Wood <ender@is.rice.edu>. [PR/3736] 1997-06-11 04:15:30 +00:00
is b3b47459fe Fix typo. 1997-06-09 10:37:11 +00:00
jonathan 15a900cb45 refer to sample files in /usr/share/samples/emul/{ultrix,svr4}/etc. 1997-06-08 23:55:26 +00:00
jonathan 5c4753ac78 Add man page describing setup for Ultrix compatibility. 1997-06-08 08:12:34 +00:00
lukem d5143aca1c document "options inet6" 1997-06-08 06:00:06 +00:00
lukem a72a43e88c fix an internal cross reference to "extended arguments" 1997-06-07 16:48:55 +00:00
kleink 21693b3a6f Move Xref to ldconfig(8) into the right section; from NAKAJIMA Yoshihiro
<nakayosh@kcn.or.jp> in PR/3715.
1997-06-06 15:06:18 +00:00
mikel 1c200deee9 fix some paste-os and other minor problems. 1997-06-03 05:38:59 +00:00
mrg 7cedf69cbd Completely rearrange SPARC boot code, modeling it after alpha and hp300
ports' boot programs.  Also added support for loading gzip'd kernels,
useful for booting from floppy.  From Jason R. Thorpe <thorpej@nas.nasa.gov>,
tested by Matthew Green <mrg@eterna.com.au> and Erik Fair <fair@clock.org>.
1997-06-01 03:39:03 +00:00
cgd c917dfb5b2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like:
	.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
	.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
jeremy 2c6ad26f86 My last commit included SUBDIRS that don't exist yet. Remove them. 1997-05-29 01:14:31 +00:00
is b68f9ed256 Add CODE REFERENCES sections. While here, move the fddi_{add,del}multi
description right below the ether_{add,del}multi description.
1997-05-25 17:58:22 +00:00
is 10fc645f15 Make clear which of these functions need to be called by hardware drivers. 1997-05-25 15:55:21 +00:00
is 580187839a Documentation of Ethernet and FDDI driver support functions and macros. 1997-05-25 15:54:22 +00:00
jeremy dcfd9aaa8a Add intro(9). 1997-05-22 03:46:33 +00:00
jeremy a9f5946c00 Reduce redundant 'describes'. 1997-05-22 03:41:00 +00:00
jeremy d58b5c298b Introduction to kernel internals section. 1997-05-22 03:39:20 +00:00
jeremy d354506769 Remove extra whitespace. 1997-05-22 02:12:18 +00:00
jeremy 44572d2bb8 Description of sun3 interrupt handler interface functions. 1997-05-22 00:39:26 +00:00
jeremy b0dc94ccd1 Added SUBDIRS= for architecture dependent directories. 1997-05-21 22:45:16 +00:00
jeremy 98b6233268 Added missing function arguments. Also made it clear which process receives
the data.
1997-05-21 03:14:07 +00:00
jeremy f65ba6ca92 Added leds.4. 1997-05-21 01:42:33 +00:00
jeremy 41b84f150c Man page for der Mouse and Gordon Ross's /dev/leds diagnostic LED interface. 1997-05-21 01:40:03 +00:00
is 3274c536b3 Yet another try to sanitize the bootblock build. Each major target has now
its own subdirectory.
Smaller changes involved:
- installboot installs to /usr/mdec
- installboot.8 installs to /usr/share/man/cat8/amiga/
1997-05-19 21:18:58 +00:00
pk 33f9641c2b Add NetBSD RCSId.
Fix spelling.
1997-05-18 22:08:27 +00:00
pk 7a128d9be1 An ESP406/FAS408 ISA SCSI adapter driver (from Eric S. Hvozda; PR#3581) 1997-05-17 21:00:00 +00:00
explorer 51096e423b Add kernel log() man page. Will add other logging/printing functions soon. 1997-05-12 23:51:56 +00:00
lukem 6de0bcebfd document $hostname, $domainname, $defaultroute and $ifaliases_XXX 1997-05-12 11:28:19 +00:00
mikel 698eafc238 update to match reality. changes include:
- add missing update_motd and ntpdate_hosts variables
- fix incorrect variable names (syslogd_flags and kerberos_server)
- xntpd(8) has been integrated
- kerberos_server is no longer used by rc.local
- add some xrefs
plus some misc. cleanup.
1997-05-12 05:21:51 +00:00
mikel 689e1cbafe fix FILES list indentation, and comma-separate SEE ALSO list; from Enami
Tsugutomo in PR misc/3598.
also some cleanup by myself.
1997-05-11 08:21:28 +00:00
mycroft 544c782a19 Move makewhatis.sed into man0, and split the Makefile. 1997-05-09 14:31:24 +00:00
augustss c397fa8357 Return audio buffer size in audio_info_t with ioctl() AUDIO_GETINFO.
Use the buffer size to implement one more OSS ioctl().
1997-05-07 19:24:25 +00:00
perry 930d115a51 Update to note a linux_lib-2.4.tar.gz is available from the
FreeBSD folks.
1997-04-29 16:16:40 +00:00
jonathan 65a1c6544a Fix tyop (accidentally snippedl line). 1997-04-27 11:58:46 +00:00
jonathan 89ea27100f Update media selection, add 100Mbit info.
Add cross-references to parent buses.
1997-04-27 09:43:05 +00:00
jonathan f906f30c34 Add isapnp(4) man page. 1997-04-27 09:09:50 +00:00
is 412fee4faf - Minor brushup of man page.
- Try to fix manual installation.
1997-04-24 08:02:29 +00:00
mrg 34affd9ae4 add ip-filter options. 1997-04-21 13:00:52 +00:00
mellon 86b1df4e9f Document dc flag 1997-04-20 00:05:27 +00:00