CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/10 04:30:44
Modified files:
sys/uvm : uvm_mmap.c
Log message:
Return EINVAL on 0-byte mmap invocation.
- Posix rules that a 0-byte mmap must return EINVAL
- our allocators are unable to distinguish between free memory and
0 bytes of allocated memory
