Konstantin Belousov 1c2ad3e962 Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.
This makes the code to pass whole word of the mmap(2) syscall argument
prot to the syscall helper kern_vm_mmap(), which can validate all
bits.  The change provides temporal fix for sys/vm/mmap_test
mmap__bad_arguments, which was broken after r313352.

PR:	216976
Reported and tested by:	ngie
Sponsored by:	The FreeBSD Foundation
2017-02-11 20:27:39 +00:00
..
2016-09-10 16:49:25 +00:00
2017-01-05 03:13:45 +00:00
2017-01-01 18:49:46 +00:00
2016-12-26 19:29:04 +00:00
2017-02-04 19:16:19 +00:00
2017-01-12 20:26:02 +00:00