| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant code in printf() and vprintf(). | ed | 2009-02-27 | 1 | -28/+1 |
* | Revert previous commit to subr_prf.c and make it more tidy. | ed | 2009-02-27 | 1 | -3/+5 |
* | Remove redundant assignment of `p'. | ed | 2009-02-26 | 1 | -1/+0 |
* | Use NULL in preference to 0 for pointers. | imp | 2009-02-03 | 1 | -1/+1 |
* | Revert r185891. | ed | 2008-12-21 | 1 | -2/+10 |
* | Remove added newlines from logged messages written to /dev/console. | ed | 2008-12-10 | 1 | -10/+2 |
* | Obey signedness flag in %z case. | delphij | 2008-11-17 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -10/+14 |
* | Instead of doing comparisons using the pcpu area to see if | julian | 2007-03-08 | 1 | -1/+1 |
* | Flushing the buffer is conditional on actually using the buffer. Oops. | jb | 2006-11-30 | 1 | -0/+4 |
* | Turn console printf buffering into a kernel option and only on | jb | 2006-11-30 | 1 | -14/+23 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -17/+72 |
* | Declare security and security.bsd sysctl hierarchies in sysctl.h along | rwatson | 2006-09-17 | 1 | -2/+0 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -5/+2 |
* | Implement printf 'X' conversion for both libstand and kernel. | jkim | 2006-03-09 | 1 | -10/+13 |
* | Always print a newline char at the end of the line. | scottl | 2006-02-25 | 1 | -1/+2 |
* | Acquire Giant in uprintf() and tprintf() rather than asserting it. In | rwatson | 2005-09-26 | 1 | -6/+11 |
* | Correct an incorrect comment from the dawn of time: neither tprintf() | rwatson | 2005-09-20 | 1 | -10/+2 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+8 |
* | When padding with zero, do pad after prefixes rather than padding | delphij | 2005-09-04 | 1 | -1/+5 |
* | If we ignore an unknown % sequence, we must stop interpreting the | phk | 2005-09-03 | 1 | -2/+9 |
* | Make "show msgbuf" use the pager instead of blasting the whole thing out. | dwhite | 2005-06-06 | 1 | -2/+5 |
* | Constify hexdump() harder. | phk | 2005-04-06 | 1 | -2/+2 |
* | In stange circumstances we may end up being the last reference to a | phk | 2005-03-17 | 1 | -4/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -3/+2 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -12/+5 |
* | Add a sysctl/tunable, "kern.always_console_output", that lets you set | green | 2004-06-18 | 1 | -3/+12 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Add support for 'h' and 'hh' modifiers for printf(9). | njl | 2004-02-19 | 1 | -2/+21 |
* | Re-arrange and consolidate some random debugging stuff | scottl | 2003-12-07 | 1 | -0/+53 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 1 | -20/+0 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 1 | -0/+20 |
* | When DDB is active, always send printf() output directly to the | iedowse | 2003-06-22 | 1 | -1/+5 |
* | Use a new message buffer `consmsgbuf' to forward messages to a | iedowse | 2003-06-22 | 1 | -13/+13 |
* | Replace the code for reading and writing the kernel message buffer | iedowse | 2003-06-22 | 1 | -94/+26 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -5/+2 |
* | Don't assume that p_session hasn't changed out from under us after unlocking | jhb | 2003-04-17 | 1 | -12/+11 |
* | Add a checksum to the kernel message buffer, and update it every | iedowse | 2003-03-28 | 1 | -4/+24 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Add vsnrprintf() which is just like vsnprintf() but takes a "radix" | phk | 2003-02-04 | 1 | -0/+17 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Cast the integer read as the first argument for %b to an unsigned integer | jhb | 2003-01-07 | 1 | -1/+1 |
* | Move #include of ddb/ddb.h up with the rest. | phk | 2003-01-04 | 1 | -2/+6 |
* | Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf | tmm | 2002-11-14 | 1 | -2/+3 |
* | Add support for the C99 %t format modifier. | mux | 2002-11-13 | 1 | -2/+11 |
* | - Rename the DDB specific %z printf format to %y. | mux | 2002-10-25 | 1 | -3/+12 |
* | Fix %z to always print values as signed like it is supposed to. | jhb | 2002-10-11 | 1 | -2/+2 |