1. c8b3e28 LTP 20140115 by Cyril Hrubis · 11 years ago
  2. 699a579 utils: sctp: Fix build for prefixed architectures by Markos Chandras · 11 years ago
  3. afb6168 doc: Add test writing guidelines by Cyril Hrubis · 11 years ago
  4. 7006b57 setregid02, setresuid03: inval_user fix by Stanislav Kholmanskikh · 11 years ago
  5. bc44eb3 lib: tst_get_unused_uid, tst_get_unused_gid by Stanislav Kholmanskikh · 11 years ago
  6. c5d2542 configure: Add mkdirat() detection, fix build by Cyril Hrubis · 11 years ago
  7. 1db6266 lib/cloner.c: add ltp_clone7() and fix build by Zeng Linggang · 11 years ago
  8. 971e4eb lib: fix logic error in strncpy by Mike Frysinger · 11 years ago
  9. 9f42be1 lib: fix noreturn warnings by Mike Frysinger · 11 years ago
  10. bf6904f lib: tests: fix up build time warnings by Mike Frysinger · 11 years ago
  11. 4fd2638 lib: fix warnings in fallback set_time logic by Mike Frysinger · 11 years ago
  12. 14f1d23 cpuset/cpuset_syscall_test: check HAVE_DECL_MPOL_F_MEMS_ALLOWED by Jan Stancek · 11 years ago
  13. 9317d9c lib/cloner.c: Use clone() on s390 and s390x too by Cyril Hrubis · 11 years ago
  14. 50a1afe clone08: Fix another compilation failure. by Cyril Hrubis · 11 years ago
  15. 93c6031 lib: cloner: merge the different ifdef paths a bit by Mike Frysinger · 11 years ago
  16. 5194feb lib: errnos: Add few more ifdefs. by Cyril Hrubis · 11 years ago
  17. 98f8747 lapi: Add fcntl.h to define O_CLOEXEC, fix build by Cyril Hrubis · 11 years ago
  18. 653e58f lib: errnos: use ERFKILL only if it's defined by Jan Stancek · 11 years ago
  19. b6e83fe semop/semop04.c: fix a bug when running with -i option by Xiaoguang Wang · 11 years ago
  20. 166cf21 get_robust_list01: use pid_max instead of UINT16_MAX by Jan Stancek · 11 years ago
  21. 55a7a5e setrlimit01: caught SIGTERM as well by Wanlong Gao · 11 years ago
  22. 853f981 clone/clone08.c: add new tests by zenglg.jy · 11 years ago
  23. 5f5cb63 lib/cloner.c: add more args by zenglg.jy · 11 years ago
  24. 58c67c6 setrlimit01: code clean up by Wanlong Gao · 11 years ago
  25. 1823f09 device-drivers: uaccess: enable build and run by Alexey Kodanev · 11 years ago
  26. ddf49bf device-drivers: uaccess: test access to user-space memory by Alexey Kodanev · 11 years ago
  27. 9d3b453 device-drivers: acpi: enable build and run by Alexey Kodanev · 11 years ago
  28. e23db98 device-drivers: acpi: fixes by Alexey Kodanev · 11 years ago
  29. 0de9387 device-drivers: acpi: fix file names by Alexey Kodanev · 11 years ago
  30. 414752b cap_bound: remove check_for_libcap.sh and dummy.c by Cyril Hrubis · 11 years ago
  31. 98308f0 mstress: Fix install collision. by Cyril Hrubis · 11 years ago
  32. 0c071f4 runtests: fix readlink04 by Wanlong Gao · 11 years ago
  33. 705a016 ltp-networking/iproute: fix iproute test by Vincent Hsu · 11 years ago
  34. e1c5e46 ltp-networking/tcp_cmds/finger: fix finger test by Vincent Hsu · 11 years ago
  35. aa23056 creat/creat06.c: cleanup by zenglg.jy · 11 years ago
  36. 7020544 fchmod/fchmod06.c: add EROFS test for fchmod(2) by zenglg.jy · 11 years ago
  37. f166fc8 fchmod/fchmod06.c: cleanup by zenglg.jy · 11 years ago
  38. 6f22494 Move sctp to utils and bump it to 1.0.15 by Simon Xu · 11 years ago
  39. ae1e1d2 nftw: Fix build on older distros. by Cyril Hrubis · 11 years ago
  40. 19b69d5 safe_touch: use utimes(2) if utimensat(2) is not defined by Stanislav Kholmanskikh · 11 years ago
  41. 1c86abd created lapi/utime.h by Stanislav Kholmanskikh · 11 years ago
  42. 2d58502 autoconf check for utimensat(2) by Stanislav Kholmanskikh · 11 years ago
  43. 9a3e8bc sendmsg01: use invalid but positive msg_namelen value by Jan Stancek · 11 years ago
  44. bad6405 sendmsg01: fix test for invalid to buffer by Wanlong Gao · 11 years ago
  45. 0e85351 asapi_07: fix data types by Simon Xu · 11 years ago
  46. 9a7031a rpc01: fix paths and add Makefile for datafiles by Simon Xu · 11 years ago
  47. 5811a1d ptrace: Fix build problems with glibc-2.18 by Markos Chandras · 11 years ago
  48. 1346646 move testcases/kernel/fs/ext4-new-features/ffsb to utils by Cyril Hrubis · 11 years ago
  49. 1f1e15a msgctl: fix a bug of No such file or directory by Peng Haitao · 11 years ago
  50. 1c6354e send*: use concrete flags for 'invalid flags set' by Jan Stancek · 11 years ago
  51. c4c6c3f dup3_02: Fix build on uClibc. by Cyril Hrubis · 11 years ago
  52. 970c0e0 confstr01: Fix regression on uClibc by Cyril Hrubis · 11 years ago
  53. fe4ae34 dup3(2): add EINVAL error number test by Xiaoguang Wang · 11 years ago
  54. 470d545 confstr/confstr01.c: add new names by zenglg.jy · 11 years ago
  55. b7c04bb confstr/confstr01.c: cleanup by zenglg.jy · 11 years ago
  56. 2575e38 readv01: Fix and simplify the testcase. by Cyril Hrubis · 11 years ago
  57. f025a4e readv01: Cleanup && make use of SAFE_MACROS(). by Cyril Hrubis · 11 years ago
  58. f095ccb safe_macros: Add SAFE_LSEEK(). by Cyril Hrubis · 11 years ago
  59. b7b5e18 ltp-networking/nfs: fix nfsstat01 typo by Vincent Hsu · 11 years ago
  60. 5c0e011 ltp-networking/nfs: remove absolute path for showmount. by Vincent Hsu · 11 years ago
  61. ba1220e ltp-networking/nfs: use NFSv3 by default by Vincent Hsu · 11 years ago
  62. 228c27f ltp-networking/rpc: gave precise test name by Vincent Hsu · 11 years ago
  63. 03d50c5 ltp-networking: standardize test result message by Vincent Hsu · 11 years ago
  64. 36894aa runltp: suppress the out message when creating loop device by Wanlong Gao · 11 years ago
  65. 5007d46 Move test_safe_macros.c to lib/tests/ by Cyril Hrubis · 11 years ago
  66. 3f75cdb Remove a few no longer usefull files in tools. by Cyril Hrubis · 11 years ago
  67. f057c1c fanotify: Add tests verifying fanotify syscalls by Jan Kara · 11 years ago
  68. e4a85db clock_getres/clock_getres01.c: Finish the cleanup by Cyril Hrubis · 11 years ago
  69. 330e8c1 clock_getres/clock_getres01.c: add new clockids by Cyril Hrubis · 11 years ago
  70. 0647a00 Add include/lapi/posix_clocks.h and make use of it by Cyril Hrubis · 11 years ago
  71. ec2dfc4 clock_getres/clock_getres01.c: cleanup by zenglg.jy · 11 years ago
  72. 14ca8c2 tcpdump01: specify interface for ping by Simon Xu · 11 years ago
  73. 7d350bb fix file testcase for parisc architecture by Helge Deller · 11 years ago
  74. f2adf13 kernel/mem/lib: don't replace CFLAGS, append instead by Jiri Jaburek · 11 years ago
  75. 1eb440c Fix 743f2fcd5744744d649496d8f0524cf5ca7d3859. by Cyril Hrubis · 11 years ago
  76. b185f22 add test for tst_checkpoint_signal_child timing out by Jan Stancek · 11 years ago
  77. cb80f40 tst_checkpoint_signal_child: implemented timeout by Stanislav Kholmanskikh · 11 years ago
  78. 7b20026 lib: tst_res: Add more errnos. by Cyril Hrubis · 11 years ago
  79. 9b48608 BindMounts: fix to properly unmount during cleanup by Siva Padhy · 11 years ago
  80. 119cf4a msgctl{08, 09, 10, 11}: cleanup by Stanislav Kholmanskikh · 11 years ago
  81. b6e7032 syscalls/ipc/Makefile.inc: changed LIB to LIBIPC by Stanislav Kholmanskikh · 11 years ago
  82. 09bd933 setregid02: invalid user value fix by Stanislav Kholmanskikh · 11 years ago
  83. 743f2fc move gethost from tools to sendfile01 by Simon Xu · 11 years ago
  84. a4f5e23 xinetd_tests.sh: remove RECORD and eliminate "|| RC=$?" by Simon Xu · 11 years ago
  85. 4716af7 sendfile01: rename SF_Server to sendfile01_server and add it into Makefile by Simon Xu · 11 years ago
  86. bfd9860 mc_cmds: Multicast ping being disabled should not fail the test by Simon Xu · 11 years ago
  87. 021494d rdist01: fix mistakes by Simon Xu · 11 years ago
  88. 87f593c tcpdump01: fix the way to identify network interface by Simon Xu · 11 years ago
  89. b87a83c fcntl16: Fix incorrect flock strucure by Cyril Hrubis · 11 years ago
  90. d97f51d diotest3: fix -f argument by Jeff Layton · 11 years ago
  91. 840aa55 sendfile08: fix buf comparison by Helge Deller · 11 years ago
  92. e533f08 fsync02: SIGFPE fix by Stanislav Kholmanskikh · 11 years ago
  93. c7b23c2 access(2): add ELOOP, ENOTDIR, EROFS error number test by Wang, Xiaoguang/王 小光 · 11 years ago
  94. 90d1901 prot_hsymlinks: use SAFE_TOUCH by Stanislav Kholmanskikh · 11 years ago
  95. abf28b2 Implemented SAFE_TOUCH macro by Stanislav Kholmanskikh · 11 years ago
  96. 36531d5 rwho01: fix getting hostnames from command output and $COUNT by Simon Xu · 11 years ago
  97. ba3bf0e acct01: add a check routine for acct implementation by Honggyu Kim · 11 years ago
  98. aba5c50 device-drivers: pci: remove bus_slot file on exit by Alexey Kodanev · 11 years ago
  99. 508c303 acct01: Fix runtest files. by Cyril Hrubis · 11 years ago
  100. e052e10 acct/acct01.c: Add ELOOP ENAMETOOLONG EROFS by Zeng Linggang · 11 years ago