| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Fix a stack of warnings. | Doug Rabson | 1999-09-01 | 2 | -12/+10 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 26 | -26/+26 |
| * | Fix some typos. | Nik Clayton | 1999-07-28 | 1 | -7/+7 |
| * | Walk around the end of all the silly guessing of device types and unit | Mike Smith | 1999-07-21 | 2 | -2/+71 |
| * | The boot countdown timer says it will boot in 1 seconds, | Nick Hibma | 1999-07-15 | 1 | -2/+4 |
| * | Document the hw.physmem tunable. (There should be arch-specific tunable | Mike Smith | 1999-07-02 | 1 | -0/+12 |
| * | Reconcile all the loader newvers.sh's into one common one. | Peter Wemm | 1999-06-29 | 1 | -0/+46 |
| * | ABS_SET() and BSS_SET() are no longer used. The sole remaining user of | Peter Wemm | 1999-06-26 | 1 | -4/+1 |
| * | -mdoc fix. | Ruslan Ermilov | 1999-06-23 | 1 | -2/+2 |
| * | Typo: "can't boot 'boot'" should be "can't boot 'kernel'" | Doug Rabson | 1999-05-30 | 1 | -2/+2 |
| * | Always output a linefeed when we've decided whether to boot | Brian Somers | 1999-05-28 | 1 | -6/+3 |
| * | Fix a reference to the mysterious Mike Smisth. | Robert Nordier | 1999-05-22 | 1 | -2/+2 |
| * | Found the needle in the haystack! | John Birrell | 1999-05-11 | 1 | -2/+2 |
| * | Changes to support diskless booting on the alpha: | Doug Rabson | 1999-05-03 | 1 | -4/+21 |
| * | Correct typos. | Joseph Koshy | 1999-05-03 | 1 | -5/+6 |
| * | Make man page reflect reality on parsing rules. Now I know Jordan | Daniel C. Sobral | 1999-04-25 | 1 | -3/+4 |
| * | Make the location of init(8) tunable at boot time. | Dag-Erling Smørgrav | 1999-04-20 | 2 | -2/+15 |
| * | Don't clobber the "prompt" variable if it has already been set (e. g. | Joerg Wunsch | 1999-04-20 | 1 | -2/+3 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -3/+3 |
| * | The man page, version 0.1. | Daniel C. Sobral | 1999-03-15 | 1 | -0/+747 |
| * | Fix syntax for boot command | Mike Smith | 1999-03-14 | 1 | -1/+1 |
| * | Increase ficl's dictionary size, in preparation for the newer loader.rc. | Daniel C. Sobral | 1999-03-08 | 1 | -2/+2 |
| * | Fix a number of memory leaks and other memory-related disorders. | Daniel C. Sobral | 1999-03-08 | 4 | -9/+19 |
| * | Don't treat empty lines as end-of-file in include(). (I can't | Daniel C. Sobral | 1999-03-02 | 1 | -2/+2 |
| * | Fix assorted memory leak/buffer reuse problems. | Daniel C. Sobral | 1999-02-22 | 2 | -7/+24 |
| * | Enable load of i386 ELF kernels with larger KVA range (e.g. starting at | Tor Egge | 1999-02-15 | 1 | -2/+2 |
| * | Remove strange-looking quotes. This part of the code is #if'ed out, | Daniel C. Sobral | 1999-02-07 | 1 | -1/+1 |
| * | Make use of prototypes to silence warnings. | Daniel C. Sobral | 1999-02-04 | 4 | -37/+84 |
| * | Silence a warning. | Daniel C. Sobral | 1999-02-04 | 1 | -2/+2 |
| * | Mention the net.inet.tcp.tcbhashsize tunable. | Mike Smith | 1999-02-03 | 1 | -0/+5 |
| * | PC98 version of new boot loader. Because boot2 has not yet ported, | KATO Takenori | 1999-02-03 | 1 | -2/+4 |
| * | Whoops! Forgot to include Mr. Sobray's more command in the last set | Jordan K. Hubbard | 1999-02-01 | 2 | -2/+56 |
| * | Document the machdep.pccard.pcic_irq tunable, which allows the user to tune | Mike Smith | 1999-01-29 | 1 | -0/+8 |
| * | Make builtin's state-aware in loader. | Jordan K. Hubbard | 1999-01-28 | 1 | -14/+106 |
| * | Correctly record the end of the a.out symbol table. In practice, a | Robert Nordier | 1999-01-25 | 1 | -3/+3 |
| * | bootstrap.h | Mike Smith | 1999-01-22 | 6 | -141/+87 |
| * | Fix extraneous free() on error. | Robert Nordier | 1999-01-22 | 1 | -2/+1 |
| * | Add 'set tunables' help, list the kernel tunable values that can currently | Mike Smith | 1999-01-21 | 1 | -0/+18 |
| * | Transition from using Perl to using awk for our text-manipulation | Mike Smith | 1999-01-18 | 2 | -182/+101 |
| * | Replace duplicated "old" linker set definitions with an include of | John Polstra | 1999-01-16 | 1 | -52/+2 |
| * | Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This is | Andrzej Bialecki | 1999-01-15 | 2 | -12/+20 |
| * | Change /boot/boot.conf to /boot/loader.rc - this name reflects what it | Andrzej Bialecki | 1999-01-13 | 1 | -2/+2 |
| * | Typo in patch application. | Mike Smith | 1999-01-13 | 1 | -2/+2 |
| * | No builtin command resets getopt before using it, causing | Mike Smith | 1999-01-11 | 4 | -3/+10 |
| * | Enable escapes for $ to make it possible to insert variable names into | Mike Smith | 1999-01-10 | 2 | -4/+9 |
| * | Add a description for 'lsdev' so that it shows up in the '?' display | Mike Smith | 1999-01-09 | 1 | -2/+3 |
| * | Fix variable initialization.. It was written with '==' instead of '-'. | Peter Wemm | 1999-01-04 | 1 | -2/+3 |
| * | Clean some unused variables lint | Peter Wemm | 1999-01-04 | 1 | -2/+4 |
| * | Don't forget a trailing \n when loading a kernel that has been stripped. | Peter Wemm | 1999-01-04 | 1 | -7/+8 |
| * | * Begin integration of built-ins with Forth: leave the exit code from | Andrzej Bialecki | 1998-12-22 | 3 | -29/+45 |