| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call INT 12H anymore in boot program. | iwasaki | 2002-10-01 | 1 | -0/+4 |
* | Revert previous untested revision. The i386 loader consists of three parts: | jhb | 2002-08-30 | 1 | -1/+1 |
* | s/hint.acpi.0.disable/hint.acpi.0.disabled/ | iwasaki | 2002-08-30 | 1 | -1/+1 |
* | Try #2 at having /boot/loader default to ELF. Have pxeldr build its | peter | 2002-08-29 | 1 | -1/+1 |
* | Initiate deorbit burn of i386 a.out kld "support" in loader. Note that | peter | 2002-08-29 | 2 | -5/+0 |
* | Add help about hint.acpi.0.disable. | iwasaki | 2002-08-09 | 1 | -0/+4 |
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c | phk | 2002-06-21 | 1 | -1/+1 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -1/+1 |
* | -ffreestanding is the word for /sys. | obrien | 2002-05-10 | 1 | -0/+1 |
* | Install files via FILES, there's no reason to compare them before installing. | ru | 2002-04-17 | 1 | -18/+6 |
* | Needs a.out support built into the loader. | obrien | 2002-03-28 | 1 | -0/+3 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |
* | - Add 'fwrite' and 'fseek' words for writing to and seeking on files. | jhb | 2001-12-11 | 1 | -0/+1 |
* | - If we are booted via cdboot, use bc_add() to instantiate the cd0 device | jhb | 2001-11-05 | 1 | -14/+16 |
* | Hook up the bioscd driver and the cd9660 filesystem. | jhb | 2001-11-05 | 1 | -0/+2 |
* | Add support for loading bzip2-compressed kernels and modules. This support | sobomax | 2001-09-18 | 2 | -0/+12 |
* | Create backup copies using install(1). | ru | 2001-09-12 | 1 | -3/+1 |
* | Mention that the ACPI module load can be disabled by unsetting $acpi_load | msmith | 2001-08-30 | 1 | -0/+14 |
* | Teach the loader how to find the system ACPI information, and autoload | msmith | 2001-08-30 | 1 | -0/+3 |
* | OK, now I am scared of pxeldr. It had /boot/loader appended onto | peter | 2001-08-22 | 1 | -1/+1 |
* | Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapper | peter | 2001-08-22 | 1 | -1/+1 |
* | Remove -DNEW_LINKERSET, it is not used here anymore. This is now native. | peter | 2001-06-21 | 1 | -3/+0 |
* | Strip the .comment and .note sections when stripping. There's no | rnordier | 2000-12-13 | 1 | -1/+1 |
* | MF4: Add LOADER_TFTP_SUPPORT make.conf flag. | ps | 2000-11-04 | 1 | -1/+4 |
* | Add support for the "nullconsole" console type, for systems with | archie | 2000-09-20 | 2 | -0/+4 |
* | Bump up version as a result of the recent changes to kernel path, | dcs | 2000-09-10 | 1 | -0/+1 |
* | Look for libstand in the built tree rather than in /usr/lib. This | imp | 2000-09-08 | 1 | -1/+7 |
* | Cleanup warnings. Most of these are signed/unsigned warnings, as well as | jhb | 2000-08-03 | 1 | -21/+28 |
* | Bump loader version due to copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+1 |
* | This file got repo-copied to common/. | dcs | 2000-05-19 | 1 | -756/+0 |
* | Move man page directives to common/Makefile.inc. | dcs | 2000-05-19 | 1 | -2/+0 |
* | Make corrections to allow for Alpha. | dcs | 2000-05-18 | 1 | -4/+4 |
* | Remove the static heap. It is unknown why it was needed in the | ps | 2000-05-05 | 1 | -10/+0 |
* | Make documentation on recently added heap? command reflect reality. | dcs | 2000-05-04 | 1 | -2/+2 |
* | Add "heap?" to loader's man page. | dcs | 2000-05-04 | 1 | -0/+3 |
* | Further improve ordering. | dcs | 2000-05-04 | 1 | -4/+4 |
* | Sort entries in FreeBSD-specific FICL commands. | dcs | 2000-05-04 | 1 | -14/+14 |
* | Update loader logic to distinguish modules vs. files. | bp | 2000-05-01 | 1 | -3/+3 |
* | Teach the loader about the ext2fs filesystem, extended partitions, and | jlemon | 2000-04-29 | 1 | -0/+1 |
* | Now that we are compiling PXE into libi386, we don't need ../libi386 in | jhb | 2000-04-26 | 1 | -1/+0 |
* | Move the building of the PXE module into libi386. | ps | 2000-04-21 | 1 | -2/+2 |
* | Add a cleanup function. This is needed for PXE where you should | ps | 2000-04-20 | 1 | -0/+5 |
* | Make PXE use the UDP API. This allows for both TFTP and NFS support. | ps | 2000-04-08 | 3 | -4/+29 |
* | Mega i386 loader commit. | jhb | 2000-03-28 | 3 | -30/+50 |
* | Add a NOFORTH variable so we can build a smaller loader without | luigi | 2000-02-04 | 1 | -0/+2 |
* | Fix bogon in previous commit. Re-enable Forth in the loader. | jhb | 2000-01-30 | 1 | -2/+2 |
* | Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead of | jhb | 2000-01-28 | 1 | -3/+9 |
* | Add the new cdldr CD bootstrap loader. This patch includes the following: | jhb | 2000-01-27 | 2 | -3/+16 |
* | Substantially revamp the way that we determine the amount of memory available | msmith | 1999-12-29 | 1 | -4/+4 |
* | Add machine-specific include path to ficl's sysdep.h. Wishes I had | dcs | 1999-11-23 | 1 | -1/+1 |