1. 5936767 pidns30 fix by Rishikesh K Rajak · 14 years ago
  2. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  3. acaf3cd Merge branch 'master' into next by Rishikesh K Rajak · 14 years ago
  4. 23e7806 Running the ltp suite on ChromeOS (x86 with a 2.6.32 kernel) fails linkat01 by Rishikesh K Rajak · 14 years ago
  5. 5162b71 prio-wake: avoid glibc to kernel sleep race by Rishikesh K Rajak · 14 years ago
  6. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  7. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  8. 4eca2b5 Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  9. 6fc71a4 merge with pu branch changed by Garret by Rishikesh K Rajak · 14 years ago
  10. 1ff0128 Correct comment so that it filters its way up to next (eventually). by Garrett Cooper · 14 years ago
  11. c150e9b I tried "eventfd01" test in my system. by Rishikesh K Rajak · 14 years ago
  12. eaf7322 I found out that "-)20" test of "ar01" failed once in a while. by Rishikesh K Rajak · 14 years ago
  13. cc7c703 I tried to build by using yesterday's git in my system (RHEL4.8 x86). by Rishikesh K Rajak · 14 years ago
  14. 2a276cf I found two problems in mail test. by Rishikesh K Rajak · 14 years ago
  15. a9d5600 I tried "hugemmap", "hugeshmat", "hugeshmctl", "hugeshmdt" and by Rishikesh K Rajak · 14 years ago
  16. 2e27147 Note #define vs enum conformance issue with signal_h/26-1.c by Garrett Cooper · 14 years ago
  17. 2eb2342 Fix more deprecated malloc.h includes. by Garrett Cooper · 14 years ago
  18. 5da1b33 Fix incorrect / missing included headers. by Garrett Cooper · 14 years ago
  19. e90e013 Fix a typo and add a missing definition for non-Linux platforms. by Garrett Cooper · 14 years ago
  20. 001227f Fix a rookie typo with #ifdef vs #if defined() by Garrett Cooper · 14 years ago
  21. 1d67dc1 Add proper checks for Linux and the BSDs. by Garrett Cooper · 14 years ago
  22. f50539e Modified nets/Makefile for appending one file which needs in /opt/ltp/tetscases/bin directory while install. by Rishikesh K Rajak · 14 years ago
  23. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 14 years ago
  24. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 14 years ago
  25. c58cf0c cgroup_fj_release_agent is not getting installed as it does not end with *.sh. by Rishikesh K Rajak · 14 years ago
  26. 566d1af Merge commit '391e757d43b3ac33a4a435e319ee77b1daa6da76' by Rishikesh K Rajak · 14 years ago
  27. 391e757 Fix the proper return for testcase. by Rishikesh K Rajak · 14 years ago
  28. 008f0d2 These warning will appear when HAVE_LIBCAP is not defined. by Rishikesh K Rajak · 14 years ago
  29. b72a24c Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  30. f102fd9 I have tested these on MIPS architecture and reproduced infinite by Rishikesh K Rajak · 14 years ago
  31. 7ad2418 while running i found some unwanted messages and fixed those. You can Ack if it is correct fix. by Rishikesh K Rajak · 14 years ago
  32. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  33. 95a376d As pointed out by Cheng Shun Xia one of open posix conformace tests is testing by Rishikesh K Rajak · 14 years ago
  34. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  35. c700433 Attached patch fixes possible buffer oveflow in sem_getvalue tests (the buffer by Rishikesh K Rajak · 14 years ago
  36. e7ed287 This commit contains Linux RTC device driver test cases. by Rishikesh K Rajak · 14 years ago
  37. 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 14 years ago
  38. 00c8b34 Merge branch 'master' of ssh://yaberauneya@ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  39. 007dce5 Hi, by Garrett Cooper · 14 years ago
  40. 7376949 To run filecap test, checkforlibcap.sh file is required to be there in /opt/ltp/testcases/bin by Rishikesh K Rajak · 14 years ago
  41. 1a5506c Fix make filed,, reported by Shi Weihua <shiwh@cn.fujitsu.com> by Rishikesh K Rajak · 14 years ago
  42. 48c52fc Instead of LIBS, it should be LDLIBS in container/Makefile by Rishikesh K Rajak · 14 years ago
  43. bdfe0b2 Adding check_for_unshare.c file and linking the porper lib. by Rishikesh K Rajak · 14 years ago
  44. 716d298 Quick fix for build failure with 8th Mar master tree. by Rishikesh K Rajak · 14 years ago
  45. 5885439 Commenting "make all" in run_freezer.sh file as it is stopping to run by Rishikesh K Rajak · 14 years ago
  46. 63f0a8f libcgroup_freezer , pushd/popd removal. by Rishikesh K Rajak · 14 years ago
  47. 71256e1 Clean up comment to note the actual problem. It was confusing before. by Garrett Cooper · 14 years ago
  48. 6d722f4 Use $TMP (which defaults to /tmp) rather than /tmp as $TMP can be parameterized via runltp, et all. by Garrett Cooper · 14 years ago
  49. fb5821d Replace pushd / popd with proper cd logic as busybox doesn't have pushd / popd. by Garrett Cooper · 14 years ago
  50. 4a1e63a Fix _GNU_SOURCES macro requirement error. by Garrett Cooper · 14 years ago
  51. 223e12e Fix install for cgroup_fj_testcases. by Garrett Cooper · 14 years ago
  52. 49010e5 Replace pushd // popd with cd calls. by Garrett Cooper · 14 years ago
  53. 91ec53d Correct setuid() logic for "nobody" uid. by Garrett Cooper · 14 years ago
  54. 373c91c Remove unused variable $str based on closer inspection via git commit history. by Garrett Cooper · 14 years ago
  55. 50b265b Fix style in runfstests.sh by Garrett Cooper · 14 years ago
  56. 31d0645 Hi All, by Garrett Cooper · 14 years ago
  57. b3fb75d Clean up some logic. by Garrett Cooper · 14 years ago
  58. baf5c4c ... Finish off cleanup: by Garrett Cooper · 14 years ago
  59. 08941a3 1. POSIXify. 2. Cleanup space. by Garrett Cooper · 14 years ago
  60. 7edded4 1. POSIXify. 2. Clean up whitespace. 3. Make more relative-path agnostic. by Garrett Cooper · 14 years ago
  61. b7306d6 1. POSIXify. 2. Convert over to tst_resm(1), like hotplug01.sh by Garrett Cooper · 14 years ago
  62. 37ef401 1. POSIXify 2. Clean up test. 3. Make more path agnostic. by Garrett Cooper · 14 years ago
  63. c0e37ca 1. Add default kernel source dir as /usr/src/linux. 2. Clean up indentation. by Garrett Cooper · 14 years ago
  64. a3bd68b Fix indentation. by Garrett Cooper · 14 years ago
  65. ca0d5a5 POSIXify. by Garrett Cooper · 14 years ago
  66. 48ae82c All for parameterized $TMP. by Garrett Cooper · 14 years ago
  67. b1b5563 Remove bashisms. Clean up. by Garrett Cooper · 14 years ago
  68. 099b86b Install in testcases/bin/cpu_hotplug to avoid collision with installed filenames. by Garrett Cooper · 14 years ago
  69. 84e0adc Make alphabetical ordering more apparent by adding a comment. by Garrett Cooper · 14 years ago
  70. fed2457 Fix order by properly alphabetizing it again. by Garrett Cooper · 14 years ago
  71. 87dadac Remove unnecessary variable set; all MAKE_TARGETS get added to INSTALL_TARGETS. by Garrett Cooper · 14 years ago
  72. 909edbc (cpu_hotplugin_makefile.patch) to execute cpuhotplugin test. by Rishikesh K Rajak · 14 years ago
  73. d822fce Merge branch 'next' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Rishikesh K Rajak · 14 years ago
  74. b60acfe Inspite of memcg kernel support being available, memcg_[functional|regression by Garrett Cooper · 14 years ago
  75. ca619b2 Revertin the commit d40fd32af0d0ad7713b0cf6cd23daf1ee639d479 for now. by Rishikesh K Rajak · 14 years ago
  76. d40fd32 I have found abnormal behavior of sem_post/8-1.c test case under posix. by Rishikesh K Rajak · 14 years ago
  77. 08c16de I have observed that the 'createfile.c' in by Rishikesh K Rajak · 14 years ago
  78. 88a1dde Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  79. c654435 Inspite of memcg kernel support being available, memcg_[functional|regression by Rishikesh K Rajak · 14 years ago
  80. c0b8157 New testcase added by Naufal. by Rishikesh K Rajak · 14 years ago
  81. e180e61 Reverting the commit id: 3bc8ecdb69b29436e2987173ffdd7244d8897942 by Rishikesh K Rajak · 14 years ago
  82. 3bc8ecd Signed-off-by Mohamed Naufal Basheer <naufal11@gmail.com> by Rishikesh K Rajak · 14 years ago
  83. 6518012 Hi by Rishikesh K Rajak · 14 years ago
  84. 0094e1a Do a minor bit of cleanup with the README. by Garrett Cooper · 14 years ago
  85. 90e3e1e Remove space. by Garrett Cooper · 14 years ago
  86. 85a1755 Finish up the remainder of the needed commits to fix the segfault issues with the rt_sig* syscalls. by Garrett Cooper · 14 years ago
  87. 135924f Fix rt_sigsuspend01, as per the patches provided s.t. it will pass on x86_64. by Garrett Cooper · 14 years ago
  88. 64fd967 Fudge code provided by Liu Bo a bit to make it fit ltp_signal.h; most of by Garrett Cooper · 14 years ago
  89. a15d642 Add fud for CLOCK_MONOTONIC_RAW, even though (FWIW) it doesn't work on by Garrett Cooper · 14 years ago
  90. 36e9e44 Fix typo. by Garrett Cooper · 14 years ago
  91. be744da Clean up the test.. It was a royal mess before. by Garrett Cooper · 14 years ago
  92. 917b2f9 Include definitions for CLOCK_MONOTONIC_COARSE and CLOCK_REALTIME_COARSE by Garrett Cooper · 14 years ago
  93. e9cca93 We actually need to call cleanup regardless, so let's readd that to the by Garrett Cooper · 14 years ago
  94. ee8d486 Clean up test to use gettimeofday and settimeofday syscalls for by Garrett Cooper · 14 years ago
  95. a83e7dc Added clean_swap() to cleanup routine. This makes sure all leftover by Garrett Cooper · 14 years ago
  96. 541938f Oops i did not know the API has got changed. by Rishikesh K Rajak · 14 years ago
  97. df4e7fb For running container testcase smoothly on older distro, these changes are required by Rishikesh K Rajak · 14 years ago
  98. 2a5fdca Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  99. 8e1a947 MPOL_* constants were missing as noted by Rishi and Iranna. by Garrett Cooper · 14 years ago
  100. b212df4 Revert "check_pidns_enabled doesn't exist anymore. Just run the test as-is... Noticed by Rishi." by Rishikesh K Rajak · 14 years ago