freebsd-dev/sys/boot/common
Mike Smith b7fd9e91ed bootstrap.h
help.common
interp.c
	Rename the 'source' command to 'include' in order to avoid conflict
	with the ANS Forth command of the same name. (kern/9473)

interp_forth.c:
	Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer
	sizing) and an improved version of kern/9460 (set
	version numbers).

load_aout.c:
	Trim some obsolete #if 0'ed cruft.

pnp.c:
	Tidy the pnpscan output, turn off the module scanning until we
	sort out how to do it right.

PR:		kern/9412 kern/9442 kern/9460 kern/9473
Submitted by:	PRs from Daniel Sobral <dcs@newsguy.com>
1999-01-22 23:50:14 +00:00
..
bcache.c This fixes a bug in the bcache code whereby false cache hits occur 1998-11-19 18:12:03 +00:00
boot.c Standardise on ';' as a component separator; it seems to be a little more 1998-11-02 16:55:57 +00:00
bootstrap.h bootstrap.h 1999-01-22 23:50:14 +00:00
commands.c No builtin command resets getopt before using it, causing 1999-01-11 06:41:32 +00:00
console.c - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00
dev_net.c Make the alpha bootstrap build again, fix some warning and change sdboot to daboot. 1998-09-20 21:46:19 +00:00
dev_net.h This is the new unified bootstrap, sometimes known previously as the 1998-08-21 03:17:42 +00:00
devopen.c * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
gensetdefs.c Initial integration of the i386 bootloader and BTX. 1998-09-17 23:52:16 +00:00
help.common bootstrap.h 1999-01-22 23:50:14 +00:00
interp_backslash.c Enable escapes for $ to make it possible to insert variable names into 1999-01-10 05:08:12 +00:00
interp_forth.c bootstrap.h 1999-01-22 23:50:14 +00:00
interp_parse.c Typo in patch application. 1999-01-13 08:11:41 +00:00
interp.c bootstrap.h 1999-01-22 23:50:14 +00:00
isapnp.c Export an interface for presetting the ISA PnP read port address. 1998-10-22 20:20:51 +00:00
isapnp.h Make ISA PnP work. This successfully enumerates as many ISA devices as I 1998-10-21 20:07:05 +00:00
load_aout.c bootstrap.h 1999-01-22 23:50:14 +00:00
load_elf.c Don't forget a trailing \n when loading a kernel that has been stripped. 1999-01-04 18:37:41 +00:00
load.c This is the new unified bootstrap, sometimes known previously as the 1998-08-21 03:17:42 +00:00
ls.c No builtin command resets getopt before using it, causing 1999-01-11 06:41:32 +00:00
Makefile.inc Add BootForth hooks; if BOOT_FORTH is defined, pass every line read 1998-11-04 00:29:01 +00:00
merge_help.awk Transition from using Perl to using awk for our text-manipulation 1999-01-18 19:05:27 +00:00
misc.c Insert whitespace between unargv'd arguments. 1998-10-05 05:40:58 +00:00
module.c No builtin command resets getopt before using it, causing 1999-01-11 06:41:32 +00:00
panic.c console.c 1998-09-26 01:29:13 +00:00
pnp.c bootstrap.h 1999-01-22 23:50:14 +00:00
pnpdata - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00