]> Zhao Yanbai Git Server - minix.git/commit
procfs: add /proc/service directory 88/2888/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 10 Nov 2014 14:54:06 +0000 (14:54 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 12 Nov 2014 12:13:53 +0000 (12:13 +0000)
commit31b6611abf2e94d3c0c0e282031f253dd63c282b
treefa99311ab8b8de77d207080d0c184e85152d50ea
parentf1abbce7257a5fbf50b3422d6dd5631fd0bf26a5
procfs: add /proc/service directory

This directory is filled dynamically with regular files, one for each
service that RS knows about, named after its label.  Its contents are
still subject to (heavy) change, but currently expose the service's
endpoint and number of restarts so far.

Change-Id: Ie58c824bcb6382c8da7a714e59fee87329970b4b
minix/fs/procfs/Makefile
minix/fs/procfs/main.c
minix/fs/procfs/proto.h
minix/fs/procfs/service.c [new file with mode: 0644]
minix/fs/procfs/tree.c
minix/fs/procfs/type.h