Actions
Submit #2356
closedCommit to add O_CLOEXEC support
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Partly taken from FreeBSD.
DragonFly's VFS layer has diverged from other BSD implementations and I'd
like someone familiar with kernel file handling to have a look at this commit
before pushing it.
--
Francois Tigeot
Files
Updated by ftigeot over 12 years ago
- File 0001-Add-O_CLOEXEC-flag-to-open-2-and-fhopen-2.patch 0001-Add-O_CLOEXEC-flag-to-open-2-and-fhopen-2.patch added
- % Done changed from 0 to 50
New patch reusing the current O_ROOTCRED value.
O_ROOTCRED may be removed in the future, resolving the aliasing issue.
Updated by ftigeot over 12 years ago
- Status changed from New to Resolved
- % Done changed from 50 to 100
A new version of the patch has been pushed
Actions