summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-05-30sleep/usleep prototypes (others may need 'em too, btwMichael Shalayeff
strncmp prototype in stand.h
1997-05-30sighTheo de Raadt
1997-05-30arghTheo de Raadt
1997-05-30add EXT2FSkstailey
1997-05-30Fix APM building with absolute $S pathNiklas Hallqvist
1997-05-30put pctr in all GENERICTheo de Raadt
1997-05-30Add some protos so it compiles.Jason Downs
1997-05-30glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jpTheo de Raadt
1997-05-30EDD support functions, EDD detection code.Michael Shalayeff
com prototypes changes some indentation
1997-05-30add koi8 supportMichael Shalayeff
from Roman Palagin <romanp@mutant.mybody.ryazan.ru>
1997-05-29better style, move pmm init code completely into gidt.SMichael Shalayeff
1997-05-29safetyMichael Shalayeff
1997-05-29safety, and copyrightMichael Shalayeff
1997-05-29copyrightMichael Shalayeff
1997-05-29do \bMichael Shalayeff
1997-05-29safetyMichael Shalayeff
1997-05-29add small piece of NT support from James C. Cortilier IIIMichael Shalayeff
1997-05-29add S3 ViRGE detectMichael Shalayeff
1997-05-29-Wall w/ PCVT_EMU_MOUSEMichael Shalayeff
1997-05-29Add -Wmissing-prototypes tooNiklas Hallqvist
1997-05-29VM86Niklas Hallqvist
1997-05-29Add ipsecNiklas Hallqvist
1997-05-29Add some device we need and ext2fs. Reality update.Niklas Hallqvist
1997-05-23enable wdc1Theo de Raadt
1997-05-22sync with sys/param.h changesTodd C. Miller
1997-05-22-a support for rd; from mickeyTheo de Raadt
1997-05-13minimizeTheo de Raadt
1997-05-08Add slip support back inThorsten Lockert
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