]> Zhao Yanbai Git Server - minix.git/commit
Getdents implementation in library/vfs/mfs.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 9 Nov 2006 16:22:54 +0000 (16:22 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 9 Nov 2006 16:22:54 +0000 (16:22 +0000)
commitca448f0b0fee530262d92a2497db8c6ea4f5a551
tree48f51a928ec295a7df6a12b33a476bcd4cef01e1
parent12eb228aae31a7560976d031edda8681665d7857
Getdents implementation in library/vfs/mfs.
Changed readdir, etc. to use getdents
19 files changed:
include/dirent.h
include/minix/callnr.h
include/minix/vfsif.h
lib/other/Makefile.in
lib/other/_getdents.c [new file with mode: 0755]
lib/other/_seekdir.c
lib/other/telldir.c
lib/posix/_opendir.c
lib/posix/_readdir.c
lib/syscall/Makefile.in
lib/syscall/getdents.s [new file with mode: 0755]
servers/mfs/proto.h
servers/mfs/read.c
servers/mfs/table.c
servers/pm/table.c
servers/vfs/proto.h
servers/vfs/read.c
servers/vfs/request.c
servers/vfs/table.c