Actions
Bug #2398
closed[FEATURE REQUEST] OpenAT O_DIRECTORY and AT_SYMLINK_FOLLOW support
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/29/2012
Due date:
% Done:
0%
Estimated time:
Description
Packages are starting to detect openat support, which DragonFly passes. However once detected, those packages assume O_DIRECTORY and AT_SYMLINK_FOLLOW macros are defined and supported. These appear to require kernel support. FreeBSD has added the functionality within the last two years, although the developers have been refining it since then.
Updated by alexh over 12 years ago
- Status changed from New to Closed
Implemented O_DIRECTORY in 28d748b9da52d38a8f9b903e9dde1480effdf8b7.
Implemented linkat(2) and AT_SYMLINK_FOLLOW in 77e32d4c0406bbc862bec9754cfcde0910c2bfd8.
Actions