summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/libsa/libsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rewrite mdrandom() in C. previously this XOR'd against rdrand if available,deraadt2020-06-141-1/+3
* Add ability to limit memory presented to kernel withweingart2010-07-021-1/+2
* Check for Control key held down when starting, and don't read boot.conftom2007-04-271-1/+3
* boot(8) ``machine memory'' support for > 4G.mpf2006-09-181-3/+3
* Fix typo in commenttom2004-08-211-2/+2
* Initial stab at CPU identification code for i386 boot programs. Addedtom2004-06-261-1/+2
* Enter cdboot, a CD-specific second-stage bootrap.tom2004-06-231-1/+2
* Enter pxeboot, derived from the NetBSD implementation. Initiallytom2004-03-191-1/+15
* three four killsmickey2003-06-031-6/+1
* there is no reason to keep both around. just renamemickey2003-04-171-2/+2
* i386 ELF bootloader. developed with weingart@drahn2003-04-171-2/+2
* Fix 4GB memory probing and other memory probing issues.weingart2002-06-201-2/+5
* First round of __P removal in sysmillert2002-03-141-14/+14
* probe for ps2 model and check if kbd controller is presentmickey2001-08-181-1/+2
* some people may say that i suckmickey2000-10-251-1/+2
* pcibios kernel device is now doing this jobmickey2000-10-091-2/+1
* D not forget our memmap changes, ok mickey@niklas2000-03-051-2/+3
* give better support to the bios memory maps.mickey1999-08-251-20/+18
* new exec frameworkmickey1998-07-201-1/+3
* alloca() is in stand.h nomickey1998-07-131-2/+1
* reflect MI boot changes; remove dead time_print() prototypemickey1998-07-081-2/+3
* put support for test /boot environment back; some CLEANFILES and spacesmickey1998-05-251-1/+3
* Changes/updates to /boot stuff. More to come.weingart1998-02-241-1/+2
* big diskinfo changes from toby@mickey1997-11-301-2/+1
* checksumming stuff from niklasmickey1997-10-241-1/+2
* newer, better stuff; some parts by toby@mickey1997-10-221-4/+7
* Copy in bios_diskinfo array from /boot space.weingart1997-10-181-1/+7
* Cleanup, make it all compile.weingart1997-10-171-2/+2
* Use BIOS to probe for memory map.weingart1997-10-171-1/+4
* pass cnvmem,extmem the old way they were....mickey1997-09-171-1/+2
* machine diskinfo command, toby is filling w/ meat at the momentmickey1997-09-021-1/+2
* put values into BIOS_vars so kernel will get 'em soonmickey1997-08-221-6/+3
* boothowto is local to bootmickey1997-08-211-2/+1
* getsecs() is in stand.hmickey1997-08-131-1/+2
* inline apm callsmickey1997-08-131-2/+1
* kentry proto is in the libsa.hmickey1997-08-051-2/+3
* remember boot device geometrymickey1997-08-041-3/+3
* add nbdevs for the size of table of block devises' namesmickey1997-07-211-3/+3
* proper includesmickey1997-07-171-2/+5
* alloca(size_t)mickey1997-05-011-2/+2
* Add missing prototype: alloca()weingart1997-04-301-1/+2
* pass bootdev to kernel...mickey1997-04-151-1/+3
* devboot protomickey1997-04-061-1/+2
* commit all my mods to the last imported libsa stuff....mickey1997-03-311-8/+6
* Initial /boot stuff (from Mickey)weingart1997-03-311-0/+45