summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/printf.c
AgeCommit message (Collapse)Author
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
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
(arch/machine/libsa have to have machine link or smth)
1997-02-06print 0x for %pMichael Shalayeff
1997-02-06better heuristic for %p:Michael Shalayeff
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (;
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-10-29move vars closer to the usage.Michael Shalayeff
strip a bit for xxboot/bootxx.
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