summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-161-0/+1
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-251-7/+9
* Back out last revision that unnecessarily changed valid assemblerru2004-05-141-5/+5
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
* After talking to Bruce Evans and reading more standards specs,ru2004-04-281-5/+5
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-3/+6
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-1/+0
* Untangle building of AMD64 boot code.ru2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-10/+3
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* Don't repeat selected defines from ns16550.h or sioreg.h. Justbde2003-09-161-20/+1
* Use __FBSDID().obrien2003-08-2522-55/+75
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
OpenPOWER on IntegriCloud