1. 7b3f222 A simple header which only contains SIGSETSIZE right now, but will contain more items (potentially) later. by yaberauneya · 15 years ago
  2. 9913e82 Check in local copy of configure.ac that had libevent modifications. by yaberauneya · 15 years ago
  3. 838ea28 This test should be compiled with -lrt -lpthread. by yaberauneya · 15 years ago
  4. bc71173 The ENOSYS problem has been properly resolved in testcases/kernel/includes/regen.sh, so let's remove the ad hoc ENOSYS checks. by yaberauneya · 15 years ago
  5. 5b435cb All syscalls that aren't implemented on target architectures should be properly reported as missing instead of showing up as failures. by yaberauneya · 15 years ago
  6. 2632a58 Fix several issues with the Makefiles as noted by Mitani-san and Luibo: by yaberauneya · 15 years ago
  7. c2e8839 TEST* was causing me fits (logic wasn't working properly for detecting ENOSYS), so I converted everything to ret, errno, et all. by yaberauneya · 15 years ago
  8. ba5adbc These syscalls can be unimplemented on some archs and kernel versions, so add a check to make sure that they are or aren't as it's valid. by yaberauneya · 15 years ago
  9. f0ff002 Have to keep in mind that obj is actually the full path, not the basename. Otherwise, the irq filtering is all for naught. by yaberauneya · 15 years ago
  10. 9b880ca Add iterations option in gtod_latency. This patch adds a new option for tuning the number of iterations into the gtod_latency realtime test. Running gtod_latency on a target with limited resources it fails (ENOMEM) as soon as it try to allocate the memory for the two buffers start_data and stop_data. Tested on i386 and sh4 architectures. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>. by subrata_modak · 15 years ago
  11. 13ace44 According to the manpage for mknod(2): by yaberauneya · 15 years ago
  12. cd110c8 Convert the assert's to more informative tst_resm(3)'s. by yaberauneya · 15 years ago
  13. 34a6c04 Fix a tail -1 syntax item that wasn't fixed this morning. by yaberauneya · 15 years ago
  14. 800d041 Reorder headers because of compile-time definitions. by yaberauneya · 15 years ago
  15. db78f8c As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  16. 755afd8 As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  17. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  18. 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
  19. 814189a Check in remaining syscall number modifications. by yaberauneya · 15 years ago
  20. db2e5cf This wasn't supposed to be checked in yet. Reverting... by yaberauneya · 15 years ago
  21. acb9970 Include libevent in the proverbial mix. by yaberauneya · 15 years ago
  22. 81db12a Fix more tail -<integer> syntax issues. by yaberauneya · 15 years ago
  23. 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
  24. e207825 mem/hugeshmget: fix failure of hugeshmget01: During hugeshmget01 testcase, we got the following: by subrata_modak · 15 years ago
  25. 35b8cb7 Hello guys, by yaberauneya · 15 years ago
  26. 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
  27. 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
  28. 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
  29. a6a8020 Fix some remaining compile errors that we're checked in earlier... by yaberauneya · 15 years ago
  30. 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
  31. 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
  32. e2ac9f3 As noticed by Shi Weihua, there was a syntax error in the awk command in get_cpu_usage: by yaberauneya · 15 years ago
  33. de33648 Let's not overwrite /bin/cat by accident in open08 if the setguid / setuid fails, mmk? by yaberauneya · 15 years ago
  34. 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
  35. 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
  36. 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
  37. 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
  38. 60c8a61 Add the mq_* syscalls to the syscall list for each available architecture. by yaberauneya · 15 years ago
  39. 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
  40. 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
  41. 8680b28 Quell the _GNU_SOURCE already defined noise. by yaberauneya · 15 years ago
  42. 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
  43. bcce3c7 Make the switchover from rwtest.sh to rwtest. by yaberauneya · 15 years ago
  44. 99591c0 1. Convert rwtest.sh to rwtest (part 1). by yaberauneya · 15 years ago
  45. df9efad Check in runtest changes for lchown02, and libevent (have to fix that still... almost done). by yaberauneya · 15 years ago
  46. 3dfbae9 Makefile: No need to compile `create_link_16' ;)... by yaberauneya · 15 years ago
  47. c63ff5e Add __NR_keyctl. by yaberauneya · 15 years ago
  48. faf0748 Consolidate all of the logic in one area and clean it up significantly. by yaberauneya · 15 years ago
  49. 7869aac Make the test user lookup error for error bind02 a bit more intuitive. by yaberauneya · 15 years ago
  50. 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
  51. 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
  52. 1d570bd Fix SIGSEGV if the group entries are missing. by yaberauneya · 15 years ago
  53. d1fc08d Forgot to add __NR_add_key to the rest of the .in files. by yaberauneya · 15 years ago
  54. 4c25293 Fix __NR_[gs]et_mempolicy syscall numbers and a few other syscall numbers. by yaberauneya · 15 years ago
  55. 0dadde1 support ptrace on sparc by vapier · 15 years ago
  56. b5f17ac Fix some unchecked return warnings in mqns_01.c. by yaberauneya · 15 years ago
  57. 41a1db6 1. Remove some stale items that have been resolved or are no longer pertinent. by yaberauneya · 15 years ago
  58. 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
  59. c869a5d Enhance runalltests.sh so that it can be executed from anywhere. by yaberauneya · 15 years ago
  60. b0da843 Add runalltests.sh to the install list so it gets installed too. by yaberauneya · 15 years ago
  61. f247867 Fix a missing brace. by yaberauneya · 15 years ago
  62. 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
  63. 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
  64. cef7962 Add a note about outdated m4 output seen on RHEL 5.2. by yaberauneya · 15 years ago
  65. 0c66cf8 1. The logic check for IDcheck.sh was inverted for finding entries. by yaberauneya · 15 years ago
  66. 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
  67. a776415 ext4: fix script error of ext4_nsec_timestamps_test.sh: by subrata_modak · 15 years ago
  68. 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
  69. 0d2c501 the shuffle of headers broke the ia64 workaround by vapier · 15 years ago
  70. 5f5ea1f Resolve some clashing symbols for static functions that are in fact defined in numa.h. by yaberauneya · 15 years ago
  71. 297d86b Get rid of an unused var. by yaberauneya · 15 years ago
  72. 7ffef3f 1. Don't nuke config.h with clean. ac-clean will do that. by yaberauneya · 15 years ago
  73. 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
  74. c6b731c Following patch fixes buffer overflow.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  75. 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
  76. af41ef5 need to include -lclone before -lltp by vapier · 15 years ago
  77. 4af190f Make all of the numa tests consistent and correct. by yaberauneya · 15 years ago
  78. 5491116 Ok -- APPARENTLY asm/ptrace.h IS required for pt_regs! by yaberauneya · 15 years ago
  79. c60024a vfork.c: by yaberauneya · 15 years ago
  80. e2550ed Just remove the frak'ing \t to be consistent with the old version. Blasted cylons... by yaberauneya · 15 years ago
  81. 6de5de8 Dumb arse typo... by yaberauneya · 15 years ago
  82. 2d5ffa6 vfork.c: by yaberauneya · 15 years ago
  83. f9edb18 Be consistent with the braces. by yaberauneya · 15 years ago
  84. 7e1cf23 Apparently my system has all 3 of the available headers in its default -I search path: by yaberauneya · 15 years ago
  85. 9080450 Return non-void return code when PTRACE junk is missing. by yaberauneya · 15 years ago
  86. 839b463 Update config.h.default to match config.h.in. by yaberauneya · 15 years ago
  87. 16c8470 The description for the RHEL 4.8 quotactl check was misleading. by yaberauneya · 15 years ago
  88. 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
  89. db37adc Make sure that the chown is successful, and use getegid(2) instead of getgid(2). by yaberauneya · 15 years ago
  90. 4263e49 Get rid of a valid -Wunused warning with the fscanf(3). by yaberauneya · 15 years ago
  91. 5766cd9 numaif.h needs config.h to pick up the HAVE_NUMA_H autoconf set variable in config.h. by yaberauneya · 15 years ago
  92. bf3aeec Correct another typo and fix the Quick Start directions. by yaberauneya · 15 years ago
  93. 2f27b05 1. Correct a missing reference in Makefile. by yaberauneya · 15 years ago
  94. 4422645 drop adding of -O/-W type flags that are already handled in common .mk files by vapier · 15 years ago
  95. 1513ca1 Drop the caps. by yaberauneya · 15 years ago
  96. 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
  97. 7e9eb13 forgot to add ptrace.h as Garrett pointed out by vapier · 15 years ago
  98. c158d58 1. Fix 2 format strings, so that the underlying scripts actually are called properly. by yaberauneya · 15 years ago
  99. ebb6d06 Wow, ok -- copy-paste R'US. Missing return code in main, yet again. by yaberauneya · 15 years ago
  100. 8c4bb75 main is missing a return code. by yaberauneya · 15 years ago