Commit Graph

1010 Commits

Author SHA1 Message Date
wiz dfc0d0bdf2 Drop trailing whitespace. 2009-04-10 23:22:30 +00:00
perry f6bc268dff Make this reflect reality more -- next-server is necessary, there is
now this boot.cfg thing, etc. Also add a reasonable hint on how to set
up dhcp for booting install kernels via tftp.
2009-04-10 21:11:28 +00:00
joerg 228d957753 Remove .sp, the list already provides spacing. 2009-04-10 14:59:35 +00:00
joerg e597a0f468 Don't use .Xo/.Xc to workaround argument limit in ancient groff. 2009-04-09 04:01:06 +00:00
joerg 100c18a386 .Ud includes terminating dot. 2009-03-23 01:27:59 +00:00
joerg 58ccf5a2c7 Fix markup. 2009-03-15 10:24:58 +00:00
joerg 3a3d9fcecf Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:26:09 +00:00
joerg 9060e20989 Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:13:54 +00:00
joerg d6409eb14c Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:01:29 +00:00
joerg e9a2afbd1d Fix preamble 2009-03-11 13:52:49 +00:00
joerg 997634fe14 Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
elad 563e80a1ee Fix mistake in the Veriexec example, the command name is "veriexecctl",
not "veriexec".
2009-01-26 13:23:20 +00:00
lukem 6299875ab1 We don't have an MI crash(8), so don't reference it.
Thanks to Hubert for the reminder.
2009-01-20 04:10:38 +00:00
isaki cf59801230 x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
  Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.
2008-12-20 13:20:58 +00:00
ad 0efea177e3 Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
jdc 61d904bdb2 Note 4Gb limit for booting U1 and U2 machines. 2008-11-09 11:49:36 +00:00
wiz e896af94f7 ext2 -> Ext2, to match newfs_ext2fs. 2008-11-06 19:40:03 +00:00
wiz 55bab24118 Spelling fixes. 2008-11-06 17:51:39 +00:00
wiz e68e7dcd1f Use Nx instead of NetBSD; spell "ext2" with lower case 'e', per Wikipedia. 2008-11-06 17:48:33 +00:00
tsutsui 4a22671764 - misc updates and fixes to sync with reality:
- boot loader prompt
 - netboot with the NetBSD boot loader
 - banner on LCD
- add some Xrefs
2008-11-06 16:20:55 +00:00
apb b6f5a7e64f Improve the description of what the "-c" (RB_USERCONF) flag does. 2008-10-30 09:49:23 +00:00
wiz cc55bad434 Wording improvements. 2008-10-21 08:43:15 +00:00
lukem ddd1724f86 xref rescue(8) 2008-10-21 02:32:37 +00:00
lukem 422fa60cb1 Install rescue(8) 2008-10-20 22:29:39 +00:00
tsutsui 147b99ba9a - note that local hostname settings might be overriden by dhclient(8)
- add more info about DHCP settings in the network configuration section
- bump date
2008-10-20 14:56:44 +00:00
wiz 5154780b79 Drop trailing whitespace. 2008-10-20 07:06:21 +00:00
lukem 6cf201421e Document using boot -a and /rescue/init if the system fails to boot with
"init: not found".
2008-10-20 06:42:53 +00:00
lukem d20564358b Adapt to NetBSD:
* Recommend checking /lib and /libexec for corruption.
* A NetBSD installation CD should suffice for recovery if necessary.
* I designed & wrote the rescue framework in NetBSD; update credits.
  (The FreeBSD guys were inspired by it)
* Other minor tweaks to differences in the systems.
2008-10-20 06:26:47 +00:00
lukem c99131c058 Add a manual page for /rescue.
Obtained from FreeBSD src/share/man/man8/rescue.8 1.3
This is the FreeBSD version; NetBSD customisation to occur
in followup commits.
2008-10-20 06:14:28 +00:00
sborrill fb3d071819 Correct existing Xen example and add Xen with serial console example.
Refer to boot.cfg(5) for Xen examples from boot(8).
2008-10-15 14:32:26 +00:00
wiz 34edb0b49f Typo fix and punctuation nit. 2008-10-14 09:29:40 +00:00
apb 76b1d72406 Update lists of options (sync with i386/boot(8) man page). 2008-10-13 20:41:21 +00:00
apb c042908183 Update MI boot(8) man page from i386/boot(8) 2008-10-13 20:40:52 +00:00
apb 055794e083 Update i386/boot(8) man page:
* Explain that the native boot protocol sets flags in boothowto,
  while multiboot passes args as strings.
* Add missing option letters.
* For each option letter, say which flag it sets in boothowto.
* Describe the "load" and "multiboot" commands.
* Xr multiboot(8).
* Some chnges in wording.
2008-10-13 20:40:25 +00:00
pgoyette b0981f0188 fixed botched update in last 2008-10-06 22:51:15 +00:00
pgoyette 23970ca9fd OOooops, part of this had already been done. Remove duplicate descriptions
of -1 and -2 options.  Reorder the synopsis line to put the numeric options
before the alphabetic ones.
2008-10-06 21:04:51 +00:00
pgoyette 3b3e1e2687 Document the -1 and -2 options, and include this in amd64 as well as i386
Fixes my PR/38816
2008-10-06 20:25:42 +00:00
reed 839a072b21 Use Subsection headers instead of Symbol macro
for a few headers. This makes this consistent with the
other boot.8 manual pages.
(I am guessing a typo was done one time and then duplicated to few
other man pages. I noticed when looking at print version which had
all architecture boot.8 pages.)
2008-09-24 20:07:05 +00:00
reed 43148f18f3 Add architecture to the man page headers.
This is an optional argument to .Dt.

I noticed in printed docs, that format(8) didn't mention "vax".
Then I saw a few others were missing too. This makes it consistent
with some others there.

If this is wrong, then these files shouldn't be in the architecture
specific directories.
2008-09-24 18:19:13 +00:00
jmcneill 6bd14054c0 regen 2008-09-06 19:22:26 +00:00
wiz 19073263d0 Bump date for previous. 2008-08-04 07:45:25 +00:00
rumble 14ac8bdbf0 Document -m. 2008-08-03 16:14:24 +00:00
christos 0e56257433 Document the remaining boot flags. 2008-07-31 17:08:23 +00:00
mrg c2b95373bf remove clause #3 from my license where there are no other
copyright holders involved.
2008-05-29 14:51:25 +00:00
wiz 839eeade42 Bump date for previous. 2008-05-25 09:07:21 +00:00
he 0bf7256056 Document the new ${name}_env feature: list of new or modified environment
variables to set when starting ${command}.
2008-05-24 19:57:21 +00:00
spz 2c2348b398 add a syntax hint for the recently added tftp capability in ofwboot.net 2008-05-23 15:25:25 +00:00
hauke f5ede5dc2e Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card.
Timecounter support for the Z8536 counters A + B is not complete, yet.

Reviewed by Martin Husemann.
2008-05-22 19:49:43 +00:00
martin 18b61e6112 Move to 2 clause license 2008-05-02 21:10:38 +00:00
martin cd22f25e6f Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00