Page MenuHomeFreeBSD

Make vadvise compat freebsd11.
ClosedPublic

Authored by brooks on May 24 2018, 5:16 PM.
Tags
None
Referenced Files
F132395568: D15557.id42945.diff
Thu, Oct 16, 1:39 PM
Unknown Object (File)
Sun, Oct 12, 7:45 PM
Unknown Object (File)
Wed, Oct 1, 12:08 PM
Unknown Object (File)
Sat, Sep 20, 11:47 AM
Unknown Object (File)
Fri, Sep 19, 5:00 AM
Unknown Object (File)
Sep 15 2025, 2:04 PM
Unknown Object (File)
Sep 6 2025, 7:03 PM
Unknown Object (File)
Sep 5 2025, 3:34 PM
Subscribers

Details

Summary

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.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16820
Build 16703: arc lint + arc unit

Event Timeline

Could you, please, remove the generated files from the review and from the commit ?

  • Remove generated files from review.

Add a dependency cleanup in Makefile.inc1 after commit also?

lib/libc/sys/vadvise.c
5

holder?

  • Actually name copyright holder.

Add a dependency cleanup in Makefile.inc1 after commit also?

That's the plan.

lib/libc/sys/vadvise.c
38

Are __sys_vadvise and _vadvise symbols used by anything in the base system ? If no, then they can be removed, since we do not provide stable ABI in FreeBSD private namespace.

sys/vm/vm_unix.c
240

I believe this structure definition is useless.

  • Nothing uses _vadvise() or __sys_vadvise so don't provide them.
  • Don't document ignored struct freebsd11_vadvise_args.
This revision is now accepted and ready to land.May 24 2018, 7:03 PM
This revision was automatically updated to reflect the committed changes.