NetBSD/sys/arch/sparc64
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
compile
conf sync. 2001-09-22 00:58:46 +00:00
dev Handle DMA boundaries a bit better. 2001-09-21 03:04:09 +00:00
include implement pmap_wired_count(). 2001-09-23 09:01:13 +00:00
sparc64 va_{start,end} audit: 2001-09-24 13:22:25 +00:00
stand move everything to arch/sparc/stand; leave the Makefile behind. 2000-08-20 14:53:19 +00:00
Makefile Define SYSDIR if not already defined. 2001-09-13 23:19:59 +00:00