summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa
AgeCommit message (Expand)Author
2004-09-20addres -> addressMiod Vallat
2004-08-21Fix typo in commentTom Cosgrove
2004-08-17Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1.Tom Cosgrove
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-04-07Allow pxeboot to compile with gcc3.Tom Cosgrove
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-03-11If apm_connect() fails, don't try to pass the bios_apminfo_t structureTom Cosgrove
2004-03-09Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>.Tom Cosgrove
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2003-12-16a bit more shrinking. do not bother printing the drive bus interfaces,Theo de Raadt
2003-12-16shorten terminal baud rate change stringsTheo de Raadt
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
2003-11-03spelling fixes (in the comments)David Krause
2003-10-23- delay reading the disklabel for floppies until after we're sure it'sFederico G. Schwindt
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-04fix some 3/4 for tobyTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-31Unpeeing as pointed out by Dries Schellekens.Tobias Weingartner
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-01-17allow setting com baudrate up to 115200; req and testing by Sourabh Ladha <la...Michael Shalayeff
2002-06-20Fix 4GB memory probing and other memory probing issues.Tobias Weingartner
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15fix the possible 4G overflow issuesMichael Shalayeff
2001-09-17genassym changesTheo de Raadt
2001-09-11remove acd references; millert@ ok.Federico G. Schwindt
2001-08-212nd rule of comitting fixMichael Shalayeff
2001-08-18probe for ps2 model and check if kbd controller is presentMichael Shalayeff
2001-08-18Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92Constantine Sapuntzakis
2001-03-03Fix typo, "edx" -> "%edx", so that the %edx register is properly protectedAaron Campbell
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell