index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_prf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Made msgbuf range checking more robust and clean.
dg
1995-08-07
1
-3
/
+5
*
Restore check for msg_bufx being negative. Changed if() expression to be
dg
1995-08-06
1
-4
/
+4
*
Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding
bde
1995-06-14
1
-8
/
+13
*
Implement a simple hook (or hack?) to allow graphics device console
joerg
1995-04-08
1
-3
/
+4
*
subr_prf.c used to provide an exported function kprintf(), but only had
joerg
1995-04-01
1
-2
/
+1
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
*
Don't flush the message buffer when it fills up.
bde
1995-02-19
1
-2
/
+7
*
Print "(null)" instead of "<null>" for NULL string args for consistency
bde
1994-12-30
1
-5
/
+3
*
Make printf() a bit more robust and allow NULL strings (print them as
dg
1994-12-28
1
-1
/
+7
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-16
/
+15
*
Added a %p to printf & friends, same thing as 0x%08x but more with the
phk
1994-09-28
1
-1
/
+8
*
1) Changed ddb into a option rather than a pseudo-device (use options DDB
dg
1994-08-27
1
-3
/
+2
*
Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Bruce
dg
1994-08-13
1
-3
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+6
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+601