index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
include
/
stdarg.h
Age
Commit message (
Expand
)
Author
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-12-30
add a simple __va_copy inside ifdef lint, from tim van der molen.
Ted Unangst
2008-10-23
Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly
Mark Kettenis
2007-09-29
At the requst of deraadt@, backpout the temporary hack for pcc.
Otto Moerbeek
2007-09-18
As a temporary workaround, implement va_start not using
Otto Moerbeek
2006-04-09
#ifdef lint wraps for va_start
Theo de Raadt
2006-01-06
Adapt things to use __type_t instead of _BSD_TYPE_T_
Todd C. Miller
2005-12-14
make va_arg() map to nothing; ok millert
Theo de Raadt
2005-12-14
convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-23
Add a trivial va_copy() macro to all architectures but powerpc
Todd C. Miller
2000-08-05
$OpenBSD$
Niklas Hallqvist
1999-06-03
use __builtin_next_arg() for va_start()
Theo de Raadt
1995-12-30
from netbsd: support more gcc versions
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt