aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-2191-91/+91
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-2176-12826/+851
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2118-4602/+0
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-187-274/+203
* Replace duplicated "old" linker set definitions with an include ofJohn Polstra1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isAndrzej Bialecki1999-01-152-12/+20
* Change counter-intuitive pc@ and pc! to inb and outb.Andrzej Bialecki1999-01-145-20/+22
* In the event of a disk error, boot2 is expecting an errorRobert Nordier1999-01-132-12/+12
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itAndrzej Bialecki1999-01-131-2/+2
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canAndrzej Bialecki1999-01-135-0/+120
* Typo in patch application.Mike Smith1999-01-131-2/+2
* Drop boot.help support.Robert Nordier1999-01-112-20/+10
* No builtin command resets getopt before using it, causingMike Smith1999-01-114-3/+10
* Preserve the previous loader as loader.old.Mike Smith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildMike Smith1999-01-101-3/+3
* Remove redundant line of code.Steve Price1999-01-101-2/+1
* Use etc/make.conf settings for serial port and speed.Robert Nordier1999-01-106-16/+28
* Damn, I thought I had committed this already, but it seems not.Peter Wemm1999-01-104-12/+12
* Enable escapes for $ to make it possible to insert variable names intoMike Smith1999-01-102-4/+9
* Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoidMike Smith1999-01-091-2/+2
* kzip the loader, this shrinks it to about 60% of its original size.Mike Smith1999-01-091-1/+3
* Extend bd_print() so that it displays slices and partitions on disks.Mike Smith1999-01-091-7/+82
* Add a description for 'lsdev' so that it shows up in the '?' displayMike Smith1999-01-091-2/+3
* Alpha-specific help topics (currently empty)Mike Smith1999-01-051-0/+0
* Fix a potential sign extension bug on 8-bit chars.Peter Wemm1999-01-041-3/+3
* Fix variable initialization.. It was written with '==' instead of '-'.Peter Wemm1999-01-041-2/+3
* Clean some unused variables lintPeter Wemm1999-01-041-2/+4
* Don't forget a trailing \n when loading a kernel that has been stripped.Peter Wemm1999-01-041-7/+8
* Restore dependancy to build loader.help hereMike Smith1999-01-041-2/+2
* Add dependancy to build loader.help hereMike Smith1999-01-041-1/+1
* First cut at generating loader.help for the alphaMike Smith1999-01-031-0/+12
* Reenable generation of the loader.help fileMike Smith1999-01-031-9/+9
* Update for new boot block location.Jordan K. Hubbard1999-01-021-5/+1
* Add support for some FACILITY words:Andrzej Bialecki1998-12-311-1/+74
* Add back ability to make beeps when using new TERM_EMU.Andrzej Bialecki1998-12-311-6/+15
* Add simple terminal emulator, compatible with cons25. Currently supportedAndrzej Bialecki1998-12-222-9/+386
* Add new word ".#" which acts like "." but doesn't output a space separator.Andrzej Bialecki1998-12-221-0/+13
* * Begin integration of built-ins with Forth: leave the exit code fromAndrzej Bialecki1998-12-223-30/+46
* Removed dynamic loading of FileHandleNick Hibma1998-12-161-4/+2
* Disable build/install of boot.help until we sort out how to construct itMike Smith1998-12-161-10/+10
* Reformat help to improve subtopic display appearance, other minorMike Smith1998-12-152-9/+9
* Build the composite help file from the generic and architecture-specificMike Smith1998-12-154-4/+257
* unlocalise build date (merge from i386)Mike Smith1998-12-151-0/+1
* unlocalize dateAndrey A. Chernov1998-12-071-0/+1
* Revise some comments and labels.Robert Nordier1998-12-051-16/+22
* Drop EDD support detection, though retain configurable use of diskRobert Nordier1998-11-292-104/+110
* Drop use of BIOS int 0x14 services in favor of direct port I/O.Robert Nordier1998-11-221-37/+48
* Fix misallocation of buffer bug (too short)Archie Cobbs1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurPaul Richards1998-11-191-2/+4
* Add documentation for $rootdev.Mike Smith1998-11-131-1/+10