CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/29 17:36:10
Modified files:
sys/uvm : uvm_map.c uvm_mmap.c
Log message:
__MAP_NOFAULT doesn't make sense with anon mappings, so return EINVAL if
that is attempted.
Minor cleanups:
- Eliminate some always false and always true tests against MAP_ANON
- We treat anon mappings with neither MAP_{SHARED,PRIVATE} as MAP_PRIVATE
so explicitly indicate that
ok kettenis@ beck@
