summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-4/+4
* Stop abusing the pgrpsess_lock.tanimura2002-03-111-4/+2
* Lock struct pgrp, session and sigio.tanimura2002-02-231-15/+45
* Style(9) nits.phk2002-02-101-9/+9
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-161-2/+2
* o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allowsrwatson2001-11-301-0/+13
* Properly sanity-check the old msgbuf structure before we accept itiedowse2001-11-091-3/+6
* KSE Milestone 2julian2001-09-121-2/+3
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-031-0/+45
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* Make sure we have a non-null proc pointer before referring to fieldsmjacob2000-12-231-1/+1
* A last minute brucification resulted in syntax errors in the previous commit.phk2000-12-201-4/+4
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-201-52/+110
* Simplify the tprintf() API.phk2000-11-261-34/+18
* Make log(-1, ...) do what addlog(...) did.phk2000-11-261-38/+15
* Treat %X the same as %x (not entirely correct, but close enough).msmith2000-10-021-0/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+2
* Do not fault if curproc is null.peter2000-04-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Make long longs ("%ll" format) work.green1999-08-071-2/+6
* This makes the in kernel printf routines conform to the documenteddfr1999-07-241-13/+24
* Oops, missed out one chunk of the last patch. (*blush*)peter1999-07-141-2/+2
* Fixes for a couple of problems in last commit:peter1999-07-101-8/+8
* Implement the %q prefix for the integer types. Note that egcs on thepeter1999-07-091-17/+81
* ksprintn() may be called with base=2, so redefine MAXNBUF accordingly.archie1999-06-071-18/+19
* The function ksprintn(), which is used to convert numbers to ASCII, is notarchie1999-06-061-8/+14
* Unifdef VM86.jlemon1999-06-011-1/+18
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-031-2/+55
* Store formatted panic string in static buffer to make it available laterache1998-09-061-1/+14
OpenPOWER on IntegriCloud