Age | Commit message (Expand) | Author |
2002-05-20 | Add one more level to the kern.splassert sysctl. | Artur Grabowski |
2002-05-18 | dump the stack on splassert failure (XXX - need some kind of | Artur Grabowski |
2002-05-18 | If ddb.panic is disabled, print the stack trace before dumping. | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Allocate rusage, pgrp, ucred and session with pool. | Artur Grabowski |
2001-12-02 | remove some XXX comments | Theo de Raadt |
2001-11-15 | remove statics | Niklas Hallqvist |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-05 | use %ll instead of %q | Theo de Raadt |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-02-22 | avoid sign extension for %b | Michael Shalayeff |
2000-06-25 | disable automatic crashdump when swap encryption is on | Niels Provos |
2000-03-13 | Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in between | Todd C. Miller |
2000-03-02 | Add an option DDB_SAFE_CONSOLE that defaults db_console to 1. | Artur Grabowski |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-12-02 | snprintf in kernel; assar@stacken.kth.se | Theo de Raadt |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-10 | NUL terminate the buffer in vsprintf | Niklas Hallqvist |
1998-04-04 | default to console ddb off | Theo de Raadt |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt |
1998-01-24 | NULL deref | Niklas Hallqvist |
1998-01-21 | support expanded panicstr; and add vsprintf back | Theo de Raadt |
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt |
1997-12-28 | Do not lose the first char in msgbuf | Niklas Hallqvist |
1997-11-04 | import torek's vfprintf() from libc [renamed to kprintf and all | chuck |
1997-10-01 | added 'q' modifier (64-bit integers) in kernel vsprintf/kprintf | Angelos D. Keromytis |
1996-12-06 | -Wcast-qual cleanup | Niklas Hallqvist |
1996-11-29 | back out bitmask_snprintf() | kstailey |
1996-11-24 | Commented out a def, only referenced in out-commented code | Niklas Hallqvist |
1996-11-24 | added bitmap_snprintf | kstailey |
1996-10-19 | __assert added, impl from netbsd, however put elsewhere. use it instead | Niklas Hallqvist |
1996-07-28 | fix vsnprintf return val | Theo de Raadt |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-07-19 | Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonable | dm |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist |
1996-06-26 | expand %d is panicstr | dm |
1996-05-02 | sync syscalls, no sys/cpu.h | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-02-29 | From NetBSD: Merge with NetBSD 960217 | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |