summaryrefslogtreecommitdiff
path: root/lib/libc/sys/vadvise.c
Commit message (Collapse)AuthorAgeFilesLines
* Make vadvise compat freebsd11.Brooks Davis2018-05-251-0/+46
The vadvise syscall (aka ovadvise) is undocumented and has always been implmented as returning EINVAL. Put the syscall under COMPAT11 and provide a userspace implementation. Reviewed by: kib Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D15557 Notes: svn path=/head/; revision=334223