Age | Commit message (Expand) | Author |
1997-07-09 | simplify code | Theo de Raadt |
1997-07-08 | Improved a lot, not so much remains now, mostly the "operate format" stuff. | Niklas Hallqvist |
1997-07-08 | copyright | Niklas Hallqvist |
1997-07-08 | Copyright. Backtrace for non-optimized code from Theo. Will get replaced | Niklas Hallqvist |
1997-07-08 | Fix copyright. Remove unused cruft. Natural reg ordering. SP setting from | Niklas Hallqvist |
1997-07-08 | Very rudimentary disassembler, lots are missing. It is better than nothing t... | Niklas Hallqvist |
1997-07-08 | Recognize that a symbol table may exist, move up proc0paddr if so. | Niklas Hallqvist |
1997-07-06 | wd and acd support | Niklas Hallqvist |
1997-07-06 | Fix the register saving when entering the debugger. Present the trap in | Niklas Hallqvist |
1997-07-06 | Use a string array to get the name of a trap | Niklas Hallqvist |
1997-07-06 | DDB support (much not yet implemented). | Niklas Hallqvist |
1997-07-06 | Add kernel versions of setjmp/longjmp, needed for DDB. Add an esym pointer | Niklas Hallqvist |
1997-07-06 | If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboard | Niklas Hallqvist |
1997-07-06 | Make traps go into DDB if configured | Niklas Hallqvist |
1997-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist |
1997-06-05 | fix DEBUG thing | Theo de Raadt |
1997-05-28 | KNF | Niklas Hallqvist |
1997-05-06 | Add IP filter log into cdevsw | Niklas Hallqvist |
1997-04-14 | typo for us. | michaels |
1997-04-07 | 16 partitions | Todd C. Miller |
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt |
1997-02-12 | fix typecast; janjaap@stack.nl | Theo de Raadt |
1997-02-09 | shadowed variable caused si_addr to be incorrect | Theo de Raadt |
1997-02-06 | From theo: use VM_PROT_* types and pass address nicely | Niklas Hallqvist |
1997-02-06 | Fixed some missing declarations and such. Still sth to fix for Theo :-) | Niklas Hallqvist |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt |
1997-02-03 | initial cut at siginfo | Theo de Raadt |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist |
1997-01-17 | don't update battery backed up clock if system time is wrong from begin | kstailey |
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist |
1996-11-23 | remrq -> remrunqueue | kstailey |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-11-14 | Add memcpy entrypoint to bcopy et al. With this, in-tree gcc now | Niklas Hallqvist |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey |
1996-11-06 | use dk_mountroot | Theo de Raadt |
1996-11-06 | add blktochr() | Theo de Raadt |
1996-11-06 | fix mountroot type | Theo de Raadt |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist |
1996-10-19 | random device is permanent now. | Michael Shalayeff |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist |
1996-07-27 | handle RB_CONFIG | Theo de Raadt |
1996-07-15 | add rnd driver | Michael Shalayeff |
1996-06-18 | merge in rev 1.6; emul_native | Theo de Raadt |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt |
1996-05-27 | native emul is now called "native" | Theo de Raadt |
1996-05-08 | fix reboot panic. | Michael Shalayeff |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff |
1996-01-12 | from netbsd; | Theo de Raadt |
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt |