summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/printf.c
AgeCommit message (Expand)Author
2019-05-11we have never built without %b supportTheo de Raadt
2018-01-17Implement basic padding support in libsa so we can do zero-paddingPatrick Wildt
2015-06-14Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's theMiod Vallat
2015-03-10Invoke va_end() before returning, rather than in an unreachable place; mickey@Miod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2006-09-18Add a hand rolled 64bit hex printf that can be used outside ofMarco Pfatschbacher
2004-09-22Add code to let 32bit code *printf() {u,}int64_t values.Miod Vallat
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-08-11ansification and knf and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-20de-register; ok millertJason Wright
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
1999-08-16Allow the twiddler to be disabled via a global.Jason Downs
1998-06-12fix potential bug where sprintf and %p would write to consoleDavid Leonard
1998-04-18cannot grow this as mickey wantsTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1997-07-25userland bye-byeMichael Shalayeff
1997-02-06print 0x for %pMichael Shalayeff
1997-02-06better heuristic for %p:Michael Shalayeff
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-10-29move vars closer to the usage.Michael Shalayeff
1996-10-24fix protos and decls.Michael Shalayeff
1996-09-20fix makefiles. cleanup, addopt for boot.Michael Shalayeff
1996-02-29From NetBSD: Merge with NetBSD 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt