]> Zhao Yanbai Git Server - minix.git/commit
vfs/mount/rs/service changes:
authorBen Gras <ben@minix3.org>
Mon, 22 Jan 2007 15:25:41 +0000 (15:25 +0000)
committerBen Gras <ben@minix3.org>
Mon, 22 Jan 2007 15:25:41 +0000 (15:25 +0000)
commit2194bc03102f9098d818ae7538abd0762dc58f70
tree5cdd70f291949a42a6ecdf1f8eb1c8759782aac5
parentd954a122f70727d5af104118862de0545e9c4892
vfs/mount/rs/service changes:
 . changed umount() and mount() to call 'service', so that it can include
   a custom label, so that umount() works again (RS slot gets freed now).
   merged umount() and mount() into one file to encode keep this label
   knowledge in one file.
 . removed obsolete RS_PID field and RS_RESCUE rescue command
 . added label to RS_START struct
 . vfs no longer does kill of fs process on unmount (which was failing
   due to RS_PID request not working)
 . don't assume that if error wasn't one of three errors, that no error
   occured in vfs/request.c
mfs changes:
 . added checks to copy statements to truncate copies at buffer sizes
   (left in debug code for now)
 . added checks for null-terminatedness, if less than NAME_MAX was copied
 . added checks for copy function success
is changes:
 . dump rs label
drivers.conf changes:
 . added acl for mfs so that mfs can be started with 'service start',
   so that a custom label can be provided
23 files changed:
docs/UPDATING
etc/drivers.conf
include/minix/com.h
include/minix/paths.h
include/minix/rs.h
lib/posix/Makefile.in
lib/posix/_mount.c
lib/posix/_umount.c [deleted file]
servers/is/dmp_rs.c
servers/mfs/const.h
servers/mfs/link.c
servers/mfs/mount.c
servers/mfs/open.c
servers/mfs/path.c
servers/mfs/proto.h
servers/mfs/utility.c
servers/rs/Makefile
servers/rs/main.c
servers/rs/manager.c
servers/rs/service.c
servers/vfs/mount.c
servers/vfs/request.c
servers/vfs/utility.c