minix/servers/mfs
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
cache.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
const.h . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
device.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21: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 Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +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 . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +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 System statistical and call profiling 2006-10-30 15:53:38 +00:00
misc.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
mount.c Removed verbose statements from vfs and mfs 2006-12-22 11:54:42 +00:00
open.c . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
param.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
path.c . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
pipe.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
protect.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
proto.h . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +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 First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +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 . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00