summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
AgeCommit message (Expand)Author
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2008-06-27Do not disallow kernel crash dumps on panic if swap encryption is enabled,Miod Vallat
2007-12-30Remove unused variable consintr. ok mbalmerAlexander Bluhm
2007-10-08Introduce %z for printf(9), like %z for printf(3). Used to printRay Lai
2007-09-01Remove support for ddb-only %r, %z, and the ddb-specific handling of %n fromMiod Vallat
2007-04-26enable splassert (1) by default; requested and ok manyTheo de Raadt
2006-12-11allow bit 32 to be printed; bug spotted and fix tested by dlgTheo de Raadt
2006-11-17missing punctuation in comments; from bret lambertJason McIntyre
2006-07-06Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.Miod Vallat
2006-06-01the bit shifted should be a type at least as wide as the comparison (u_quad_t)Jason Wright
2006-05-29extend %b support so that it will allow for arguments with more than 32 bits.Jason Wright
2005-12-27tprintf() is now only necessary for NFS, so do not compile it for kernelsMiod Vallat
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2005-09-27typo in comment: sprintf -> snprintf, ok markus@Alexander von Gernler
2005-04-14Try to start log message buffer on a new line. Helps install scripts avoidKenneth R Westerback
2004-07-20protect printf with a mutex instead of SIMPLELOCK.Artur Grabowski
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