summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/gptboot.c
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
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-271-1/+1
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-181-3/+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
* 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
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-2/+0
* 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
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-201-1/+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-171-66/+56
* Remove unneeded casts. Add others to make WARNS=5 happy.obrien2002-12-151-6/+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
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-081-6/+6
* 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
* Save four bytes by shortening a string two chars.phk2002-10-081-2/+1
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-071-1/+5
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-071-1/+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
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-45/+39
* Preparation for UFS2 commit:phk2002-06-051-161/+3
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingpeter2002-05-111-13/+3
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downpeter2002-05-111-1/+1
* Code cleanup, no functional change.pb2002-04-111-19/+33
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-231-2/+8
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-131-3/+7
* Oops, the previous revision (1.35) broke booting from floppiesiedowse2002-01-171-6/+18
* Make the i386 boot2 fully blocksize-agnostic, as has already beeniedowse2002-01-141-48/+46
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-091-1/+1
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-231-1/+1
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-311-1/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* - Inline all the functions that are only called once. This results in ajhb2000-07-061-114/+107
OpenPOWER on IntegriCloud