| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly recognize both bogus and genuine BSD disklabels. | phk | 2002-11-03 | 1 | -1/+4 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | use __packed. | alfred | 2002-09-23 | 3 | -26/+26 |
* | Parse hint.acpi.0.disabled correctly. | iwasaki | 2002-09-05 | 1 | -2/+10 |
* | s/hint.acpi.0.disable/hint.acpi.0.disabled/ | iwasaki | 2002-08-30 | 1 | -1/+1 |
* | Actually remove the stale a.out kld support. This is the stuff that was | peter | 2002-08-29 | 1 | -83/+0 |
* | Initiate deorbit burn of i386 a.out kld "support" in loader. Note that | peter | 2002-08-29 | 1 | -1/+1 |
* | Restore autoloading of ACPI module. | obrien | 2002-08-09 | 1 | -0/+8 |
* | Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY | obrien | 2002-08-09 | 1 | -8/+0 |
* | Resolve conflicts arising from the ACPI CA 20020611 import. | iwasaki | 2002-07-09 | 1 | -2/+1 |
* | Fix a build problem for the ACPI CA 20020404 import. | iwasaki | 2002-06-30 | 1 | -1/+2 |
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c | phk | 2002-06-21 | 1 | -7/+4 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -4/+7 |
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 3 | -0/+6 |
* | Fix one of the va_arg() with less than int sized type probelms. | phk | 2002-05-18 | 1 | -1/+1 |
* | DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore. | jhay | 2002-05-15 | 1 | -1/+1 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -3/+0 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | obrien | 2002-05-12 | 1 | -0/+3 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | obrien | 2002-05-11 | 1 | -3/+0 |
* | -ffreestanding is the word for /sys. | obrien | 2002-05-10 | 1 | -7/+7 |
* | Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as this | jhb | 2002-01-04 | 3 | -6/+0 |
* | Add support for writing to BIOS disks. | jhb | 2001-12-11 | 1 | -3/+169 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 3 | -0/+9 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -2/+2 |
* | Add a device driver for the BIOS device for CD-ROM's booted via El Torito | jhb | 2001-11-05 | 7 | -21/+424 |
* | Set RB_MULTIPLE (multiple console support) if the kernel is booted | jlemon | 2001-10-23 | 3 | -0/+9 |
* | Whitespace fixes. | jhb | 2001-10-04 | 1 | -3/+3 |
* | Fix the ANSI color escape sequence \E[m. | yokota | 2001-10-02 | 1 | -153/+118 |
* | Fix the local macro: isvisible(). | yokota | 2001-10-02 | 1 | -1/+1 |
* | Fix the function CD(): "Clear to the end of the screen". | yokota | 2001-10-01 | 1 | -4/+15 |
* | This is white-space only change. No functional difference. | yokota | 2001-10-01 | 1 | -140/+167 |
* | Implement the long-awaited module->file cache database. A userland | peter | 2001-09-11 | 1 | -1/+1 |
* | Teach the loader how to find the system ACPI information, and autoload | msmith | 2001-08-30 | 4 | -1/+141 |
* | s/adress/address/ | kris | 2001-07-23 | 1 | -1/+1 |
* | Don't set the gateway address if the netmask is zero or we're on | ps | 2001-03-14 | 1 | -1/+5 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 3 | -3/+3 |
* | Honor the ip address given in the root-path dhcp option. | ps | 2000-11-05 | 1 | -4/+6 |
* | The Number of Fixed Disks at memory location 0x475 is only 1 byte, not a | jhb | 2000-11-02 | 1 | -1/+1 |
* | Add support for the "nullconsole" console type, for systems with | archie | 2000-09-20 | 5 | -1/+105 |
* | Export the salient configuration items in a non-pxe-specific namespace | msmith | 2000-09-05 | 1 | -5/+44 |
* | Add support to send the string 'PXEClient' as the Vendor class | ps | 2000-08-11 | 2 | -1/+4 |
* | Pass along the interesting variables we were given from DHCP so we | ps | 2000-08-11 | 1 | -0/+6 |
* | Cleanup warnings. Most of these are signed/unsigned warnings, as well as | jhb | 2000-08-03 | 18 | -83/+98 |
* | Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameter | jhb | 2000-08-03 | 1 | -71/+104 |
* | - Add some more details to the 'lsdev' output for FAT file systems. | jhb | 2000-06-19 | 1 | -27/+83 |
* | Delay calling the device cleanup routines until the absolute last | ps | 2000-06-14 | 4 | -0/+4 |
* | Wrap the failure warnings around PXE_DEBUG in the cleanup routine. | ps | 2000-05-01 | 1 | -3/+9 |
* | Update loader logic to distinguish modules vs. files. | bp | 2000-05-01 | 7 | -74/+74 |
* | Fall back to /pxeroot as the location of the NFS exported directory | ps | 2000-04-29 | 1 | -10/+4 |
* | Teach the loader about the ext2fs filesystem, extended partitions, and | jlemon | 2000-04-29 | 1 | -118/+207 |