summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-09-20addres -> addressMiod Vallat
2004-08-24Better description of the path to bsd.rd, to avoid having to update itTom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.Tom Cosgrove
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-08-06do not be quiet about this operationTheo de Raadt
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-23Hook cdbr and cdboot into the build (though nothing uses them yet).Tom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-22Remove... almost 10 years, and things have changed enough that thisTobias Weingartner
2004-06-22Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-05-05errx shall be used hereMichael Shalayeff
2004-04-07Allow pxeboot to compile with gcc3.Tom Cosgrove
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-03-22Fix dates on my copyrights.Tom Cosgrove
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