svn commit: r277610 - in head: bin/ln lib/libc/include lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump

Chagin Dmitry dchagin at freebsd.org
Thu Jan 7 13:03:31 UTC 2016


On Fri, Jan 23, 2015 at 09:07:09PM +0000, Jilles Tjoelker wrote:
> Author: jilles
> Date: Fri Jan 23 21:07:08 2015
> New Revision: 277610
> URL: https://svnweb.freebsd.org/changeset/base/277610
> 
> Log:
>   Add futimens and utimensat system calls.
>   
>   The core kernel part is patch file utimes.2008.4.diff from
>   pluknet at 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

any chances that it will be merged to 10? if not, can I merge kernel part only?
thanks! 


More information about the svn-src-all mailing list