jdolecek
80010daea8
regen after MAKEDEV2manpage.awk fixes:
...
* use " for 3 1/2 & 5 1/4 in fdc entry
* xref acorn32/opms(4) in pms# entry
* no longer xref scsictl(8) in scsibus# entry
2003-10-26 21:34:49 +00:00
jdolecek
cf43cdd268
g/c the MAKEDEV(.local)? substitution - it's not needed
...
generate the .Xr commands for device manpage crossreferences directly,
we no longer need to replace 'foo(4)' in the source MAKEDEV.tmpl
replace other gensub() calls with equivalent gsub(), and fix output
for fdc (we want 3 1/2", 5 1/4" - not 3 1/2``, 5 1/4'')
add target translation for 'random' -> rnd(4) and 'scsibus#' -> scsi(4),
and fix typo in opms entry
2003-10-26 21:32:51 +00:00
lukem
f85d2d1c14
Use ${HOST_SH} instead of `sh'.
...
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
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
fair
d9770d2cb2
Tweak the DHCP section a little, per Martin Husemann.
2003-05-25 19:53:07 +00:00
wiz
33b345ecdf
Fix some typos, s/nfsiod/nfsd/ (?), sort SEE ALSO.
2003-05-22 07:06:53 +00:00
fair
3e3e5cec32
Massive rewrite/reorganization of diskless.8 to clarify, edify,
...
educate, elucidate, and otherwise answer ancient PR 5885, which
complained about lack of documentation for DHCP booting systems.
Please review, comment & correct. Writing is hard work.
2003-05-22 06:45:55 +00:00
wiz
75f9ab5b80
Add back comma after e.g. and i.e.
...
See for example http://newark.rutgers.edu/~jlynch/Writing/e.html .
2003-05-20 08:18:23 +00:00
fair
38fe78bca7
Add some information necessary for netbooting.
...
Update date.
2003-05-20 07:47:40 +00:00
wiz
70c40c00ed
regen (-lms,-mms,+icp on i386).
2003-05-15 19:17:43 +00:00
wiz
318b76a793
setup -> set up.
2003-05-15 06:01:02 +00:00
fair
28dbdce5de
nroff cleanups prior to answering a problem report.
2003-05-15 02:03:45 +00:00
wiz
c0374a92bc
New sentence, new line; nits. XXX: this page might need an update.
2003-05-14 12:19:15 +00:00
wiz
72560fa3c0
New sentence, new line; use .Aq; set -> set up.
2003-05-14 07:50:50 +00:00
wiz
8a4655ce73
Setup -> set up; new sentence, new line; add some commas; change kernel building instructions to include make depend.
2003-05-14 07:40:27 +00:00
wiz
34757ddf9c
Setup -> set up, from jmc@openbsd.
2003-05-14 07:28:01 +00:00
wiz
5b3ea1544b
Misc fixes.
2003-05-07 13:28:12 +00:00
takemura
e02bb3ff4e
Added man page, hpcmips/boot.8. PR #21371 .
2003-05-07 13:14:50 +00:00
jmmv
4296d7d483
Drop trailing whitespace. Reviewed by wiz.
2003-05-06 10:46:41 +00:00
wiz
7d8f3e39e7
regen (wsfont added to alpha, more man page links)
2003-05-06 08:49:05 +00:00
wiz
e884f1876e
Add comma after e.g., and fix two mdoc nits.
2003-05-06 07:56:54 +00:00
wiz
e6367d8a4b
Use more mdoc, some mdoc improvements, unxref crash(8).
...
XXX: Needs more work, e.g., at least a SYNOPSIS section.
2003-05-03 23:15:31 +00:00
fair
12f3ab83c8
Add Xr diskless 8 because Suns can netboot.
...
Remove "floppy" from the example list of things that can UltraSPARC
can boot from.
2003-05-01 18:44:11 +00:00
wiz
876372d88e
a -> an from jmc@openbsd.
...
New sentence, new line while I'm here.
2003-05-01 14:01:39 +00:00
wiz
7dcc28d440
ultra sparc -> UltraSPARC.
2003-05-01 11:16:28 +00:00
martin
b21f878e23
Add another example. Fix files section (/boot is called /ofwboot realy)
...
and now that we mention floppy disks add a bugs section - we can't boot
from them.
2003-05-01 11:14:03 +00:00
wiz
5fe6660b13
Drop superfluous Pp and duplicate FILES section; add article; end sentence with a dot.
2003-05-01 09:34:57 +00:00
fair
04b8228faf
Complete rework of this man page to explain SRM enough to boot an
...
alpha. This is to answer PR 20557.
2003-05-01 09:15:56 +00:00
uebayasi
8a940b232d
Typos, mostly a -> an.
...
Reviewed by: grant
2003-05-01 08:42:07 +00:00
fair
47dc853e49
Clean up nroff problems. Reword description a little.
...
Add requirement for SCSI CD-ROMs (should be ID 6, and must
be able to do 512-byte reads). Add STANDARDS section.
This should close PR 21387.
2003-05-01 06:20:19 +00:00
wiz
2e72bf0557
Sort sections; new sentence, new line; use more mdoc;
...
drop crash(8) reference.
2003-05-01 02:11:01 +00:00
martin
63185858eb
Reference IEEE 1275 and rename L1 to STOP (mentioning the old name).
...
From Erik Fair.
2003-04-30 20:40:06 +00:00
martin
4e3a142d56
Clone the sparc boot(8) man page and bend it into shape for sparc64.
2003-04-30 12:32:29 +00:00
wiz
eea921656c
New sentence, new line; drop trailing spaces.
2003-04-29 16:06:44 +00:00
fredette
7863680d0c
Added a SYNOPSIS section, added content about boot device
...
selection, and added the man page to the set lists.
2003-04-29 15:04:41 +00:00
wiz
befa7a8964
More mdoc; some grammar fixes; comment out Xref to crash(8) (doesn't exist).
2003-04-29 13:13:10 +00:00
wiz
3f3fd9f0d6
Use more mdoc macros; comment out reference to non-existing crash(8) from
...
SEE ALSO.
2003-04-29 13:05:32 +00:00
fredette
226e50835b
Added a boot(8) man page for sun2.
2003-04-29 13:00:57 +00:00
wiz
5084d44ea8
regen (x86_64 -> amd64)
2003-04-26 21:00:56 +00:00
fvdl
043f21d9ea
x86_64 -> amd64
2003-04-26 19:14:17 +00:00
fvdl
0945a6df17
x86_64 -> amd64
2003-04-26 19:02:50 +00:00
fair
32c41ae13d
Preliminary nroff cleanup prior to fixing a problem report.
2003-04-25 04:19:15 +00:00
wiz
5eafd757ee
regen (init target, some other stuff)
2003-04-24 12:15:58 +00:00
grant
8b06af555f
netbsd.org -> NetBSD.org
2003-04-22 08:14:38 +00:00
martin
16ebbf4a10
Regen (sysmon added)
2003-04-20 17:06:25 +00:00
perry
6545393afc
Update date
2003-04-17 21:24:18 +00:00
perry
f15285a4b0
Improve the language and description.
2003-04-17 21:23:45 +00:00
tron
088e2da85b
Add manual page for wizd(8).
2003-04-17 20:48:33 +00:00
wiz
c77eae368f
Convert to mdoc, except for a gruesome example.
2003-04-17 20:04:29 +00:00
wiz
dd47a963eb
Punctuation nit.
2003-04-16 10:19:05 +00:00
wiz
c0b34ed9ad
regen (no more quadmouse).
2003-04-16 10:03:25 +00:00