minix/servers/avfs
2011-11-07 22:24:59 +01:00
..
comm.c Reenable backcall detection 2011-10-27 15:29:37 +00:00
comm.h
const.h
device.c Unmap drivers upon exit 2011-09-16 10:16:00 +00:00
dmap.c Reenable backcall detection 2011-10-27 15:29:37 +00:00
dmap.h
exec.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
exec.h
file.h
filedes.c
fproc.h Reenable backcall detection 2011-10-27 15:29:37 +00:00
fs.h
fscall.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
gcov.c
glo.h Unverbose mount 2011-08-26 15:49:37 +00: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
main.c Reenable backcall detection 2011-10-27 15:29:37 +00:00
Makefile Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
misc.c Miscellaneous legacy cleanup 2011-11-07 22:20:55 +01:00
mount.c PFS is also a system proc 2011-10-28 12:49:47 +00:00
open.c Make AVFS deal intelligently with back calling FSes 2011-10-27 15:29:23 +00:00
param.h
path.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
path.h
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 Cleanup more resources upon exit 2011-09-16 10:16:57 +00:00
read.c Turn off block read debugs and turn on mount debugs 2011-08-22 13:24:35 +00:00
request.c Cleanup more resources upon exit 2011-09-16 10:16:57 +00:00
request.h
select.c Remove debug print 2011-09-16 10:16:32 +00:00
select.h
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
time.c Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
tll.c
tll.h
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
worker.c Make AVFS deal intelligently with back calling FSes 2011-10-27 15:29:23 +00:00
write.c