| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Change a return to a break so the local buffers get properly freeed. | phk | 2002-09-28 | 1 | -1/+1 |
* | Make kern.log_console_output a tuneable aswell as a sysctl. | dwmalone | 2002-08-11 | 1 | -0/+1 |
* | dd %i as an alias for %d for greater compatibility with our *BSD bretheren | imp | 2002-07-05 | 1 | -0/+1 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -1/+1 |
* | ANSIfy the one remaining K&R function. | des | 2002-06-02 | 1 | -4/+1 |
* | Whitespace nits. | des | 2002-06-02 | 1 | -2/+2 |
* | Add support for 'j' flag. Simplify the size modifier code and reduce code | des | 2002-06-02 | 1 | -100/+71 |
* | Add a sysctl which disables the logging of console output. | dwmalone | 2002-04-29 | 1 | -0/+7 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -4/+4 |
* | Stop abusing the pgrpsess_lock. | tanimura | 2002-03-11 | 1 | -4/+2 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -15/+45 |
* | Style(9) nits. | phk | 2002-02-10 | 1 | -9/+9 |
* | - Attempt to help declutter kern. sysctl by moving security out from | arr | 2002-01-16 | 1 | -2/+2 |
* | o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows | rwatson | 2001-11-30 | 1 | -0/+13 |
* | Properly sanity-check the old msgbuf structure before we accept it | iedowse | 2001-11-09 | 1 | -3/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+3 |
* | Make the code to read the kernel message buffer via sysctl machine- | tmm | 2001-07-03 | 1 | -0/+45 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -1/+1 |
* | Make sure we have a non-null proc pointer before referring to fields | mjacob | 2000-12-23 | 1 | -1/+1 |
* | A last minute brucification resulted in syntax errors in the previous commit. | phk | 2000-12-20 | 1 | -4/+4 |
* | Replace logwakeup() with "int msgbuftrigger". There is little | phk | 2000-12-20 | 1 | -52/+110 |
* | Simplify the tprintf() API. | phk | 2000-11-26 | 1 | -34/+18 |
* | Make log(-1, ...) do what addlog(...) did. | phk | 2000-11-26 | 1 | -38/+15 |
* | Treat %X the same as %x (not entirely correct, but close enough). | msmith | 2000-10-02 | 1 | -0/+1 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+2 |
* | Do not fault if curproc is null. | peter | 2000-04-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Make long longs ("%ll" format) work. | green | 1999-08-07 | 1 | -2/+6 |
* | This makes the in kernel printf routines conform to the documented | dfr | 1999-07-24 | 1 | -13/+24 |
* | Oops, missed out one chunk of the last patch. (*blush*) | peter | 1999-07-14 | 1 | -2/+2 |
* | Fixes for a couple of problems in last commit: | peter | 1999-07-10 | 1 | -8/+8 |
* | Implement the %q prefix for the integer types. Note that egcs on the | peter | 1999-07-09 | 1 | -17/+81 |
* | ksprintn() may be called with base=2, so redefine MAXNBUF accordingly. | archie | 1999-06-07 | 1 | -18/+19 |
* | The function ksprintn(), which is used to convert numbers to ASCII, is not | archie | 1999-06-06 | 1 | -8/+14 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -1/+18 |
* | Add snprintf(3) and vsnprintf(3) capability to the kernel. | archie | 1998-12-03 | 1 | -2/+55 |
* | Store formatted panic string in static buffer to make it available later | ache | 1998-09-06 | 1 | -1/+14 |
* | Fixed the formatting of some tables (mainly the one produced by ps | bde | 1998-08-10 | 1 | -2/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Fixed (un)sign extension bugs in %+n format. -4 became | bde | 1998-07-08 | 1 | -7/+16 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -4/+45 |
* | Make the size of the msgbuf (dmesg) a "normal" option. | phk | 1998-05-19 | 1 | -10/+6 |
* | Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix | bde | 1997-12-28 | 1 | -3/+2 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |