summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-07-22range error fix; mckusick@McKusick.COMTheo de Raadt
1997-07-21use /sys/conf/GENERICTheo de Raadt
1997-07-21be quietTheo de Raadt
1997-07-21proper errnoMichael Shalayeff
1997-07-21proper includeMichael Shalayeff
1997-07-21do opendir for dirs onlyMichael Shalayeff
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-21correct 'hd' device handlingMichael Shalayeff
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr
1997-07-21add nbdevs for the size of table of block devises' namesMichael Shalayeff
remove bogus codeseg
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21make this compile until niklas fixes the boo-booTheo de Raadt
1997-07-21New boot code that fits into the boot record with embedded label.Per Fogelstrom
1997-07-20vm.hTheo de Raadt
1997-07-20Merge common m68k trap handling changes from NetBSDNiklas Hallqvist
1997-07-20protect against NULL curproc derefs. Enables MMU hits inside interuptNiklas Hallqvist
contexts, i.e. IDE works much better now (still some problems though)
1997-07-20My me and Theo: stack tracebacks! It even traces through traps and interruptsNiklas Hallqvist
if symbols are available. The biggest drawback is that it will not show function arguments. Instead we show the stack frame. Have fun!
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
to have it in sys/types.h but that is problematic). Some KNF.
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
Feed the trapcode to DDB. a0 is not the address of the instruction fault, maybe a1 is?
1997-07-19struct opcode is now in db_machdep.h. Add some other includes needed afterNiklas Hallqvist
the db_machdep.h rewrite.
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
Id
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
boot calls machdep() move to .bss again (;
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
save some 2-3k
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-17i love that constMichael 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