1. d54919e 1. Fix out-of-build-tree support (hit a few snags). 2. Enable ${bindir} support. by yaberauneya · 15 years ago
  2. e6a28ac math/float/thread_code.c, revert previous patch which added check for NaN. Here is a patch that reverts the previous patch applied to thread_cod.c. Some of the float tests were reporting a failure where it detected the difference between the result and expected result was NaN(not a number). As some of the results and expected results resolved to inf(infinity), the difference calculation would result in NaN. With the previous patch, float_power and float_bessel tests were consistently failing on all architectures tried. Signed-off by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  3. e39f66e The following is changelog. This patch can fix the following problem: by subrata_modak · 15 years ago
  4. 8425281 Stupid typo noticed by Paul Larson. by yaberauneya · 15 years ago
  5. b8563a8 if4-alias-addlarge - default values for IPV4_NETWORK and IPV4_HOST: The testcase code expects class A (or /8 ) network addresses to be assigned to the tested interfaces and fails with the default values of class C (or /24). Signed-off-by: Radoslav Kolev <radoslav.kolev@rnd.bg>. by subrata_modak · 15 years ago
  6. ded2c1e New sigwaitinfo test: this is the test for the rt_sigtimedwait et al. functions I promised earlier. The code is unchanged since I sent it for the first time, but the Makefiles are adapted to the new build system, with the help of Garret Cooper. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  7. a9a762b Fix overreaching clean targets in Makefiles that cleaned the readme files: the makefiles in some of the float tests contain the glob "[dr]*" in their clean targets. Unfortunately, this deletes not only the generated reference files, but also the readme files shipped in those directories. This patch fixes it by changing CLEAN_TARGETS to more specific patterns (that capture all generated files in all float tests, however). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  8. bbbf319 This patch fixes one overlooked line and also removes trailing whitespaces. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  9. 1ffa1d1 1. Make the autotools process more straightforward. by yaberauneya · 15 years ago
  10. 7f140ab Polish up clean logic a bit further. Later versions of gcc (rightfully) whine more about function attributes, et all. by yaberauneya · 15 years ago
  11. 1a7f542 Wholesale testcase cleanup. by yaberauneya · 15 years ago
  12. 6aa2737 Older versions of binutils / gcc don't properly grok the weak symbols solution I put in before the 200911 release, so instead implement the code using a preprocessor define (CLEANUP), which can be defined before including cleanup.c, and thus the user can specify what cleanup function they wish to use before it's defined. by yaberauneya · 15 years ago
  13. 45c3268 IDcheck.sh failing shouldn't be a hard error. by yaberauneya · 15 years ago
  14. fc7a2a5 Fix compilation with older glibc releases by restoring the POLLHDRDUP constant on-demand definition. by yaberauneya · 15 years ago
  15. 4dfb280 Don't use linux/* headers. They don't compile out of the box on Ubuntu Dapper Drake. by yaberauneya · 15 years ago
  16. 583b1f3 Some distributions will tack on additional versioning info to the official version, so let's account for that. by yaberauneya · 15 years ago
  17. 799c888 As noted by Jiri, the objdump tests were disabled in the infrastructure upgrade because they didn't fit exactly into the new infrastructure. by yaberauneya · 15 years ago
  18. a4bed68 Add support for a user specified strip application via configure. by yaberauneya · 15 years ago
  19. 198b2f8 Use tail -n 1 instead of tail -1. by yaberauneya · 15 years ago
  20. 7f39874 Hello, by yaberauneya · 15 years ago
  21. 955fbb3 rename readme file to avoid clean glob by vapier · 15 years ago
  22. 5273ad7 Upgrade to OpenHPI 2.14.1. For more Information, see: http://openhpi.org/, by subrata_modak · 15 years ago
  23. a59aa70 Fix a wrong (reversed) success condition in echo01: This patch reverses the success check in echo01, obviously the checksums being equal is the right outcome. This is the version with the changes Mike Frysinger requested.Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  24. d4e32c4 Refer to checkforlibcap.sh by its real name: checkforlibcap doesn't exist, the script's proper name is checkforlibcap.sh. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  25. 23e0d47 Fix small errors in the runtest files: this patch fixes the following problems in the runtest files: by subrata_modak · 15 years ago
  26. edc2e92 Remove the use of bash arrays from memcg_stress_test: this patch removes the use of bash arrays from memcg_stress_test.sh, thus making the script more POSIX friendly. I changed the array into a series of variables, read and written using eval. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  27. b26d740 Fix a bug in awk code in rsh01: this patch fixes the following problem with awk code in rsh01. It caused the test to fail. The END label is executed always, even in the event of exit. Therefore, the "exit 1" statement was executed even when the line matched (as a consequence of "exit 0") and awk always returned 1 (ie. failure). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  28. 698bbbb Fixes of some errors discovered by "set -u": this patch fixes the following problems: by subrata_modak · 15 years ago
  29. 745d6f6 Don't fail the ssh tests if the home directory we are creating already exists (eg. when it was created by adduser): this patch silences the error message "mkdir: directory already exists" in ssh tests, caused by the code that handles home directory creation in case adduser didn't do it. Unfortunately, the same code failed when adduser did create the directory. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  30. 575795d Changes for NOVEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
  31. 5fa1ee2 Remove more unneeded comments. by yaberauneya · 15 years ago
  32. 6fad86c Fix the performance counter testcases because __NR_perf_count_open is finally defined to the right value. by yaberauneya · 15 years ago
  33. 4e615d8 *.in: Checkin updated and complete syscalls as per kernel version 2.6.32-r8. by yaberauneya · 15 years ago
  34. 2c6997b testcases/kernel/include/...: by yaberauneya · 15 years ago
  35. 3003b3f Remove useless comment. by yaberauneya · 15 years ago
  36. 7113a0c Avoid unintended side-effects with errno being overwritten by accident with fpri by yaberauneya · 15 years ago
  37. b23867c Forgot to add clock_settime for arm. by yaberauneya · 15 years ago
  38. 261d0fb testcases/kernel/include/...: by yaberauneya · 15 years ago
  39. 402ec1f Commit changes which provide a functional fix for the rt_sigaction(2) tests on x86_64, apart from SIGRTMIN (still crashes, but it keeps on going..). by yaberauneya · 15 years ago
  40. 6b32947 Some local changes bringing back CLEAN_DEPS and also making sure that FILTER_MAKE_TARGETS works even when MAKE_TARGETS is already defined. by yaberauneya · 15 years ago
  41. e34a3c2 Add a check for (struct sigaction).sa_sigaction as it's not present on all architectures. by yaberauneya · 15 years ago
  42. 3e9c43c Checkin the weak handlers change, so that compiles won't error out and test writers can define cleanup at the library level or the sourcefile(s) level, such that the sourcefile level version will overwrite the library level one. by yaberauneya · 15 years ago
  43. c5d8805 Checkin all local changes for testcases/kernel/controllers to avoid compile-time warnings and errors, so that I can move forward with the weak handlers change. by yaberauneya · 15 years ago
  44. d26b6ec env_pre.mk: Check in, at bare minimum, the needed pieces to point people in the right direction as far as the make 3.81 requirement is concerned. by yaberauneya · 15 years ago
  45. 08984c5 ptrace.h: Nevermind. The last commit was bogus -- we do need those #if !defined's.. by yaberauneya · 15 years ago
  46. 54eecd3 No reason to do the #if !defined's anymore, because we're undefining the symbols before we #define them again XD. by yaberauneya · 15 years ago
  47. a5dad42 ptrace04.c: Avoid compile errors on some archs if the appropriate headers are missing and thus the structure is undefined by wrapping with preprocessor define: HAVE_STRUCT_PTRACE_REGS. by yaberauneya · 15 years ago
  48. 1a1b1fb Clean up the testcases a bit and make the tests follow more of a LTP-like reporting method. by yaberauneya · 15 years ago
  49. b15e55e Clean up this testcase a lot by fixing indentation, spacing, fixing a few memory leaks, and the cleanup by yaberauneya · 15 years ago
  50. fc81c04 Remove a blank line. by yaberauneya · 15 years ago
  51. e70b30b Check in cleaned up versions of these tests. by yaberauneya · 15 years ago
  52. fdc9168 Need to change this script to scrape stdout. by yaberauneya · 15 years ago
  53. fb84f2d Clean up testcase and have it conform to a more LTP-like standard. by yaberauneya · 15 years ago
  54. e4a5290 Implement a weak handler so that libraries (like libcontrollers) can override cleanup in the respective user code, as it's required to get past compile-time issues with pidns, et all. by yaberauneya · 15 years ago
  55. af9f67d configure target shouldn't be executed by any sane human being. by yaberauneya · 15 years ago
  56. 84c165c Enable ebizzy and kernbench properly so that they get installed in the correct spots. by yaberauneya · 15 years ago
  57. 1979ba3 You go in too ;)... by yaberauneya · 15 years ago
  58. a2a05e3 What I meant to say in my last commit email was... by yaberauneya · 15 years ago
  59. 89911a1 *** empty log message *** by yaberauneya · 15 years ago
  60. 6b83f26 1. Conform to ltp_signal.h 2. Fix some format strings with inttypes.h by yaberauneya · 15 years ago
  61. f5e2c72 Clean up this test too. This thing segfaults on me as well... grr... by yaberauneya · 15 years ago
  62. bdd6536 Clean up the test. Dumb thing segfaults on me though... grr... by yaberauneya · 15 years ago
  63. 2f76506 1. Use SIGSETSIZE from ltp_signal.h by yaberauneya · 15 years ago
  64. 250cc8e Greatly simplify the testcase and use SIGSETSIZE instead of 8 hardcoded everywhere.. by yaberauneya · 15 years ago
  65. 7b3f222 A simple header which only contains SIGSETSIZE right now, but will contain more items (potentially) later. by yaberauneya · 15 years ago
  66. 9913e82 Check in local copy of configure.ac that had libevent modifications. by yaberauneya · 15 years ago
  67. 838ea28 This test should be compiled with -lrt -lpthread. by yaberauneya · 15 years ago
  68. 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
  69. 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
  70. 2632a58 Fix several issues with the Makefiles as noted by Mitani-san and Luibo: by yaberauneya · 15 years ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. 13ace44 According to the manpage for mknod(2): by yaberauneya · 15 years ago
  76. cd110c8 Convert the assert's to more informative tst_resm(3)'s. by yaberauneya · 15 years ago
  77. 34a6c04 Fix a tail -1 syntax item that wasn't fixed this morning. by yaberauneya · 15 years ago
  78. 800d041 Reorder headers because of compile-time definitions. by yaberauneya · 15 years ago
  79. db78f8c As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  80. 755afd8 As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  81. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  82. 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
  83. 814189a Check in remaining syscall number modifications. by yaberauneya · 15 years ago
  84. db2e5cf This wasn't supposed to be checked in yet. Reverting... by yaberauneya · 15 years ago
  85. acb9970 Include libevent in the proverbial mix. by yaberauneya · 15 years ago
  86. 81db12a Fix more tail -<integer> syntax issues. by yaberauneya · 15 years ago
  87. 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
  88. e207825 mem/hugeshmget: fix failure of hugeshmget01: During hugeshmget01 testcase, we got the following: by subrata_modak · 15 years ago
  89. 35b8cb7 Hello guys, by yaberauneya · 15 years ago
  90. 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
  91. 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
  92. 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
  93. a6a8020 Fix some remaining compile errors that we're checked in earlier... by yaberauneya · 15 years ago
  94. 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
  95. 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
  96. e2ac9f3 As noticed by Shi Weihua, there was a syntax error in the awk command in get_cpu_usage: by yaberauneya · 15 years ago
  97. de33648 Let's not overwrite /bin/cat by accident in open08 if the setguid / setuid fails, mmk? by yaberauneya · 15 years ago
  98. 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
  99. 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
  100. 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