summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adopt comments borrowed from aout_freebsd.c.ru2006-10-262-2/+2
* Fix most of the WARNS=2 warnings.ru2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have thejhb2006-09-291-1/+2
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-281-0/+15
* Increment the disk block offset after writing, not before. Thisiedowse2006-05-311-3/+3
* Use PTOV() to convert physical addresses to appropriate virtual addressesjhb2006-04-251-2/+4
* Drop the gateA20() function in the loader as it is unused. All the otherjhb2006-04-113-57/+1
* Export SMBIOS serial numbers by default. To turn it off, usejkim2006-03-142-8/+8
* Micro-optimize invalid UUID check.jkim2006-03-101-1/+3
* - Implement serial numbers, UUID, and asset tag (turned off by default).jkim2006-03-093-31/+80
* For the cases when loading bzip2-compressed kernels enabled use lastsobomax2005-12-213-4/+7
* Long-long time ago, when the trees were large and memory expensive amount ofsobomax2005-12-195-41/+22
* Export processor socket information. New environment variables are:jkim2005-10-181-0/+32
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-222-0/+11
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+5
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-181-9/+108
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.jkim2005-07-271-14/+11
* Scan static SMBIOS structures and export the following environmentjkim2005-07-143-1/+179
* - Add support to the loader for multiple consoles.jhb2005-05-271-5/+31
* Fix a warning by adding a missing 'const'.jhb2005-05-272-2/+2
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Pass the hostname we got from DHCP to the kernel so that machines canwollman2005-04-171-0/+1
* Extend a local buffer to prevent an overflow of the XSDT address.njl2005-04-161-1/+1
* Fix 'implicit int' instance.stefanf2005-04-091-1/+1
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,kan2005-03-121-0/+24
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-292-0/+16
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-163-5/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-5/+5
OpenPOWER on IntegriCloud