| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the old a.out-only boot loader, we don't use it any more. | Peter Wemm | 2000-03-19 | 18 | -3966/+0 |
| * | Removed vestiges of BAD144 support. | Bruce Evans | 1999-12-23 | 1 | -2/+0 |
| * | Remove BAD144 support, it has already been disabled for some time. | Poul-Henning Kamp | 1999-12-08 | 2 | -116/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 17 | -17/+17 |
| * | Back the last change out. | Brian Somers | 1999-05-25 | 1 | -2/+2 |
| * | Allow booting from "ad" | Brian Somers | 1999-05-25 | 1 | -2/+2 |
| * | Update #include statements to reflect the new location of "sioreg.h". | John Polstra | 1999-04-22 | 1 | -2/+2 |
| * | Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead. | Kazutaka YOKOTA | 1999-01-11 | 1 | -2/+3 |
| * | Rely on ../Makefile.inc to set the object format in CFLAGS and the | Bruce Evans | 1998-12-30 | 1 | -14/+5 |
| * | add -aout key to cc, size, strip - it not work for elf system | Andrey A. Chernov | 1998-11-21 | 1 | -4/+4 |
| * | Removed all `vector xxxintr' specifications. Interrupt handlers are now | Bruce Evans | 1998-10-22 | 1 | -3/+3 |
| * | Don't pretend to support ix86's with 16-bit ints by using longs just | Bruce Evans | 1998-10-10 | 3 | -11/+11 |
| * | Fixed warnings for pointer versus int type mismatches. Addresses must | Bruce Evans | 1998-10-10 | 1 | -3/+3 |
| * | Pass the BIOS unit number from which the kernel/loader was obtained in | Mike Smith | 1998-10-01 | 1 | -1/+2 |
| * | Remove the -b boot option. It is no longer necessary now that the VESA | Kazutaka YOKOTA | 1998-09-23 | 3 | -42/+3 |
| * | Adjust for sd->da and the loss of od. | Justin T. Gibbs | 1998-09-15 | 5 | -29/+25 |
| * | Correct an irritating documentation error. | Mike Smith | 1998-08-04 | 1 | -2/+2 |
| * | Typo fix: teh --> (the|they) | Alexander Langer | 1998-07-30 | 1 | -2/+2 |
| * | Add workaround to allow the FreeBSD boot block to work on | Bill Paul | 1998-07-02 | 1 | -1/+13 |
| * | Install ${DESTDIR}/boot.help during `make distribution'. | Joseph Koshy | 1998-05-27 | 1 | -1/+5 |
| * | Make this handle -j<large>, and avoid .depend pointing at /usr/include. | Eivind Eklund | 1998-03-07 | 1 | -12/+3 |
| * | Make bootblock building independent of /usr/include if relative | Eivind Eklund | 1998-02-15 | 1 | -4/+12 |
| * | Don't set even parity uselessly in the line control register (parity | Bruce Evans | 1998-02-01 | 1 | -5/+4 |
| * | Make RAWBOOT functional again; don't read `boot.config' and `boot.help' | Kazutaka YOKOTA | 1998-02-01 | 1 | -1/+3 |
| * | Symlink bootblocks for 'wfd' disks as well. | Mike Smith | 1998-01-27 | 1 | -2/+2 |
| * | Fixed cosmetic bugs: | Bruce Evans | 1998-01-01 | 1 | -34/+32 |
| * | Finally, implement a mini-parser for RockRidge alternative filenames, | Joerg Wunsch | 1997-12-04 | 2 | -15/+7 |
| * | Add a missing prototype. | Poul-Henning Kamp | 1997-09-24 | 1 | -1/+2 |
| * | Remove pbzero(), things we load zero their own bss. | Poul-Henning Kamp | 1997-08-31 | 4 | -41/+6 |
| * | Oops, boot2 got too big. make VESA_SUPPORT nondefault. | Poul-Henning Kamp | 1997-07-31 | 1 | -2/+3 |
| * | Add support for booting in VESA 0x102 videomode. Corresponding patches to | Poul-Henning Kamp | 1997-07-31 | 3 | -4/+43 |
| * | Saved a few bytes by omitting frame pointers, using byte-sized | Bruce Evans | 1997-07-13 | 1 | -31/+14 |
| * | Make this compile again under -current. The modifications to io.c | Joerg Wunsch | 1997-07-12 | 3 | -8/+165 |
| * | Fixed description of -cv. | Bruce Evans | 1997-07-05 | 1 | -1/+1 |
| * | Fix 2 typos. | Philippe Charnier | 1997-06-16 | 1 | -3/+3 |
| * | Load the kernel config file where userconfig (with option USERCONFIG_BOOT) | Bruce Evans | 1997-06-14 | 1 | -6/+29 |
| * | This should have been committed with the changes to boot.c yesterday. | Bruce Evans | 1997-06-10 | 1 | -0/+18 |
| * | - Added support for "dual" internal/serial consoles (-D flag). If -D is set, | Bruce Evans | 1997-06-09 | 8 | -252/+290 |
| * | Staticize. | Bruce Evans | 1997-05-27 | 5 | -25/+27 |
| * | Removed some useless code: | Bruce Evans | 1997-05-16 | 2 | -24/+2 |
| * | Removed LDADD=-lc and associated DPADD. libc would probably break | Bruce Evans | 1997-04-25 | 1 | -3/+1 |
| * | Don't attempt to read past EOF. | Bruce Evans | 1997-03-15 | 1 | -6/+8 |
| * | Fixed setting of default kernel name when there is no boot.config file. | Bruce Evans | 1997-03-12 | 1 | -3/+3 |
| * | Added -mno-486 to CFLAGS to force smaller code in case someone compiles | Bruce Evans | 1997-03-05 | 1 | -1/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 17 | -17/+17 |
| * | Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisite | Bruce Evans | 1997-02-18 | 1 | -0/+1 |
| * | Get defaults for the boot device (and flags) from the file | Bruce Evans | 1997-02-13 | 1 | -16/+48 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 17 | -17/+17 |
| * | Initialize the upper 16 bits of the memory sizes properly (to 0). | Bruce Evans | 1996-12-18 | 1 | -3/+4 |
| * | Give up early for empty partitions. The offset for an empty | Bruce Evans | 1996-12-10 | 1 | -3/+7 |