summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
2004-03-21Remove example for ISC dhcpd. The vendor-class-identifier option is notTom Cosgrove
2004-03-19Tidy up the man pageTom Cosgrove
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-03-12missing .El;Jason McIntyre
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-22Remove #if 0'd code.Tom Cosgrove
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
2004-02-10Enable interrupts before halt when we error out. Allows use ofTom Cosgrove
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
2004-01-20Check the values given to -h and -s. Closes PR 3640.Tom Cosgrove
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-05Major overhaul of our master boot record.Tom Cosgrove
2004-01-02after some advice from nick, note that only com0 is currently supportedJason McIntyre
2003-12-20- .Xr biosboot(8) in SEE ALSOJason McIntyre
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
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-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-08typos from Jonathon Gray;Jason McIntyre
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-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
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-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-07-05do not make bad machine@ linksTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-06- section reorderJason McIntyre
2003-06-04fix some 3/4 for tobyTheo de Raadt
2003-06-03three four killsMichael Shalayeff