minix/minix/fs/procfs
David van Moolenbroek f5321d8d55 procfs: do not list inactive services
Each /proc/service entry must have a unique label.  With cloning,
multiple RS services may have the same label.  Since we are not
actually interested in inactive services (for now), eliminate those
entries, leaving only the active service which will then indeed have
a unique label in the list.  This resolves a procfs crash.

Change-Id: I0de7ef8fd186ab13f3e22e46416504fd981c09aa
2015-06-29 10:56:43 +00:00
..
buf.c procfs: convert to KNF 2014-11-12 12:13:47 +00:00
const.h procfs: convert to KNF 2014-11-12 12:13:47 +00:00
cpuinfo.c procfs: convert to KNF 2014-11-12 12:13:47 +00:00
glo.h New sources layout 2014-07-31 16:00:30 +02:00
inc.h procfs: convert to KNF 2014-11-12 12:13:47 +00:00
main.c procfs: add /proc/service directory 2014-11-12 12:13:53 +00:00
Makefile procfs: add /proc/service directory 2014-11-12 12:13:53 +00:00
NOTES New sources layout 2014-07-31 16:00:30 +02:00
pid.c procfs: convert to KNF 2014-11-12 12:13:47 +00:00
proto.h procfs: add /proc/service directory 2014-11-12 12:13:53 +00:00
root.c procfs: convert to KNF 2014-11-12 12:13:47 +00:00
service.c procfs: do not list inactive services 2015-06-29 10:56:43 +00:00
tree.c procfs: add /proc/service directory 2014-11-12 12:13:53 +00:00
type.h procfs: add /proc/service directory 2014-11-12 12:13:53 +00:00
util.c procfs: convert to KNF 2014-11-12 12:13:47 +00:00