about summary refs log tree commit diff
path: root/src/stat/utimensat.c
Commit message (Expand)AuthorAgeFilesLines
* utimensat: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-6/+31
* fix and simplify futimesat fallback in utimensatRich Felker2019-07-271-6/+4
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-1/+31
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* implement futimens and utimensatRich Felker2011-02-271-0/+7