summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-07-20Merge common m68k trap handling changes from NetBSDNiklas Hallqvist
1997-07-20protect against NULL curproc derefs. Enables MMU hits inside interuptNiklas Hallqvist
1997-07-20My me and Theo: stack tracebacks! It even traces through traps and interruptsNiklas Hallqvist
1997-07-19fix typo in comment (NetBSD PR3836: Curt Sampson)chuck
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
1997-07-19Make SOFTWARE_SSTEP compile with strict prototypingNiklas Hallqvist
1997-07-19SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.hNiklas Hallqvist
1997-07-19If we are using DDB, be sure to setup the SP entry of the trapframe.Niklas Hallqvist
1997-07-19struct opcode is now in db_machdep.h. Add some other includes needed afterNiklas Hallqvist
1997-07-19Lots! Single-stepping support is probably the most important change.Niklas Hallqvist
1997-07-19RewrittenNiklas Hallqvist
1997-07-19Protect against overlapping copiesNiklas Hallqvist
1997-07-18enablespi/disablespi in encap + print spi's in hostorderNiels Provos
1997-07-18oopsMichael Shalayeff
1997-07-18use isa's definition for IOM_*Michael Shalayeff
1997-07-18notes about pmmm changes, apmMichael Shalayeff
1997-07-18kernel entry protoMichael Shalayeff
1997-07-18no user includes in standaloneMichael Shalayeff
1997-07-18cumulative CFLAGSMichael Shalayeff
1997-07-18disable apm for the momentMichael Shalayeff
1997-07-18most of the stuff is no in libsa, very tiny srt0Michael Shalayeff
1997-07-18pass apm info to the kernelMichael Shalayeff
1997-07-18this is now in machine/biosvar.hMichael Shalayeff
1997-07-18save %fs %gsMichael Shalayeff
1997-07-18proper variable handlingMichael Shalayeff
1997-07-18yet another small step towards MI bootMichael Shalayeff
1997-07-18save %fs %gsMichael Shalayeff
1997-07-18proper includesMichael Shalayeff
1997-07-18proper includesMichael Shalayeff
1997-07-17prper variable handlingMichael Shalayeff
1997-07-17includesMichael Shalayeff
1997-07-17i love that constMichael Shalayeff
1997-07-17oops, who needs that ugly kernel hack?Michael Shalayeff
1997-07-17proper variable handlingMichael Shalayeff
1997-07-17proper includesMichael Shalayeff
1997-07-17add BIOS definitios/etcMichael Shalayeff
1997-07-17proper includesMichael Shalayeff
1997-07-17use const where appropriate (;Michael Shalayeff
1997-07-17who needs this?Michael Shalayeff
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
1997-07-17take partition in an accountMichael Shalayeff
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-15flags for tunnels and replacing existing routes, sysctl! + tiny bug fixNiels Provos