John Baldwin 0fe0ed8bf8 - Change mmap() to fail requests with EINVAL that pass a length of 0. This
behavior is mandated by POSIX.
- Do not fail requests that pass a length greater than SSIZE_MAX
  (such as > 2GB on 32-bit platforms).  The 'len' parameter is actually
  an unsigned 'size_t' so negative values don't really make sense.

Submitted by:	Alexander Best  alexbestms at math.uni-muenster.de
Reviewed by:	alc
Approved by:	re (kib)
MFC after:	1 week
2009-07-14 19:45:36 +00:00
..
2009-07-08 16:30:34 +00:00
2009-06-25 16:48:13 +00:00
2009-05-23 13:23:46 +00:00
2009-05-28 08:18:12 +00:00
2009-05-30 08:53:13 +00:00