summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/exit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-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 protosderaadt2003-08-111-2/+2
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-19/+19
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-14/+2
| | | | the ANSI way.
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* use machine/{std,var}args.hmickey1997-07-251-3/+3
|
* Merge to NetBSD 961207niklas1996-12-081-2/+2
|
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+72