summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* Consistently use OPT_* macros to test/set boot options.ru2005-11-031-6/+12
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-161-15/+22
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-161-32/+24
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-161-24/+32
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-221-2/+2
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-181-14/+27
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-061-1/+1
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-271-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-0/+1
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-181-3/+3
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-271-2/+2
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-301-1/+3
* Clean up local memcpy implementation to take void * parameters.kan2004-07-301-3/+6
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-281-4/+0
* 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
OpenPOWER on IntegriCloud