minix/servers/vfs
Ben Gras 60014efb3e vfs: pm_dumpcore: always clean up process
. whenever this function is called, pm will expect
	  the process to be cleaned up
	. so don't abort the process entirely on error
	. fixes a later 'forking on top of in-use child' vfs panic
2012-09-19 17:13:17 +02:00
..
comm.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
comm.h
const.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
coredump.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
device.c VFS: fix GCC compilation error 2012-09-17 15:29:38 +00:00
dmap.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
dmap.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
exec.c libexec: add load_offset feature, used for ld.so 2012-08-12 23:22:54 +02:00
file.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
filedes.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
fproc.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
fs.h
gcov.c
glo.h
job.h
link.c
lock.c
lock.h
main.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
Makefile
misc.c vfs: pm_dumpcore: always clean up process 2012-09-19 17:13:17 +02:00
mount.c VFS: panic when unmount_all fails 2012-09-17 11:01:46 +00:00
open.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
param.h
path.c
path.h
pipe.c
protect.c
proto.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
read.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
request.c
request.h
scratchpad.h
select.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
stadir.c
table.c
threads.h VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
time.c
tll.c
tll.h
utility.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
vmnt.c
vmnt.h
vnode.c
vnode.h
worker.c VFS: make all IPC asynchronous 2012-09-17 11:01:45 +00:00
write.c