1. dd5adf0 Force the catch_sighup to be volatile in order to overcome an issue due to the compiler optimization. In fact, compiling the test with -Os the catch_sighup variable is not set to 1 into the signal handler. At runtime, the test remain in a loop. No problem compiling without Os or O2. by subrata_modak · 16 years ago
  2. c310e56 Reverting back the changes done to fcntl-lock tests in May 2008 release, as this would have canceled the operation Revision *1.1 *done on the /Mon Sep 11 20:40:52 2006 UTC/ by /mreed10 /which added "A patch that added new functionality into the NFSvf lock tests. by subrata_modak · 16 years ago
  3. 1d1d22b Restored back the Makefile content. Else, there will be build/clean/install failures. Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  4. 8f2ef4a Manas K Nayak <maknayak@in.ibm.com> updated the fnctl lock tests from http://nfsv4.bullopensource.org/tools/tests/locktest.php. I have retained some info like the deploy_info, etc from the older release as well. The old tests were failing. After updates, the test passes. by subrata_modak · 16 years ago
  5. 5387ba0 These test cases fail on the NFS environment due to NFS relates issue(s). Hence abondon these tests when NFS is detected. By, Sridhar Vinay <vinaysridhar@in.ibm.com>. by subrata_modak · 17 years ago
  6. bef0383 This will not be built or tested until several issues with it´s Makefile are sorted out by subrata_modak · 17 years ago
  7. ca2ef99 This turned out to be a test case problem, where it fails to identify the correct backbone network interface to use for the test. But there is an option already provided for the interface to be specified while invoking the test. Here, eth1 is the backbone interface and hence if the test is invoked like 'IFNAME=eth1 ./tcpdump01' it will pass. But it relies on DNS lookup and requires the IP to be configured accordingly. Signed-off-by: Anoop Vijayan <anoop.vijayan@in.ibm.com> by subrata_modak · 17 years ago
  8. 104a4d9 The idea of the patch is "to make things that should be extern, extern". The means to do this are: by subrata_modak · 17 years ago
  9. ba3667f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  10. fd6cea2 Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  11. c0caf8f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  12. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  13. 8dd5f6a This patch allows network stress tests to be run on different subnet by subrata_modak · 17 years ago
  14. df2cb3c Ricardo Fixed the way by which tst_resm should be called from Shell Test Script by subrata_modak · 17 years ago
  15. 96c4b24 dont use the optional POSIX postfix operator as some crappy shells actually omit it by vapier · 17 years ago
  16. e652312 This guides you to the new location of CTHON04, as, these Testcases has been removed from LTP for want of GPLv2 License Agreement by subrata_modak · 17 years ago
  17. 91329eb Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  18. b757519 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  19. 4501d95 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  20. dc3d077 "rsalveti@linux.vnet.ibm.com" wants to update this with kernel/fs/fsstress/fsstress.c by subrata_modak · 17 years ago
  21. 2c742c7 getsockopt() takes a socklen_t, not an int, as its optlen by vapier · 17 years ago
  22. bc59542 Randy Dunlap writes: Fix printf format warnings by vapier · 17 years ago
  23. 8d4767d "rsalveti@linux.vnet.ibm.com" pointed out to have same "fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs" by subrata_modak · 17 years ago
  24. e1d8bba Fix for Bug no "1736357",tar file is not multiplatform, pointed out by "Neil Brewitt" by subrata_modak · 17 years ago
  25. 9383f1d Applied Patch to fix the wrong usage of pthread_exit, pointed out by <carmelo.amoroso@st.com> by subrata_modak · 17 years ago
  26. 611b283 Addressing the Issue when RHOST can be an IP_ADDRESS, as pointed out by "Ambar Seksena" <ambar.seksena@calsoftinc.com> by subrata_modak · 18 years ago
  27. 5017bcc use POSIX redirection as pointed out by Will Newton by vapier · 18 years ago
  28. a022808 A patch by Ricardo Salveti De Araujo that corrects the problem of by mreed10 · 18 years ago
  29. df1e99b Removing the Ping test portion of this test because it is unneeded and causes failures. by mreed10 · 18 years ago
  30. ddba097 tweak cnt decrement to be POSIX friendly by vapier · 18 years ago
  31. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  32. 460cd5e fix from Steven J. Hill use memset() instead of bzero() by vapier · 18 years ago
  33. ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
  34. e42b448 Disabling the ping test for now. The test can pass without this additional check and can cause failures on some distros. by mreed10 · 18 years ago
  35. 66370df Made a change to a comment above the change for 1.11 by mreed10 · 18 years ago
  36. 4b4ed0a Fixed the setting of LTPROOT for the bin directory, not just the ltp/testcase/network/multicast/mc_cmds directory for bug 25273 by mreed10 · 18 years ago
  37. 5bc4e4e The readme file has been updated for nfs by mreed10 · 18 years ago
  38. ca57379 Comment out set -x to remove debug output by mreed10 · 18 years ago
  39. 1430d82 A fix for bug #27618 that addresses two issues: by mreed10 · 18 years ago
  40. 825b214 A fix for Bug 23587 where the connectathon test failed on linux client with cifs mount to Windows2003 R2 server by mreed10 · 18 years ago
  41. 1c06925 A patch by David Stevens that fixes: by mreed10 · 18 years ago
  42. c728546 Changed the patch around tst_resm to ./tst_resm for execution in bin directory by mreed10 · 18 years ago
  43. 8699a12 Changed Makefile to standard LTP makefile and fixed a build problem by mreed10 · 18 years ago
  44. 71de603 Removing the executable file by mreed10 · 18 years ago
  45. 576cd14 A patch that addes new functionality into the NFSvf lock tests. by mreed10 · 18 years ago
  46. 0be0dc3 Adding files for Mitsur's networking tests by mreed10 · 18 years ago
  47. 46f7634 Adding files for Mitsu's networking tests. by mreed10 · 18 years ago
  48. 5205d93 This patch adds brackets because some versions of ssh requires square brackes around the IPv6 address. by mreed10 · 18 years ago
  49. 8df2191 Added a patch by Mitsuru Chinen that added the Absolute path to execute sshd daemon by mreed10 · 18 years ago
  50. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  51. 0559d69 Mitsuru Chinen writes: As an end-of-line semicolon is missing, compiling asapi_06.c is failed. by vapier · 18 years ago
  52. 96c4a17 force CFLAGS/LIBS to be evaluated once rather than everytime they are used by vapier · 18 years ago
  53. e77da4e add a warning to those who wish to fiddle by vapier · 18 years ago
  54. 6e32f0d cleanup source code by vapier · 18 years ago
  55. 104f53e unify the generate.sh scripts and use the new top level make-files script by vapier · 18 years ago
  56. 552b7eb Updated the change log for this file by mreed10 · 18 years ago
  57. 1746693 A fix for Bug 24841. The ping test is now skipped on SLES, but does not affect by mreed10 · 18 years ago
  58. 3ca3d7a The loop to determine which ethernet interface is needed was moved to ensure that the correct ethernet interface was selected. This is still a fix for Bug 25273 by mreed10 · 18 years ago
  59. dd071dd A fix for Bug 25273. The test now uses [ae]th[01] in the ping command using the -I option. by mreed10 · 18 years ago
  60. f37d2a9 Adding files for Mitsuru Chinen for the nfs patch. by mreed10 · 18 years ago
  61. 97903da Adding files for Mitsuru's nfs patch by mreed10 · 18 years ago
  62. 01153c2 Adding files for Mitsuru's Chinen's nfs patch by mreed10 · 18 years ago
  63. 0aa7815 A fix submitted by Jacky Malcles that fixes this testcase by setting envp by mreed10 · 18 years ago
  64. 8af2363 A patch created by Mitsuru Chinen that created some addtional network stress tests. by mreed10 · 18 years ago
  65. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  66. 9e28c8f use memcpy() instead of bcopy() by vapier · 18 years ago
  67. c91cdfa use memcpy, not bcopy by vapier · 18 years ago
  68. b34fecc filter shell cruft out of LOCKTESTS so we can use it in make rules by vapier · 19 years ago
  69. d5e170a fix gcc warnings: warning: int format, different type arg by vapier · 19 years ago
  70. 41f4cd7 add support for LDFLAGS by vapier · 19 years ago
  71. 486bcd5 kill off unused variables by vapier · 19 years ago
  72. f25cdf3 simplify makefile by vapier · 19 years ago
  73. d61b75c cleanup file and make acl detection automatic by vapier · 19 years ago
  74. 41adf66 revert previous commit by vapier · 19 years ago
  75. d2738d6 Fix for defect 21693, seg fault on failure by mridge · 19 years ago
  76. 3f2b54a Fixes for the locks tests and added tests to stress a server with multiple clients by mridge · 19 years ago
  77. c398e4f use errno.h instead of doing extern int errno by vapier · 19 years ago
  78. f81795e remove duplicated errno.h includes and just include errno.h, not sys/errno.h by vapier · 19 years ago
  79. 0341209 fix gcc warning: by vapier · 19 years ago
  80. cf2189f include string.h for memmove prototype by vapier · 19 years ago
  81. 4456910 fix dependency tracking so targets arent rebuilt all the time by vapier · 19 years ago
  82. 0991b91 Applied patch from Jeff Burke: by robbiew · 19 years ago
  83. a72abc5 Add sctp updates by mridge · 19 years ago
  84. 53fe614 Add sctp updates by mridge · 19 years ago
  85. 949c5b1 Updates to ASAPI tests from David Stephens for new glibc and RFC 3542 by mridge · 19 years ago
  86. 64a341f Updates from sridhar to sctp testsuite by mridge · 19 years ago
  87. 3b48f8e Backout change to nfs04 by mridge · 19 years ago
  88. 69f804d Fix nfs04 typo on line 136, incorrect order of create_file params by mridge · 19 years ago
  89. 6f256bc Fix nfs04 typo on line 136, incorrect order of create_file params by mridge · 19 years ago
  90. 99aa361 Renamed create_file.c to nfs04_create_file.c to resolve duplicate name problem with network stress tests. by robbiew · 19 years ago
  91. e0d6389 Comment out CFLAGS overrides in Makefile, it was causing build breaks in 64bit compiles by mridge · 19 years ago
  92. 618fd23 Initial add of acl testsuite from Bull by mridge · 19 years ago
  93. 8a78b27 Updates to Makefile for acl testsuite by mridge · 19 years ago
  94. 6298fff Applied memory leak fix. by robbiew · 19 years ago
  95. 18268c5 updated Makefile for cleanup by mridge · 19 years ago
  96. e2b685b Updated locktests testcases from Vincent Roqueta by mridge · 19 years ago
  97. a6dcc0b Updates to Makefile for LTP by mridge · 19 years ago
  98. 4a3233f new nfsV4 tests from Bull by mridge · 19 years ago
  99. cd30c33 Network stress testcases by mridge · 19 years ago
  100. b09f6c3 Network stress testcases by mridge · 19 years ago