Submit #2818
closedAdd utimensat() support
Description
There is more work to be done in this area. The next step is to
convert kern_utimes() to work on a timespec structure and update callers
to use timespec.
The last step is to add support for futimens(2) on top of the refactored
kern_utimes().
I've tried to test all corner-cases in this patch. It seems to work but more
eyes would be helpful.
Files
Updated by stateless over 9 years ago
- File deleted (
0001-Add-utimensat-support.patch)
Updated by stateless over 9 years ago
Updated by dillon over 9 years ago
- Status changed from New to Feedback
- Assignee set to dillon
Patch committed. Lets leave this bug report open for now for further related patches.
-Matt
Updated by stateless over 9 years ago
stateless wrote:
There is more work to be done in this area. The next step is to
convert kern_utimes() to work on a timespec structure and update callers
to use timespec.The last step is to add support for futimens(2) on top of the refactored
kern_utimes().I've tried to test all corner-cases in this patch. It seems to work but more
eyes would be helpful.
It seems to make more sense to implement kern_utimes() on top of kern_utimensat().
Updated by swildner almost 9 years ago
- Status changed from Feedback to Closed
Closing, all of this has been pushed.