minix/servers/vfs
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
..
buf.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
const.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
device.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
dmap.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
exec.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
file.h First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
filedes.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
fproc.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fs.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
glo.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
inode.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
link.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
lock.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
lock.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
main.c . added super-user check for mount 2007-01-16 13:57:35 +00:00
Makefile System statistical and call profiling 2006-10-30 15:53:38 +00:00
misc.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
mount.c vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
open.c . added super-user check for mount 2007-01-16 13:57:35 +00:00
param.h Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +00:00
path.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
pipe.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
protect.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
proto.h . added super-user check for mount 2007-01-16 13:57:35 +00:00
read.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
request.c vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
request.h VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
select.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
select.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
stadir.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
super.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
table.c Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +00:00
time.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
timers.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
type.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
utility.c vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
vmnt.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vmnt.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vnode.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
vnode.h VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00