| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 1 | -3/+3 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 1 | -56/+1 |
* | Correct a comment. There is no fn `kprintf' | gpalmer | 1996-05-09 | 1 | -2/+2 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -3/+5 |
* | KGDB is dead. It may come back one day if somebody does it. | phk | 1996-05-02 | 1 | -10/+4 |
* | Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to the | jkh | 1996-03-25 | 1 | -4/+5 |
* | Ok, now this is correct (even simple fixes sometimes ain't so simple :) | jkh | 1996-03-23 | 1 | -3/+4 |
* | Fix bogus last commit - debugger_on_panic was referenced even when | jkh | 1996-03-23 | 1 | -2/+2 |
* | Remove all traces of KADB | phk | 1996-03-23 | 1 | -11/+15 |
* | Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB | gpalmer | 1996-02-28 | 1 | -1/+3 |
* | Kernel printf now returns int. | gibbs | 1996-01-29 | 1 | -3/+5 |
* | Restored newline at the end of panic messages. | bde | 1996-01-25 | 1 | -2/+3 |
* | Remove %r hack, we have vprintf() now. | phk | 1996-01-24 | 1 | -26/+22 |
* | bounds check the radix, just in case. | phk | 1996-01-22 | 1 | -1/+5 |
* | Imake %.*s really work. :-( | phk | 1996-01-19 | 1 | -5/+9 |
* | Make result of sprintf zero terminated. Fix %r for sprintf case. | phk | 1996-01-19 | 1 | -6/+10 |
* | Make %.*s work. | phk | 1996-01-18 | 1 | -16/+21 |
* | Add support for %.{int|*}s | phk | 1996-01-16 | 1 | -4/+13 |
* | Get rid of two and a half printf in the kernel. | phk | 1996-01-15 | 1 | -223/+231 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+3 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -5/+5 |
* | Killed some gratuitous #include's. | dg | 1995-08-24 | 1 | -5/+1 |
* | Woops, I committed the wrong version of the diff in the last rev. | dg | 1995-08-07 | 1 | -2/+2 |