1. 9bb2990 test.sh: add EXPECT_PASS, EXPECT_FAIL functions by Stanislav Kholmanskikh · 8 years ago
  2. f3ce2d5 symlink01: drop bogus getcwd prototype by Mike Frysinger · 8 years ago
  3. 0a1dc75 mkswap: align the test device size to pagesize by Li Wang · 8 years ago
  4. 8ef71aa network/nfs05_make_tree: Define _GNU_SOURCE to enable O_DIRECTORY by Yuriy Kolerov · 8 years ago
  5. af54aa6 syscalls/splice02: Reduce size of the input sequence by Yuriy Kolerov · 8 years ago
  6. 519eda6 network/nfs05: rewrite the test, make use of new library by Alexey Kodanev · 8 years ago
  7. 5065a9e lib: add safe_gethostname() by Alexey Kodanev · 8 years ago
  8. f6c42e7 du01: create the temp file outside of the working directory by Stanislav Kholmanskikh · 8 years ago
  9. 0aa4a61 tst_test.h: fix tst_test->tid for unsupported cases by Xiao Yang · 8 years ago
  10. ae09800 syscalls/fcntl34: Use flock64 instead of flock by Yuriy Kolerov · 8 years ago
  11. a41e994 tst_test: Propagate SIGINT to test process by Cyril Hrubis · 8 years ago
  12. e1310bc runltp: extend the default loop device size to 150MB by Li Wang · 8 years ago
  13. 2faa97a syscalls/mount03: close files in MS_NOATIME test error paths by Peter Maydell · 8 years ago
  14. 189aea2 syscalls/mprotect04: Use __builtin___clear_cache() to sync caches by Peter Maydell · 8 years ago
  15. cef5dd5 syscalls/madvise06: skip older kernels with no swap prefetch by Xiao Yang · 8 years ago
  16. 299fb04 waitpid11: use the new API by Stanislav Kholmanskikh · 8 years ago
  17. 7c490e8 waitpid08: use the new API by Stanislav Kholmanskikh · 8 years ago
  18. 0b63f1f waitpid07: use the new API by Stanislav Kholmanskikh · 8 years ago
  19. 50c7333 waitpid06: use the new API by Stanislav Kholmanskikh · 8 years ago
  20. 6b56aa7 tst_test: make reap_children() part of the test API by Stanislav Kholmanskikh · 8 years ago
  21. 3953c37 tst_safe_macros: SAFE_GETPGID by Stanislav Kholmanskikh · 8 years ago
  22. f5f208b tst_test: Complain on NULL test->tid by Cyril Hrubis · 8 years ago
  23. 68aaa8e mtest06/mmap3: Rewrite to use new library. by Cyril Hrubis · 8 years ago
  24. a8b752d tst_atomic.h: Add tst_atomic_dec() wrapper. by Cyril Hrubis · 8 years ago
  25. 1e92d8a tst_test: Add option parsing helpers. by Cyril Hrubis · 8 years ago
  26. 2ad59b7 tst_test: Allow to set timeout from test setup() by Cyril Hrubis · 8 years ago
  27. 5e80f7b net/nfs: move nfs_fsstress.sh to nfs_stress/nfs06 by Alexey Kodanev · 8 years ago
  28. 9bc6cb9 network/nfs/nfs_fsstress: remove fsstress test by Alexey Kodanev · 8 years ago
  29. 84b0b61 network/nfs: remove README by Alexey Kodanev · 8 years ago
  30. bcbe209 network/nfs/nfslock01: clenaup & use test_net library by Alexey Kodanev · 8 years ago
  31. 8001b31 network/nfs/nfsstat: cleanup test, use test_net.sh library by Alexey Kodanev · 8 years ago
  32. 9ad75e1 network/nfs/fsx: cleanup test, use test_net library by Alexey Kodanev · 8 years ago
  33. f3dc132 network/nfs_lib.sh: add options, socket type and NFS ver by Alexey Kodanev · 8 years ago
  34. e8db798 nfs_stress: remove redundant cleanup code (nfs_cleanup() does it) by Alexey Kodanev · 8 years ago
  35. e53f2b8 lib/test.sh: declare 'cmd' as a local variable in tst_check_cmds() by Alexey Kodanev · 8 years ago
  36. 466e10d net/tcp_cmds: add new basic test for tracepath cmd by Alexey Kodanev · 8 years ago
  37. 5f36bbb net/tcp_cmds: add new basic test for clockdiff cmd by Alexey Kodanev · 8 years ago
  38. b1b17c7 net/tcp_cmds: add new basic test for arping cmd by Alexey Kodanev · 8 years ago
  39. b819c22 tst_test: Small changes in option help formatting by Cyril Hrubis · 8 years ago
  40. 11dc94a mtest06/mmap3: Cleanup. by Cyril Hrubis · 8 years ago
  41. ec4b751 open/open04.c: fix memory leak by Zilvinas · 8 years ago
  42. 90a6bd8 syscalls/memcpy01: remove two undefined tests by Zilvinas · 8 years ago
  43. 495654b swapping01: replace mem_free by mem_available by Li Wang · 8 years ago
  44. e1e8b96 sysconf01: Use _SC_2_C_VERSION conditionally by Khem Raj · 8 years ago
  45. 34f0c83 trace_shed: Drop useless and wrong WEXITSTATUS(status) by Khem Raj · 8 years ago
  46. 72d64e9 pec: Replace obsoleted SA_ONESHOT with SA_RESETHAND by Khem Raj · 8 years ago
  47. 48b1bde rename 'sigset' var to avoid shadowing with libc symbol sigset by Khem Raj · 8 years ago
  48. d418e38 fcntl34: Replace pthread_yield() with sched_yield() by Khem Raj · 8 years ago
  49. e70fc49 creat06: Include limits.h for PATH_MAX by Khem Raj · 8 years ago
  50. 1edd402 madvise06: make bug detection more reliable by Jan Stancek · 8 years ago
  51. c07d36c lib/test_test: fix parsing for options that don't need argument by Jan Stancek · 8 years ago
  52. d88569e Merge pull request #80 from gaowanlong/fix_LTPROOT_option by ngie · 8 years ago
  53. a346902 runltplite: fix the "-r" option by Wanlong Gao · 8 years ago
  54. 25f5a7b Merge pull request #78 from sathnaga/skip_option_ltplite_v2 by ngie · 8 years ago
  55. fa12e22 runltplite.sh: Adding SKIPFILE option by Satheesh Rajendran · 8 years ago
  56. 74b2eec syscalls/*: Fix order of included headers by Xiao Yang · 8 years ago
  57. c817f8f syscalls/sched_getparam03.c: Fix order of included headers by Xiao Yang · 8 years ago
  58. fc52c1c network/xinetd: fix/cleanup test by Alexey Kodanev · 8 years ago
  59. 81669ec network/tcp_cmds/rwho: fix/cleanup test by Alexey Kodanev · 8 years ago
  60. 60c9391 syscalls/fallocate04: add 'FALLOC_FL_INSERT_RANGE' test-case by Alexey Kodanev · 8 years ago
  61. ad33a3d replace SIGCLD with SIGCHLD by Khem Raj · 8 years ago
  62. 06b5b0d vma03: Align pgoffset for page_size > 4K by Khem Raj · 8 years ago
  63. 9efd110 mc_gethost: Use unsigned char instead of u_char by Khem Raj · 8 years ago
  64. beda93a ipc_stress/shmem_test_04: uint -> unsigned int by Khem Raj · 8 years ago
  65. 52b6b79 testcases: Remove unused error.h include by Khem Raj · 8 years ago
  66. 96cccf4 lapi/fcntl.h: Include system headers first. by Cyril Hrubis · 8 years ago
  67. c10c1c0 syscalls/socketpair02: reconstruct and convert to new API by Xiao Yang · 8 years ago
  68. cf472ed syscalls/socketpair01: convert to new API by Xiao Yang · 8 years ago
  69. d2a810a syscalls/socket02: reconstruct and convert to new API by Xiao Yang · 8 years ago
  70. ba18bec Fix a small typo in comments. by Nicolas Joly · 8 years ago
  71. 9871da3 syscalls/socket01: convert to new API by Xiao Yang · 8 years ago
  72. 3181950 syscalls/kcmp03.c: Add new testcase by Xiao Yang · 8 years ago
  73. 3aa3151 lib/cloner.c: Add tst_clone.h for new API by Xiao Yang · 8 years ago
  74. 38e181c containers,tomoyo: Fix order of included headers by Cyril Hrubis · 8 years ago
  75. 3191bdc syscalls/kcmp*: Convert to new API by Xiao Yang · 8 years ago
  76. 14e21c7 syscalls/access03: reconstruct and convert to new API by Guangwen Feng · 8 years ago
  77. adb3e23 syscalls/access02: reconstruct and convert to new API by Guangwen Feng · 8 years ago
  78. dc48aba zram01: extend the zram3 disksize to 40MB by Li Wang · 8 years ago
  79. 080d0e1 kernel/include/aarch64.in: Fix incorrect numbers for kcmp and getrandom by Peter Maydell · 8 years ago
  80. 2316208 syscalls/perf_event_open{01, 02}: Reduce size of idle loop by Yuriy Kolerov · 8 years ago
  81. a5c1089 syscalls/perf_event_open02: Fix indentation and typo in help by Yuriy Kolerov · 8 years ago
  82. 3d74df1 lgetxattr/lgetxattr02.c: add new testcase by Xiao Yang · 8 years ago
  83. 20a89dc lgetxattr/lgetxattr01.c: add new testcase by Xiao Yang · 8 years ago
  84. 0c9fd73 syscalls/sched_setscheduler: add sched_setscheduler03 by Chunyu Hu · 8 years ago
  85. 20540c9 syscalls/read03: Report TPASS not TINFO on success by Nicolas Joly · 8 years ago
  86. 9ff68de lib: add [SAFE_]FILE_LINES_SCANF by Jan Stancek · 8 years ago
  87. 94f3660 ltp-aiodio: new dio_sparse tests specifying offset by Eryu Guan · 8 years ago
  88. 4847c8b ltp-aiodio/dio_sparse: add offset support by Eryu Guan · 8 years ago
  89. 24b970f ltp-aiodio: report posix_memalign errors properly by Eryu Guan · 8 years ago
  90. 3d4b0e9 syscalls/read02: fix invalid buf parameter when testing for bad fds by Peter Maydell · 8 years ago
  91. 6ce94db cgroup_fj/cgroup_fj_common.sh: check for cpuset prefix by Shuang Qiu · 8 years ago
  92. 5887bec safe_macros: match oldlib SAFE_CLOSE with docs by Jan Stancek · 8 years ago
  93. 7867298 syscalls/mmap16: no need to set fd after SAFE_CLOSE by Jan Stancek · 8 years ago
  94. 5078c01 tst_safe_macros: add SAFE_DUP by Xiao Yang · 8 years ago
  95. 476c489 syscalls/mmap16: close open files in cleanup path by Peter Maydell · 8 years ago
  96. 6e949af migrate_pages02: make 'not all pages migrated' a TINFO by Jan Stancek · 8 years ago
  97. eaae1ec syscalls/mount03: Don't read() with an invalid buffer argument by Peter Maydell · 8 years ago
  98. c96217b fanotify06: create a mount for test by Jan Stancek · 8 years ago
  99. e025901 network/busy_poll: make test results more stable by Alexey Kodanev · 8 years ago
  100. 4b19852 network/ip_route.sh: fix test, use dummy/lo interfaces in test-cases by Alexey Kodanev · 8 years ago