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)
Fri, Apr 25, 12:46 PM
Unknown Object (File)
Mon, Apr 21, 9:32 PM
Unknown Object (File)
Mon, Apr 21, 7:09 AM
Unknown Object (File)
Sun, Apr 20, 10:34 AM
Unknown Object (File)
Wed, Apr 2, 11:07 PM
Unknown Object (File)
Mar 27 2025, 5:23 PM
Unknown Object (File)
Mar 19 2025, 5:41 PM
Unknown Object (File)
Mar 6 2025, 5:22 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.