summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* 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-171-9/+4
* - 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
* 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-141-15/+6
* 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-081-1/+1
* 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-072-4/+35
* Change the comment character from # to // in boot1.s and runphk2002-10-071-1/+2
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-071-1/+2
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-0/+2
* Don't call INT 12H anymore in boot program.iwasaki2002-10-011-1/+1
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-011-1/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
* 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-212-46/+40
* Add explicit dependency on ufsread.cphk2002-06-051-1/+1
OpenPOWER on IntegriCloud