summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-311-1/+1
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-301-0/+1
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-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-291-3/+0
* 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 support for loading bzip2-compressed kernels and modules. This supportsobomax2001-09-181-0/+7
* Create backup copies using install(1).ru2001-09-121-3/+1
* 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
* Look for libstand in the built tree rather than in /usr/lib. Thisimp2000-09-081-1/+7
* Move man page directives to common/Makefile.inc.dcs2000-05-191-2/+0
* Now that we are compiling PXE into libi386, we don't need ../libi386 injhb2000-04-261-1/+0
* Move the building of the PXE module into libi386.ps2000-04-211-2/+2
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-081-2/+6
* Mega i386 loader commit.jhb2000-03-281-18/+7
* Add a NOFORTH variable so we can build a smaller loader withoutluigi2000-02-041-0/+2
* Fix bogon in previous commit. Re-enable Forth in the loader.jhb2000-01-301-2/+2
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofjhb2000-01-281-3/+9
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-271-1/+7
* Add machine-specific include path to ficl's sysdep.h. Wishes I haddcs1999-11-231-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reconcile all the loader newvers.sh's into one common one.peter1999-06-291-4/+4
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-241-2/+2
* Add loader.4th man page (worst man page I ever wrote -- reviewsdcs1999-04-241-2/+2
* Installs a default loader.rc if none exists. Document loader.conf.dcs1999-04-181-1/+6
* The man page, version 0.1.dcs1999-03-151-2/+3
* Install new loader.rc stuff.dcs1999-03-101-1/+7
* Don't try protecting page 0; it seems that BIOS writers now feel it'smsmith1999-02-241-2/+2
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-181-2/+2
* Preserve the previous loader as loader.old.msmith1999-01-111-1/+4
OpenPOWER on IntegriCloud