minix/servers/avfs
David van Moolenbroek 9221586f37 vfs/avfs: req_newdriver should use fs_sendrec
Using sendrec directly only results in problems. While it is not
clear whether using fs_sendrec is the best option, it is at least
an improvement.

Also remove some legacy cruft.
2011-12-05 16:28:09 +01:00
..
comm.c vfs/avfs: req_newdriver should use fs_sendrec 2011-12-05 16:28:09 +01:00
comm.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
const.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
device.c VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
dmap.c Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
dmap.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
exec.c Implement issetugid syscall 2011-11-28 10:03:43 +00:00
exec.h Implement issetugid syscall 2011-11-28 10:03:43 +00:00
file.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
filedes.c Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
fproc.h Reenable backcall detection 2011-10-27 15:29:37 +00:00
fs.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
fscall.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
gcov.c Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
glo.h vfs/avfs: map O_ACCMODE to R_BIT|W_BIT on recovery 2011-11-24 13:57:36 +01:00
job.h err_code has to be preserved as well. Short term fix 2011-10-25 12:12:20 +00:00
link.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
lock.c Allow block special files to be file locked 2011-08-22 11:51:01 +00:00
lock.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
main.c avfs: unbreak process termination on PM_DUMPCORE 2011-11-24 13:04:52 +01:00
Makefile Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
misc.c Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
mount.c VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
open.c VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
param.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
path.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
path.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
pipe.c Fix locking issues with back calls from FSes 2011-08-19 14:17:35 +00:00
protect.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
proto.h VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
read.c Turn off block read debugs and turn on mount debugs 2011-08-22 13:24:35 +00:00
request.c vfs/avfs: req_newdriver should use fs_sendrec 2011-12-05 16:28:09 +01:00
request.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
select.c Remove debug print 2011-09-16 10:16:32 +00:00
select.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
stadir.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
table.c Servers: remove ABI comment 2011-11-07 22:24:59 +01:00
threads.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
time.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
tll.c Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
tll.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
utility.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
vmnt.c Cleanup more resources upon exit 2011-09-16 10:16:57 +00:00
vmnt.h Reenable backcall detection 2011-10-27 15:29:37 +00:00
vnode.c Make AVFS resilient against failing back calls 2011-09-06 10:38:16 +00:00
vnode.h Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
worker.c Make AVFS deal intelligently with back calling FSes 2011-10-27 15:29:23 +00:00
write.c Merge AVFS and APFS 2011-08-17 13:40:36 +00:00