summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo 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-21no, not sshTheo de Raadt
1997-07-21setgid dialerTheo de Raadt
1997-07-21careful about unlink; oliverTheo de Raadt
1997-07-21Begone, compilation warnings.Angelos D. Keromytis
1997-07-21Get rid of compilation warnings.Angelos D. Keromytis
1997-07-21Fix compilation warning.Angelos D. Keromytis
1997-07-20vm.hTheo de Raadt
1997-07-20careful with usernames; oliverTheo de Raadt
1997-07-20careful with link paths; oliverTheo de Raadt
1997-07-20typosNiels Provos
1997-07-20move NOMAN into programs MakefileNiels Provos
1997-07-20minor cleanup on the -d flag codejdm
1997-07-20add -d flag for reporting active sessions at a specified point in time.jdm
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-19some KNF I had lying aroundNiklas Hallqvist
1997-07-19initialization overwrites program name parsingMichael Shalayeff
1997-07-19minor cleanup.Niels Provos
1997-07-19Wall cleanup; people running lpd should test!Theo de Raadt
1997-07-18include new dirs. remove bogus trailer.Niels Provos
1997-07-18sample config files for photurisdNiels Provos
1997-07-18make photurisd start an exchangeNiels Provos
1997-07-18initial import of the photuris keymanagement daemonNiels Provos
1997-07-18Be extra careful when unlinking data file to only remove a file isTodd C. Miller
it is in the current dir and df*. From imp@openbsd.org.
1997-07-18fix; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-07-18Change jmp_buf to sigjmp_buf that I missed in the last sweep.Todd C. Miller