minix/servers
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
..
ds System statistical and call profiling 2006-10-30 15:53:38 +00:00
inet System statistical and call profiling 2006-10-30 15:53:38 +00:00
init Init need more space (the results of removing the special case for init in 2006-05-11 15:00:46 +00:00
is Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
mfs . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
pm Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
rs Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
vfs . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
Makefile Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00