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
/
lib
/
libstand
/
printf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type-specific inline function imax() instead of deprecated macro MAX().
jkim
2010-07-12
1
-2
/
+1
*
Fix build by defining MAX() macro here.
jkim
2010-07-09
1
-0
/
+1
*
Sync. printf() of libstand(3) with sys/kern/subr_prf.c.
jkim
2010-07-08
1
-12
/
+45
*
Obey signedness flag in %z case.
delphij
2008-11-18
1
-1
/
+1
*
Remove California Regent's clause 3, per letter
imp
2007-01-09
1
-4
/
+0
*
Implement printf 'X' conversion for both libstand and kernel.
jkim
2006-03-09
1
-9
/
+11
*
Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.
peter
2003-04-06
1
-47
/
+115
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-1
/
+2
*
Remove 'register' keyword.
obrien
2002-03-21
1
-3
/
+3
*
Add __FBSDID()s to libstand
dillon
2001-09-30
1
-1
/
+3
*
Tidy up some loose ends. nullfs_read/write were returning the wrong value.
peter
1999-12-27
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add:
msmith
1998-11-01
1
-4
/
+10
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+355