summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/pxeldr
Commit message (Expand)AuthorAgeFilesLines
* Back out last revision that unnecessarily changed valid assemblerru2004-05-141-167/+163
* After talking to Bruce Evans and reading more standards specs,ru2004-04-281-163/+167
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-281-94/+96
* Removed now redundant CLEANFILES assignments.ru2004-04-271-2/+0
* Use a more compact syntax for passing the "binary" options to 'ld'.obrien2004-04-251-1/+1
* Simplify the building of our i386 'binary' boot components by directlyobrien2004-04-251-5/+2
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.ru2004-02-113-299/+7
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-7/+5
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-30/+26
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.phk2003-09-033-0/+15
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+0
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-291-3/+18
* The .Nm bootloadercharnier2002-07-141-5/+10
* Allow for text section alignment to properly align the "end" symbol at themp2001-08-092-0/+2
* Trim trailing whitespace.jhb2001-08-092-12/+12
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Set the proper bit in the howto flags for a serial console rather thanjhb2000-11-302-4/+4
* Add support for probing the keyboard from pxeboot which will behaveps2000-11-303-0/+44
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-3/+4
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
* "it's" --> "its" (possessive).mph2000-11-011-2/+2
* Remove commented out NOMAN variable.jhb2000-07-071-1/+0
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-233-5/+2
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-232-38/+30
* Remove metion of the 'magic options.' Apparently PXE doesn't require thedwhite2000-05-091-14/+1
* Add man page for pxeboot.dwhite2000-05-022-1/+132
* Mega i386 loader commit.jhb2000-03-283-0/+574
OpenPOWER on IntegriCloud