aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-1625-25/+25
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2925-25/+25
* MFC: Use fname not "fname" as pnp_readconf() argument, since itRobert Nordier1999-07-281-1/+1
* MFC: Document ``init_path'' and fix two typos.Ruslan Ermilov1999-06-231-1/+10
* MFC. Remove deprecated comments.Daniel C. Sobral1999-05-201-10/+0
* MFC. Assorted memory management bugs.Daniel C. Sobral1999-05-204-9/+19
* MFC: rev 1.18, don't clobber "prompt" iff already set.Joerg Wunsch1999-04-201-2/+3
* MFC rev 1.11 - support loading kernel at other than 0xf0100000.Peter Wemm1999-04-071-2/+2
* MFC. r1.13, increase FICL dictionary size.Daniel C. Sobral1999-03-141-2/+2
* MFC: fix syntax description for boot command.Mike Smith1999-03-141-1/+1
* MFC: Don't treat empty lines as end-of-file in include().Daniel C. Sobral1999-03-021-2/+2
* MFC. Assorted memory leak/buffer reuse fixes.Daniel C. Sobral1999-02-222-7/+24
* MFC:Daniel C. Sobral1999-02-065-41/+282
* MFC: added boot loader for PC98.KATO Takenori1999-02-061-2/+4
* MFC: documentation for new tunables.Mike Smith1999-02-041-2/+26
* MFC: Correctly record the end of the a.out symbol table.Robert Nordier1999-01-251-3/+3
* MFC: Fix extraneous free() on error.Robert Nordier1999-01-221-2/+1
* MFC: extra help for kernel tunable overrides.Mike Smith1999-01-211-0/+18
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-182-182/+101
* 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 /boot/boot.conf to /boot/loader.rc - this name reflects what itAndrzej Bialecki1999-01-131-2/+2
* Typo in patch application.Mike Smith1999-01-131-2/+2
* No builtin command resets getopt before using it, causingMike Smith1999-01-114-3/+10
* Enable escapes for $ to make it possible to insert variable names intoMike Smith1999-01-102-4/+9
* Add a description for 'lsdev' so that it shows up in the '?' displayMike Smith1999-01-091-2/+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
* * 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
* Reformat help to improve subtopic display appearance, other minorMike Smith1998-12-151-5/+5
* Build the composite help file from the generic and architecture-specificMike Smith1998-12-152-1/+224
* 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
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-071-4/+9
* Don't have debugging on by default - it makes testing annoying. :)Jordan K. Hubbard1998-11-071-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.Mike Smith1998-11-061-2/+5
* Don't use the poxy vmGetString interface (who uses counted strings theseMike Smith1998-11-061-7/+23
* Remember a bit more of my forth and do:Jordan K. Hubbard1998-11-051-3/+4
* Use a smaller default dictionary to waste less space.Mike Smith1998-11-041-2/+2
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readMike Smith1998-11-044-5/+155
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough forMike Smith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,Mike Smith1998-11-023-4/+241
* Standardise on ';' as a component separator; it seems to be a little moreMike Smith1998-11-021-4/+4
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-311-2/+2
* - Add a new command 'lsdev' to list devices which might be likely to hostMike Smith1998-10-315-14/+605
* Export an interface for presetting the ISA PnP read port address.Mike Smith1998-10-223-46/+77
* Make ISA PnP work. This successfully enumerates as many ISA devices as IMike Smith1998-10-216-127/+303