1. 97544a1 Some fixes of shell scripts of tests: this patch fixes some minor bugs in the code of LTP shell scripts: by subrata_modak · 15 years ago
  2. ba2cfc0 mem/hugetlb: fix failure of hugemmap03: 1) In mmap's manual, The starting address for the new mapping is specified in addr. So, if mmap's argument "addr" is reachable, the mmap will creates a new mapping in the virtual address space of the call-ing process. The test hugemmap03 will test that a normal page cannot be mapped into a high memory region. This infers that "addr" should be higher for 64-bit mode. 2) The test use "-I2" option, and this not only causes TFAIL's loop, but also causes TPASS's loop. For TFAIL, loop is deserved, nor for TPASS. This patch fixed these problems. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>. by subrata_modak · 15 years ago
  3. 358c3ee Printf-style format string warnings (TEST_RETURN related): this patch fixes some printf-format string warnings, concerning the TEST_RETURN variable. TEST_RETURN is declared as "long", so it is advisable to use "%ld" in printf format string to avoid undefined behaviour. Note that this patch is not complete - it fixes the warnings in files near the beginning of the alphabet only. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  4. 296ffa5 Fix some bashisms: this is another patch fixing bashisms in LTP tests (the fixes are more or less the same as in the previous patches, except for a few exceptions). Note that the patch is not complete, in the sense that there may remain further bashisms in the source even after applying the patch (like use of arrays, which is visible even from this patch). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  5. 98be589 Change errno reporting mechanism to TERRNO/TTERRNO in msgctl tests: The TERRNO/TTERRNO flags offer more information than the manual errno output used previously in the tests. This patch changes the tst_resm(XXX, ..., errno) and similar statements to tst_resm(XXX|TERRNO, ...). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  6. acb8449 Fix temporary file creation in mmapstress tests: these are two little fixes of the mmapstress test: by subrata_modak · 15 years ago
  7. 55d04e4 This is the patch of testcases for the ext4 new features test. It contains multi-block alloc/delayed alloc test, inode version test, journal checksumming test, nanosec timestamps test, online defrag test, persist prealloc test, subdirectory limit test and uninit groups test of ext4. In this test suite, there is two FAIL in the subdirectory limit test. It is because we cann't create more than 32000 subdirectory when block size is small, such as 1024, and the name of every subdirectory is very long, such as every name is 255 bytes. I think it is the bug of the ext4. by subrata_modak · 15 years ago
  8. 3a0171b Accidentally nuking your .c files when running clean isn't a good thing. by yaberauneya · 15 years ago
  9. 45e3a54 I thought I removed the recursive LDLIBS definition sneak in. Oh well... by yaberauneya · 15 years ago
  10. 420ebba Make sure the end-user knows that they need to run make autotools from $(top_srcdir), to avoid potential confusion. by yaberauneya · 15 years ago
  11. e4707b1 Get rid of redundant XOPEN2K #define (_GNU_SOURCE covers this). by yaberauneya · 15 years ago
  12. 5ac23b1 1. Get rid of psuedo-autoconf scripts in testcases/realtime/scripts. by yaberauneya · 15 years ago
  13. e28a591 testcases.mk: Add a freebie compile for the apicmds, if needed so tests can be run before install. by yaberauneya · 15 years ago
  14. 2d8710f Update the documentation for building and installing LTP as per the Makefile infrastructure changes. by yaberauneya · 15 years ago
  15. 96db7a4 Some fixes to make swap* stricter with including sys/swap.h, and defining MAX_SWAPFILES, that were hanging out in my dev branch that weren't checked in. by yaberauneya · 15 years ago
  16. b68050b 1. Get rid of useless documentation (the directions are already in INSTALL). by yaberauneya · 15 years ago
  17. dba7b7d On second thought, the compiler-related variables should be uncommented. by yaberauneya · 15 years ago
  18. 376b121 Add a default config.mk file to ease use for non-autoconf users. by yaberauneya · 15 years ago
  19. 6fb6a4f Fix a typo and a warning related to unchecked results from asprintf, punted by from the compiler. by yaberauneya · 15 years ago
  20. b3c28e7 The format string quantifier is incorrect, and thus the compiler prints out a warning. by yaberauneya · 15 years ago
  21. 01979aa Check in Makefile, which partially fixes issue with realtime component build breakage. by yaberauneya · 15 years ago
  22. 7f05328 Fix two broken Makefiles reported by Gowri at IBM. by yaberauneya · 15 years ago
  23. 335f650 Fix indentation and a compile error noted by SimonXu on #ltp. by yaberauneya · 15 years ago
  24. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  25. 36c8e2d Fix several out-of-build tree issues with CVS HEAD found while building on-site with Cisco. by yaberauneya · 15 years ago
  26. f969255 1. Add check for locale command with exists command in cmdlib.sh by yaberauneya · 15 years ago
  27. 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
  28. 906757f This change (which I'm committing to cvs right now) changes the default to the loopback address: by yaberauneya · 15 years ago
  29. 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
  30. c59af74 1. Fix incrementing call to use POSIX compliant version of incrementing. by yaberauneya · 15 years ago
  31. bd388eb 1. Honor TMPDIR, as per Henry Yei's note, because linktest.sh doesn't currently do that. by yaberauneya · 15 years ago
  32. bbe24d7 -laio shouldn't be added to LDLIBS by default. That is just plain wrong. by yaberauneya · 15 years ago
  33. 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
  34. 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
  35. 266ec97 Change use of signal to sigaction for more reliability, fix time issue: by subrata_modak · 15 years ago
  36. 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
  37. 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
  38. 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
  39. 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
  40. 77772ef 1. Fix taskstats.m4 so it no longer punts out warnings. by yaberauneya · 15 years ago
  41. 91b723f AR is defined in configure.ac. Not needed in m4 anymore. by yaberauneya · 15 years ago
  42. f0be1bd Add copyright tort. Abbreviate. by yaberauneya · 15 years ago
  43. 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
  44. b836e53 Remove an accidental circular dependency. by yaberauneya · 15 years ago
  45. adebaed Check in `creating directory' cosmetic item for runltplite.sh as well, just to be consistent. by uid311324 · 15 years ago
  46. 2b6cd80 While trying to figure out why entries don't get entered in the exec by yaberauneya · 15 years ago
  47. 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
  48. 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
  49. 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
  50. 54790f2 Found a few more... by yaberauneya · 15 years ago
  51. f02df4f Note that a few commands are missing in the TODO and need to be fixed. by yaberauneya · 15 years ago
  52. 0b47edd Add note about check_pidns_enabled, check_mqns_enabled and check_netns_enabled as well. by yaberauneya · 15 years ago
  53. 6f8d62a Note check_for_unshare requirement in containers_test.sh by yaberauneya · 15 years ago
  54. 160ed98 File descriptors not cleaned up: This patch for openfile contains the following changes: by subrata_modak · 15 years ago
  55. 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
  56. 5358736 Dependency for all was wrong. by yaberauneya · 15 years ago
  57. 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
  58. 02b7b33 Add comment about testcases/commands/unzip/unzip01. by yaberauneya · 15 years ago
  59. de0b165 Forgot to checkin Makefile to reenable aio02. by yaberauneya · 15 years ago
  60. 5cb8cd5 Add a note about testcases/network/multicast needing fixing. by yaberauneya · 15 years ago
  61. 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
  62. c12ea91 tmpcmds.sh was renamed to net_cmdlib.sh by yaberauneya · 15 years ago
  63. 81ed641 And of course I used the wrong string substitution -.-... let's just change that back to $(dirname)... by yaberauneya · 15 years ago
  64. 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
  65. e98baf1 1. My Gentoo system lacks the ip utility, which is required for this by yaberauneya · 15 years ago
  66. 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
  67. 0f42208 Don't forget to copy over IDcheck.sh. by yaberauneya · 15 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. 8266c29 Remove `verbose mode' from runltp*: by subrata_modak · 15 years ago
  74. 09576f8 IMA tcb policy: Dependency section update. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>. by subrata_modak · 15 years ago
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 89288b4 Convert man.mk to generic_leaf_target.mk. by yaberauneya · 15 years ago
  84. 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
  85. ad3a447 Fix some stupid errors as far as not including the right directories / libraries is concerned. by yaberauneya · 15 years ago
  86. 4127b4b Fix a minor issue with out-of-build-tree support. by yaberauneya · 15 years ago
  87. 0e41a9e Some toolchains require -ldl apparently. Ran into this issue while trying to cross-compile this subcomponent. by yaberauneya · 15 years ago
  88. 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
  89. 619d07e That open failed diag message was completely useless. Let's improve it. by yaberauneya · 15 years ago
  90. 5efcbb8 As Jimmy Buffet once said in Margaritaville -- "It's my own damn fault". by yaberauneya · 15 years ago
  91. 3f009fc do not have default lib target be install by vapier · 15 years ago
  92. 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
  93. 5fda204 1. Check in remaining fixes for in-build-tree support that were accidentally overlooked before. by yaberauneya · 15 years ago
  94. 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
  95. 4e1f749 Checkin the autoreconf'ed libtool file too. by yaberauneya · 15 years ago
  96. 502647f Fix generate_install_rule so that test -d ... || mkdir -p ... is no longer required. by yaberauneya · 15 years ago
  97. 8cb9867 Clean up the Makefiles and run autoconf again to reduce noise and make things more sane. by yaberauneya · 15 years ago
  98. bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
  99. 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
  100. a5da751 take version from build system by vapier · 15 years ago