Page MenuHomeFreeBSD

linux(4): Implement faccessat2 system call.
ClosedPublic

Authored by dchagin on Jul 29 2021, 8:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 9:19 AM
Unknown Object (File)
Thu, Apr 9, 6:02 PM
Unknown Object (File)
Mon, Apr 6, 2:29 PM
Unknown Object (File)
Fri, Apr 3, 10:21 PM
Unknown Object (File)
Tue, Mar 24, 10:48 PM
Unknown Object (File)
Mar 17 2026, 7:04 AM
Unknown Object (File)
Mar 17 2026, 5:11 AM
Unknown Object (File)
Feb 28 2026, 9:57 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40738
Build 37627: arc lint + arc unit

Event Timeline

trasz added inline comments.
sys/compat/linux/linux_file.c
718

The “fchownat” doesn’t look right.

Also: do you have some software which uses it? If so, it might be useful to note it’s name and version, to make it easier to test it in the future.

fixed, thanks)

faccessat2 used by bash on arm64

This revision is now accepted and ready to land.Jul 30 2021, 11:38 AM
This revision was automatically updated to reflect the committed changes.