[v2,0/5] manual: Document several *at file system interface functions

Message ID 20250106163257.705106-1-arjun@redhat.com (mailing list archive)
Headers
Series manual: Document several *at file system interface functions |

Message

Arjun Shankar Jan. 6, 2025, 4:26 p.m. UTC
  This patch series adds info documentation for faccessat, mkdirat, renameat,
unlinkat, and utimensat (along with the related futimens).

They are marked AC-Unsafe and AS-Unsafe since they have not been audited for
these properties.

v1: https://sourceware.org/pipermail/libc-alpha/2024-December/162779.html

Changes in v2:
 * Address Florian's comments
   (https://sourceware.org/pipermail/libc-alpha/2024-December/162838.html):
 * Clarify flags in the "Descriptor-Relative Access" section
 * Mention that the default behaviour of faccessat derives from access
 * Mention that faccessat might work incorrectly on older kernels

Arjun Shankar (5):
  manual: Document faccessat
  manual: Document mkdirat
  manual: Document renameat
  manual: Document unlinkat
  manual: Document futimens and utimensat

 manual/filesys.texi | 201 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 190 insertions(+), 11 deletions(-)