aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* * Fix a stack of warnings.Doug Rabson1999-09-012-12/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2826-26/+26
* Fix some typos.Nik Clayton1999-07-281-7/+7
* Walk around the end of all the silly guessing of device types and unitMike Smith1999-07-212-2/+71
* The boot countdown timer says it will boot in 1 seconds,Nick Hibma1999-07-151-2/+4
* Document the hw.physmem tunable. (There should be arch-specific tunableMike Smith1999-07-021-0/+12
* Reconcile all the loader newvers.sh's into one common one.Peter Wemm1999-06-291-0/+46
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofPeter Wemm1999-06-261-4/+1
* -mdoc fix.Ruslan Ermilov1999-06-231-2/+2
* Typo: "can't boot 'boot'" should be "can't boot 'kernel'"Doug Rabson1999-05-301-2/+2
* Always output a linefeed when we've decided whether to bootBrian Somers1999-05-281-6/+3
* Fix a reference to the mysterious Mike Smisth.Robert Nordier1999-05-221-2/+2
* Found the needle in the haystack!John Birrell1999-05-111-2/+2
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-4/+21
* Correct typos.Joseph Koshy1999-05-031-5/+6
* Make man page reflect reality on parsing rules. Now I know JordanDaniel C. Sobral1999-04-251-3/+4
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-202-2/+15
* Don't clobber the "prompt" variable if it has already been set (e. g.Joerg Wunsch1999-04-201-2/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-3/+3
* The man page, version 0.1.Daniel C. Sobral1999-03-151-0/+747
* Fix syntax for boot commandMike Smith1999-03-141-1/+1
* Increase ficl's dictionary size, in preparation for the newer loader.rc.Daniel C. Sobral1999-03-081-2/+2
* Fix a number of memory leaks and other memory-related disorders.Daniel C. Sobral1999-03-084-9/+19
* Don't treat empty lines as end-of-file in include(). (I can'tDaniel C. Sobral1999-03-021-2/+2
* Fix assorted memory leak/buffer reuse problems.Daniel C. Sobral1999-02-222-7/+24
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting atTor Egge1999-02-151-2/+2
* Remove strange-looking quotes. This part of the code is #if'ed out,Daniel C. Sobral1999-02-071-1/+1
* Make use of prototypes to silence warnings.Daniel C. Sobral1999-02-044-37/+84
* Silence a warning.Daniel C. Sobral1999-02-041-2/+2
* Mention the net.inet.tcp.tcbhashsize tunable.Mike Smith1999-02-031-0/+5
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-2/+4
* Whoops! Forgot to include Mr. Sobray's more command in the last setJordan K. Hubbard1999-02-012-2/+56
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tuneMike Smith1999-01-291-0/+8
* Make builtin's state-aware in loader.Jordan K. Hubbard1999-01-281-14/+106
* Correctly record the end of the a.out symbol table. In practice, aRobert Nordier1999-01-251-3/+3
* bootstrap.hMike Smith1999-01-226-141/+87
* Fix extraneous free() on error.Robert Nordier1999-01-221-2/+1
* Add 'set tunables' help, list the kernel tunable values that can currentlyMike 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-29/+45