summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimensat.2
Commit message (Collapse)AuthorAgeFilesLines
* utimensat(2): Correct description of [EINVAL] error.jilles2016-01-171-3/+6
| | | | MFC after: 4 days
* Update futimens/utimensat for MFC to stable/10:jilles2016-01-121-2/+2
| | | | | | | | | | * Fix __FreeBSD_version check. * Update history section in man page. An MFC of this commit to stable/10 will allow using the new system calls instead of the fallback. MFC after: 3 days
* Add futimens and utimensat system calls.jilles2015-01-231-0/+292
The core kernel part is patch file utimes.2008.4.diff from pluknet@FreeBSD.org. I updated the code for API changes, added the manual page and added compatibility code for old kernels. There is also audit and Capsicum support. A new UTIME_* constant might allow setting birthtimes in future. Differential Revision: https://reviews.freebsd.org/D1426 Submitted by: pluknet (partially) Reviewed by: delphij, pluknet, rwatson Relnotes: yes
OpenPOWER on IntegriCloud