minix/servers/vfs
Ben Gras 722f1b2b9f . added checks for buffer sizes in sys_datacopy() functions in mfs,
print debug message if copy is truncated
. increased buffer in lookup() to be PATH_MAX instead of NAME_MAX
. sanity check in fetch_name() in vfs to see if name fits, and
  is null-terminated
. first check i < NAME_MAX, then string[i] in search_dir, as we're
  not supposed to look at string[NAME_MAX]
2007-01-16 14:50:10 +00:00
..
buf.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
const.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
device.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
dmap.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
exec.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +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 First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +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 Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
inode.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
link.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +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 . added super-user check for mount 2007-01-16 13:57:35 +00:00
Makefile System statistical and call profiling 2006-10-30 15:53:38 +00:00
misc.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
mount.c . added super-user check for mount 2007-01-16 13:57:35 +00:00
open.c . added super-user check for mount 2007-01-16 13:57:35 +00:00
param.h Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +00:00
path.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
pipe.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
protect.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
proto.h . added super-user check for mount 2007-01-16 13:57:35 +00:00
read.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
request.c . added super-user check for mount 2007-01-16 13:57:35 +00:00
request.h VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
select.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.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
table.c Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +00:00
time.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
timers.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
type.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
utility.c . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
vmnt.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vmnt.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vnode.c VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
vnode.h VFS cleanup (mostly open). 2007-01-05 16:36:55 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00