minix/servers/is
Ben Gras 2194bc0310 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
2007-01-22 15:25:41 +00:00
..
dmp.c . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
dmp_ds.c . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
dmp_fs.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
dmp_kernel.c Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
dmp_pm.c New dumps for RS and DS server. 2005-10-20 20:28:54 +00:00
dmp_rs.c vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
glo.h endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
inc.h Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
is.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
main.c Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00
Makefile Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
proto.h Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00