summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspellings of 0 as NULL.bde2004-03-141-2/+2
* For some reason crt0.o needs to be linked first for pxeboot(8) toru2004-02-271-2/+5
* Clean CLEANFILES.ru2004-02-121-1/+1
* kzip(8) is long dead.ru2004-02-111-2/+0
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-13/+8
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-4/+0
* Untangle building of AMD64 boot code.ru2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-42/+21
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-061-3/+1
* With the beastie menu a problem was introduced in which selecting adcs2003-11-211-3/+0
* Use __FBSDID().obrien2003-08-252-4/+6
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyscottl2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-301-0/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-012-0/+4
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Don't call INT 12H anymore in boot program.iwasaki2002-10-011-0/+4
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-291-1/+1
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-292-5/+0
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-1/+1
* -ffreestanding is the word for /sys.obrien2002-05-101-0/+1
* Install files via FILES, there's no reason to compare them before installing.ru2002-04-171-18/+6
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-111-0/+1
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
* Add support for loading bzip2-compressed kernels and modules. This supportsobomax2001-09-182-0/+12
* Create backup copies using install(1).ru2001-09-121-3/+1
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-301-0/+3
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-211-3/+0
* Strip the .comment and .note sections when stripping. There's nornordier2000-12-131-1/+1
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.ps2000-11-041-1/+4
* Add support for the "nullconsole" console type, for systems witharchie2000-09-202-0/+4
* Bump up version as a result of the recent changes to kernel path,dcs2000-09-101-0/+1
* Look for libstand in the built tree rather than in /usr/lib. Thisimp2000-09-081-1/+7
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-21/+28
* Bump loader version due to copyin, copyout, setenv&cia.dcs2000-06-071-0/+1
* This file got repo-copied to common/.dcs2000-05-191-756/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-191-2/+0
OpenPOWER on IntegriCloud