Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | proper errno | Michael Shalayeff | |
1997-07-21 | proper include | Michael Shalayeff | |
1997-07-21 | do opendir for dirs only | Michael Shalayeff | |
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() | |||
1997-07-21 | correct 'hd' device handling | Michael Shalayeff | |
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr | |||
1997-07-21 | add nbdevs for the size of table of block devises' names | Michael Shalayeff | |
remove bogus codeseg | |||
1997-07-21 | SCSI copy optimizations | Per Fogelstrom | |
1997-07-21 | SCSI copy optimizations | Per Fogelstrom | |
1997-07-21 | make this compile until niklas fixes the boo-boo | Theo de Raadt | |
1997-07-21 | New boot code that fits into the boot record with embedded label. | Per Fogelstrom | |
1997-07-21 | no, not ssh | Theo de Raadt | |
1997-07-21 | setgid dialer | Theo de Raadt | |
1997-07-21 | careful about unlink; oliver | Theo de Raadt | |
1997-07-21 | Begone, compilation warnings. | Angelos D. Keromytis | |
1997-07-21 | Get rid of compilation warnings. | Angelos D. Keromytis | |
1997-07-21 | Fix compilation warning. | Angelos D. Keromytis | |
1997-07-20 | vm.h | Theo de Raadt | |
1997-07-20 | careful with usernames; oliver | Theo de Raadt | |
1997-07-20 | careful with link paths; oliver | Theo de Raadt | |
1997-07-20 | typos | Niels Provos | |
1997-07-20 | move NOMAN into programs Makefile | Niels Provos | |
1997-07-20 | minor cleanup on the -d flag code | jdm | |
1997-07-20 | add -d flag for reporting active sessions at a specified point in time. | jdm | |
1997-07-20 | Merge common m68k trap handling changes from NetBSD | Niklas Hallqvist | |
1997-07-20 | protect against NULL curproc derefs. Enables MMU hits inside interupt | Niklas Hallqvist | |
contexts, i.e. IDE works much better now (still some problems though) | |||
1997-07-20 | My me and Theo: stack tracebacks! It even traces through traps and interrupts | Niklas 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-19 | fix typo in comment (NetBSD PR3836: Curt Sampson) | chuck | |
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist | |
to have it in sys/types.h but that is problematic). Some KNF. | |||
1997-07-19 | Make SOFTWARE_SSTEP compile with strict prototyping | Niklas Hallqvist | |
1997-07-19 | SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.h | Niklas Hallqvist | |
1997-07-19 | If 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-19 | struct opcode is now in db_machdep.h. Add some other includes needed after | Niklas Hallqvist | |
the db_machdep.h rewrite. | |||
1997-07-19 | Lots! Single-stepping support is probably the most important change. | Niklas Hallqvist | |
1997-07-19 | Rewritten | Niklas Hallqvist | |
1997-07-19 | Protect against overlapping copies | Niklas Hallqvist | |
1997-07-19 | some KNF I had lying around | Niklas Hallqvist | |
1997-07-19 | initialization overwrites program name parsing | Michael Shalayeff | |
1997-07-19 | minor cleanup. | Niels Provos | |
1997-07-19 | Wall cleanup; people running lpd should test! | Theo de Raadt | |
1997-07-18 | include new dirs. remove bogus trailer. | Niels Provos | |
1997-07-18 | sample config files for photurisd | Niels Provos | |
1997-07-18 | make photurisd start an exchange | Niels Provos | |
1997-07-18 | initial import of the photuris keymanagement daemon | Niels Provos | |
1997-07-18 | Be extra careful when unlinking data file to only remove a file is | Todd C. Miller | |
it is in the current dir and df*. From imp@openbsd.org. | |||
1997-07-18 | fix; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-07-18 | Change jmp_buf to sigjmp_buf that I missed in the last sweep. | Todd C. Miller | |