Module Name: src Committed By: christos Date: Sat Apr 2 20:38:40 UTC 2016
Modified Files: src/sys/kern: kern_exit.c src/sys/sys: Makefile pset.h resource.h wait.h Added Files: src/sys/sys: idtype.h Log Message: Add wait6() to be used to implement waitid, mostly from FreeBSD. Create idtypes.h shared by wait.h and pset.h To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/kern/kern_exit.c cvs rdiff -u -r1.157 -r1.158 src/sys/sys/Makefile cvs rdiff -u -r0 -r1.1 src/sys/sys/idtype.h cvs rdiff -u -r1.4 -r1.5 src/sys/sys/pset.h cvs rdiff -u -r1.33 -r1.34 src/sys/sys/resource.h cvs rdiff -u -r1.27 -r1.28 src/sys/sys/wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.