Commit Graph

766 Commits

Author SHA1 Message Date
jdolecek
c39854a858 regen - MD manpage links, more device links, and adjustments to some of
the device descriptions
2003-10-24 23:44:15 +00:00
jdolecek
6583af894c make sure to add links to all appropriate MD manpages for each device
pointed out by Thomas Klausner

expand the device name -> manpage translations, and fix some comments
2003-10-24 23:42:25 +00:00
jdolecek
7381215ef1 switch to unified MAKEDEV(8) - the manpage now contains list of
all devices for all platforms
2003-10-24 20:26:57 +00:00
wiz
60e31ba365 Drop trailing spaces; use .St for IEEE 1275; some nits. 2003-10-20 11:55:19 +00:00
mbw
d6209b12a7 Add new macppc boot(8) man page. Fixes PR port-macppc/21372. 2003-10-20 09:07:44 +00:00
wiz
21069b6a1b Add man8.ibmnws and MAKEDEV(8) for ibmnws. 2003-10-19 09:12:00 +00:00
wiz
54e541b387 regen (+Xr grf 4). 2003-10-17 22:11:48 +00:00
wiz
3025e2fc16 regen (-ed) 2003-10-17 22:11:25 +00:00
wiz
11639fb42c Bump date for previous. 2003-10-17 22:05:27 +00:00
jdolecek
899a030145 xref mailer.conf(5) in SEE ALSO 2003-10-12 11:50:29 +00:00
lukem
1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
jdolecek
513eefcff8 add evbsh5 MAKEDEV(8) manpage 2003-10-04 13:38:25 +00:00
jdolecek
39ef5010c4 regen - g/c nonexitent 'cbq' device and empty device groups 2003-10-04 13:33:27 +00:00
wiz
9326479dd9 Fix typos; new sentence, new line; fix name in license (ok'd by manu);
sort sections; sort SEE ALSO; drop trailing whitespace.
2003-09-29 10:05:35 +00:00
manu
855db7049d Setup to run Darwin binaries 2003-09-29 09:56:04 +00:00
jandberg
54dc1f63e0 regen after wsmouse addition 2003-09-22 18:33:41 +00:00
pooka
ed2f08d8a7 regen (isdnteld) 2003-09-19 11:14:28 +00:00
wiz
d66a08dbdc Bump date for previous. 2003-09-01 18:51:15 +00:00
manu
6035c6f8af The sentence explaining programs using /proc are unsupported is misleading:
we support them using -o linux option of mount_proc. Remove it.
2003-09-01 17:54:41 +00:00
wiz
7aa5d5eb62 regen (+crypto) 2003-08-23 23:16:36 +00:00
dsl
16243ec6f5 Bring closer to reality - specify correct filenames for new boot code.
Fixes port-i386/22477
2003-08-14 09:55:29 +00:00
rafal
11595d9a7c Regen to match reality, mainly due to pf addition. 2003-08-08 16:45:14 +00:00
rafal
9c025bd75a Regen for radio(4) addition, also pick up pf 2003-08-08 16:44:29 +00:00
agc
075022b349 Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22309, verified by myself.
2003-08-07 10:30:41 +00:00
tsutsui
1102154ee6 Regen: added some MI SCSI devices. 2003-08-01 02:21:24 +00:00
salo
22a0ae4298 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
wiz
dc53e29867 Add i386 to Dt, now the page is arch-specific. 2003-07-16 12:06:07 +00:00
dsl
377bfc41c7 Build mbr.8 2003-07-16 11:12:43 +00:00
dsl
baad6947d6 A better home than src/sbin/fdisk/mbr/mbr.8 2003-07-16 11:05:21 +00:00
wiz
430089f6b0 Nd argument should be on same line; new sentence, new line;
NetBSD -> Nx; man page appeared in 2.0, not "1.6.1+".
2003-07-09 14:20:06 +00:00
wiz
e4efe31690 Unused. 2003-07-09 09:35:38 +00:00
dsl
f8a6eac868 Don't build the i386/installboot man page, i386 can use the MI
installboot.
2003-07-09 09:29:05 +00:00
marcus
ba68e3996c Added missing manpages. 2003-07-04 17:25:58 +00:00
marcus
5bc691beb5 Removed references to devices and special targets not actually supported. 2003-07-04 16:34:41 +00:00
wiz
2e8cb0df4b IEEE 1275 now has an abbreviation -- use it. 2003-06-30 19:15:31 +00:00
wiz
b93a29cdaa Fixes to make these man page look nice with groff-1.19. 2003-06-30 19:12:31 +00:00
wiz
c2fc0b2f0f Insert a Ns, not so trivial this time. 2003-06-30 12:00:32 +00:00
wiz
ce4e7779bb Plural of CPU is CPUs. 2003-06-30 11:57:50 +00:00
wiz
a6b3a9e044 Use Pq to not confuse groff. 2003-06-30 11:53:22 +00:00
wiz
2a84f851af Add some Ns. 2003-06-30 10:44:47 +00:00
wiz
1ad8c0c58a No -> Ns (typo, I guess). 2003-06-27 23:12:09 +00:00
wiz
6bf50441b3 Remove -inset from .Bl macro. 2003-06-26 12:06:00 +00:00
wiz
c39edb6715 Switch macros to make both work. 2003-06-26 12:04:47 +00:00
wiz
2f658c2baa Remove superfluous macros or switch order of two macros. 2003-06-26 12:00:15 +00:00
wiz
e0c1029d60 There is no NetBSD release called "partition" :) 2003-06-26 11:57:49 +00:00
reinoud
9af716fd9a Make smbfs work on NetBSD/acorn32 ! it missed an entry in majors.acorn32
and an entry in the MAKEDEV
2003-06-08 20:12:33 +00:00
martin
a4c13e8f4d Regen (nsmb added) 2003-06-01 20:27:59 +00:00
fair
3c344189a4 More completely document the bootstrap flags accepted by the NetBSD
secondary bootstrap and the NetBSD kernel. Document SRM a little more.
I think this satisfies PR 20557.
2003-05-30 05:34:46 +00:00
wiz
bc0cb610c5 Remove trailing whitespace. 2003-05-26 06:55:19 +00:00
fair
9c3cc1b1d4 Add pointers to pxeboot, dosboot, w95boot a little more explicitly.
Add pointer to diskless(8) from pxeboot(8) and a reference for the
PXE specification. Clarify the wording here & there.
2003-05-25 21:19:06 +00:00