summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/printf.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-11we have never built without %b supportderaadt1-3/+1
2018-01-17Implement basic padding support in libsa so we can do zero-paddingpatrick1-18/+55
2015-06-14Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's themiod1-4/+2
2015-03-10Invoke va_end() before returning, rather than in an unreachable place; mickey@miod1-3/+4
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2006-09-18Add a hand rolled 64bit hex printf that can be used outside ofmpf1-4/+22
2004-09-22Add code to let 32bit code *printf() {u,}int64_t values.miod1-2/+61
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie1-2/+2
2003-08-11ansification and knf and protosderaadt1-14/+10
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-29/+5
2003-05-20de-register; ok millertjason1-5/+4
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert1-23/+1
2002-03-14Final __P removal plus some cosmetic fixupsmillert1-3/+3
2002-03-14First round of __P removal in sysmillert1-4/+4
1999-08-16Allow the twiddler to be disabled via a global.downsj1-3/+7
1998-06-12fix potential bug where sprintf and %p would write to consoled1-3/+3
1998-04-18cannot grow this as mickey wantsderaadt1-19/+9
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellderaadt1-9/+19
1997-07-25userland bye-byemickey1-3/+3
1997-02-06print 0x for %pmickey1-1/+3
1997-02-06better heuristic for %p:mickey1-2/+2
1997-02-06remove net/zlib.c (use -lz now)mickey1-1/+3
1996-12-08Merge to NetBSD 961207niklas1-7/+7
1996-10-29move vars closer to the usage.mickey1-4/+9
1996-10-24fix protos and decls.mickey1-3/+3
1996-09-20fix makefiles. cleanup, addopt for boot.mickey1-1/+3
1996-02-29From NetBSD: Merge with NetBSD 960217niklas1-1/+8
1995-10-18initial import of NetBSD treederaadt1-0/+234