Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -3/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-04 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. This got missed in the omnibus commit. | ||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -0/+83 | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind |