freebsd-dev/sys/boot/common
Mike Smith b820c8e626 - VERBOSE_LS is obsolete, as the heap is much better behaved now.
- Don't whine about nodes we can't stat(); these are usually
   symlinks that lead out of the filesystem.
 - Autoboot is now controlled by $autoboot_delay, which is a value
   in seconds or NO to disable autoboot.
 - Don't autoboot at the end of boot.conf if we have already tried.
 - Add a 'read' command to complement 'echo'.  Both are still hidden.
 - Improve the 'source' command/function so that it is possible to
   source scripts off removable media.  The entire script is read and
   saved before beginning execution.  Script lines beginning with
   '@' will not be echoed when being executed.  Script execution will
   normally terminate at the first error, however if the script line
   begins with '-' this behaviour is overriden for that command.
1998-10-07 02:38:26 +00:00
..
boot.c - VERBOSE_LS is obsolete, as the heap is much better behaved now. 1998-10-07 02:38:26 +00:00
bootstrap.h - VERBOSE_LS is obsolete, as the heap is much better behaved now. 1998-10-07 02:38:26 +00:00
commands.c - VERBOSE_LS is obsolete, as the heap is much better behaved now. 1998-10-07 02:38:26 +00:00
console.c console.c 1998-09-26 01:29:13 +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
interp_backslash.c Allow quoted strings (single or double) for grouping whitespace separated 1998-09-03 06:14:41 +00:00
interp_parse.c Initial integration of the i386 bootloader and BTX. 1998-09-17 23:52:16 +00:00
interp.c - VERBOSE_LS is obsolete, as the heap is much better behaved now. 1998-10-07 02:38:26 +00:00
isapnp.c console.c 1998-09-26 01:29:13 +00:00
isapnp.h Oops, missed these. Machine-independant ISA PnP enumerator. 1998-09-18 00:24:25 +00:00
load_aout.c boot.c 1998-10-02 16:22:26 +00:00
load_elf.c First shot at loading elf symbols. Things are a bit strange because 1998-10-02 08:04:56 +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 - VERBOSE_LS is obsolete, as the heap is much better behaved now. 1998-10-07 02:38:26 +00:00
Makefile.inc ELF loader, part 1. It works with ELF kernels generated on the i386 1998-09-30 19:38:26 +00:00
misc.c Insert whitespace between unargv'd arguments. 1998-10-05 05:40:58 +00:00
module.c * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
panic.c console.c 1998-09-26 01:29:13 +00:00
pnp.c console.c 1998-09-26 01:29:13 +00:00