aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/utimensat.2
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-231-1/+12
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-041-22/+7
* Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths.Konstantin Belousov2020-09-221-1/+8
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+3
* First draft of documentation for AT/O_BENEATH handling of the absoluteKonstantin Belousov2018-11-111-6/+20
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-1/+13
* libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-071-5/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* utimensat(2): Correct description of [EINVAL] error.Jilles Tjoelker2016-01-171-3/+6
* Update futimens/utimensat for MFC to stable/10:Jilles Tjoelker2016-01-121-2/+2
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+292