| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvs | cvs2svn | 1999-01-21 | 91 | -91/+91 |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.0.0 | cvs2svn | 1999-01-21 | 76 | -12826/+851 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-01-21 | 18 | -4602/+0 |
| * | Transition from using Perl to using awk for our text-manipulation | Mike Smith | 1999-01-18 | 7 | -274/+203 |
| * | 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 counter-intuitive pc@ and pc! to inb and outb. | Andrzej Bialecki | 1999-01-14 | 5 | -20/+22 |
| * | In the event of a disk error, boot2 is expecting an error | Robert Nordier | 1999-01-13 | 2 | -12/+12 |
| * | Change /boot/boot.conf to /boot/loader.rc - this name reflects what it | Andrzej Bialecki | 1999-01-13 | 1 | -2/+2 |
| * | Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can | Andrzej Bialecki | 1999-01-13 | 5 | -0/+120 |
| * | Typo in patch application. | Mike Smith | 1999-01-13 | 1 | -2/+2 |
| * | Drop boot.help support. | Robert Nordier | 1999-01-11 | 2 | -20/+10 |
| * | No builtin command resets getopt before using it, causing | Mike Smith | 1999-01-11 | 4 | -3/+10 |
| * | Preserve the previous loader as loader.old. | Mike Smith | 1999-01-11 | 1 | -1/+4 |
| * | Disable kzipping the loader; it seems to be breaking the aout-to-elf build | Mike Smith | 1999-01-10 | 1 | -3/+3 |
| * | Remove redundant line of code. | Steve Price | 1999-01-10 | 1 | -2/+1 |
| * | Use etc/make.conf settings for serial port and speed. | Robert Nordier | 1999-01-10 | 6 | -16/+28 |
| * | Damn, I thought I had committed this already, but it seems not. | Peter Wemm | 1999-01-10 | 4 | -12/+12 |
| * | Enable escapes for $ to make it possible to insert variable names into | Mike Smith | 1999-01-10 | 2 | -4/+9 |
| * | Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid | Mike Smith | 1999-01-09 | 1 | -2/+2 |
| * | kzip the loader, this shrinks it to about 60% of its original size. | Mike Smith | 1999-01-09 | 1 | -1/+3 |
| * | Extend bd_print() so that it displays slices and partitions on disks. | Mike Smith | 1999-01-09 | 1 | -7/+82 |
| * | Add a description for 'lsdev' so that it shows up in the '?' display | Mike Smith | 1999-01-09 | 1 | -2/+3 |
| * | Alpha-specific help topics (currently empty) | Mike Smith | 1999-01-05 | 1 | -0/+0 |
| * | Fix a potential sign extension bug on 8-bit chars. | Peter Wemm | 1999-01-04 | 1 | -3/+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 |
| * | Restore dependancy to build loader.help here | Mike Smith | 1999-01-04 | 1 | -2/+2 |
| * | Add dependancy to build loader.help here | Mike Smith | 1999-01-04 | 1 | -1/+1 |
| * | First cut at generating loader.help for the alpha | Mike Smith | 1999-01-03 | 1 | -0/+12 |
| * | Reenable generation of the loader.help file | Mike Smith | 1999-01-03 | 1 | -9/+9 |
| * | Update for new boot block location. | Jordan K. Hubbard | 1999-01-02 | 1 | -5/+1 |
| * | Add support for some FACILITY words: | Andrzej Bialecki | 1998-12-31 | 1 | -1/+74 |
| * | Add back ability to make beeps when using new TERM_EMU. | Andrzej Bialecki | 1998-12-31 | 1 | -6/+15 |
| * | Add simple terminal emulator, compatible with cons25. Currently supported | Andrzej Bialecki | 1998-12-22 | 2 | -9/+386 |
| * | Add new word ".#" which acts like "." but doesn't output a space separator. | Andrzej Bialecki | 1998-12-22 | 1 | -0/+13 |
| * | * 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 |
| * | Disable build/install of boot.help until we sort out how to construct it | Mike Smith | 1998-12-16 | 1 | -10/+10 |
| * | Reformat help to improve subtopic display appearance, other minor | Mike Smith | 1998-12-15 | 2 | -9/+9 |
| * | Build the composite help file from the generic and architecture-specific | Mike Smith | 1998-12-15 | 4 | -4/+257 |
| * | unlocalise build date (merge from i386) | Mike Smith | 1998-12-15 | 1 | -0/+1 |
| * | unlocalize date | Andrey A. Chernov | 1998-12-07 | 1 | -0/+1 |
| * | Revise some comments and labels. | Robert Nordier | 1998-12-05 | 1 | -16/+22 |
| * | Drop EDD support detection, though retain configurable use of disk | Robert Nordier | 1998-11-29 | 2 | -104/+110 |
| * | Drop use of BIOS int 0x14 services in favor of direct port I/O. | Robert Nordier | 1998-11-22 | 1 | -37/+48 |
| * | 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 |