Page MenuHomeFreeBSD

linux(4): Implement faccessat2 system call.
ClosedPublic

Authored by dchagin on Jul 29 2021, 8:05 AM.
Tags
None
Referenced Files
F81582564: D31345.diff
Thu, Apr 18, 11:45 AM
Unknown Object (File)
Wed, Apr 3, 8:53 PM
Unknown Object (File)
Mar 18 2024, 6:16 AM
Unknown Object (File)
Feb 19 2024, 10:33 PM
Unknown Object (File)
Jan 11 2024, 12:12 PM
Unknown Object (File)
Dec 28 2023, 4:21 PM
Unknown Object (File)
Dec 21 2023, 12:28 PM
Unknown Object (File)
Dec 21 2023, 10:46 AM

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.