summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* subr_prf.c used to provide an exported function kprintf(), but only hadjoerg1995-04-011-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Don't flush the message buffer when it fills up.bde1995-02-191-2/+7
* Print "(null)" instead of "<null>" for NULL string args for consistencybde1994-12-301-5/+3
* Make printf() a bit more robust and allow NULL strings (print them asdg1994-12-281-1/+7
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-16/+15
* Added a %p to printf & friends, same thing as 0x%08x but more with thephk1994-09-281-1/+8
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-3/+2
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-3/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+6
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+601
OpenPOWER on IntegriCloud