summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2
Commit message (Expand)AuthorAgeFilesLines
* Some embedded platforms have no keyboard controller. Give up waitingphk2004-06-021-4/+11
* Back out last revision that unnecessarily changed valid assemblerru2004-05-142-252/+252
* After talking to Bruce Evans and reading more standards specs,ru2004-04-282-252/+252
* - Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-346/+347
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-0/+10
* Re-add sio.S, and properly deal with assembler files.ru2004-02-173-374/+4
* Fix the AMD64 build: this file shouldn't exist.obrien2004-02-161-80/+0
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-1/+1
* 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-1/+1
* Generate .depend file.ru2004-02-071-0/+2
* Untangle building of AMD64 boot code.ru2004-02-071-4/+2
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-60/+43
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-151-2/+13
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-111-0/+2
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongbde2003-11-101-2/+2
* Use __FBSDID().obrien2003-08-251-4/+3
* Many newer CF do not handle having the entire track read from them atimp2003-08-222-0/+8
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+12
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-2/+0
* Fixed CLEANFILES.ru2003-02-251-1/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-261-1/+6
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-141-1/+1
* Fix interactive booting:imp2003-01-131-2/+4
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-211-0/+1
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-201-1/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-181-0/+1
* Reduce diffs with Peter's expanded diffs:imp2002-12-171-4/+4
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-172-71/+60
* Remove unneeded casts. Add others to make WARNS=5 happy.obrien2002-12-151-6/+6
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-143-33/+16
* Remove unnecessary call to fsread().phk2002-12-141-1/+0
* Always use the smaller GCC builtin memcpyphk2002-12-141-10/+0
* Remove unused variable.phk2002-12-141-1/+1
* Don't fill in the table with the BIOS idea about disk-geometry, we don'tphk2002-12-141-15/+0
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-083-13/+13
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-081-15/+2
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-081-6/+6
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-081-2/+5
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-081-2/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-081-1/+1
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-081-3/+1
* Save four bytes by shortening a string two chars.phk2002-10-081-2/+1
* Correct a bug in adding 0x700 to a number.green2002-10-071-1/+3
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-074-8/+49
* Change the comment character from # to // in boot1.s and runphk2002-10-073-645/+646
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-071-1/+2
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.phk2002-10-072-8/+8
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-0/+2
OpenPOWER on IntegriCloud