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
*
MFC r303151:
kib
2016-07-28
1
-0
/
+21
*
kvprintf: Pad %*c to width, like %*s
cem
2016-06-09
1
-0
/
+8
*
Add vlog(9).
markj
2015-11-19
1
-1
/
+7
*
Add support for reading MAM attributes to camcontrol(8) and libcam(3).
ken
2015-06-09
1
-0
/
+63
*
Always send log(9) messages to the message buffer.
vangyzen
2015-04-20
1
-1
/
+1
*
Add a nulterm byte to the returned sysctl string.
ian
2015-03-15
1
-1
/
+1
*
Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'
danfe
2015-01-23
1
-2
/
+2
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-13
/
+10
*
Revert r267961, r267973:
gjb
2014-06-27
1
-10
/
+13
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-13
/
+10
*
Fix grammar error and trailing newline.
bdrewery
2014-04-23
1
-2
/
+1
*
Combine similar code from vprintf(9) and log(9).
bdrewery
2014-03-14
1
-39
/
+25
*
Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()
ian
2014-02-12
1
-22
/
+0
*
Implement generic support for early printf. Thought I can't find the
imp
2014-01-22
1
-0
/
+22
*
Reduce the scope of the proctree_lock. If several processes cause
kib
2013-09-13
1
-7
/
+6
*
Add a vtprintf. It is to tprintf what vprintf is to printf.
np
2013-09-07
1
-5
/
+12
*
Fix double vision syndrome (read: double output) when in the
marcel
2011-10-16
1
-13
/
+7
*
Set pca.p_bufr to NULL when we haven't allocated a buffer.
ken
2011-06-07
1
-0
/
+3
*
Fix apparent garbage in the message buffer.
ken
2011-05-31
1
-33
/
+124
*
Use type-specific inline function imax() instead of deprecated macro MAX().
jkim
2010-07-12
1
-1
/
+1
*
Implement optional 'precision' for numbers. Previously, it was parsed but
jkim
2010-07-08
1
-11
/
+14
*
Make /dev/klog and kern.msgbuf* MPSAFE.
ed
2009-11-03
1
-5
/
+16
*
Remove redundant code in printf() and vprintf().
ed
2009-02-27
1
-28
/
+1
*
Revert previous commit to subr_prf.c and make it more tidy.
ed
2009-02-27
1
-3
/
+5
*
Remove redundant assignment of `p'.
ed
2009-02-26
1
-1
/
+0
*
Use NULL in preference to 0 for pointers.
imp
2009-02-03
1
-1
/
+1
*
Revert r185891.
ed
2008-12-21
1
-2
/
+10
*
Remove added newlines from logged messages written to /dev/console.
ed
2008-12-10
1
-10
/
+2
*
Obey signedness flag in %z case.
delphij
2008-11-17
1
-1
/
+1
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-10
/
+14
*
Instead of doing comparisons using the pcpu area to see if
julian
2007-03-08
1
-1
/
+1
*
Flushing the buffer is conditional on actually using the buffer. Oops.
jb
2006-11-30
1
-0
/
+4
*
Turn console printf buffering into a kernel option and only on
jb
2006-11-30
1
-14
/
+23
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Add a cnputs() function to write a string to the console with
jb
2006-11-01
1
-17
/
+72
*
Declare security and security.bsd sysctl hierarchies in sysctl.h along
rwatson
2006-09-17
1
-2
/
+0
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-5
/
+2
*
Implement printf 'X' conversion for both libstand and kernel.
jkim
2006-03-09
1
-10
/
+13
*
Always print a newline char at the end of the line.
scottl
2006-02-25
1
-1
/
+2
*
Acquire Giant in uprintf() and tprintf() rather than asserting it. In
rwatson
2005-09-26
1
-6
/
+11
*
Correct an incorrect comment from the dawn of time: neither tprintf()
rwatson
2005-09-20
1
-10
/
+2
*
Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),
rwatson
2005-09-19
1
-0
/
+8
*
When padding with zero, do pad after prefixes rather than padding
delphij
2005-09-04
1
-1
/
+5
*
If we ignore an unknown % sequence, we must stop interpreting the
phk
2005-09-03
1
-2
/
+9
*
Make "show msgbuf" use the pager instead of blasting the whole thing out.
dwhite
2005-06-06
1
-2
/
+5
*
Constify hexdump() harder.
phk
2005-04-06
1
-2
/
+2
*
In stange circumstances we may end up being the last reference to a
phk
2005-03-17
1
-4
/
+1
*
Update for the KDB framework:
marcel
2004-07-10
1
-3
/
+2
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
1
-12
/
+5
*
Add a sysctl/tunable, "kern.always_console_output", that lets you set
green
2004-06-18
1
-3
/
+12
[next]