| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs | cvs2svn | 1999-09-16 | 25 | -25/+25 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 25 | -25/+25 |
| * | MFC: Use fname not "fname" as pnp_readconf() argument, since it | Robert Nordier | 1999-07-28 | 1 | -1/+1 |
| * | MFC: Document ``init_path'' and fix two typos. | Ruslan Ermilov | 1999-06-23 | 1 | -1/+10 |
| * | MFC. Remove deprecated comments. | Daniel C. Sobral | 1999-05-20 | 1 | -10/+0 |
| * | MFC. Assorted memory management bugs. | Daniel C. Sobral | 1999-05-20 | 4 | -9/+19 |
| * | MFC: rev 1.18, don't clobber "prompt" iff already set. | Joerg Wunsch | 1999-04-20 | 1 | -2/+3 |
| * | MFC rev 1.11 - support loading kernel at other than 0xf0100000. | Peter Wemm | 1999-04-07 | 1 | -2/+2 |
| * | MFC. r1.13, increase FICL dictionary size. | Daniel C. Sobral | 1999-03-14 | 1 | -2/+2 |
| * | MFC: fix syntax description for boot command. | Mike Smith | 1999-03-14 | 1 | -1/+1 |
| * | MFC: Don't treat empty lines as end-of-file in include(). | Daniel C. Sobral | 1999-03-02 | 1 | -2/+2 |
| * | MFC. Assorted memory leak/buffer reuse fixes. | Daniel C. Sobral | 1999-02-22 | 2 | -7/+24 |
| * | MFC: | Daniel C. Sobral | 1999-02-06 | 5 | -41/+282 |
| * | MFC: added boot loader for PC98. | KATO Takenori | 1999-02-06 | 1 | -2/+4 |
| * | MFC: documentation for new tunables. | Mike Smith | 1999-02-04 | 1 | -2/+26 |
| * | MFC: Correctly record the end of the a.out symbol table. | Robert Nordier | 1999-01-25 | 1 | -3/+3 |
| * | MFC: Fix extraneous free() on error. | Robert Nordier | 1999-01-22 | 1 | -2/+1 |
| * | MFC: extra help for kernel tunable overrides. | 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 | -30/+46 |
| * | Removed dynamic loading of FileHandle | Nick Hibma | 1998-12-16 | 1 | -4/+2 |
| * | Reformat help to improve subtopic display appearance, other minor | Mike Smith | 1998-12-15 | 1 | -5/+5 |
| * | Build the composite help file from the generic and architecture-specific | Mike Smith | 1998-12-15 | 2 | -1/+224 |
| * | Fix misallocation of buffer bug (too short) | Archie Cobbs | 1998-11-20 | 1 | -1/+1 |
| * | This fixes a bug in the bcache code whereby false cache hits occur | Paul Richards | 1998-11-19 | 1 | -2/+4 |
| * | Add documentation for $rootdev. | Mike Smith | 1998-11-13 | 1 | -1/+10 |
| * | Eliminate much code cruft by extending simple file I/O API to include | Jordan K. Hubbard | 1998-11-07 | 1 | -4/+9 |
| * | Don't have debugging on by default - it makes testing annoying. :) | Jordan K. Hubbard | 1998-11-07 | 1 | -2/+2 |
| * | Ack. Create parseable command tail properly, and eat args out of the TIB. | Mike Smith | 1998-11-06 | 1 | -2/+5 |
| * | Don't use the poxy vmGetString interface (who uses counted strings these | Mike Smith | 1998-11-06 | 1 | -7/+23 |
| * | Remember a bit more of my forth and do: | Jordan K. Hubbard | 1998-11-05 | 1 | -3/+4 |
| * | Use a smaller default dictionary to waste less space. | Mike Smith | 1998-11-04 | 1 | -2/+2 |
| * | Add BootForth hooks; if BOOT_FORTH is defined, pass every line read | Mike Smith | 1998-11-04 | 4 | -5/+155 |
| * | Ok, the entry aging algorithm sucked; 1s time resolution is not enough for | Mike Smith | 1998-11-02 | 1 | -7/+16 |
| * | Implement a simple LRU block cache. By default this is initialised to 16k, | Mike Smith | 1998-11-02 | 3 | -4/+241 |
| * | Standardise on ';' as a component separator; it seems to be a little more | Mike Smith | 1998-11-02 | 1 | -4/+4 |
| * | * Extend the memory available for the heap from 256k to 512k. | Doug Rabson | 1998-10-31 | 1 | -2/+2 |
| * | - Add a new command 'lsdev' to list devices which might be likely to host | Mike Smith | 1998-10-31 | 5 | -14/+605 |
| * | Export an interface for presetting the ISA PnP read port address. | Mike Smith | 1998-10-22 | 3 | -46/+77 |
| * | Make ISA PnP work. This successfully enumerates as many ISA devices as I | Mike Smith | 1998-10-21 | 6 | -127/+303 |