summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* The recent change to use memory > 1MB for the heap by default broke CDjhb2009-03-123-47/+81
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-095-3/+40
* Revert the part of change 107879 that employs the unused bytes aftermarcel2009-03-072-5/+5
* Fix some more issues with the real mode BTX.jhb2009-02-241-35/+60
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* - Remove superfluous commentgabor2009-01-301-2/+0
* Allow VIA Nano processors to boot FreeBSD/amd64.jkim2009-01-121-2/+3
* A number of small changes to make the 'save choice to disk' safer,luigi2008-12-302-28/+27
* Use full 64bit arithmetic when converting file offsets to block numbers - fixesdfr2008-12-172-2/+2
* Remove now unused label.sobomax2008-12-091-1/+1
* Optimiza assembly in the previous r185779, to save whooping 16 bytes.sobomax2008-12-081-9/+5
* Respect RBX_MUTE flag from boot[012].sobomax2008-12-081-1/+18
* Fix typo in the comment %is -> %si.sobomax2008-12-081-1/+1
* Another, hopefully final set of changes to boot0 and boot0cfg.luigi2008-12-032-61/+71
* This commits brings in a lot of documentation and some enhancementluigi2008-12-022-248/+476
* Fix a typo in previous commit: must call "putn" to print a crlf,luigi2008-11-261-1/+1
* Pass the pointer to the selected partition in %si to the next stageluigi2008-11-261-2/+3
* Fix amd64 build and re-enable gptzfsboot.dfr2008-11-222-2/+2
* Disconnect gptzfsboot from the build until dfr@ gets his act together.des2008-11-211-1/+1
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerdfr2008-11-193-2/+181
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tdfr2008-11-191-2/+4
* Fix building without ZFS (can't find library)ache2008-11-181-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-179-15/+1521
* Use CPUID to see if the current CPU supports long mode when attemping tojhb2008-10-071-1/+47
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-083-4/+13
* Fix the hangs reported with the real mode BTX:jhb2008-08-081-11/+22
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-0/+4
* Fix off-by-one error.nyan2008-07-011-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-252-0/+4
* Implement a workaround for a long-standing problem inolli2008-06-161-8/+32
* Workaround a bug in the BIOS of Dell R900 machines. Specifically, eachjhb2008-06-071-1/+4
* Revert the previous change and let PROBE_KEYBOARD function identical to -Pjhb2008-04-091-4/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Change the BTX kernel to drop all the way out to real mode to invoke BIOSjhb2008-03-101-401/+316
* In the PROBE_KEYBOARD case, always enable multiple consoles and set thejhb2008-03-061-2/+4
* Tweak the verbose disk printing a bit:jhb2008-02-281-59/+51
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsjhb2008-02-282-4/+6
* Retire the support for using paging in BTX. It hasn't been used sincejhb2008-02-272-57/+2
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-262-0/+4
* Add a trailing \0 to the read error string so that read errors don't printjhb2007-11-171-1/+1
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* - Add constants for the different memory types in the SMAP table.jhb2007-10-282-31/+18
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-262-1/+1
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-248-172/+838
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
* Reindent the read/write code of bd_realstrategy() so it is more readable.jhb2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-245-10/+6
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
OpenPOWER on IntegriCloud