summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
AgeCommit message (Expand)Author
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29Add kern.splassert=3. deraadt@ ok.Hakan Olsson
2003-05-27typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10xHenning Brauer
2003-05-22remove sprintf() and vsprintf(). nothing in the kernel needs it. ifTheo de Raadt
2003-05-21Match vprintf prototype to userland and standards.Artur Grabowski
2003-05-20ansi and de-register; ok millertJason Wright
2003-05-13Kill a bunch more commons (very few left =)Jason Wright
2003-05-10warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either hen...Theo de Raadt
2003-05-06use snprintfTheo de Raadt
2003-01-13Fix kernel snprintf function(s) to be likeTobias Weingartner
2002-10-14Stuff needed for gcc 3.X.Artur Grabowski
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