NetBSD/sys/miscfs/procfs
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
..
files.procfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
Makefile
procfs_cmdline.c
procfs_ctl.c Split p_xstat (composite wait(2) status code, or signal number depending 2016-04-04 20:47:57 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_linux.c Align /proc/<pid>/statm data with /proc/<pid>/stat and 2016-03-28 17:23:47 +00:00
procfs_map.c Maps don't change that frequently between reads, so don't give up and 2014-10-17 20:49:22 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c
procfs_subr.c Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
procfs_vfsops.c Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
procfs_vnops.c Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
procfs.h Change procfs from hashlist to vcache. 2014-07-27 16:47:26 +00:00