summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/gptboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat \t and \n inside /boot.config as whitespaces.ru2000-06-131-2/+2
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).ru2000-02-091-10/+13
* Return this file to its pre-spammed version. Thanks to some new compilerobrien1999-11-141-8/+8
* Enter complier upgrade mode again. We need to cut 169 bytes from this:obrien1999-11-141-8/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix use of e_phoff in place of e_phnum.rnordier1999-06-191-2/+2
* Fix damage introduced in previous commit.rnordier1999-04-051-2/+2
* Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size ofobrien1999-04-041-2/+2
* Make <DEL> an alternative rubout character for command input; manyjoerg1999-03-311-2/+3
* Check size of partition before using it.rnordier1999-01-291-2/+3
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-241-1/+2
* Drop boot.help support.rnordier1999-01-111-10/+5
* Damn, I thought I had committed this already, but it seems not.peter1999-01-101-3/+3
* Prevent boot.config being parsed more than once.rnordier1998-11-081-1/+2
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whilernordier1998-11-081-14/+2
* boot1: Eliminate EDD detection and optional use of disk packetrnordier1998-11-081-6/+7
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-271-4/+6
* Fix some glitches in the input routine:rnordier1998-10-171-2/+7
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-171-1/+2
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-171-6/+4
* biosboot compatibility fix:rnordier1998-10-171-4/+7
* biosboot compatibility fix:rnordier1998-10-171-2/+2
* Add serial, dual, and probe-keyboard support.rnordier1998-10-151-21/+69
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-131-4/+5
* Make v86.ctl default more explicit; simplify read error-handling;rnordier1998-10-131-12/+26
* Adjust NDEV value.rnordier1998-10-131-11/+8
* Change to a 15-sector boot2.rnordier1998-10-131-17/+24
* Improve drive recognition and handling.rnordier1998-10-131-26/+40
* New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-121-0/+731
OpenPOWER on IntegriCloud