1. 4aafc28 The mq_timedreceive01.c test defines _XOPEN_SOURCE 500 on the beginning but this causes missing prototypes for seteuid() and mq_timedreceive() as they need _XOPEN_SOURCE >= 600. Following patch fixes that. Signed-off-by: Cyril Hrubis chrubis@suse.cz. by Subrata Modak · 14 years ago
  2. e75668f ftruncate04.c: cleanup mandatory locking check. The attached patch tries to cleanup the `mandatory locking' check in the ftruncate04.c testcase. The currently test is made with system(2) and involve calling some external tools ... to determine if the underlying filesystem has `mand' option set. The same result can be easily retrieved with a simple statvfs(2) call and examining the mount flags value. This has been successfully tested on a RHEL5 x86_64 machine. Signed-off-by: Nicolas Joly <njoly@pasteur.fr>. by Subrata Modak · 14 years ago
  3. 6e9c735 New: open("a/", O_NOFOLLOW) fails with ELOOP if "a" is a symbolic link to a directory. Add O_NOFOLLOW open test with trailing slash. In a situation where symlink (say 's') points to a directory, open("s/", O_NOFOLLOW) should succeed. Check for this. Signed-off-by: Jan Kara <jack@suse.cz>. by Subrata Modak · 14 years ago
  4. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  5. 440fa0f Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  6. bd9d440 Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  7. 0ce7093 NetNS test fixes: By the way, these tests appear to start up sshd for no reason other than possibly checking that basic sockets work in the netns. Given the frailty and required setup of the "ftp" test, I think it would be better to replace it with a test using netcat and then yank the sshd bits from the ping tests. by Subrata Modak · 14 years ago
  8. 3aabc94 Most of these are belated cleanup after the move to using /opt/ltp. But come on, replacing 'return' with tst_exit(), are you just trying to mess with my head? by Subrata Modak · 14 years ago
  9. c98956b The MAX_CLOCKS supported by the kernel is 16. But the kernel may not have all the clock sources defined in the range 0-15. Hence, to test whether kernel returns error for an INVALID clock source id, we should use the upper limit MAX_CLOCKS (16 at the moment). But to verify the the defined clocks work fine, we should loop through the "list" of clock sources defined for sure. MAX_CLOCKS marsk the end of the clock sources in the array. by Subrata Modak · 14 years ago
  10. f0be8b0 We should to check the return value of trigger_eventfd_overflow() in overflow_poll_test(). by Subrata Modak · 14 years ago
  11. 3e113a2 Changelog update till 30th April 2010. by Rishikesh K Rajak · 14 years ago
  12. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  13. 5936767 pidns30 fix by Rishikesh K Rajak · 14 years ago
  14. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  15. e6dc1b4 While packaging ltp-full-20100228 I've found out that man files are installed by Rishikesh K Rajak · 14 years ago
  16. 40f8829 Merge branch 'pu' by Rishikesh K Rajak · 14 years ago
  17. acaf3cd Merge branch 'master' into next by Rishikesh K Rajak · 14 years ago
  18. c2ce536 Generating HTML Output.....!! by Rishikesh K Rajak · 14 years ago
  19. d9f3d25 The test_fs_bind testscript hangs indefinitely when run on a machine by Rishikesh K Rajak · 14 years ago
  20. 23e7806 Running the ltp suite on ChromeOS (x86 with a 2.6.32 kernel) fails linkat01 by Rishikesh K Rajak · 14 years ago
  21. 5162b71 prio-wake: avoid glibc to kernel sleep race by Rishikesh K Rajak · 14 years ago
  22. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  23. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  24. 1c9ec5e Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  25. 4eca2b5 Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  26. 6fc71a4 merge with pu branch changed by Garret by Rishikesh K Rajak · 14 years ago
  27. 1ff0128 Correct comment so that it filters its way up to next (eventually). by Garrett Cooper · 14 years ago
  28. c150e9b I tried "eventfd01" test in my system. by Rishikesh K Rajak · 14 years ago
  29. eaf7322 I found out that "-)20" test of "ar01" failed once in a while. by Rishikesh K Rajak · 14 years ago
  30. cc7c703 I tried to build by using yesterday's git in my system (RHEL4.8 x86). by Rishikesh K Rajak · 14 years ago
  31. 2a276cf I found two problems in mail test. by Rishikesh K Rajak · 14 years ago
  32. a9d5600 I tried "hugemmap", "hugeshmat", "hugeshmctl", "hugeshmdt" and by Rishikesh K Rajak · 14 years ago
  33. 2e27147 Note #define vs enum conformance issue with signal_h/26-1.c by Garrett Cooper · 14 years ago
  34. 2eb2342 Fix more deprecated malloc.h includes. by Garrett Cooper · 14 years ago
  35. 5da1b33 Fix incorrect / missing included headers. by Garrett Cooper · 14 years ago
  36. e90e013 Fix a typo and add a missing definition for non-Linux platforms. by Garrett Cooper · 14 years ago
  37. 001227f Fix a rookie typo with #ifdef vs #if defined() by Garrett Cooper · 14 years ago
  38. 1d67dc1 Add proper checks for Linux and the BSDs. by Garrett Cooper · 14 years ago
  39. 4837fee Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  40. aabf191 Added a new file called result where maintainer need to provide the result on which he has run before releasing the tar ball for month end release. by Rishikesh K Rajak · 14 years ago
  41. 3bf5147 Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  42. 44fba94 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  43. 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
  44. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 14 years ago
  45. aca4428 Added Maintainer Notes new file by Rishikesh K Rajak · 14 years ago
  46. d2a9b9d Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  47. 613db22 Changelog from 2010-03-01 to 2010-03-31 by Rishikesh K Rajak · 14 years ago
  48. 69d19f3 Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  49. 36f76e8 Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  50. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 14 years ago
  51. 18a3509 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  52. 8b062bf Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  53. f269fc8 ./runltp -f fs_readonly fails with: by Rishikesh K Rajak · 14 years ago
  54. f5f06f4 Merge branches 'maint' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  55. df6f698 Merge branches 'maint' and 'next' into next by Rishikesh K Rajak · 14 years ago
  56. 3759a04 Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  57. c58cf0c cgroup_fj_release_agent is not getting installed as it does not end with *.sh. by Rishikesh K Rajak · 14 years ago
  58. 566d1af Merge commit '391e757d43b3ac33a4a435e319ee77b1daa6da76' by Rishikesh K Rajak · 14 years ago
  59. 391e757 Fix the proper return for testcase. by Rishikesh K Rajak · 14 years ago
  60. 008f0d2 These warning will appear when HAVE_LIBCAP is not defined. by Rishikesh K Rajak · 14 years ago
  61. b72a24c Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  62. f102fd9 I have tested these on MIPS architecture and reproduced infinite by Rishikesh K Rajak · 14 years ago
  63. 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
  64. 2df915d Revert "I have found abnormal behavior of sem_post/8-1.c test case under posix." by Rishikesh K Rajak · 14 years ago
  65. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  66. 95a376d As pointed out by Cheng Shun Xia one of open posix conformace tests is testing by Rishikesh K Rajak · 14 years ago
  67. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  68. 96a4822 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  69. c700433 Attached patch fixes possible buffer oveflow in sem_getvalue tests (the buffer by Rishikesh K Rajak · 14 years ago
  70. 4d574b9 Merge branch 'next' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev into next by Rishikesh K Rajak · 14 years ago
  71. e7ed287 This commit contains Linux RTC device driver test cases. by Rishikesh K Rajak · 14 years ago
  72. 965127e Merge branches 'pu' and 'maint' into maint by Rishikesh K Rajak · 14 years ago
  73. 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 14 years ago
  74. d05498f Merge branches 'master' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  75. 2784e9a Merge branches 'master' and 'maint' into maint by Rishikesh K Rajak · 14 years ago
  76. b80fdef Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  77. 00c8b34 Merge branch 'master' of ssh://yaberauneya@ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  78. a25f31b Update TODO with note about needing to replace pushd and popd logic in a few tests. by Garrett Cooper · 14 years ago
  79. 007dce5 Hi, by Garrett Cooper · 14 years ago
  80. a3bb7ab Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  81. 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
  82. 615e1e3 Merge branches 'master' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  83. b8ed546 Merge branches 'master' and 'maint' into maint by Rishikesh K Rajak · 14 years ago
  84. ce94432 Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  85. 1a5506c Fix make filed,, reported by Shi Weihua <shiwh@cn.fujitsu.com> by Rishikesh K Rajak · 14 years ago
  86. 48c52fc Instead of LIBS, it should be LDLIBS in container/Makefile by Rishikesh K Rajak · 14 years ago
  87. c962f51 Testing for post-receive-email by Rishikesh K Rajak · 14 years ago
  88. 17905ce Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  89. bdfe0b2 Adding check_for_unshare.c file and linking the porper lib. by Rishikesh K Rajak · 14 years ago
  90. 716d298 Quick fix for build failure with 8th Mar master tree. by Rishikesh K Rajak · 14 years ago
  91. 5885439 Commenting "make all" in run_freezer.sh file as it is stopping to run by Rishikesh K Rajak · 14 years ago
  92. 8869188 Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  93. e8e3c75 Merge branches 'master' and 'maint' into maint by Rishikesh K Rajak · 14 years ago
  94. 63f0a8f libcgroup_freezer , pushd/popd removal. by Rishikesh K Rajak · 14 years ago
  95. 71256e1 Clean up comment to note the actual problem. It was confusing before. by Garrett Cooper · 14 years ago
  96. 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
  97. fb5821d Replace pushd / popd with proper cd logic as busybox doesn't have pushd / popd. by Garrett Cooper · 14 years ago
  98. 4a1e63a Fix _GNU_SOURCES macro requirement error. by Garrett Cooper · 14 years ago
  99. 223e12e Fix install for cgroup_fj_testcases. by Garrett Cooper · 14 years ago
  100. 49010e5 Replace pushd // popd with cd calls. by Garrett Cooper · 14 years ago