summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Collapse)Author
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-10-02better 'machine di' table; toddf@Michael Shalayeff
1997-09-30EXAMPLESTheo de Raadt
1997-09-30fix sysctl() call. This code was never tested was itTheo de Raadt
1997-09-30Don't blithely use geometry from the disk. Get it from sysctl orTodd C. Miller
the user.
1997-09-29we won't need thisMichael Shalayeff
1997-09-29bump the version numberMichael Shalayeff
1997-09-29 according to the recent apm changesMichael Shalayeff
1997-09-26nice diskinfo; terms consistancy by millert@Michael Shalayeff
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-24overflow can bite anyways, increment wordMichael Shalayeff
1997-09-24Document how things (more or less) work.Jason Downs
1997-09-24correct device arg descriptionMichael Shalayeff
1997-09-24we have no bus hereMichael Shalayeff
1997-09-21machdep.biosMichael Shalayeff
1997-09-21/boot engine is in sys/stand/boot/ now (;Michael Shalayeff
use it, reuse it, i can't imagine any brokenness ...
1997-09-21support new bootsMichael Shalayeff
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM)
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-19Make newer gcc happyNiklas Hallqvist
1997-09-18halt in debug mode onlyMichael Shalayeff
1997-09-17depend: dependanciesTobias Weingartner
1997-09-17regs command is MDMichael Shalayeff
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
don't put 'em in biosvars
1997-09-17unsignedsMichael Shalayeff
1997-09-14print used geometry when verboseMichael Shalayeff
1997-09-07right zlib Xr, 10x toddMichael Shalayeff
1997-09-06more cleaningTheo de Raadt
1997-09-05Finishing? touches.Tobias Weingartner
1997-09-05man this; read, if you can readMichael Shalayeff
1997-09-05some manualMichael Shalayeff
1997-09-05copycenterMichael Shalayeff
1997-09-04more detailsTheo de Raadt
1997-09-04fix spellingTheo de Raadt
1997-09-04warn about unknown disklabel types, doc it in BUGSMichael Shalayeff
1997-09-04s/DEBUG/EXEC_DEBUG/Michael Shalayeff
1997-09-04support boot API version numberMichael Shalayeff
1997-09-03Fix fake geo (again)Tobias Weingartner
1997-09-03Fix fake geoTobias Weingartner
1997-09-031st part of pretty "machine diskinfo" stuffTobias Weingartner
1997-09-02change biosdinfo() to return fail value. use fake geo, where neededMichael Shalayeff
1997-09-02Pretty.Tobias Weingartner
1997-09-02Add "machine diskinfo" command. Needs work.Tobias Weingartner
1997-09-02strip on installMichael Shalayeff
1997-09-02correct spellingkstailey
1997-09-02dead varsMichael Shalayeff
1997-09-02completely disable network supportMichael Shalayeff
1997-09-02Xregs is DUMP_REGS -- dependableMichael Shalayeff
1997-09-02machine diskinfo command, toby is filling w/ meat at the momentMichael Shalayeff
1997-09-02debug last consistency ciMichael Shalayeff
1997-09-02machine(MD) command set supportMichael Shalayeff