Page MenuHomeFreeBSD

linux(4): Implement faccessat2 system call.
ClosedPublic

Authored by dchagin on Jul 29 2021, 8:05 AM.
Tags
None
Referenced Files
F132370300: D31345.id92939.diff
Thu, Oct 16, 7:34 AM
Unknown Object (File)
Wed, Oct 15, 12:51 AM
Unknown Object (File)
Mon, Oct 13, 9:30 PM
Unknown Object (File)
Fri, Oct 3, 5:34 AM
Unknown Object (File)
Fri, Sep 26, 1:05 AM
Unknown Object (File)
Tue, Sep 23, 1:40 AM
Unknown Object (File)
Sep 16 2025, 3:02 PM
Unknown Object (File)
Sep 13 2025, 11:09 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.