NetBSD/sys/arch/pc532
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 Comment out bridge pseudo devices from ports that don't 2001-09-01 23:08:40 +00:00
dev seperate -> separate 2001-07-22 13:33:58 +00:00
fpu Pacify gcc 2.95.3: put an "=" output constraint at the start in an 2001-09-22 06:30:17 +00:00
include Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
pc532 va_{start,end} audit: 2001-09-24 13:22:25 +00:00
stand partiton -> partition 2001-07-26 22:47:34 +00:00
Makefile
To.Do