Re: svn commit: r313655 - head/sys/vm

2017-02-11 Thread Edward Tomasz NapieraƂa
On 0211T2027, Konstantin Belousov wrote: > Author: kib > Date: Sat Feb 11 20:27:39 2017 > New Revision: 313655 > URL: https://svnweb.freebsd.org/changeset/base/313655 > > Log: > Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int. > > This makes the code to pass whole

svn commit: r313655 - head/sys/vm

2017-02-11 Thread Konstantin Belousov
Author: kib Date: Sat Feb 11 20:27:39 2017 New Revision: 313655 URL: https://svnweb.freebsd.org/changeset/base/313655 Log: 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