summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preparation for UFS2 commit:phk2002-06-052-161/+4
* Align CLEANFILES with revision 1.25 changes.ru2002-05-131-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-121-1/+1
* 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-112-1/+7
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-101-2/+2
* -ffreestanding is the word for /sys.obrien2002-05-101-4/+4
* 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-312-2/+12
* Unset MAINTAINER.rnordier2001-07-211-2/+0
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* Set MAINTAINER.rnordier2000-10-021-0/+2
* - Inline all the functions that are only called once. This results in ajhb2000-07-061-114/+107
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-261-1/+1
* Treat \t and \n inside /boot.config as whitespaces.ru2000-06-131-2/+2
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-231-9/+6
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-111-1/+1
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).ru2000-02-091-10/+13
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-151-1/+2
* 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
* Turn on the -fforce-addr and -fschedule-insns optimizations. Addingobrien1999-11-131-2/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-201-2/+5
* 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
* Optimize better for space.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
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-101-5/+6
* 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-082-9/+9
* Make use of BIOS int 0x13 extensions configurable, and disabledrnordier1998-11-051-2/+3
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-271-4/+6
OpenPOWER on IntegriCloud