minix/servers/vfs
2009-10-31 14:11:50 +00:00
..
const.h Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
device.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
dmap.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
dmap.h
exec.c throw out exec debugging message. 2009-09-30 08:36:13 +00:00
file.h
filedes.c
fproc.h Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
fs.h
fscall.c
glo.h
link.c move symlink type check for readlink() into VFS, and return the right POSIX error 2009-05-20 09:46:06 +00:00
lock.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
lock.h
main.c Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
Makefile
misc.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
mmap.c
mount.c VFS quits gracefully if mount fails and mounted_on remains uninitialized 2009-08-18 13:30:05 +00:00
open.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
param.h PM, VFS: remove unused param.h definitions 2009-10-29 13:29:04 +00:00
path.c - some exec debugging prints when errors happen 2009-09-21 14:49:26 +00:00
pipe.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
protect.c
proto.h Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
read.c VFS consistency: use I_PIPE/NO_PIPE when checking v_pipe 2009-05-19 14:34:44 +00:00
request.c - some exec debugging prints when errors happen 2009-09-21 14:49:26 +00:00
request.h
select.c Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
select.h
stadir.c
table.c Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
time.c
timers.c
type.h
utility.c VFS: fetch_name() buffer underflow (reported by John Peace, bug #305) 2009-08-29 08:22:50 +00:00
vmnt.c
vmnt.h
vnode.c
vnode.h
write.c