summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-01-23 21:07:08 +0000
committerjilles <jilles@FreeBSD.org>2015-01-23 21:07:08 +0000
commit67db24d0f2b81a222335fe5bb13977ef0c2258a9 (patch)
tree319d8eb9a9510cbe3ee4c7aa7b4dfcc2f42ec514 /share
parent4743c20fb6384559028572e519b637c0667e87ec (diff)
downloadFreeBSD-src-67db24d0f2b81a222335fe5bb13977ef0c2258a9.zip
FreeBSD-src-67db24d0f2b81a222335fe5bb13977ef0c2258a9.tar.gz
Add futimens and utimensat system calls.
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/rights.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/rights.4 b/share/man/man4/rights.4
index 476b15b..16025c1 100644
--- a/share/man/man4/rights.4
+++ b/share/man/man4/rights.4
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 23, 2013
+.Dd January 23, 2015
.Dt RIGHTS 4
.Os
.Sh NAME
@@ -272,9 +272,13 @@ with the
flag.
.It Dv CAP_FUTIMES
Permit
-.Xr futimes 2
+.Xr futimens 2
and
+.Xr futimes 2 ,
+and permit
.Xr futimesat 2
+and
+.Xr utimensat 2
if the
.Dv CAP_LOOKUP
right is also present.
OpenPOWER on IntegriCloud