summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
AgeCommit message (Expand)Author
2002-05-20Add one more level to the kern.splassert sysctl.Artur Grabowski
2002-05-18dump the stack on splassert failure (XXX - need some kind ofArtur Grabowski
2002-05-18If ddb.panic is disabled, print the stack trace before dumping.Artur Grabowski
2002-05-15Implement splassert() for sparc - a tool for finding problems related toArtur Grabowski
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-23Allocate rusage, pgrp, ucred and session with pool.Artur Grabowski
2001-12-02remove some XXX commentsTheo de Raadt
2001-11-15remove staticsNiklas Hallqvist
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05use %ll instead of %qTheo de Raadt
2001-06-27remove old vmArtur Grabowski
2001-06-22KNFTheo de Raadt
2001-02-22avoid sign extension for %bMichael Shalayeff
2000-06-25disable automatic crashdump when swap encryption is onNiels Provos
2000-03-13Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in betweenTodd C. Miller
2000-03-02Add an option DDB_SAFE_CONSOLE that defaults db_console to 1.Artur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-12-02snprintf in kernel; assar@stacken.kth.seTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10NUL terminate the buffer in vsprintfNiklas Hallqvist
1998-04-04default to console ddb offTheo de Raadt
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1998-01-24NULL derefNiklas Hallqvist
1998-01-21support expanded panicstr; and add vsprintf backTheo de Raadt
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-12-28Do not lose the first char in msgbufNiklas Hallqvist
1997-11-04import torek's vfprintf() from libc [renamed to kprintf and allchuck
1997-10-01added 'q' modifier (64-bit integers) in kernel vsprintf/kprintfAngelos D. Keromytis
1996-12-06-Wcast-qual cleanupNiklas Hallqvist
1996-11-29back out bitmask_snprintf()kstailey
1996-11-24Commented out a def, only referenced in out-commented codeNiklas Hallqvist
1996-11-24added bitmap_snprintfkstailey
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
1996-07-28fix vsnprintf return valTheo de Raadt
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-26expand %d is panicstrdm
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-29From NetBSD: Merge with NetBSD 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt