1. 762111b syscalls/ipc: Make use of tst_require_root() by Cyril Hrubis · 10 years ago
  2. ee75ce3 lib: Fix a few warnings. by Cyril Hrubis · 10 years ago
  3. b24f167 getpeername/getpeername01.c: add EINVAL error number test by zenglg.jy · 11 years ago
  4. f8cb57f getpeername/getpeername01.c: cleanup by zenglg.jy · 11 years ago
  5. 3d8cf2f rpc01: fix compile-time warnings by Stanislav Kholmanskikh · 11 years ago
  6. a9c0f8e rpc01: moved common functions to a lib by Stanislav Kholmanskikh · 11 years ago
  7. 051c327 runtest/stress.part3: fix cmd for the rpc01 test case by Stanislav Kholmanskikh · 11 years ago
  8. 3015af2 fallocate/fallocate02.c: add EFBIG error test by Zeng Linggang · 11 years ago
  9. 97a54fc fallocate/fallocate02.c: cleanup by Zeng Linggang · 11 years ago
  10. 1030c9d lib/safe_macros.c: add SAFE_FSTAT() by Zeng Linggang · 11 years ago
  11. 7148254 fallocate/fallocate.h: create fallocate.h to encapsulate fallocate(2) by Zeng Linggang · 11 years ago
  12. e8e92a2 fallocate: Remove run.sh script by Cyril Hrubis · 10 years ago
  13. 63b2c7c getrlimit/getrlimit01.c: add some new test by zenglg.jy · 11 years ago
  14. 2bf2a07 getrlimit/getrlimit01.c: cleanup by zenglg.jy · 11 years ago
  15. 12563f9 doc: test writing guidelines by Cyril Hrubis · 10 years ago
  16. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 10 years ago
  17. 5b42a1e runltp: add -z, -Z options and change device symbol in runtest files by Xiaoguang Wang · 11 years ago
  18. 6d78baf fix glb_run type for disktest by Jeffrey Bastian · 10 years ago
  19. 707aff5 semop/semop02.c: add ERANGE error value test by Xiaoguang Wang · 11 years ago
  20. 58e59a5 semop/semop02.c: cleanup by Xiaoguang Wang · 11 years ago
  21. 6e6f6b4 device-drivers: acpi: add new test for acpi-cpufreq driver by Alexey Kodanev · 11 years ago
  22. 1a04a85 fpathconf/fpathconf01.c: add new test by zenglg.jy · 11 years ago
  23. 6ae447c fpathconf/fpathconf01.c: cleanup by zenglg.jy · 11 years ago
  24. 92eeadc doc: Fix PATH in test-writing-guidelines.txt by Cyril Hrubis · 11 years ago
  25. dcd5af4 config.mk.in: Turn on extra warnings. by Cyril Hrubis · 11 years ago
  26. 25af3d2 setpgid03: Further fixes. by Cyril Hrubis · 11 years ago
  27. 52167a1 setpgid03: use tst_checkpoint interface by Stanislav Kholmanskikh · 11 years ago
  28. 6bfe99a setpgid03: handle children errors and cleanup by Stanislav Kholmanskikh · 11 years ago
  29. df8187a ssh: don't use crypt-based pre-encrypted passwords by Jiri Jaburek · 11 years ago
  30. 1c71dee ssh: try to prevent invalid PASS when remote cmd fails by Jiri Jaburek · 11 years ago
  31. 77ce600 ssh: properly create/remove user home dir, if possible by Jiri Jaburek · 11 years ago
  32. 3277470 ssh: remove unused ssh_set_passwd script by Jiri Jaburek · 11 years ago
  33. b3460e4 ssh: unify code style amongst ssh tests by Jiri Jaburek · 11 years ago
  34. c8b3e28 LTP 20140115 by Cyril Hrubis · 11 years ago
  35. 699a579 utils: sctp: Fix build for prefixed architectures by Markos Chandras · 11 years ago
  36. afb6168 doc: Add test writing guidelines by Cyril Hrubis · 11 years ago
  37. 7006b57 setregid02, setresuid03: inval_user fix by Stanislav Kholmanskikh · 11 years ago
  38. bc44eb3 lib: tst_get_unused_uid, tst_get_unused_gid by Stanislav Kholmanskikh · 11 years ago
  39. c5d2542 configure: Add mkdirat() detection, fix build by Cyril Hrubis · 11 years ago
  40. 1db6266 lib/cloner.c: add ltp_clone7() and fix build by Zeng Linggang · 11 years ago
  41. 971e4eb lib: fix logic error in strncpy by Mike Frysinger · 11 years ago
  42. 9f42be1 lib: fix noreturn warnings by Mike Frysinger · 11 years ago
  43. bf6904f lib: tests: fix up build time warnings by Mike Frysinger · 11 years ago
  44. 4fd2638 lib: fix warnings in fallback set_time logic by Mike Frysinger · 11 years ago
  45. 14f1d23 cpuset/cpuset_syscall_test: check HAVE_DECL_MPOL_F_MEMS_ALLOWED by Jan Stancek · 11 years ago
  46. 9317d9c lib/cloner.c: Use clone() on s390 and s390x too by Cyril Hrubis · 11 years ago
  47. 50a1afe clone08: Fix another compilation failure. by Cyril Hrubis · 11 years ago
  48. 93c6031 lib: cloner: merge the different ifdef paths a bit by Mike Frysinger · 11 years ago
  49. 5194feb lib: errnos: Add few more ifdefs. by Cyril Hrubis · 11 years ago
  50. 98f8747 lapi: Add fcntl.h to define O_CLOEXEC, fix build by Cyril Hrubis · 11 years ago
  51. 653e58f lib: errnos: use ERFKILL only if it's defined by Jan Stancek · 11 years ago
  52. b6e83fe semop/semop04.c: fix a bug when running with -i option by Xiaoguang Wang · 11 years ago
  53. 166cf21 get_robust_list01: use pid_max instead of UINT16_MAX by Jan Stancek · 11 years ago
  54. 55a7a5e setrlimit01: caught SIGTERM as well by Wanlong Gao · 11 years ago
  55. 853f981 clone/clone08.c: add new tests by zenglg.jy · 11 years ago
  56. 5f5cb63 lib/cloner.c: add more args by zenglg.jy · 11 years ago
  57. 58c67c6 setrlimit01: code clean up by Wanlong Gao · 11 years ago
  58. 1823f09 device-drivers: uaccess: enable build and run by Alexey Kodanev · 11 years ago
  59. ddf49bf device-drivers: uaccess: test access to user-space memory by Alexey Kodanev · 11 years ago
  60. 9d3b453 device-drivers: acpi: enable build and run by Alexey Kodanev · 11 years ago
  61. e23db98 device-drivers: acpi: fixes by Alexey Kodanev · 11 years ago
  62. 0de9387 device-drivers: acpi: fix file names by Alexey Kodanev · 11 years ago
  63. 414752b cap_bound: remove check_for_libcap.sh and dummy.c by Cyril Hrubis · 11 years ago
  64. 98308f0 mstress: Fix install collision. by Cyril Hrubis · 11 years ago
  65. 0c071f4 runtests: fix readlink04 by Wanlong Gao · 11 years ago
  66. 705a016 ltp-networking/iproute: fix iproute test by Vincent Hsu · 11 years ago
  67. e1c5e46 ltp-networking/tcp_cmds/finger: fix finger test by Vincent Hsu · 11 years ago
  68. aa23056 creat/creat06.c: cleanup by zenglg.jy · 11 years ago
  69. 7020544 fchmod/fchmod06.c: add EROFS test for fchmod(2) by zenglg.jy · 11 years ago
  70. f166fc8 fchmod/fchmod06.c: cleanup by zenglg.jy · 11 years ago
  71. 6f22494 Move sctp to utils and bump it to 1.0.15 by Simon Xu · 11 years ago
  72. ae1e1d2 nftw: Fix build on older distros. by Cyril Hrubis · 11 years ago
  73. 19b69d5 safe_touch: use utimes(2) if utimensat(2) is not defined by Stanislav Kholmanskikh · 11 years ago
  74. 1c86abd created lapi/utime.h by Stanislav Kholmanskikh · 11 years ago
  75. 2d58502 autoconf check for utimensat(2) by Stanislav Kholmanskikh · 11 years ago
  76. 9a3e8bc sendmsg01: use invalid but positive msg_namelen value by Jan Stancek · 11 years ago
  77. bad6405 sendmsg01: fix test for invalid to buffer by Wanlong Gao · 11 years ago
  78. 0e85351 asapi_07: fix data types by Simon Xu · 11 years ago
  79. 9a7031a rpc01: fix paths and add Makefile for datafiles by Simon Xu · 11 years ago
  80. 5811a1d ptrace: Fix build problems with glibc-2.18 by Markos Chandras · 11 years ago
  81. 1346646 move testcases/kernel/fs/ext4-new-features/ffsb to utils by Cyril Hrubis · 11 years ago
  82. 1f1e15a msgctl: fix a bug of No such file or directory by Peng Haitao · 11 years ago
  83. 1c6354e send*: use concrete flags for 'invalid flags set' by Jan Stancek · 11 years ago
  84. c4c6c3f dup3_02: Fix build on uClibc. by Cyril Hrubis · 11 years ago
  85. 970c0e0 confstr01: Fix regression on uClibc by Cyril Hrubis · 11 years ago
  86. fe4ae34 dup3(2): add EINVAL error number test by Xiaoguang Wang · 11 years ago
  87. 470d545 confstr/confstr01.c: add new names by zenglg.jy · 11 years ago
  88. b7c04bb confstr/confstr01.c: cleanup by zenglg.jy · 11 years ago
  89. 2575e38 readv01: Fix and simplify the testcase. by Cyril Hrubis · 11 years ago
  90. f025a4e readv01: Cleanup && make use of SAFE_MACROS(). by Cyril Hrubis · 11 years ago
  91. f095ccb safe_macros: Add SAFE_LSEEK(). by Cyril Hrubis · 11 years ago
  92. b7b5e18 ltp-networking/nfs: fix nfsstat01 typo by Vincent Hsu · 11 years ago
  93. 5c0e011 ltp-networking/nfs: remove absolute path for showmount. by Vincent Hsu · 11 years ago
  94. ba1220e ltp-networking/nfs: use NFSv3 by default by Vincent Hsu · 11 years ago
  95. 228c27f ltp-networking/rpc: gave precise test name by Vincent Hsu · 11 years ago
  96. 03d50c5 ltp-networking: standardize test result message by Vincent Hsu · 11 years ago
  97. 36894aa runltp: suppress the out message when creating loop device by Wanlong Gao · 11 years ago
  98. 5007d46 Move test_safe_macros.c to lib/tests/ by Cyril Hrubis · 11 years ago
  99. 3f75cdb Remove a few no longer usefull files in tools. by Cyril Hrubis · 11 years ago
  100. f057c1c fanotify: Add tests verifying fanotify syscalls by Jan Kara · 11 years ago