]> Zhao Yanbai Git Server - minix.git/commit
ProcFS server, by Alen Stojanov and David van Moolenbroek
authorDavid van Moolenbroek <david@minix3.org>
Tue, 14 Sep 2010 21:25:25 +0000 (21:25 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 14 Sep 2010 21:25:25 +0000 (21:25 +0000)
commit2c5c5c06ea54bdb072d520e6b3aa5b0ef284ee2e
tree141491c7caaae97491304576237a014749388c8c
parent3eb65448a64db068c3ca46edbd161a514e7e7e66
ProcFS server, by Alen Stojanov and David van Moolenbroek
17 files changed:
etc/system.conf
include/Makefile
include/minix/procfs.h [new file with mode: 0644]
servers/Makefile
servers/procfs/Makefile [new file with mode: 0644]
servers/procfs/NOTES [new file with mode: 0644]
servers/procfs/buf.c [new file with mode: 0644]
servers/procfs/const.h [new file with mode: 0644]
servers/procfs/glo.h [new file with mode: 0644]
servers/procfs/inc.h [new file with mode: 0644]
servers/procfs/main.c [new file with mode: 0644]
servers/procfs/pid.c [new file with mode: 0644]
servers/procfs/proto.h [new file with mode: 0644]
servers/procfs/root.c [new file with mode: 0644]
servers/procfs/tree.c [new file with mode: 0644]
servers/procfs/type.h [new file with mode: 0644]
servers/procfs/util.c [new file with mode: 0644]