minix/servers/mfs
Ben Gras 52b71b2396 Minor change to path lookup that fixes the bug that creating a file
as a first component of an absolute path failed (e.g. 'touch /file'),
due to leading slashes not being skipped in the processed path counter
in that case, causing create to fail.
2007-02-28 13:13:39 +00:00
..
buf.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
cache.c Retired DEV_{READ,WRITE,GATHER,SCATTER,IOCTL} (safe versions *_S are to 2007-02-07 16:22:19 +00:00
const.h Retired DEV_{READ,WRITE,GATHER,SCATTER,IOCTL} (safe versions *_S are to 2007-02-07 16:22:19 +00:00
device.c Typo's. 2007-02-12 12:27:43 +00:00
drivers.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
file.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fproc.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fs.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
glo.h Mostly bugfixes of bugs triggered by the test set. 2007-02-01 17:50:02 +00:00
inc.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
inode.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
inode.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
link.c Mostly bugfixes of bugs triggered by the test set. 2007-02-01 17:50:02 +00:00
lock.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
main.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
Makefile don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
misc.c removed or optionalized verbose/debugging messages 2007-02-16 15:50:30 +00:00
mount.c removed or optionalized verbose/debugging messages 2007-02-16 15:50:30 +00:00
open.c Mostly bugfixes of bugs triggered by the test set. 2007-02-01 17:50:02 +00:00
param.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
path.c Minor change to path lookup that fixes the bug that creating a file 2007-02-28 13:13:39 +00:00
pipe.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
protect.c Mostly bugfixes of bugs triggered by the test set. 2007-02-01 17:50:02 +00:00
proto.h vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
queue.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
read.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
select.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
stadir.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
super.c removed or optionalized verbose/debugging messages 2007-02-16 15:50:30 +00:00
super.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
table.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
time.c Removed verbose statements from vfs and mfs 2006-12-22 11:54:42 +00:00
type.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
utility.c vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00