Project

General

Profile

Actions

Submit #2818

closed

Add utimensat() support

Added by stateless almost 9 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Kernel
Target version:
Start date:
05/21/2015
Due date:
% Done:

100%

Estimated time:
(Total: 0:00 h)

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


Subtasks 1 (0 open1 closed)

Bug #2817: Permission checking for utimes(2) and friends are not properly honouredResolveddillon05/21/2015

Actions
Actions #1

Updated by stateless almost 9 years ago

  • File deleted (0001-Add-utimensat-support.patch)
Actions #3

Updated by dillon almost 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

Actions #5

Updated by stateless almost 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().

Actions #6

Updated by swildner about 8 years ago

  • Status changed from Feedback to Closed

Closing, all of this has been pushed.

Actions

Also available in: Atom PDF