Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/22/1997 03:30:01
lukem
Wed May 21 20:24:39 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv9053

Modified Files:
	getgrent.c getpwent.c 
Log Message:
* parse gid with strtoul() instead of atoi(), and sanity check a) the parsed
  value was just a number, b) it doesn't exceed GID_MAX
* convert gid to a string with %u not %d
* use [gu]id_t instead of int


mhitch
Wed May 21 20:26:17 PDT 1997
Update of /cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv9058

Modified Files:
	sii.c 
Log Message:
DMA state was not getting saved if dmaCurPhase was data-out.  If the
message-in was a save data pointer, the driver would loop in the
interrupt routine.