summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-081-1/+1
* Flushing the buffer is conditional on actually using the buffer. Oops.jb2006-11-301-0/+4
* Turn console printf buffering into a kernel option and only onjb2006-11-301-14/+23
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Add a cnputs() function to write a string to the console withjb2006-11-011-17/+72
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-5/+2
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-10/+13
* Always print a newline char at the end of the line.scottl2006-02-251-1/+2
* Acquire Giant in uprintf() and tprintf() rather than asserting it. Inrwatson2005-09-261-6/+11
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+8
* When padding with zero, do pad after prefixes rather than paddingdelphij2005-09-041-1/+5
* If we ignore an unknown % sequence, we must stop interpreting thephk2005-09-031-2/+9
* Make "show msgbuf" use the pager instead of blasting the whole thing out.dwhite2005-06-061-2/+5
* Constify hexdump() harder.phk2005-04-061-2/+2
* In stange circumstances we may end up being the last reference to aphk2005-03-171-4/+1
* Update for the KDB framework:marcel2004-07-101-3/+2
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-12/+5
* Add a sysctl/tunable, "kern.always_console_output", that lets you setgreen2004-06-181-3/+12
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Add support for 'h' and 'hh' modifiers for printf(9).njl2004-02-191-2/+21
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-0/+53
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-221-20/+0
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-221-0/+20
* When DDB is active, always send printf() output directly to theiedowse2003-06-221-1/+5
* Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-221-13/+13
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-94/+26
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove unused variable(s).phk2003-05-311-5/+2
* Don't assume that p_session hasn't changed out from under us after unlockingjhb2003-04-171-12/+11
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-281-4/+24
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Add vsnrprintf() which is just like vsnprintf() but takes a "radix"phk2003-02-041-0/+17
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Cast the integer read as the first argument for %b to an unsigned integerjhb2003-01-071-1/+1
* Move #include of ddb/ddb.h up with the rest.phk2003-01-041-2/+6
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-141-2/+3
* Add support for the C99 %t format modifier.mux2002-11-131-2/+11
* - Rename the DDB specific %z printf format to %y.mux2002-10-251-3/+12
* Fix %z to always print values as signed like it is supposed to.jhb2002-10-111-2/+2
* Change a return to a break so the local buffers get properly freeed.phk2002-09-281-1/+1
* Make kern.log_console_output a tuneable aswell as a sysctl.dwmalone2002-08-111-0/+1
* dd %i as an alias for %d for greater compatibility with our *BSD bretherenimp2002-07-051-0/+1
* More caddr_t removal.alfred2002-06-291-1/+1
* ANSIfy the one remaining K&R function.des2002-06-021-4/+1
* Whitespace nits.des2002-06-021-2/+2
* Add support for 'j' flag. Simplify the size modifier code and reduce codedes2002-06-021-100/+71
* Add a sysctl which disables the logging of console output.dwmalone2002-04-291-0/+7
OpenPOWER on IntegriCloud