]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge from trunk:
authorJulian Seward <jseward@acm.org>
Thu, 20 Oct 2016 05:49:10 +0000 (05:49 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 20 Oct 2016 05:49:10 +0000 (05:49 +0000)
  16081 Add another incompatibility between illumos and Solaris kernels.

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_12_BRANCH@16090

README.solaris

index cb956dd9dda5b1f5a16ca9f7172edf43aa7c4ae4..330756e7d2ec01d61e1a3ecba0f7e7050919fb1e 100644 (file)
@@ -52,6 +52,8 @@ Main currently-known incompatibilities:
   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