summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
* 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