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.
Details
Details
- Reviewers
kib emaste - Commits
- rS334223: Make vadvise compat freebsd11.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16818 Build 16701: arc lint + arc unit
Event Timeline
Comment Actions
Add a dependency cleanup in Makefile.inc1 after commit also?
lib/libc/sys/vadvise.c | ||
---|---|---|
4 | holder? |
Comment Actions
- Nothing uses _vadvise() or __sys_vadvise so don't provide them.
- Don't document ignored struct freebsd11_vadvise_args.