summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/stdarg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-58/+0
| | | | | | | | functionality is provided by <sys/stdarg.h> using compiler builtins. Tested in a ports bulk build on amd64 by naddy@ OK naddy@ mpi@
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-7/+2
| | | | | | namespace, so stop changing behavior when it's #defined ok beck@ krw@
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
| | | | Discussed and okay drahn@. Okay deraadt@.
* add a simple __va_copy inside ifdef lint, from tim van der molen.tedu2010-12-301-1/+2
| | | | ok guenther
* Move the va_copy define to <sys/stdrag.h> making sure it is uniformalykettenis2008-10-231-6/+1
| | | | | | protected by __ISO_C_VISIBLE > 1999. With a little help from miod@. ok miod@
* #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
| | | | | 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@millert2005-12-141-4/+3
|
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
| | | | | rescinded 22 July 1999. Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@
* an amd64 arch support.mickey2004-01-281-0/+57
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)