Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst | |
ok deraadt@ henric@ djm@ | |||
2003-06-02 | kill the clauses three and four on my sources | Michael Shalayeff | |
2002-07-01 | Don't let variable declarations without "extern" living in .h files. | Miod Vallat | |
While there fix a benign type mismatch in db_stack_dump() and remove diag code left by art by mistake. | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt | |
1996-03-30 | Added: sysctl access to the ddb variables. | Michael Shalayeff | |
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program. | |||
1996-03-11 | Debbuger changed towards the latest Mach. | Michael Shalayeff | |
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. |