aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-291-0/+4
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-141-2/+2
* For some reason crt0.o needs to be linked first for pxeboot(8) toRuslan Ermilov2004-02-271-2/+5
* Clean CLEANFILES.Ruslan Ermilov2004-02-121-1/+1
* kzip(8) is long dead.Ruslan Ermilov2004-02-111-2/+0
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-13/+8
* Argh, unbreak "make depend" for AMD64.Ruslan Ermilov2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.Ruslan Ermilov2004-02-071-4/+0
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:Ruslan Ermilov2004-02-061-42/+21
* Inherit BINDIR from a parent Makefile.inc.Ruslan Ermilov2004-02-061-1/+0
* Only include ../Makefile.inc once in loader/Makefile.Ruslan Ermilov2004-02-061-3/+1
* With the beastie menu a problem was introduced in which selecting aDaniel C. Sobral2003-11-211-3/+0
* Use __FBSDID().David E. O'Brien2003-08-252-4/+6
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-261-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-301-0/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-012-0/+4
* Simplify the Makefile by just using our standard PROG variable.David E. O'Brien2003-01-181-9/+8
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* Don't call INT 12H anymore in boot program.Mitsuru IWASAKI2002-10-011-0/+4
* Revert previous untested revision. The i386 loader consists of three parts:John Baldwin2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/Mitsuru IWASAKI2002-08-301-1/+1
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itsPeter Wemm2002-08-291-1/+1
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-292-5/+0
* Add help about hint.acpi.0.disable.Mitsuru IWASAKI2002-08-091-0/+4
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cPoul-Henning Kamp2002-06-211-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-1/+1
* -ffreestanding is the word for /sys.David E. O'Brien2002-05-101-0/+1
* Install files via FILES, there's no reason to compare them before installing.Ruslan Ermilov2002-04-171-18/+6
* Needs a.out support built into the loader.David E. O'Brien2002-03-281-0/+3
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-0/+1
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-0/+1
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 deviceJohn Baldwin2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.John Baldwin2001-11-051-0/+2
* Add support for loading bzip2-compressed kernels and modules. This supportMaxim Sobolev2001-09-182-0/+12
* Create backup copies using install(1).Ruslan Ermilov2001-09-121-3/+1
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadMike Smith2001-08-301-0/+14
* Teach the loader how to find the system ACPI information, and autoloadMike Smith2001-08-301-0/+3
* OK, now I am scared of pxeldr. It had /boot/loader appended ontoPeter Wemm2001-08-221-1/+1
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperPeter Wemm2001-08-221-1/+1
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.Peter Wemm2001-06-211-3/+0
* Strip the .comment and .note sections when stripping. There's noRobert Nordier2000-12-131-1/+1
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.Paul Saab2000-11-041-1/+4
* Add support for the "nullconsole" console type, for systems withArchie Cobbs2000-09-202-0/+4
* Bump up version as a result of the recent changes to kernel path,Daniel C. Sobral2000-09-101-0/+1
* Look for libstand in the built tree rather than in /usr/lib. ThisWarner Losh2000-09-081-1/+7
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-21/+28
* Bump loader version due to copyin, copyout, setenv&cia.Daniel C. Sobral2000-06-071-0/+1
* This file got repo-copied to common/.Daniel C. Sobral2000-05-191-756/+0