minix/servers/vfs
Philip Homburg 4b1cd8c0ec Return EIO if a filedescriptor cannot be re-opened after a driver restart.
Select now returns such a filedescriptor as ready (instead of EBADF). 
Reply before dev_up in FSSIGNON to avoid the problem that a DEV_OPEN
request is received by a driver that expects a reply from the FSSIGNON.
2007-08-15 12:53:52 +00:00
..
buf.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
const.h New VFS interface 2007-08-07 12:52:47 +00:00
device.c Return EIO if a filedescriptor cannot be re-opened after a driver restart. 2007-08-15 12:53:52 +00:00
dmap.c New VFS interface 2007-08-07 12:52:47 +00:00
dmap.h New VFS interface 2007-08-07 12:52:47 +00:00
exec.c New VFS interface 2007-08-07 12:52:47 +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 Return EIO if a filedescriptor cannot be re-opened after a driver restart. 2007-08-15 12:53:52 +00:00
fproc.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fs.h New VFS interface 2007-08-07 12:52:47 +00:00
glo.h New VFS interface 2007-08-07 12:52:47 +00:00
inode.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
link.c Directory check before access check. 2007-08-08 15:26:47 +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 New VFS interface 2007-08-07 12:52:47 +00:00
Makefile don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
misc.c Return EIO if a filedescriptor cannot be re-opened after a driver restart. 2007-08-15 12:53:52 +00:00
mount.c Better recovery when req_readsuper fails. 2007-08-10 13:01:38 +00:00
open.c To return the right error, check first is an object is a directory (for 2007-08-08 14:01:36 +00:00
param.h New VFS interface 2007-08-07 12:52:47 +00:00
path.c Disable POSIX-required behavior wrt trailing slashes. 2007-08-08 11:40:47 +00:00
pipe.c To return the right error, check first is an object is a directory (for 2007-08-08 14:01:36 +00:00
protect.c New VFS interface 2007-08-07 12:52:47 +00:00
proto.h New VFS interface 2007-08-07 12:52:47 +00:00
read.c Return EIO if a filedescriptor cannot be re-opened after a driver restart. 2007-08-15 12:53:52 +00:00
request.c cleanup 2007-08-10 13:02:39 +00:00
request.h cleanup 2007-08-10 13:02:39 +00:00
select.c Return EIO if a filedescriptor cannot be re-opened after a driver restart. 2007-08-15 12:53:52 +00:00
select.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
stadir.c cleanup 2007-08-10 13:02:39 +00:00
super.h New VFS interface 2007-08-07 12:52:47 +00:00
table.c New VFS interface 2007-08-07 12:52:47 +00:00
time.c New VFS interface 2007-08-07 12:52:47 +00:00
timers.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
type.h New VFS interface 2007-08-07 12:52:47 +00:00
utility.c New VFS interface 2007-08-07 12:52:47 +00:00
vmnt.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vmnt.h New VFS interface 2007-08-07 12:52:47 +00:00
vnode.c Removed invalid consistency check. 2007-08-07 14:27:19 +00:00
vnode.h To return the right error, check first is an object is a directory (for 2007-08-08 14:01:36 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00