1. 755afd8 As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  2. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  3. 651735d Append the PID to linux_syscall_numbers.h to avoid EBUSY / multiple file accesses with corrupt data at once if make(1) isn't doing the right thing and multiple jobs try to modify the header at the same time. This was based on personal experience with binutils and libtool modifying one file multiple times with parallel jobs via libtool. by yaberauneya · 15 years ago
  4. 814189a Check in remaining syscall number modifications. by yaberauneya · 15 years ago
  5. db2e5cf This wasn't supposed to be checked in yet. Reverting... by yaberauneya · 15 years ago
  6. acb9970 Include libevent in the proverbial mix. by yaberauneya · 15 years ago
  7. 81db12a Fix more tail -<integer> syntax issues. by yaberauneya · 15 years ago
  8. 50fb626 1. Merge ftruncate.sh and ftruncate64.sh into one script - ftruncate04.sh - where all you have to do is specify no arguments or 64 to execute ftruncate04 or ftruncate04_64, respectively. by yaberauneya · 15 years ago
  9. e207825 mem/hugeshmget: fix failure of hugeshmget01: During hugeshmget01 testcase, we got the following: by subrata_modak · 15 years ago
  10. 35b8cb7 Hello guys, by yaberauneya · 15 years ago
  11. 0baf411 [PATCH (2/2)] splitting the tsc support. The patch moves the tsc macros form the librttest.h to another header file (named libtsc.h). Without this I got the following error and no tests were built. by subrata_modak · 15 years ago
  12. c3e4577 [PATCH (1/2)] add atomi_add() define for __sh__. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>. by subrata_modak · 15 years ago
  13. 8eb5a85 mail: fix the bug of mail01: In the testcase "mail01", when mail is send to nosuchuser@domain and mail is send to user@nosuchdomain, mail program may return either "Returnedmail:" or "UndeliveredMailReturned", regardless of the existence of /etc/redhat-release. So, we did a bit of changes to recognize both of returned values. This patch fixes the problem. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>. by subrata_modak · 15 years ago
  14. a6a8020 Fix some remaining compile errors that we're checked in earlier... by yaberauneya · 15 years ago
  15. 008a4ca 1. Remove the .c files and all calls in runpwtests.sh because we can achieve the same thing through additional shell test logic. by yaberauneya · 15 years ago
  16. 4c3ab33 mem/hugetlb: fix failure of hugemmap04: Testcase hugemmap04 needs at least one hugepage to test, so there needs a judgement of "number of hugepages". This patch fixed the problems. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>. by subrata_modak · 15 years ago
  17. e2ac9f3 As noticed by Shi Weihua, there was a syntax error in the awk command in get_cpu_usage: by yaberauneya · 15 years ago
  18. de33648 Let's not overwrite /bin/cat by accident in open08 if the setguid / setuid fails, mmk? by yaberauneya · 15 years ago
  19. da96356 1. Skip over /proc/irq by default to avoid broken hardware / drivers, and thus avoid `hangs'. You can traverse over /proc/irq using -i th by yaberauneya · 15 years ago
  20. ea695e4 Checking in possible final / intermediate solution to ppoll01 not functioning on mips32. I say intermediate because of the following message: by yaberauneya · 15 years ago
  21. f9c2c5f I was REALLY stupid when I made clean dependent on ac-distclean. BAD BAD IDEA. Forcing people to have to call configure every time clean is run is STUPID design. by yaberauneya · 15 years ago
  22. 3e8f77b 1. Linker ordering is painful; -lltp must come last for some weird arse reason in order to work with binutils 1.19.51, whereas it needs to precede -lclone on 1.18.. We'll see whether or not it's fubar still in a minute... by yaberauneya · 15 years ago
  23. 60c8a61 Add the mq_* syscalls to the syscall list for each available architecture. by yaberauneya · 15 years ago
  24. be3fdcf Use linux_syscall_numbers.h instead of the syscalls. Need to add the __NR_ defs to the .in files still. by yaberauneya · 15 years ago
  25. 4d462ae Change += back to := for LDLIBS. I did this for a reason (to make sure that everyone adds the appropriate LDLIBS values after including config.mk // env_pre.mk // testcases.mk). by yaberauneya · 15 years ago
  26. 8680b28 Quell the _GNU_SOURCE already defined noise. by yaberauneya · 15 years ago
  27. 0953632 Stupid me... I accidentally was mixing pointers with constants >_>... Fix my changes to setregid04, so it doesn't segfault if the groups don't exist, but still remains functional when run. by yaberauneya · 15 years ago
  28. bcce3c7 Make the switchover from rwtest.sh to rwtest. by yaberauneya · 15 years ago
  29. 99591c0 1. Convert rwtest.sh to rwtest (part 1). by yaberauneya · 15 years ago
  30. df9efad Check in runtest changes for lchown02, and libevent (have to fix that still... almost done). by yaberauneya · 15 years ago
  31. 3dfbae9 Makefile: No need to compile `create_link_16' ;)... by yaberauneya · 15 years ago
  32. c63ff5e Add __NR_keyctl. by yaberauneya · 15 years ago
  33. faf0748 Consolidate all of the logic in one area and clean it up significantly. by yaberauneya · 15 years ago
  34. 7869aac Make the test user lookup error for error bind02 a bit more intuitive. by yaberauneya · 15 years ago
  35. 5208ecd Properly granularize errno reporting for sysconf. The manpage only says that EINVAL is supported for return codes. Everything else is free game for error reporting. by yaberauneya · 15 years ago
  36. d6a1fa0 Use linux_syscall_numbers's syscall macro instead of syscall(2), so we can test for TCONF'ability of syscall. by yaberauneya · 15 years ago
  37. 1d570bd Fix SIGSEGV if the group entries are missing. by yaberauneya · 15 years ago
  38. d1fc08d Forgot to add __NR_add_key to the rest of the .in files. by yaberauneya · 15 years ago
  39. 4c25293 Fix __NR_[gs]et_mempolicy syscall numbers and a few other syscall numbers. by yaberauneya · 15 years ago
  40. 0dadde1 support ptrace on sparc by vapier · 15 years ago
  41. b5f17ac Fix some unchecked return warnings in mqns_01.c. by yaberauneya · 15 years ago
  42. 41a1db6 1. Remove some stale items that have been resolved or are no longer pertinent. by yaberauneya · 15 years ago
  43. 5bdf3b2 Just need to make sure that we're in LTPROOT before executing anything because unfortunately all of the paths are RELATIVE to LTPROOT XD. by yaberauneya · 15 years ago
  44. c869a5d Enhance runalltests.sh so that it can be executed from anywhere. by yaberauneya · 15 years ago
  45. b0da843 Add runalltests.sh to the install list so it gets installed too. by yaberauneya · 15 years ago
  46. f247867 Fix a missing brace. by yaberauneya · 15 years ago
  47. 366b0ce Fix the numa-related items for good so that they compile on systems with numa on them. This was compile-tested on Fedora 11 with numactl-devel installed and it passed. by yaberauneya · 15 years ago
  48. 44cac8e Correction -- it wasn't just m4. automake was outdated and after it was upgraded to an appropriate version, things just worked like they should. Update the directions again to note that. by yaberauneya · 15 years ago
  49. cef7962 Add a note about outdated m4 output seen on RHEL 5.2. by yaberauneya · 15 years ago
  50. 0c66cf8 1. The logic check for IDcheck.sh was inverted for finding entries. by yaberauneya · 15 years ago
  51. 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
  52. a776415 ext4: fix script error of ext4_nsec_timestamps_test.sh: by subrata_modak · 15 years ago
  53. 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
  54. 0d2c501 the shuffle of headers broke the ia64 workaround by vapier · 15 years ago
  55. 5f5ea1f Resolve some clashing symbols for static functions that are in fact defined in numa.h. by yaberauneya · 15 years ago
  56. 297d86b Get rid of an unused var. by yaberauneya · 15 years ago
  57. 7ffef3f 1. Don't nuke config.h with clean. ac-clean will do that. by yaberauneya · 15 years ago
  58. 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
  59. c6b731c Following patch fixes buffer overflow.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  60. 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
  61. af41ef5 need to include -lclone before -lltp by vapier · 15 years ago
  62. 4af190f Make all of the numa tests consistent and correct. by yaberauneya · 15 years ago
  63. 5491116 Ok -- APPARENTLY asm/ptrace.h IS required for pt_regs! by yaberauneya · 15 years ago
  64. c60024a vfork.c: by yaberauneya · 15 years ago
  65. e2550ed Just remove the frak'ing \t to be consistent with the old version. Blasted cylons... by yaberauneya · 15 years ago
  66. 6de5de8 Dumb arse typo... by yaberauneya · 15 years ago
  67. 2d5ffa6 vfork.c: by yaberauneya · 15 years ago
  68. f9edb18 Be consistent with the braces. by yaberauneya · 15 years ago
  69. 7e1cf23 Apparently my system has all 3 of the available headers in its default -I search path: by yaberauneya · 15 years ago
  70. 9080450 Return non-void return code when PTRACE junk is missing. by yaberauneya · 15 years ago
  71. 839b463 Update config.h.default to match config.h.in. by yaberauneya · 15 years ago
  72. 16c8470 The description for the RHEL 4.8 quotactl check was misleading. by yaberauneya · 15 years ago
  73. 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
  74. db37adc Make sure that the chown is successful, and use getegid(2) instead of getgid(2). by yaberauneya · 15 years ago
  75. 4263e49 Get rid of a valid -Wunused warning with the fscanf(3). by yaberauneya · 15 years ago
  76. 5766cd9 numaif.h needs config.h to pick up the HAVE_NUMA_H autoconf set variable in config.h. by yaberauneya · 15 years ago
  77. bf3aeec Correct another typo and fix the Quick Start directions. by yaberauneya · 15 years ago
  78. 2f27b05 1. Correct a missing reference in Makefile. by yaberauneya · 15 years ago
  79. 4422645 drop adding of -O/-W type flags that are already handled in common .mk files by vapier · 15 years ago
  80. 1513ca1 Drop the caps. by yaberauneya · 15 years ago
  81. 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
  82. 7e9eb13 forgot to add ptrace.h as Garrett pointed out by vapier · 15 years ago
  83. c158d58 1. Fix 2 format strings, so that the underlying scripts actually are called properly. by yaberauneya · 15 years ago
  84. ebb6d06 Wow, ok -- copy-paste R'US. Missing return code in main, yet again. by yaberauneya · 15 years ago
  85. 8c4bb75 main is missing a return code. by yaberauneya · 15 years ago
  86. 0ab83cf Fix the issue filed as https://sourceforge.net/tracker/?func=detail&aid=2892491&group_id=202378&atid=981342 . by yaberauneya · 15 years ago
  87. bda0c64 main was lacking a return code. by yaberauneya · 15 years ago
  88. 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
  89. bdcd4e1 Fix the Makefile comment title. by yaberauneya · 15 years ago
  90. 9079a9f Add a Common Issues section to address common roadblocks encountered with the build. by yaberauneya · 15 years ago
  91. 6f36678 fallocate02: add a default case to avoid gcc uninitialized warning by vapier · 15 years ago
  92. 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
  93. 0ccf2de Report errors appropriate to whether or not the read / write operations with the pipe succeeded. by yaberauneya · 15 years ago
  94. f81893b Fix bad SQA: by yaberauneya · 15 years ago
  95. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  96. 0e76817 1. Use linux_syscall_numbers.h. by yaberauneya · 15 years ago
  97. 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
  98. a95028f The patch does the following: by yaberauneya · 15 years ago
  99. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  100. 919dca8 extend autoconf ptrace tests by vapier · 15 years ago