1. 91d79f9 unshare02: define _GNU_SOURCE by Steven Jackson · 8 years ago
  2. 360f9bd syslog: include sys/sycall.h by Steven Jackson · 8 years ago
  3. d3236eb gencwd03: include libgen.h by Steven Jackson · 8 years ago
  4. 1791f70 tst_test: don't include tst_safe_pthread by Steven Jackson · 8 years ago
  5. df61090 compat_16: Android also requires sys/fsuid.h by Steven Jackson · 8 years ago
  6. 126a81b getcwd01.c: cleanup && convert to new API by Xiao Yang · 8 years ago
  7. 7c34405 Revert "utimensat: fix immutable file retcodes for 4.8.0 and newer." by Jan Stancek · 8 years ago
  8. 674806b Revert "utimensat_tests: Make use of tst_kvcmp" by Jan Stancek · 8 years ago
  9. f73d2ae quotactl01: replace int comparison with memcmp by Jan Stancek · 8 years ago
  10. 34faca0 posix/munmap: Use mmap to obtain valid and safe address range by Richard Palethorpe · 8 years ago
  11. 6d6bb30 network: remove unnecessary check for rsh in scripts by Petr Vorel · 8 years ago
  12. ef0d925 mmapstress03: Fix 32bit test on 64bit kernel by Cyril Hrubis · 8 years ago
  13. edd2f4c mmapstress03: Small cleanup by Cyril Hrubis · 8 years ago
  14. f6051f8 vma03: Disable the test on 64bit kernel as well by Cyril Hrubis · 8 years ago
  15. 7c0ec1d safe_macros: Move SAFE_PREAD() and SAFE_PWRITE() to separate header by Cyril Hrubis · 8 years ago
  16. 1141bbf max_map_count: Fix strcmp() for skipping aarch64 by Vertigo · 8 years ago
  17. bc4d3db test_net.sh: fix adding IP addresses in netns setup by Alexey Kodanev · 8 years ago
  18. 7b84465 commands/ld01: Fix test for LTP compiled with -m32 by Cyril Hrubis · 8 years ago
  19. 1dce80f commands/file_test.sh: Fix for SLES11 by Cyril Hrubis · 8 years ago
  20. 6266efe openposix/mmap31-1: Fix 32bit binary on 64bit kernel by Cyril Hrubis · 8 years ago
  21. a002136 syscalls/setpriority01: Use newly created user for the test by Guangwen Feng · 8 years ago
  22. 1544cb1 du01: Fix the BTRFS fix after test conversion by Cyril Hrubis · 8 years ago
  23. 8cc4165 waitid02: define _XOPEN_SOURCE 500 by Cyril Hrubis · 8 years ago
  24. 0a55aff test_net.sh: bring loopback interface up in netns setup by Alexey Kodanev · 8 years ago
  25. f485626 network/echoes: fix endless loop on error by Petr Vorel · 8 years ago
  26. 92ab7be various: remove redeclarations of 'int errno' by Steven Jackson · 8 years ago
  27. 437d181 various: include sys/sycall.h instead of syscall.h by Steven Jackson · 8 years ago
  28. a7fa8561 various: include the POSIX fcntl.h instead of sys/fcntl.h by Steven Jackson · 8 years ago
  29. 249f405 various: use sys/wait.h instead of wait.h by Steven Jackson · 8 years ago
  30. f4b0281 mmap16: Get rid of SAFE_PWRITE() by Cyril Hrubis · 8 years ago
  31. 97f1183 ipc/msgget0*: cleanup && convert to new API by Xiao Yang · 8 years ago
  32. 542421d syscalls/ipc: add newipc library for new API by Xiao Yang · 8 years ago
  33. a93f1f4 syscalls/access04: Convert to new API && Rename by Guangwen Feng · 8 years ago
  34. 5f8ca6c network: test_net.sh: allow to run network tests on a single machine by Alexey Kodanev · 8 years ago
  35. a43aabd open_posix_testsuite: intialize var for VLA by Ryan Zezeski · 8 years ago
  36. 2ef1a91 realtime: Remove leftover script mixed_load.sh by Cyril Hrubis · 8 years ago
  37. 78db757 syscalls/mq_unlink: convert to use new test library API by Petr Vorel · 8 years ago
  38. 1775ddf network/echo01: fix creating existing directory by Petr Vorel · 8 years ago
  39. eb0ae46 flistxattr and listxattr: added tests by Dejan Jovicevic · 8 years ago
  40. 2221504 llistxattr: new testcase for long path name by Dejan Jovicevic · 8 years ago
  41. bf8a49c llistxattr: improved code readability and stability by Dejan Jovicevic · 8 years ago
  42. 708d8da llistxattr: moved to using safe macros by Dejan Jovicevic · 8 years ago
  43. 0702d49 shell: fix echo -e bashisms, simplify code by Petr Vorel · 8 years ago
  44. 08643b1 shell: fix bashism (( )) by Petr Vorel · 8 years ago
  45. 2bf2094 shell: fix bashisms: s/&>/>$1 2>&1/ by Petr Vorel · 8 years ago
  46. df19c39 cpuhotplug_hotplug.sh: 'part' here is a variable by Han, NingX · 8 years ago
  47. 5ed7339 writev07: fix "written more than expected" check by Jan Stancek · 8 years ago
  48. 68d3abf lib/libipc.c: Remove unnecessary head file by gyher · 8 years ago
  49. d0e1d19 testcases/clock_nanosleep01: convert to use new test library API by Petr Vorel · 8 years ago
  50. d753288 lib: move create_sig_proc() into newlib by Petr Vorel · 8 years ago
  51. aae5c81 nm/datafiles: Add f1, f2 and f3 to .gitignore by Guangwen Feng · 8 years ago
  52. 050899c syscalls/mq_notify01: prevent deadlock, cleanup by Petr Vorel · 8 years ago
  53. f66c31c network/geneve: add performance test for geneve tunnel by Alexey Kodanev · 8 years ago
  54. 3efb07d network/ipsec: add vti tunnel test & new options for enc algs by Alexey Kodanev · 8 years ago
  55. eddd2e5 network/ipsec: use the same mode parameter name as in iproute by Alexey Kodanev · 8 years ago
  56. c2f34ff network/ipsec: move parsing command-line options to ipsec_lib.sh by Alexey Kodanev · 8 years ago
  57. 437cbae fs_racer: cleanup by Cui Bixuan · 8 years ago
  58. 8be8167 syscalls/getpriority01: Check the returned prio values in a range. by Guangwen Feng · 8 years ago
  59. f77b1be fsync/fsync01: Use the correct parameters by gyher · 8 years ago
  60. 47a1e46 testcases: bashisms: s/==/=/ by Petr Vorel · 8 years ago
  61. 23d7e7c Revert "testcases: bashisms: s/==/=/" by Cyril Hrubis · 8 years ago
  62. 65767d1 testcases: bashisms: s/==/=/ by Petr Vorel · 8 years ago
  63. 541b3ca network/virt: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  64. 0eaf5e8 tcp_fastopen: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  65. 8d61a03 dctcp: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  66. 8a181e2 busy_poll: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  67. de77395 ftrace_test: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  68. a4c01c3 utimensat_tests: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  69. 538ec81 run_capbounds.sh: Make use of tst_kvcmp + fix by Cyril Hrubis · 8 years ago
  70. 28a603a power_management: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  71. 8801cda quota_remount_test01: Make use of tst_kvcmp + fix by Cyril Hrubis · 8 years ago
  72. 5018761 ext4-new-features: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  73. 46e3e56 rcu_torture: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  74. 31aa46c memcg: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  75. 8fdec6a cpuset: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  76. 3835e7e cgroup_regresson_test: Make use of tst_kvcmp + fixes by Cyril Hrubis · 8 years ago
  77. 7688862 netns_sysfs.sh: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  78. 99e5623 zram: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  79. 4dcfd28 lib: Add new tst_kvcmp for shell by Cyril Hrubis · 8 years ago
  80. 77b5d75 ar01: Rewrite to the new library by Cyril Hrubis · 8 years ago
  81. 1ce062f commands: objdump01, size01: Remove. by Cyril Hrubis · 8 years ago
  82. e1eaa03 unzip_tests.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  83. 5ec7056 nm01: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  84. 78fb1eb mkdir_tests.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  85. b7d2a9b ld01: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  86. faaf835 eject-tests.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  87. 1009334 cpio_tests.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  88. 8416616 file_test.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  89. f08481b cp_test.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  90. d806886 ln_test.sh: Rewrite && convert to new library. by Cyril Hrubis · 8 years ago
  91. 56fc4ca Get rid of the ade directory. by Cyril Hrubis · 8 years ago
  92. d7f28c9 Get rid of the fileutils directory. by Cyril Hrubis · 8 years ago
  93. cb00879 tar_tests.sh: Cleanup && convert to new library by Cyril Hrubis · 8 years ago
  94. 7ceac0d controllers/cpuacct.sh: Convert to the new library by Cyril Hrubis · 8 years ago
  95. 450551c controllers/pids.sh: Convert to the new library by Cyril Hrubis · 8 years ago
  96. 72e3803 lsmod01.sh Convert to the new library by Cyril Hrubis · 8 years ago
  97. d58b3eb insmod01.sh: Convert to the new library by Cyril Hrubis · 8 years ago
  98. cc569f6 gzip_tests.sh: Convert to the new library by Cyril Hrubis · 8 years ago
  99. 353597d mkfs01.sh Convert to the new library by Cyril Hrubis · 8 years ago
  100. 2c97de5 mv_tests.sh: Convert to the new library by Cyril Hrubis · 8 years ago