summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/cdboot
Commit message (Expand)AuthorAgeFilesLines
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.dim2012-05-111-0/+4
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsavg2012-05-102-6/+5
* Remove duplicate "in".brucec2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-031-1/+1
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Add a trailing \0 to the read error string so that read errors don't printjhb2007-11-171-1/+1
* Fix the cdboot twiddle display.remko2007-02-231-1/+1
* Tweak comment.jhb2006-04-111-4/+4
* Use the proper condition to determine that we matched an filename.jhb2006-04-111-1/+1
* When enabling A20 put upper limit on amount of time we wait for the keyboardsobomax2006-04-111-3/+10
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Update the copyright to use a 3 clause BSD license rather than one thatjhb2004-06-221-10/+24
* Remove a bogus increment of %di when scanning the list of loader paths.jhb2004-06-221-1/+0
* Thanks to David's patches, we can now simplify these makefilesru2004-04-281-5/+4
* Removed now redundant CLEANFILES assignments.ru2004-04-271-1/+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
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-3/+6
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-10/+8
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* - Use constant for shift when converting file length in bytes to a sectorjhb2004-01-121-2/+5
* - Change the lookup() function to report success or failure using the carryjhb2003-12-111-9/+33
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+0
* Remove a few more debugging bits and turn on twiddle output while readingjhb2001-11-071-15/+3
* Trim all the extra debugging output including hexdumps, debug messages,jhb2001-11-041-189/+4
* This is a new CD bootstrap utility designed to replace cdldr. Accordingjhb2001-11-042-119/+594
* Allow for text section alignment to properly align the "end" symbol at themp2001-08-091-0/+1
* Trim trailing whitespace.jhb2001-08-091-6/+6
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-232-4/+1
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-231-19/+15
* Mega i386 loader commit.jhb2000-03-282-69/+91
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-272-0/+282
OpenPOWER on IntegriCloud