| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | 2020-06-30 | 1 | -56/+0 | |
| | | | | | | | | | functionality is provided by <sys/stdarg.h> using compiler builtins. Tested in a ports bulk build on amd64 by naddy@ OK naddy@ mpi@ | ||||
| * | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | 2011-03-23 | 1 | -4/+4 | |
| | | | | | Discussed and okay drahn@. Okay deraadt@. | ||||
| * | Change va_arg and va_end definitions from object-like macros to | 2011-03-02 | 1 | -3/+3 | |
| | | | | | | | | function-like macros. Allows (questionable but legal) use of "va_arg" as a local variable name in code that includes <stdarg.h>. "seems right" deraadt@ | ||||
| * | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | 2008-10-23 | 1 | -5/+1 | |
| | | | | | | | protected by __ISO_C_VISIBLE > 1999. With a little help from miod@. ok miod@ | ||||
| * | #ifdef lint wraps for va_start | 2006-04-09 | 1 | -1/+2 | |
| | | |||||
| * | Adapt things to use __type_t instead of _BSD_TYPE_T_ | 2006-01-06 | 1 | -3/+3 | |
| | | | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | ||||
| * | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | 2005-12-14 | 1 | -4/+3 | |
| | | |||||
| * | remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution from miod | 2005-11-24 | 1 | -17/+1 | |
| | | |||||
| * | OpenBSD tags | 2005-01-02 | 1 | -0/+1 | |
| | | |||||
| * | xlint compatible headers. (non-gcc) | 2004-02-05 | 1 | -0/+75 | |
