summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-3/+3
* The man page, version 0.1.dcs1999-03-151-0/+747
* Fix syntax for boot commandmsmith1999-03-141-1/+1
* Increase ficl's dictionary size, in preparation for the newer loader.rc.dcs1999-03-081-2/+2
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-084-9/+19
* Don't treat empty lines as end-of-file in include(). (I can'tdcs1999-03-021-2/+2
* Fix assorted memory leak/buffer reuse problems.dcs1999-02-222-7/+24
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting attegge1999-02-151-2/+2
* Remove strange-looking quotes. This part of the code is #if'ed out,dcs1999-02-071-1/+1
* Make use of prototypes to silence warnings.dcs1999-02-044-37/+84
* Silence a warning.dcs1999-02-041-2/+2
* Mention the net.inet.tcp.tcbhashsize tunable.msmith1999-02-031-0/+5
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-031-2/+4
* Whoops! Forgot to include Mr. Sobray's more command in the last setjkh1999-02-012-2/+56
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tunemsmith1999-01-291-0/+8
* Make builtin's state-aware in loader.jkh1999-01-281-14/+106
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* bootstrap.hmsmith1999-01-226-141/+87
* Fix extraneous free() on error.rnordier1999-01-221-2/+1
* Add 'set tunables' help, list the kernel tunable values that can currentlymsmith1999-01-211-0/+18
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-182-182/+101
* Replace duplicated "old" linker set definitions with an include ofjdp1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-152-12/+20
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itabial1999-01-131-2/+2
* Typo in patch application.msmith1999-01-131-2/+2
* No builtin command resets getopt before using it, causingmsmith1999-01-114-3/+10
* Enable escapes for $ to make it possible to insert variable names intomsmith1999-01-102-4/+9
* Add a description for 'lsdev' so that it shows up in the '?' displaymsmith1999-01-091-2/+3
* Fix variable initialization.. It was written with '==' instead of '-'.peter1999-01-041-2/+3
* Clean some unused variables lintpeter1999-01-041-2/+4
* Don't forget a trailing \n when loading a kernel that has been stripped.peter1999-01-041-7/+8
* * Begin integration of built-ins with Forth: leave the exit code fromabial1998-12-223-30/+46
* Removed dynamic loading of FileHandlen_hibma1998-12-161-4/+2
* Reformat help to improve subtopic display appearance, other minormsmith1998-12-151-5/+5
* Build the composite help file from the generic and architecture-specificmsmith1998-12-152-1/+224
* Fix misallocation of buffer bug (too short)archie1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurpaul1998-11-191-2/+4
* Add documentation for $rootdev.msmith1998-11-131-1/+10
* Eliminate much code cruft by extending simple file I/O API to includejkh1998-11-071-4/+9
* Don't have debugging on by default - it makes testing annoying. :)jkh1998-11-071-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.msmith1998-11-061-2/+5
* Don't use the poxy vmGetString interface (who uses counted strings thesemsmith1998-11-061-7/+23
* Remember a bit more of my forth and do:jkh1998-11-051-3/+4
* Use a smaller default dictionary to waste less space.msmith1998-11-041-2/+2
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readmsmith1998-11-044-5/+155
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough formsmith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-023-4/+241
* Standardise on ';' as a component separator; it seems to be a little moremsmith1998-11-021-4/+4
* * Extend the memory available for the heap from 256k to 512k.dfr1998-10-311-2/+2
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-315-14/+605
OpenPOWER on IntegriCloud