1. 335f650 Fix indentation and a compile error noted by SimonXu on #ltp. by yaberauneya · 15 years ago
  2. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  3. 36c8e2d Fix several out-of-build tree issues with CVS HEAD found while building on-site with Cisco. by yaberauneya · 15 years ago
  4. f969255 1. Add check for locale command with exists command in cmdlib.sh by yaberauneya · 15 years ago
  5. 58f3c4b The attached patch fixes my issues, but I can't easily verify whether or not it fixes the positive behavior of the testcase itself under all conditions: by yaberauneya · 15 years ago
  6. 906757f This change (which I'm committing to cvs right now) changes the default to the loopback address: by yaberauneya · 15 years ago
  7. 677ce25 The trap signal handler wasn't being disabled on entry thus causing it to be called twice, the first time when tst_cleanup was called; the second when cleanup exited. by yaberauneya · 15 years ago
  8. c59af74 1. Fix incrementing call to use POSIX compliant version of incrementing. by yaberauneya · 15 years ago
  9. bd388eb 1. Honor TMPDIR, as per Henry Yei's note, because linktest.sh doesn't currently do that. by yaberauneya · 15 years ago
  10. bbe24d7 -laio shouldn't be added to LDLIBS by default. That is just plain wrong. by yaberauneya · 15 years ago
  11. 7e67bd8 Modify tests to honor tmp directory passed into runltp, convert to LTP format: This is a set of patches for tests in the fs runtest file which make use of tst_tmpdir functions or alternatively, the base tmpdir set by the user. Some of the tests have been converted to LTP test format as well. Tests that are changed: fs_di, fs_perms, lftest, linker01, quota_remount_test01, writetest. Signed-off by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  12. 606e544 modify fs scenario to use working directory specified by runltp: This patch modifies the fs scenario to remove hard coded paths with /tmp as well as make sure that tests that take directory arguments use the temporary directory specified by runltp. I've chosen to pass in the temporary directory rather than change the tests themselves for certain tests take a path as an argument. Signed-off by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  13. 266ec97 Change use of signal to sigaction for more reliability, fix time issue: by subrata_modak · 15 years ago
  14. 1bf1c2a 1. Make linux_syscall_numbers.h dependent on the .in files so that it can be regenerated if and when the files are touched. by yaberauneya · 15 years ago
  15. 8092083 Rename BUILD_DEPS to MAKE_DEPS to be more consistent with MAKE_TARGETS. Bleh... I've dealt with our build system here at Cisco far too much (BUILD_DEPS is the variable name...). by yaberauneya · 15 years ago
  16. b9b101d generic_*target.inc: Revive BUILD_DEPS support so dependencies are built prior to building MAKE_TARGETS, for simplicity of design for the end-user. by yaberauneya · 15 years ago
  17. 106e74f config.mk.in: we're no longer installing directly to the destination directory until install is called, so let's not pick up anything CPPFLAGS-wise from that directory. by yaberauneya · 15 years ago
  18. 77772ef 1. Fix taskstats.m4 so it no longer punts out warnings. by yaberauneya · 15 years ago
  19. 91b723f AR is defined in configure.ac. Not needed in m4 anymore. by yaberauneya · 15 years ago
  20. f0be1bd Add copyright tort. Abbreviate. by yaberauneya · 15 years ago
  21. f7df140 autoconf 2.61 / m4 1.4.7 don't define the macro, AC_PROG_AR. This needs to be by yaberauneya · 15 years ago
  22. b836e53 Remove an accidental circular dependency. by yaberauneya · 15 years ago
  23. adebaed Check in `creating directory' cosmetic item for runltplite.sh as well, just to be consistent. by uid311324 · 15 years ago
  24. 2b6cd80 While trying to figure out why entries don't get entered in the exec by yaberauneya · 15 years ago
  25. 3a9947e Move `creating ... directory' to block where: We shouldn't say that we're creating the directory unless we are actually creating the directory. This only leads to potentialconfusion with LTP newbies. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  26. ff424da use default size for blks if parsing df output fails to return numeric argument: This patch for rwtest.sh sets a default size for the number of blocks within the filesystem the test is executing on if parsing "df output" somehow results in a non-numeric value(unexpected df output). Also removes trailing whitespace. Garrett, I've attached the patch with your suggested changes. As for making default_sz 1000000, this was to keep to the original functionality, but fix cases where df output was not expected. If you see the original code, if sz > max, than it is capped at max=1000000 as well. Whether ~ 1GB is a good maximum, I'm not sure. Signed-off-by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  27. 493f24f Complete the test cases for getuid16: Some of testcases for *16 and *64 system calls have not been completed yet though my makefile trick were introduced by Suburata. *16 may not be so important but I'd like to complete them anyway. The first one is for getuid16. To apply getuid16.patch use -p0 option. by subrata_modak · 15 years ago
  28. 54790f2 Found a few more... by yaberauneya · 15 years ago
  29. f02df4f Note that a few commands are missing in the TODO and need to be fixed. by yaberauneya · 15 years ago
  30. 0b47edd Add note about check_pidns_enabled, check_mqns_enabled and check_netns_enabled as well. by yaberauneya · 15 years ago
  31. 6f8d62a Note check_for_unshare requirement in containers_test.sh by yaberauneya · 15 years ago
  32. 160ed98 File descriptors not cleaned up: This patch for openfile contains the following changes: by subrata_modak · 15 years ago
  33. d07b595 The following patch adds a signal() syscall to the ppoll01 testcase. The testcase has a signal handler in it but this signal handler is not registered with the kernel through the signal() syscall. Without the patch the testcase fails when it sends a SIGINT to itself as part of one of the case of the test run. Signed-off-by: Chandru S <chandru@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  34. 5358736 Dependency for all was wrong. by yaberauneya · 15 years ago
  35. 83eb2d1 This proposed change makes linktest.pl into linktest.sh, to avoid missing coverage with symlinks and hardlinks due to a lacking perl dependency on the target host. by yaberauneya · 15 years ago
  36. 02b7b33 Add comment about testcases/commands/unzip/unzip01. by yaberauneya · 15 years ago
  37. de0b165 Forgot to checkin Makefile to reenable aio02. by yaberauneya · 15 years ago
  38. 5cb8cd5 Add a note about testcases/network/multicast needing fixing. by yaberauneya · 15 years ago
  39. e3e0390 Note the fact that testcases/network/rpc/rpc-tirpc-full-test-suite needs to be integrated with Makefiles in order to function at install. by yaberauneya · 15 years ago
  40. c12ea91 tmpcmds.sh was renamed to net_cmdlib.sh by yaberauneya · 15 years ago
  41. 81ed641 And of course I used the wrong string substitution -.-... let's just change that back to $(dirname)... by yaberauneya · 15 years ago
  42. ea0d619 I accidentally coded in the wrong IP address values (all the same) and change the semantic from 181 - 184 to 180 - 183. Changing to be correct and consistent. by yaberauneya · 15 years ago
  43. e98baf1 1. My Gentoo system lacks the ip utility, which is required for this by yaberauneya · 15 years ago
  44. 7ef2c62 The output format for tst_res.c changed in rev 1.9 so it now prefixes T to the failure codes (BROK, CONF, FAIL, PASS). This change updates the parser so that it properly parses the results information from the output log. by yaberauneya · 15 years ago
  45. 0f42208 Don't forget to copy over IDcheck.sh. by yaberauneya · 15 years ago
  46. b8ee435 Remove this test and itś reference anywhere as requested by Cyril Hrubis <chrubis@suse.cz>. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  47. da124b9 Just another printf cleanup: attached patch fixes some more printf formating issues as well as some coding style errors. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  48. 3311a25 fix possible tst_xxx buffer overrun: Following patch fixes tst_** functions that would segfault for printing messages longer than 2048 chars. Now such message is truncated. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  49. ec27747 fix memcg_function_test's bug: testcase_25() uses a wrong "$?" value , Now use "ret" to record the real "$?" value for test. Signed-off-by: Liu Bo <liubo-fnst@cn.fujitsu.com>. by subrata_modak · 15 years ago
  50. ce93bf4 realtime: Remove printing of cpu affinity masks in pi-tests: Some tests under realtime/func/pi-tests in LTP display junk values for cpu affinity masks: by subrata_modak · 15 years ago
  51. 8266c29 Remove `verbose mode' from runltp*: by subrata_modak · 15 years ago
  52. 09576f8 IMA tcb policy: Dependency section update. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>. by subrata_modak · 15 years ago
  53. 1caeef8 Fix false success for exp test: if I get it right there is error in ltp-full-20090831/testcases/misc/math/float/exp_log/genexp.c (see genexp_resfile.patch). Resulting file exp_out.ref is wrong, but it is not catch by test - nan_compare.patch make correct nan comparison. Signed-off-by: Pavel Kiryukhin <vksavl@gmail.com>. by subrata_modak · 15 years ago
  54. 8b57114 network: fix rpc use rsh instead of ssh: rpcinfo01 testcase use ssh to run command on remote machine, which will prompt for authentication and password. I think it is a typo because all network tests use rsh. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
  55. 7c70803 utimes: fix failure of utimes01: In /testcases/kernel/syscalls/utimes, case02 expects "EACCES" error. According to utimes's manual: EACCES times is NULL, the caller’s effective user ID does not match the owner of the file, the caller does not have write access to the file, and the caller is not privileged (Linux: does not have either the CAP_DAC_OVERRIDE or the CAP_FOWNER capability). However, now case02's times is not NULL so that it can only get "EPERM". So, change case02's times to NULL to reach its expect. This patch fixes the problem. Signed-off-by: Liu Bo <liubo-fnst@cn.fujitsu.com>. by subrata_modak · 15 years ago
  56. 97d52c5 Modified master script to pass appropriate arguments for cpu consolidation test cases. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  57. 4abd883 Enhanced & Modified cpu_consolidation testcase: We can pass additional argument performance to use the same testcase for Performance test. Fixed issues in cpu consolidation test. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  58. c82ac4f Modified ilb test to run with ebizzy as default workload. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  59. b5af98f Developed new functions and fixed issues causing ilb test failure: CPU Consolidation verification function is fixed to handle variations in CPU utilization. Threshold is selected based on test conducted on 2.6.31 on dual core, quad core & hyper threaded system. Developed new function to generate hyper threaded siblings list and get job count for hyper threaded system and multisocket system. Modified kernbench workload execution time for 5 min, hence test execution time will be reduced further. Developed new functions to stop workload. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  60. 0062d0c Fix issues in cpu consolidation verification functions: Arguments passed for cpu consolidation was not used appropriatly. Provided TINFO messages to indicate dependency test failures. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  61. 89288b4 Convert man.mk to generic_leaf_target.mk. by yaberauneya · 15 years ago
  62. 91a53d3 Some ancient copies of glibc (2.3.3, 2.3.4) don't expose PTRACE_GETSIGINFO and PTRACE_SETSIGINFO, so let's the conditionalize them. by yaberauneya · 15 years ago
  63. ad3a447 Fix some stupid errors as far as not including the right directories / libraries is concerned. by yaberauneya · 15 years ago
  64. 4127b4b Fix a minor issue with out-of-build-tree support. by yaberauneya · 15 years ago
  65. 0e41a9e Some toolchains require -ldl apparently. Ran into this issue while trying to cross-compile this subcomponent. by yaberauneya · 15 years ago
  66. 42cc0d9 Mark ballista broken until I can fix it and remove it from the default build. People can still build it manually, if they dare. by yaberauneya · 15 years ago
  67. 619d07e That open failed diag message was completely useless. Let's improve it. by yaberauneya · 15 years ago
  68. 5efcbb8 As Jimmy Buffet once said in Margaritaville -- "It's my own damn fault". by yaberauneya · 15 years ago
  69. 3f009fc do not have default lib target be install by vapier · 15 years ago
  70. 747cd8e Mike once again, has a very valid point. The default target should be all to avoid any level of confusion as far as what gets executed first. by yaberauneya · 15 years ago
  71. 5fda204 1. Check in remaining fixes for in-build-tree support that were accidentally overlooked before. by yaberauneya · 15 years ago
  72. 5650dbc Remove this autogenerated junk. I don't want my compiler toolchain details hardcoded in here because it will only cause errors later on down the line for someone else. by yaberauneya · 15 years ago
  73. 4e1f749 Checkin the autoreconf'ed libtool file too. by yaberauneya · 15 years ago
  74. 502647f Fix generate_install_rule so that test -d ... || mkdir -p ... is no longer required. by yaberauneya · 15 years ago
  75. 8cb9867 Clean up the Makefiles and run autoconf again to reduce noise and make things more sane. by yaberauneya · 15 years ago
  76. bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
  77. e6edac6 Fix build/installation so we don't install the libraries directly to $(libdir) anymore, and thus can do testing out of a build tree (ish). by yaberauneya · 15 years ago
  78. a5da751 take version from build system by vapier · 15 years ago
  79. 03ce934 Get rid of some valid compiler warnings. by yaberauneya · 15 years ago
  80. 473ab27 dont keep ltp.pc in cvs by vapier · 15 years ago
  81. c3f28aa Don't remove config.h.default. by yaberauneya · 15 years ago
  82. 8f27b93 gethost isn't in testcases/bin anymore; it was moved to tools/ by yaberauneya · 15 years ago
  83. e6db976 Use the type builtin instead of which(1). by yaberauneya · 15 years ago
  84. 14f1a92 1. Make it possible for submakes to be done with less painful steps (hopefully this will make Mike F happy again :)...) by yaberauneya · 15 years ago
  85. d5d1c73 Let's revert the hard requirement for config.mk as Mike F's submake usage would be broken. by yaberauneya · 15 years ago
  86. 3bd0da4 Block off all of the logic which requires $(prefix) to function properly, so all and clean can still continue to function. by yaberauneya · 15 years ago
  87. aaf1ba5 Make not running with a config.mk file a hard error when not doing clean. by yaberauneya · 15 years ago
  88. f6720f2 Fix issue with $(INSTALL_DIR) being access before it was defined. Was leading to install issues when all hadn't been run yet. by yaberauneya · 15 years ago
  89. 6aef96e Certain scripts weren't being installed with LTP, even though they should have been (faulted kernel, valgrind, etc). by yaberauneya · 15 years ago
  90. 3b10f51 Mike added simple_tracer for debugging purposes, but it doesn't compile by default: by yaberauneya · 15 years ago
  91. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  92. 971c9e8 add some simple trace code to help with debugging by vapier · 15 years ago
  93. dcc74a4 tweak how we notify unsupported arches so the code is always compiled by vapier · 15 years ago
  94. c444d05 make strptrace() inline to avoid unused warnings by vapier · 15 years ago
  95. aa10c74 Byte compiled python files should not be in the repo. by yaberauneya · 15 years ago
  96. 01b1a8b Just before doing a CVS diff I noticed that these binary files made it by yaberauneya · 15 years ago
  97. fe57497 Changes for SEPTEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
  98. 4f8a35f When this TC is ending it removes all directories/files under /tmp that may be embarrassing so, if you agree I suggest that it only removes what has to do with the TestCase; this is the purpose of the following patch. Signed-off-by: JACKY MALCLES <Jacky.Malcles@bull.net>. by subrata_modak · 15 years ago
  99. 6e21942 memcg : fix various test failures: In memcg testcases, by subrata_modak · 15 years ago
  100. ee51da2 fsstress: renew flist if clean up test directory: flist contain all files created by fsstress. If test clean up direcory on each interations that it should reinitilize flist. Signed-off-by: Andrew Vagin <avagin@gmail.com>. by subrata_modak · 15 years ago