summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a compile-time option called SPLASSERT_WATCH which changes theanton2019-05-081-1/+5
* irrelevant part snuck into previous commit; from semariederaadt2018-10-291-2/+1
* Correctly deal with upper level unveil's by keeping track of the coveringbeck2018-10-281-1/+2
* Do not call logwakeup(), ending in wakeup_n(), while holding a mutex.mpi2018-04-101-5/+11
* Do not panic from ddb(4) when a lock requirement isn't fulfilled.mpi2018-03-201-1/+3
* Show uvm_fault and trace when typing show panic on a page fault'd kernelpirofti2018-01-051-1/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Rename Debugger() into db_enter().mpi2017-04-301-3/+3
* Unifdef KGDB.mpi2017-04-301-7/+1
* Unifdef KADB.mpi2017-04-271-5/+1
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-201-2/+3
* Allow sendsyslog(2) with LOG_CONS even when /dev/console has notbluhm2016-05-171-2/+1
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-291-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Add dmesg -s support, to view the output of rc(8) system startup messages.mpf2015-01-131-2/+2
* KASSERTMSG(9): New kernel assertion with messageuebayasi2014-07-131-3/+2
* reboot(9): Add MI reboot entry functionuebayasi2014-07-111-2/+3
* Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofguenther2013-12-121-6/+13
* disable %n in printf(9); there is no need for it in the kernel besidesdjm2013-11-251-6/+7
* After a panic, do not fill up the dmesg with splassert messages.bluhm2013-08-071-1/+4
* add support for %td for ptrdiff_t in kernel printfsf2013-07-031-1/+4
* do not include machine/cpu.h from a .c file; it is the responsibility ofderaadt2013-03-281-2/+1
* Allow kernel printfs to go to console if in ddb instead of being redirecteddrahn2011-04-031-3/+14
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-7/+9
* Do not disallow kernel crash dumps on panic if swap encryption is enabled,miod2008-06-271-8/+1
* Remove unused variable consintr. ok mbalmerbluhm2007-12-301-10/+3
* Introduce %z for printf(9), like %z for printf(3). Used to printray2007-10-081-1/+9
* Remove support for ddb-only %r, %z, and the ddb-specific handling of %n frommiod2007-09-011-66/+2
* enable splassert (1) by default; requested and ok manyderaadt2007-04-261-2/+2
* allow bit 32 to be printed; bug spotted and fix tested by dlgderaadt2006-12-111-2/+2
* missing punctuation in comments; from bret lambertjmc2006-11-171-2/+2
* Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.miod2006-07-061-2/+2
* the bit shifted should be a type at least as wide as the comparison (u_quad_t)jason2006-06-011-2/+2
* extend %b support so that it will allow for arguments with more than 32 bits.jason2006-05-291-6/+24
* tprintf() is now only necessary for NFS, so do not compile it for kernelsmiod2005-12-271-1/+5
* ansi and deregister. No binary change.jsg2005-12-091-6/+3
* typo in comment: sprintf -> snprintf, ok markus@grunk2005-09-271-3/+3
* Try to start log message buffer on a new line. Helps install scripts avoidkrw2005-04-141-17/+3
* protect printf with a mutex instead of SIMPLELOCK.art2004-07-201-48/+10
* debranch SMP, have funniklas2004-06-131-1/+52
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* Kill non-standard kernel printf %: braindead extension for good.miod2003-12-211-24/+1
* option to log ddb output to kernel message buffer, via sysctl ddb.logtedu2003-06-281-3/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add kern.splassert=3. deraadt@ ok.ho2003-05-291-1/+7
* typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10xhenning2003-05-271-2/+2
* remove sprintf() and vsprintf(). nothing in the kernel needs it. ifderaadt2003-05-221-43/+1
* Match vprintf prototype to userland and standards.art2003-05-211-4/+5
* ansi and de-register; ok millertjason2003-05-201-33/+13
* Kill a bunch more commons (very few left =)jason2003-05-131-2/+2