1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys
Jilles Tjoelker 2205e0d1bd 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
2015-01-23 21:07:08 +00:00
..
amd64 MOVS instruction emulation. 2015-01-19 06:53:31 +00:00
arm Add pinctrl driver support for the encoded input register config words 2015-01-23 16:05:47 +00:00
boot loader: fix the size of MODINFOMD_MODULEP 2015-01-20 12:28:24 +00:00
bsm
cam Don't count requests with status sent as overlapping. 2015-01-22 14:49:36 +00:00
cddl Remove commented log messages. 2015-01-21 19:30:01 +00:00
compat Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00
conf Refactor PowerPC (especially AIM) init sequence to be less baroque. 2015-01-18 18:32:43 +00:00
contrib Add missing linuxapi module dependencies and always use the FreeBSD 2015-01-19 21:53:00 +00:00
crypto
ddb
dev Simplify retry loops. No functional change. 2015-01-23 18:55:04 +00:00
fs Stop enforcing additional reference on all cdevs, which was introduced 2015-01-19 17:36:52 +00:00
gdb
geom Add devd(8) notifications for creation and destruction of GEOM devices. 2015-01-14 11:15:57 +00:00
gnu
i386 loader: implement multiboot support for Xen Dom0 2015-01-15 16:27:20 +00:00
isa
kern Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00
kgssapi
libkern
mips Add 128-byte cache flushing routines. 2015-01-20 11:10:25 +00:00
modules An update for the i915 GPU driver, which brings the code up to Linux 2015-01-21 16:10:37 +00:00
net Improve the distribution of LAGG port traffic. 2015-01-23 00:06:35 +00:00
net80211
netgraph When the node receives NGM_FLOW_COOKIE update the if_link_state, instead 2015-01-12 09:50:42 +00:00
netinet Log hardware interface up/down as "hardware" rather than just "hw". 2015-01-23 14:30:24 +00:00
netinet6 Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific 2015-01-18 18:06:40 +00:00
netipsec
netnatm
netpfil Back out r276841, r276756, r276747, r276746. The change in r276747 is very 2015-01-22 01:23:16 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Revert for r277213: 2015-01-22 11:12:42 +00:00
opencrypto
pc98
powerpc Use relocation-safe methods to determine the sizes of the exception handlers. 2015-01-23 07:36:51 +00:00
rpc
security
sparc64
sys Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00
teken
tools
ufs
vm Revamp the default page clustering strategy that is used by the page fault 2015-01-16 18:17:09 +00:00
x86 loader: fix the size of MODINFOMD_MODULEP 2015-01-20 12:28:24 +00:00
xdr
xen
Makefile