Opened 14 years ago

Last modified 14 years ago

#4928 closed enhancement

Implement POSIX *at() Functions — at Version 2

Reported by: bonefish Owned by: nobody
Priority: normal Milestone: R1
Component: System/POSIX Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by bonefish)

POSIX.1-2008 introduces standard functions to operate on FD + relative path pairs:

  • faccessat()
  • fchmodat()
  • fchownat()
  • fstatat()
  • linkat()
  • mkdirat()
  • mkfifoat()
  • mknodat()
  • openat()
  • readlinkat()
  • renameat()
  • symlinkat()
  • unlinkat()
  • utimensat()

The new open modes O_SEARCH AND O_EXEC should also be implemented.

Change History (2)

comment:1 by bonefish, 14 years ago

Description: modified (diff)

Implemented openat() and readlinkat() in hrev33976 and hrev33978 respectively.

comment:2 by bonefish, 14 years ago

Description: modified (diff)

Implemented fstatat() in hrev33987.

Note: See TracTickets for help on using tickets.