diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/brand/lx/testing/Readme_ltp | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/lx/testing/ltp_skiplist | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/lib/brand/lx/testing/Readme_ltp b/usr/src/lib/brand/lx/testing/Readme_ltp index 6deed56a41..ed81be2593 100644 --- a/usr/src/lib/brand/lx/testing/Readme_ltp +++ b/usr/src/lib/brand/lx/testing/Readme_ltp @@ -128,6 +128,10 @@ x fchmod03 need PRIV_SYS_CONFIG to set sticky bit on reg file # fcntl30_64 # fcntl31 setown/getown not impl # fcntl31_64 +# fcntl32 F_SETLEASE not impl +# fcntl32_64 +# fcntl33 F_SETLEASE not impl +# fcntl33_64 # fork05 asm into %fs reg - fork09 needs a swap cap of ~9GB # fork13 decided not to support this diff --git a/usr/src/lib/brand/lx/testing/ltp_skiplist b/usr/src/lib/brand/lx/testing/ltp_skiplist index 6cc7b30e2d..d0d1e7e161 100644 --- a/usr/src/lib/brand/lx/testing/ltp_skiplist +++ b/usr/src/lib/brand/lx/testing/ltp_skiplist @@ -146,6 +146,10 @@ fcntl30 fcntl30_64 fcntl31 fcntl31_64 +fcntl32 +fcntl32_64 +fcntl33 +fcntl33_64 fork05 fork09 fork13 |