| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | we have never built without %b support | 2019-05-11 | 1 | -3/+1 | |
| | | |||||
| * | Implement basic padding support in libsa so we can do zero-padding | 2018-01-17 | 1 | -18/+55 | |
| | | | | | | | in bootloader printfs. Feedback from and ok gerhard@ | ||||
| * | Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's the | 2015-06-14 | 1 | -4/+2 | |
| | | | | | caller's responsibility to do so. | ||||
| * | Invoke va_end() before returning, rather than in an unreachable place; mickey@ | 2015-03-10 | 1 | -3/+4 | |
| | | |||||
| * | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 1 | -2/+1 | |
| | | | | | ok guenther millert kettenis | ||||
| * | Add a hand rolled 64bit hex printf that can be used outside of | 2006-09-18 | 1 | -4/+22 | |
| | | | | | | | | LIBSA_LONGLONG_PRINTF which requires 64bit math support. With help from mickey@ Tested on i386, amd64 and on alpha by mickey@ OK mickey@, miod@, deraadt@ | ||||
| * | Add code to let 32bit code *printf() {u,}int64_t values. | 2004-09-22 | 1 | -2/+61 | |
| | | | | | | | | Only enabled if libsa is compiled with the adequate define, so as not to grow bootblocks which do not need this feature. ok deraadt@ | ||||
| * | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | 2004-01-03 | 1 | -2/+2 | |
| | | | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | ||||
| * | ansification and knf and protos | 2003-08-11 | 1 | -14/+10 | |
| | | |||||
| * | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
| * | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -29/+5 | |
| | | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | ||||
| * | de-register; ok millert | 2003-05-20 | 1 | -5/+4 | |
| | | |||||
| * | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 1 | -23/+1 | |
| | | | | | the ANSI way. | ||||
| * | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -3/+3 | |
| | | |||||
| * | First round of __P removal in sys | 2002-03-14 | 1 | -4/+4 | |
| | | |||||
| * | Allow the twiddler to be disabled via a global. | 1999-08-16 | 1 | -3/+7 | |
| | | |||||
| * | fix potential bug where sprintf and %p would write to console | 1998-06-12 | 1 | -3/+3 | |
| | | |||||
| * | cannot grow this as mickey wants | 1998-04-18 | 1 | -19/+9 | |
| | | |||||
| * | i386 bootblocks that work for 2.3. A tale too long to tell | 1998-04-18 | 1 | -9/+19 | |
| | | |||||
| * | userland bye-bye | 1997-07-25 | 1 | -3/+3 | |
| | | | | | (arch/machine/libsa have to have machine link or smth) | ||||
| * | print 0x for %p | 1997-02-06 | 1 | -1/+3 | |
| | | |||||
| * | better heuristic for %p: | 1997-02-06 | 1 | -2/+2 | |
| | | | | | assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (; | ||||
| * | remove net/zlib.c (use -lz now) | 1997-02-06 | 1 | -1/+3 | |
| | | | | | | | | | 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 | ||||
| * | Merge to NetBSD 961207 | 1996-12-08 | 1 | -7/+7 | |
| | | |||||
| * | move vars closer to the usage. | 1996-10-29 | 1 | -4/+9 | |
| | | | | | strip a bit for xxboot/bootxx. | ||||
| * | fix protos and decls. | 1996-10-24 | 1 | -3/+3 | |
| | | |||||
| * | fix makefiles. cleanup, addopt for boot. | 1996-09-20 | 1 | -1/+3 | |
| | | |||||
| * | From NetBSD: Merge with NetBSD 960217 | 1996-02-29 | 1 | -1/+8 | |
| | | |||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+234 | |
