summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-05-08wandering fix from provosTheo de Raadt
1997-05-08only detect first 166/165 as validTheo de Raadt
1997-05-07leaner and meanerTheo de Raadt
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
<wisner@gryphon.com>. Closes PR#180.
1997-05-01alloca(size_t)Michael Shalayeff
not int
1997-04-30Add missing prototype: alloca()Tobias Weingartner
1997-04-30solve the bounce buffer problem!Michael Shalayeff
1997-04-30guarantee termination for faked disklabels, no endless loopsNiels Provos
1997-04-29lfs diesTheo de Raadt
1997-04-29ok.Michael Shalayeff
1997-04-29.mk changes faster then i type....Michael Shalayeff
1997-04-28Add getsecs(). Use biostime & biosdate routines.Tobias Weingartner
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-27Reality check.Jason Downs
1997-04-26samplle boot.conf fileMichael Shalayeff
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-23Clean up disk reset codeTobias Weingartner
1997-04-23implement 'hd' device (i guess nobody will boot from 'rd')Michael Shalayeff
1997-04-21don't use cc for ld, bad things happens w/ DESTDIR defined; by dm@Michael Shalayeff
1997-04-21usleep testing codeMichael Shalayeff
1997-04-21rewrite command processing.Michael Shalayeff
two levels of commands from now (set has it's own {device,image,addr,howto}) all the combinations of {device,path,image,options} is now possible on boot. move cmd_state init into .data again, no more memory limits
1997-04-21use dev/ic/i8042reg.h, not domestic definesMichael Shalayeff
1997-04-21rewriteMichael Shalayeff
1997-04-21probe for keyboard/screen by looking into CMOS.Michael Shalayeff
what people say?
1997-04-21copyright (;Michael Shalayeff
1997-04-21some comments on recent stuffMichael Shalayeff
1997-04-21don't forget $(SACFLAGS)Michael Shalayeff
1997-04-20Allow kern_clock.c to see interrupt frames on i386Thorsten Lockert
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-20indentationMichael Shalayeff
1997-04-20flushTheo de Raadt
1997-04-19more buffer cache pleaseTheo de Raadt
1997-04-18do not check BOOT_MAGIC!Theo de Raadt
1997-04-18angelos, please forgive me );Michael Shalayeff
i missed this yesterday.... now it must work for you! (;
1997-04-18some cleanup, comments and copyrightMichael Shalayeff
1997-04-18faked disklabel for extended partition +Niels Provos
fixes by Niklas to faciliate use of other partition types (ext2fs) + Indentation by Theo ;)
1997-04-18Clean up error handling a little. There is a smallTobias Weingartner
problem with marginal disks. This code does not like them at all. I'm too frazzled right now to figure this out. This should give better error messages...
1997-04-18fix a bugMichael Shalayeff
1997-04-18use libs from correct pathsMichael Shalayeff
1997-04-18no assembly listingMichael Shalayeff
1997-04-18oops...Michael Shalayeff
1997-04-18no more 60k limit!Michael Shalayeff
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it!
1997-04-17Add -nostdlib to make sure...Tobias Weingartner
1997-04-17Hope this works...Tobias Weingartner
1997-04-17make "boot> -a" work like "boot> bsd -a"; ie. flags shortcutTheo de Raadt
1997-04-17fix tab expansionTheo de Raadt
1997-04-17more equipment bits!Michael Shalayeff
1997-04-17Fix error handling from bios & typo.Tobias Weingartner
1997-04-17New memprobe for weird machines... please test.Tobias Weingartner
1997-04-17more devicesMichael Shalayeff