summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-301-1/+5
* Fix clang warnings.benl2011-06-181-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+5
* Remove unused includes.nyan2010-11-131-6/+0
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-082-24/+1
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-171-1/+3
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-2/+2
* Fix debug messages of bd_io().nyan2009-12-171-4/+4
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-072-2/+39
* Various small whitespace and style fixes.jhb2009-12-072-9/+9
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-273-18/+124
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* If the pxe client is told to use / as the root path, honour that ratheremaste2009-09-101-1/+1
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Instead of packing the individual fields in the PnP structures, pack thejhb2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Import ACPICA 20090521.jkim2009-06-052-2/+2
* Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* A simple rewrite of biossmap.c:jkim2009-04-151-44/+87
* Use a disk address instead of an int to hold the starting offset of anjhb2009-04-141-1/+1
* Rewrite SMBIOS for loader:jkim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.jkim2009-04-071-1/+1
* Probe size of installed memory modules from loader and display itjkim2009-03-311-6/+52
* 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-093-2/+36
* Allow VIA Nano processors to boot FreeBSD/amd64.jkim2009-01-121-2/+3
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tdfr2008-11-191-2/+4
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-172-0/+3
* Use CPUID to see if the current CPU supports long mode when attemping tojhb2008-10-071-1/+47
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-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
* Tweak the verbose disk printing a bit:jhb2008-02-281-59/+51
* 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
* 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-242-47/+336
* 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-242-6/+3
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.jkim2007-05-211-3/+3
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-9/+11
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-021-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-025-27/+19
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-291-1/+1
OpenPOWER on IntegriCloud