Go to file
Ben Gras 6a3519f3a8 Added 2 checks to mapping function - one for overflow (virtual address +
size wraparound), one to see if the size fits in the designated segment.

It seems this check wasn't done. This came to light when trying to pre-check
the users buffer for read() and write() in using the vectored virtual
copy system call in servers/fs/read.c.
2005-05-24 12:30:29 +00:00
boot Removed root filesystem blocksize restriction by reducing boot monitor 2005-05-20 12:30:19 +00:00
commands New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
drivers New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
etc *** empty log message *** 2005-05-04 13:46:34 +00:00
include New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
kernel Added 2 checks to mapping function - one for overflow (virtual address + 2005-05-24 12:30:29 +00:00
lib New system call added to PM: getprocnr(int *proc_nr) (like getpid); 2005-05-20 09:37:43 +00:00
man /boot and /minix -> /boot/boot and /boot/image changes 2005-05-04 09:29:52 +00:00
servers Make use of vectored virtual copy system call 2005-05-24 12:28:09 +00:00
test New NOTIFY system call! Queued at kernel. Duplicate messages (with same source 2005-05-24 10:06:17 +00:00
tools sync after install in case of trouble while shutdowning 2005-05-24 12:03:42 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Notice 2005-05-04 09:31:32 +00:00