index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
printf.c
Age
Commit message (
Expand
)
Author
2019-05-11
we have never built without %b support
Theo de Raadt
2018-01-17
Implement basic padding support in libsa so we can do zero-padding
Patrick Wildt
2015-06-14
Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's the
Miod Vallat
2015-03-10
Invoke va_end() before returning, rather than in an unreachable place; mickey@
Miod Vallat
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2006-09-18
Add a hand rolled 64bit hex printf that can be used outside of
Marco Pfatschbacher
2004-09-22
Add code to let 32bit code *printf() {u,}int64_t values.
Miod Vallat
2004-01-03
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
Marc Espie
2003-08-11
ansification and knf and protos
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-01
strcpy/strcat/sprintf removal in all bootblocks. various testing by
Theo de Raadt
2003-05-20
de-register; ok millert
Jason Wright
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
1999-08-16
Allow the twiddler to be disabled via a global.
Jason Downs
1998-06-12
fix potential bug where sprintf and %p would write to console
David Leonard
1998-04-18
cannot grow this as mickey wants
Theo de Raadt
1998-04-18
i386 bootblocks that work for 2.3. A tale too long to tell
Theo de Raadt
1997-07-25
userland bye-bye
Michael Shalayeff
1997-02-06
print 0x for %p
Michael Shalayeff
1997-02-06
better heuristic for %p:
Michael Shalayeff
1997-02-06
remove net/zlib.c (use -lz now)
Michael Shalayeff
1996-12-08
Merge to NetBSD 961207
Niklas Hallqvist
1996-10-29
move vars closer to the usage.
Michael Shalayeff
1996-10-24
fix protos and decls.
Michael Shalayeff
1996-09-20
fix makefiles. cleanup, addopt for boot.
Michael Shalayeff
1996-02-29
From NetBSD: Merge with NetBSD 960217
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt