summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed (un)sign extension bugs in %+n format. -4 becamebde1998-07-081-7/+16
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-4/+45
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-191-10/+6
* Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fixbde1997-12-281-3/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Removed unused #includes.bde1997-09-021-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-3/+3
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-56/+1
* Correct a comment. There is no fn `kprintf'gpalmer1996-05-091-2/+2
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-3/+5
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-10/+4
* Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to thejkh1996-03-251-4/+5
* Ok, now this is correct (even simple fixes sometimes ain't so simple :)jkh1996-03-231-3/+4
* Fix bogus last commit - debugger_on_panic was referenced even whenjkh1996-03-231-2/+2
* Remove all traces of KADBphk1996-03-231-11/+15
* Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBgpalmer1996-02-281-1/+3
* Kernel printf now returns int.gibbs1996-01-291-3/+5
* Restored newline at the end of panic messages.bde1996-01-251-2/+3
* Remove %r hack, we have vprintf() now.phk1996-01-241-26/+22
* bounds check the radix, just in case.phk1996-01-221-1/+5
* Imake %.*s really work. :-(phk1996-01-191-5/+9
* Make result of sprintf zero terminated. Fix %r for sprintf case.phk1996-01-191-6/+10
* Make %.*s work.phk1996-01-181-16/+21
* Add support for %.{int|*}sphk1996-01-161-4/+13
* Get rid of two and a half printf in the kernel.phk1996-01-151-223/+231
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-5/+5
* Killed some gratuitous #include's.dg1995-08-241-5/+1
* Woops, I committed the wrong version of the diff in the last rev.dg1995-08-071-2/+2
* Made msgbuf range checking more robust and clean.dg1995-08-071-3/+5
* Restore check for msg_bufx being negative. Changed if() expression to bedg1995-08-061-4/+4
* Convert %p to 0x%x instead of to 0x%8x. The latter gives blank paddingbde1995-06-141-8/+13
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-081-3/+4
OpenPOWER on IntegriCloud