NetBSD/sys/miscfs
christos 4fbdf206cb Split p_xstat (composite wait(2) status code, or signal number depending
on context) into:
1. p_xexit:		exit code
2. p_xsig:		signal number
3. p_sflag & WCOREFLAG	bit to indicated that the process core-dumped.

Fix the documentation of the flag bits in <sys/proc.h>
2016-04-04 20:47:57 +00:00
..
deadfs Unfortunately MFS uses v_data of its anonymous device vnode so 2015-07-01 08:13:52 +00:00
fdesc Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
fifofs split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
genfs Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
kernfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
nullfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
overlay Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
procfs Split p_xstat (composite wait(2) status code, or signal number depending 2016-04-04 20:47:57 +00:00
specfs Avoid a race with spec_revoke for the assertion too. 2016-04-04 08:03:53 +00:00
umapfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
Makefile Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00