dcs
290c615f2c
Whenever the user might be offered a chance to quit through
...
pager_output(), respect that choice.
PR: 15747
2001-02-22 11:22:14 +00:00
asmodai
0f00927ea0
Preceed/preceeding are not english words. Use precede or preceding.
2001-02-18 10:25:42 +00:00
asmodai
2f1d3e2cdf
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
des
0b32553f89
Add atspeaker_load.
2001-02-01 16:41:58 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
ffef081534
Prepare for mdoc(7)NG.
2001-01-16 09:39:23 +00:00
jhb
8132a144d5
Add commented out examples for the new KTR loader tunables.
2001-01-06 06:52:49 +00:00
phk
f13a78af64
Use <sys/queue.h> macro API.
...
Submitted by: "Jason" <jsmethers@pdq.net>
Reviewed by: /sbin/md5
2000-12-30 20:40:16 +00:00
des
cff7c7e718
Retire kernfs (kernel part).
2000-12-28 12:17:35 +00:00
ru
b09cfc8f20
Prepare for mdoc(7)NG.
2000-12-27 16:37:32 +00:00
kato
c02a1810a6
Disabled boot2 for the moment, because it needs aout tools.
2000-12-24 14:54:34 +00:00
rnordier
1d93511772
Fix column alignment (whitespace-only change).
2000-12-19 00:17:36 +00:00
kato
b1e4886a37
Merged from sys/boot/i386/loader/Makefile revision 1.49.
2000-12-16 03:15:48 +00:00
ru
c86298b9bc
mdoc(7) police: removed duplicate .Os call.
2000-12-14 12:48:07 +00:00
rnordier
385258aeec
Strip the .comment and .note sections when stripping. There's no
...
point in retaining this info, particularly under BTX.
2000-12-13 17:10:38 +00:00
rnordier
66009fc30e
Add a magic number, for easier identification of boot0. At present,
...
this is used only by libdisk.
2000-12-12 17:27:35 +00:00
marcel
9286fe07da
Add "empty" makefile. Cross-building fails without it.
2000-12-08 04:08:09 +00:00
ache
4b5687e270
Cosmetique: don't use localized date
2000-12-01 01:58:48 +00:00
jhb
c68b62f2dc
Set the proper bit in the howto flags for a serial console rather than
...
setting the index of the bit. (0xc vs. 0x1000)
2000-11-30 18:33:59 +00:00
ps
3d64810c12
Add support for probing the keyboard from pxeboot which will behave
...
exactly the same as passing -P to boot2.
Submitted by: jhb
2000-11-30 14:55:10 +00:00
obrien
4a3cb8d124
`cdboot' is broken as it cannot load a kernel.
...
The release engineer keeps using the wrong /boot/cdboot when creating the
ISO images. So we'll add the 4.0-RELEASE cdboot to the tree until someone
bothers to fix the source so a working `cdboot' is built.
2000-11-27 02:15:13 +00:00
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
0127deea8c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 17:05:46 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
msmith
db197d8ac3
The default kernel filename is "kernel" again, not "kernel.ko".
...
Submitted by: mckusick
2000-11-17 04:43:56 +00:00
ben
5793387cd6
remove period from SEE ALSO.
2000-11-15 17:02:54 +00:00
obrien
378089bdff
Don't use the Gawkism strftime(). Pass in the date stamp on the awk
...
command line instead.
Approved by: dcs
2000-11-14 21:02:49 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
mjacob
a927d4ab8d
init booted_kernel from environment kernelname (if there)
2000-11-14 08:11:03 +00:00
mjacob
642e5ef3df
move init of booted_kernel to bootinfo.c
2000-11-14 08:10:15 +00:00
benno
7d73a33303
OpenFirmware/PowerPC loader, part 2.
...
As of this patchset, the loader builds (under NetBSD/macppc), boots, interacts
and talks to BOOTP/NFS servers.
(main.c was moved from boot/ofw/libofw to boot/ofw/common but has no revision
history)
Reviewed by: obrien
2000-11-10 06:39:58 +00:00
benno
0268629b4f
Give the network device a print method.
...
Reviewed by: obrien
2000-11-10 06:37:43 +00:00
benno
c6aac5b5ce
OpenFirmware/PowerPC loader, part 2.
...
This brings the loader up to the point where I can compile it under
NetBSD/macppc and have it boot, interact and talk to NFS servers.
sys/boot/ofw/libofw/main.c has been deleted (it has no revision history) and
replaced with sys/boot/ofw/common/main.c
Reviewed by: obrien
2000-11-10 06:29:42 +00:00
ps
26690141b4
Honor the ip address given in the root-path dhcp option.
...
PR: 21743
Submitted by: Brian Candler <B.Candler@pobox.com>
2000-11-05 14:55:09 +00:00
nyan
48503b7c5c
Merged from the following changes.
...
sys/boot/i386/btx/btx/Makefile 1.9
sys/boot/i386/btx/btx/btx.s 1.23
sys/boot/i386/libi386/biosdisk.c 1.32 and 1.33
sys/boot/i386/libi386/biosmem.c 1.5
sys/boot/i386/libi386/comconsole.c 1.8
sys/boot/i386/libi386/gatea20.c 1.3
sys/boot/i386/libi386/time.c 1.4
sys/boot/i386/libi386/vidconsole.c 1.13
sys/boot/i386/loader/Makefile 1.48
sys/boot/i386/loader/main.c 1.22
2000-11-05 12:35:41 +00:00
rnordier
d72251aa84
Support a.out: avoid (%dx) in in/out instructions, and use an m4
...
macro to supply underscores for externals.
2000-11-04 13:03:52 +00:00
ps
2cfec00a84
MF4: Add LOADER_TFTP_SUPPORT make.conf flag.
2000-11-04 08:43:13 +00:00
jhb
da2d7c0fb1
The Number of Fixed Disks at memory location 0x475 is only 1 byte, not a
...
2 byte word. This fixes machines that probe 30-odd hard drives during boot
in the loader.
Submitted by: Helpful folks at Tyan via ps
2000-11-02 23:28:12 +00:00
mph
0b328cd8c5
"it's" --> "its" (possessive).
...
Correct a malformed sentence.
2000-11-01 00:36:12 +00:00
n_hibma
f4add8691c
Add entry for umodem
2000-10-30 10:55:03 +00:00
dfr
82332e4bd5
Backout revision 1.7 which was a bad idea since it would force people
...
to reinstall boot1 after a 'make world'.
Unfortunately this means that people who have already installed a new
boot1 from a 'make world' after 2000/09/18 *must* reinstall it after
their next build using something like:
# disklabel -B /dev/da0c
2000-10-27 09:36:34 +00:00
obrien
f428d43492
Install the loader manpages.
2000-10-26 21:47:59 +00:00
dfr
c10c0d316a
Move the call to extend_heap() from main to start so that if our BSS
...
expands beyond the limit we will extend the address space before trying
to zero the BSS. This should give us plenty of headroom for modest
expansion of the loader.
2000-10-25 23:36:01 +00:00
dfr
0b955e26d9
Don't build start.S as part of libalpha.a - its built specially.
2000-10-25 23:30:04 +00:00
dfr
28bd3a48b3
Don't indirect through a null pointer if we run out of kernel filenames.
2000-10-25 23:28:19 +00:00
dfr
0f792ce6e2
Make a few functions inline to save space.
2000-10-25 23:24:43 +00:00
n_hibma
71ac041c16
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
obrien
17dc0cb9cb
Convert from the Alpha compontents to PowerPC ones.
2000-10-16 19:58:32 +00:00
obrien
d84d862cbd
"Ok, my loader's now up to putting up a prompt. It probes disks partially
...
but can't boot from them yet."
Thanks to Stephane Potvin for the some of the code in this set.
Submitted by: Benno Rice <benno@jeamland.net>
2000-10-16 10:46:22 +00:00
nyan
3a05390ac2
Merged from sys/boot/i386/loader/main.c revision 1.21.
2000-10-15 02:56:48 +00:00