1. 0c66cf8 1. The logic check for IDcheck.sh was inverted for finding entries. by yaberauneya · 15 years ago
  2. 5b9263c Removal of this testcase and it's reference as per "Serge E. Hallyn" <serue@us.ibm.com> suggestion: The patch in question is upstream, so pidns21.c will always fail and should be removed from ltp. It's worth testing that the container init survives SIGUSR1 from a child, but whether it survives or dies from a parent we don't particularly care. by subrata_modak · 15 years ago
  3. a776415 ext4: fix script error of ext4_nsec_timestamps_test.sh: by subrata_modak · 15 years ago
  4. b2318bc Make a note about the pt_reg changes that Mike implemented, so that another poor sole won't accidentally screw up this header. by yaberauneya · 15 years ago
  5. 0d2c501 the shuffle of headers broke the ia64 workaround by vapier · 15 years ago
  6. 5f5ea1f Resolve some clashing symbols for static functions that are in fact defined in numa.h. by yaberauneya · 15 years ago
  7. 297d86b Get rid of an unused var. by yaberauneya · 15 years ago
  8. 7ffef3f 1. Don't nuke config.h with clean. ac-clean will do that. by yaberauneya · 15 years ago
  9. 0cb2572 Rename coliding names in runtest files: Following patch renumbers testcase names in runtest/ltp-aio-stress.part1 and runtest/ltp-aio-stress.part2 so that their names don't collide. Also renames testcases in runtest/ltp-aiodio.part2 so that they don't collide with ltp-aio-stress ones. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  10. c6b731c Following patch fixes buffer overflow.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  11. d05c28d Fix build failure in cgroup_fj testcase: The following build failure occured on my x86 box. But the case "cgroup_fj" does not need "-lcontrollers" when building. So in my patch, i deleted "-lcontrollers" in testcases/kernel/controllers/Makefile.inc and added it to testcases/kernel/controllers/memctl/Makefile because the case "memctl" need it. All other cases in testcases/kernel/controllers/ build well too when my patch merged. Signed-off-by: Shi Weihua <shiwh@cn.fujitsu.com>. by subrata_modak · 15 years ago
  12. af41ef5 need to include -lclone before -lltp by vapier · 15 years ago
  13. 4af190f Make all of the numa tests consistent and correct. by yaberauneya · 15 years ago
  14. 5491116 Ok -- APPARENTLY asm/ptrace.h IS required for pt_regs! by yaberauneya · 15 years ago
  15. c60024a vfork.c: by yaberauneya · 15 years ago
  16. e2550ed Just remove the frak'ing \t to be consistent with the old version. Blasted cylons... by yaberauneya · 15 years ago
  17. 6de5de8 Dumb arse typo... by yaberauneya · 15 years ago
  18. 2d5ffa6 vfork.c: by yaberauneya · 15 years ago
  19. f9edb18 Be consistent with the braces. by yaberauneya · 15 years ago
  20. 7e1cf23 Apparently my system has all 3 of the available headers in its default -I search path: by yaberauneya · 15 years ago
  21. 9080450 Return non-void return code when PTRACE junk is missing. by yaberauneya · 15 years ago
  22. 839b463 Update config.h.default to match config.h.in. by yaberauneya · 15 years ago
  23. 16c8470 The description for the RHEL 4.8 quotactl check was misleading. by yaberauneya · 15 years ago
  24. dae46b2 Having config.h.default automatically replace config.h is a nuisance. People should be directed to go read install again, instead of running into some undefined symbols in autoconf-generated territory, especially because config.h.default is a much smaller subset of config.h generated by autoconf/config.h.in. by yaberauneya · 15 years ago
  25. db37adc Make sure that the chown is successful, and use getegid(2) instead of getgid(2). by yaberauneya · 15 years ago
  26. 4263e49 Get rid of a valid -Wunused warning with the fscanf(3). by yaberauneya · 15 years ago
  27. 5766cd9 numaif.h needs config.h to pick up the HAVE_NUMA_H autoconf set variable in config.h. by yaberauneya · 15 years ago
  28. bf3aeec Correct another typo and fix the Quick Start directions. by yaberauneya · 15 years ago
  29. 2f27b05 1. Correct a missing reference in Makefile. by yaberauneya · 15 years ago
  30. 4422645 drop adding of -O/-W type flags that are already handled in common .mk files by vapier · 15 years ago
  31. 1513ca1 Drop the caps. by yaberauneya · 15 years ago
  32. fbc9045 The wording for the requirements was ambiguous and confusing. Make things explicit that you need make 3.81 to compile LTP. by yaberauneya · 15 years ago
  33. 7e9eb13 forgot to add ptrace.h as Garrett pointed out by vapier · 15 years ago
  34. c158d58 1. Fix 2 format strings, so that the underlying scripts actually are called properly. by yaberauneya · 15 years ago
  35. ebb6d06 Wow, ok -- copy-paste R'US. Missing return code in main, yet again. by yaberauneya · 15 years ago
  36. 8c4bb75 main is missing a return code. by yaberauneya · 15 years ago
  37. 0ab83cf Fix the issue filed as https://sourceforge.net/tracker/?func=detail&aid=2892491&group_id=202378&atid=981342 . by yaberauneya · 15 years ago
  38. bda0c64 main was lacking a return code. by yaberauneya · 15 years ago
  39. 05774b0 Fix an unitialized variable and usage corner case where if argc > 1, it would always accept the arguments as-is. by yaberauneya · 15 years ago
  40. bdcd4e1 Fix the Makefile comment title. by yaberauneya · 15 years ago
  41. 9079a9f Add a Common Issues section to address common roadblocks encountered with the build. by yaberauneya · 15 years ago
  42. 6f36678 fallocate02: add a default case to avoid gcc uninitialized warning by vapier · 15 years ago
  43. 6dd41a3 drop compile-time checks for the syscall and rely completely on runtime -- people missing __NR_fallocate should update include/linux_syscall_numbers.h by vapier · 15 years ago
  44. 0ccf2de Report errors appropriate to whether or not the read / write operations with the pipe succeeded. by yaberauneya · 15 years ago
  45. f81893b Fix bad SQA: by yaberauneya · 15 years ago
  46. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  47. 0e76817 1. Use linux_syscall_numbers.h. by yaberauneya · 15 years ago
  48. 6eb4bde 1. Disable the test whenever the appropriate headers and syscalls don't exist so this will compile on systems without numa and without. by yaberauneya · 15 years ago
  49. a95028f The patch does the following: by yaberauneya · 15 years ago
  50. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  51. 919dca8 extend autoconf ptrace tests by vapier · 15 years ago
  52. 4f493d8 Add an explicit requirement in the documentation stating that people need to have Gnu make 3.81, because many of the constructs in the new Makefile infrastructure will not work with prior versions of Gnu Make or other versions of Make. by yaberauneya · 15 years ago
  53. 923b23f Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes: by subrata_modak · 15 years ago
  54. 9433aa5 Use a saner variant for computing the number of groups in cpuctl tests: this patch changes the calculation of numer of groups in cpuctl test. The new code doesn't need bc, and is more comprehensible IMHO. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  55. 0ac9586 Fix expected output in ar01 testcase: According to POSIX, the verbose output of "ar -tv" should not contain the leading zero in day-of-month (its format should be equivalent to %e specifier of date) [source: man(1posix)]. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  56. 56aa50c Changes for OCTOBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  57. 154a9b1 Stupid Garrett. I need to increment the value... by yaberauneya · 15 years ago
  58. 6657522 Avoid a possible issue with the test statement for SHELL_DEBUG if the user set it to something nasty like -x. by yaberauneya · 15 years ago
  59. 24b8dfa Fix a bashism that was pointed out in other files by Jiri Palecek. by yaberauneya · 15 years ago
  60. a7131e7 Some Bashism Fixes from Jiří-Paleček<jpalecek@web.de>. by subrata_modak · 15 years ago
  61. 27274d8 Garret added a new testcase for ptrace() syscall: The following calls ptrace(PTRACE_TRACEME, 0) for all signals and validates that all signals apart from SIGKILL are properly intercepted and WIFSTOPPED remains true, and SIGKILL is properly treated as WIFSIGNALED() && WTERMSIG() returns SIGKILL.I looked at it again this weekend, and my criterion for kill (..., 0) was incorrect. The newer version passes, and tests correct criterion, as per the manpage: by subrata_modak · 15 years ago
  62. 0560e15 Patch to remove hard coded cpu governers. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  63. 711379c Fix failures messages on multi socket hyper threaded system. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  64. da0abe2 Fix compiler warnings with invalid printf(3) format string quantifiers: by yaberauneya · 15 years ago
  65. bf61856 Complete the test cases for geteuid16: Another small patch to complete the test cases for *16. Put compat_16.h to testcases/kernel/syscalls/geteuid. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 15 years ago
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. acb8449 Fix temporary file creation in mmapstress tests: these are two little fixes of the mmapstress test: by subrata_modak · 15 years ago
  72. 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
  73. 3a0171b Accidentally nuking your .c files when running clean isn't a good thing. by yaberauneya · 15 years ago
  74. 45e3a54 I thought I removed the recursive LDLIBS definition sneak in. Oh well... by yaberauneya · 15 years ago
  75. 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
  76. e4707b1 Get rid of redundant XOPEN2K #define (_GNU_SOURCE covers this). by yaberauneya · 15 years ago
  77. 5ac23b1 1. Get rid of psuedo-autoconf scripts in testcases/realtime/scripts. by yaberauneya · 15 years ago
  78. e28a591 testcases.mk: Add a freebie compile for the apicmds, if needed so tests can be run before install. by yaberauneya · 15 years ago
  79. 2d8710f Update the documentation for building and installing LTP as per the Makefile infrastructure changes. by yaberauneya · 15 years ago
  80. 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
  81. b68050b 1. Get rid of useless documentation (the directions are already in INSTALL). by yaberauneya · 15 years ago
  82. dba7b7d On second thought, the compiler-related variables should be uncommented. by yaberauneya · 15 years ago
  83. 376b121 Add a default config.mk file to ease use for non-autoconf users. by yaberauneya · 15 years ago
  84. 6fb6a4f Fix a typo and a warning related to unchecked results from asprintf, punted by from the compiler. by yaberauneya · 15 years ago
  85. b3c28e7 The format string quantifier is incorrect, and thus the compiler prints out a warning. by yaberauneya · 15 years ago
  86. 01979aa Check in Makefile, which partially fixes issue with realtime component build breakage. by yaberauneya · 15 years ago
  87. 7f05328 Fix two broken Makefiles reported by Gowri at IBM. by yaberauneya · 15 years ago
  88. 335f650 Fix indentation and a compile error noted by SimonXu on #ltp. by yaberauneya · 15 years ago
  89. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  90. 36c8e2d Fix several out-of-build tree issues with CVS HEAD found while building on-site with Cisco. by yaberauneya · 15 years ago
  91. f969255 1. Add check for locale command with exists command in cmdlib.sh by yaberauneya · 15 years ago
  92. 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
  93. 906757f This change (which I'm committing to cvs right now) changes the default to the loopback address: by yaberauneya · 15 years ago
  94. 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
  95. c59af74 1. Fix incrementing call to use POSIX compliant version of incrementing. by yaberauneya · 15 years ago
  96. bd388eb 1. Honor TMPDIR, as per Henry Yei's note, because linktest.sh doesn't currently do that. by yaberauneya · 15 years ago
  97. bbe24d7 -laio shouldn't be added to LDLIBS by default. That is just plain wrong. by yaberauneya · 15 years ago
  98. 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
  99. 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
  100. 266ec97 Change use of signal to sigaction for more reliability, fix time issue: by subrata_modak · 15 years ago