|
From: <sv...@va...> - 2016-10-20 05:49:16
|
Author: sewardj
Date: Thu Oct 20 06:49:10 2016
New Revision: 16090
Log:
Merge from trunk:
16081 Add another incompatibility between illumos and Solaris kernels.
Modified:
branches/VALGRIND_3_12_BRANCH/ (props changed)
branches/VALGRIND_3_12_BRANCH/README.solaris
Modified: branches/VALGRIND_3_12_BRANCH/README.solaris
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/README.solaris (original)
+++ branches/VALGRIND_3_12_BRANCH/README.solaris Thu Oct 20 06:49:10 2016
@@ -52,6 +52,8 @@
syscalls [3]
- posix_spawn() functionality is backed up by true spawn() syscall on Solaris 12
whereas illumos and Solaris 11 leverage vfork()
+- illumos and older Solaris use utimesys() syscall whereas newer Solaris
+ uses utimensat()
[1] http://docs.oracle.com/cd/E26502_01/html/E28556/gkzlf.html#gkzip
[2] https://www.illumos.org/issues/521
|