| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |