summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1997-07-18proper variable handlingMichael Shalayeff
i386,machine links
1997-07-18yet another small step towards MI bootMichael Shalayeff
1997-07-18save %fs %gsMichael Shalayeff
1997-07-18proper includesMichael Shalayeff
const allocate sapace to pass bios regs to/from call
1997-07-18proper includesMichael Shalayeff
s/BIOSINT/DOINT/g pass %es in bios regs save area
1997-07-17prper variable handlingMichael Shalayeff
-nostdinc do not feed data into text
1997-07-17includesMichael Shalayeff
1997-07-17oops, who needs that ugly kernel hack?Michael Shalayeff
1997-07-17proper variable handlingMichael Shalayeff
add apm_init.S
1997-07-17proper includesMichael Shalayeff
apm prototypes/declarations some prototypes
1997-07-17add BIOS definitios/etcMichael Shalayeff
1997-07-17proper includesMichael Shalayeff
add const for consw declarations
1997-07-17don't count on luser includesMichael Shalayeff
1997-07-17proper includesMichael Shalayeff
1997-07-17proper constMichael Shalayeff
1997-07-17add smart com probe approachMichael Shalayeff
limit to 9600 for now (will be better soon)
1997-07-17take partition in an accountMichael Shalayeff
add -h -s, to fake BIOS geometry
1997-07-17use cpp, not equMichael Shalayeff
1997-07-17proper size/stripping/handlingMichael Shalayeff
1997-07-17use includes, nort private definesMichael Shalayeff
1997-07-16add tagkstailey
1997-07-16be more conservativekstailey
1997-07-08optimizeMichael Shalayeff
1997-07-08don't show battery estimate if there is no oneMichael Shalayeff
honour apmnoidle.... warnings suxx
1997-07-07Mirror com changesNiklas Hallqvist
1997-07-07Adapt to current GENERICNiklas Hallqvist
1997-07-07add LKMkstailey
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-07-05implement unimplemented.....Michael Shalayeff
implement unimplemented..... implement unimplemented..... in cc -S it looks like it should.... in cc -S it looks like it should.... in cc -S it looks like it should....
1997-07-04NWD for wd devices, include wd.hJason Downs
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-07-01smooth char waiting loopMichael Shalayeff
1997-06-30remove obj@ dependency againkstailey
1997-06-30install libs mode 444 like other libskstailey
1997-06-26fixup crazy indentation in Bread()kstailey
1997-06-25remove _STANDALONEMichael Shalayeff
be carefull about leap years (;
1997-06-24add ppp compressionkstailey
1997-06-23remove @obj dependencykstailey
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23add "option IPFILTER_LOG"kstailey
1997-06-20add my builds, alpha sortkstailey
1997-06-20PORTAL goes back in with improved commentkstailey
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵dm
(21140-AC-based) SMC Etherpower cards.
1997-06-17Use a blank screen screensaver by default (for energy-saver monitors).dm
1997-06-15Address bug i386/224 from Jason Downs.dm
1997-06-12com -> pccomkstailey
1997-06-09hmmTheo de Raadt
1997-06-09new ethernet cardkstailey
1997-06-08Sync with reality.Jason Downs