summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/stdarg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-58/+0
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-7/+2
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* add a simple __va_copy inside ifdef lint, from tim van der molen.tedu2010-12-301-1/+2
* Move the va_copy define to <sys/stdrag.h> making sure it is uniformalykettenis2008-10-231-6/+1
* #ifdef lint wraps for va_startderaadt2006-04-091-1/+5
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-8/+19
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-4/+3
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* an amd64 arch support.mickey2004-01-281-0/+57