NetBSD/sys/arch/powerpc
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
..
conf Create an opt_openpic.h and add both OPENPIC and OPENPIC_SERIAL_MODE to it. 2001-08-30 03:08:22 +00:00
fpu bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
ibm4xx Implement pmap_growkernel(). 2001-09-11 04:35:43 +00:00
include implement pmap_wired_count(). 2001-09-23 08:12:59 +00:00
mpc6xx Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
powerpc va_{start,end} audit: 2001-09-24 13:22:25 +00:00
tools/chrpicon "wierd" is weird. 2001-08-20 12:20:01 +00:00
Makefile Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00