Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
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
boot ctty command without parameters to disable serial console. 2007-01-08 14:30:11 +00:00
commands Fsck needs more memory for bigger filesystems 2007-01-16 12:59:13 +00:00
docs arch/i386/include/protect.h is unnecessary; add make.conf to etc/ and 2006-12-22 15:48:27 +00:00
drivers . removed readclock command and cmos driver. 2007-01-12 16:35:04 +00:00
etc . removed readclock command and cmos driver. 2007-01-12 16:35:04 +00:00
include use servers/inet/mq.[ch] to queue messages using mq_queue() in 2007-01-12 13:33:12 +00:00
kernel Use bitwise not instead of logical not on PIE flag when disabling periodic 2007-01-12 16:33:41 +00:00
lib Zlib is now an optional package. 2007-01-09 17:08:31 +00:00
man Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
servers . added checks for buffer sizes in sys_datacopy() functions in mfs, 2007-01-16 14:50:10 +00:00
test Default amount of memory for tests (some ran out of memory) 2006-10-25 13:35:03 +00:00
tools Use svn instead of cvs 2006-12-22 16:43:30 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00