Page MenuHomeFreeBSD

linux(4): Implement faccessat2 system call.
ClosedPublic

Authored by dchagin on Jul 29 2021, 8:05 AM.
Tags
None
Referenced Files
F107283828: D31345.diff
Sat, Jan 11, 11:19 PM
Unknown Object (File)
Sat, Jan 4, 1:58 AM
Unknown Object (File)
Tue, Dec 24, 8:08 AM
Unknown Object (File)
Mon, Dec 16, 12:02 PM
Unknown Object (File)
Dec 9 2024, 8:31 PM
Unknown Object (File)
Dec 4 2024, 11:49 PM
Unknown Object (File)
Dec 4 2024, 11:48 PM
Unknown Object (File)
Dec 4 2024, 11:48 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40741
Build 37630: 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.