- 934df0e Clarify location and roles of install paths and directions as requested by Mark Ver. by yaberauneya · 15 years ago
- 20d091b Fix check. by yaberauneya · 15 years ago
- 3667080 Added check for memory controller (functional, regression & stress). Signed-off By : Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>, Acked-by: Li Zefan <lizf@cn.fujitsu.com>, by subrata_modak · 15 years ago
- f0d7a4c 1. Get rid of ad hoc numaif.h (forgotten delete I was going to do before Christmas... ho ho ho... -_-). by yaberauneya · 15 years ago
- 8bd024c Fix breakage caused by ltp_clone_quick move. by yaberauneya · 15 years ago
- 238c89c Readd the script so that it gets run when the test is executed... by yaberauneya · 15 years ago
- cba2387 Shuffle around the code and exit _once_ at the bottom of the child process. by yaberauneya · 15 years ago
- 46155ad Hi, by yaberauneya · 15 years ago
- 807c323 In latest ltp version, the following message occured when run the case of cpuset. by yaberauneya · 15 years ago
- 0fc7a94 Actually, that doesn't make sense. No where in the awk call does it actually have awk or the pid listed as being awked. Something else is fishy here... by yaberauneya · 15 years ago
- de6ca21 Noob mistake: forgot to unawk the awk call. by yaberauneya · 15 years ago
- 34e3ffa This change was originally designated for changing a fail to a pass, but morphed into more than that. by yaberauneya · 15 years ago
- 78528fe Fix prep_create_link as noticed by Michal Simek. by yaberauneya · 15 years ago
- af4c2e9 Changes for DECEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
- 230fe17 Fix part two of the email below... and fix some bash-isms while I'm at it... by yaberauneya · 15 years ago
- d99ad68 Fix part 1 of the issue described in the following email: by yaberauneya · 15 years ago
- c0e7eaa Shuffle around macros, and put a safe-ish default in for __NR_migrate_pages (0). by yaberauneya · 15 years ago
- 9a4eb90 1) memtoy is a standalone tool, not a test. So let's not LTP-ify it too much. 2) Resolve a lot of other delightful typos... by yaberauneya · 15 years ago
- 1024556 Fix a typo. by yaberauneya · 15 years ago
- b8b3564 get_mempolicy01: move libnuma v2 note to numa_helpers.h. by yaberauneya · 15 years ago
- c6fed3d Fix the build for systems with newer versions of libnuma because it causes compilation errors (example: RHEL 5.2). The test was using libnuma 1.x API's and thus needs to be adapted to 2.x's API's. by yaberauneya · 15 years ago
- cb805c4 configure.ac: add a check for linux/mempolicy.h by yaberauneya · 15 years ago
- 5ed9ed0 Address the issue reported in the following email by installing all .c files. by yaberauneya · 15 years ago
- f00ed7a Resolve the issue reported in the following email by using WIFEXITED(status) && WEXITSTATUS(status) == 0 as the pass criteria, as it should be according to wait(2). by yaberauneya · 15 years ago
- f94a46d Apply the fix for the issue noted below. by yaberauneya · 15 years ago
- ec789bc Hello, by yaberauneya · 15 years ago
- 9bb705e libevent.a gets put in the libevent directory, not libevent/lib directory. Adjust LDFLAGS accordingly. by yaberauneya · 15 years ago
- 9610557 Need to check if the preprocessor define is true or false, not if the definition exists as autoconf sets the preprocessor define to 0 if the DECL doesn't exist. by yaberauneya · 15 years ago
- 80a06b5 1. ltp-signalfd.m4: be more strict with AC_CHECK_HEADERS by encapsulating the header items in []. by yaberauneya · 15 years ago
- b8709bf 1. Fix the 2.x quota autoconf test by yaberauneya · 15 years ago
- 6824e2f autoconf 2.61 on my work box pukes when CHECK_HEADERS_ONCE is used. Replace it with CHECK_HEADERS. by yaberauneya · 15 years ago
- 6d587e4 update config.sub/config.guess files by vapier · 15 years ago
- c3411d9 drop old __NR_perf_counter_open syscall name and force everyone to use new __NR_perf_event_open by vapier · 15 years ago
- 9a820da use the renamed syscall perf_event_open by vapier · 15 years ago
- f12a19a Fix the remaining `lib-not-found' error when compiling for the second time as re by yaberauneya · 15 years ago
- 4df8023 Fix absolute path to library, as we're no longer directly installing libraries into $(libdir). by yaberauneya · 15 years ago
- 47bdab1 Remove the idiot reference. by yaberauneya · 15 years ago
- f7c545c Revert to Mike's original copy of ptrace.h. by yaberauneya · 15 years ago
- 4905800 Fix autoconf preprocessor defines. by yaberauneya · 15 years ago
- c3c31d1 Hello, by yaberauneya · 15 years ago
- b417803 Hello, by yaberauneya · 15 years ago
- ab8745b Fix the missing event.h error found by Tomomori-san on systems without event.h by picking it up from the src directory as described in the following message. by yaberauneya · 15 years ago
- 9c9b852 Remove one last hardcoded $CC. by yaberauneya · 15 years ago
- ced6007 As noted by luibo... by yaberauneya · 15 years ago
- 14d5ef4 As pointed out by Casper, the path to run_libevent.sh is actually specified incorrectly in runtest/syscalls. It should be $LTPROOT/testcases/bin/libevent/run_libevent.sh. by yaberauneya · 15 years ago
- af1f0ce Fix the libevent compilation because it was half-assed before. by yaberauneya · 15 years ago
- 646ddea It's run_libevent.sh, not run-libevent.sh. by yaberauneya · 15 years ago
- bbfbd51 Replace the while loop + counter with a more resource efficient iterator. by yaberauneya · 15 years ago
- 1c43736 1. Install the testscripts with LTP again. by yaberauneya · 15 years ago
- b3d6070 Improve filesystem checks for psuedo-fs'es like NFS rootfs through improved awk call. by yaberauneya · 15 years ago
- 7c46ee5 Search path shouldn't be relative from current directory. Please use PATH instead. by yaberauneya · 15 years ago
- d283b3b ptrace.h: Let's try THIS for solving the compile issue on ia64... by yaberauneya · 15 years ago
- d0ff0fd Fix compilation on systems where numa.h is present as nodemask_set is present in version 1 copy of numa.h. by yaberauneya · 15 years ago
- 465c57b Update the TODO list a bit. by yaberauneya · 15 years ago
- f825e5e Fix the install and execution of the unzip01 test as it wasn't being done properly after the Makefile infra restructure. by yaberauneya · 15 years ago
- 1efaa6c run_libevent.sh was looking for test-libevent.sh in the wrong directory as pointed out by Mitani-san, because the Makefile was installing from and to the relative path. by yaberauneya · 15 years ago
- 09c00b3 As several folks have noticed (Mitani-san, etc), the entries in runtest/fs was incorrect and wasn't switched over from rwtest.sh to rwtest. by yaberauneya · 15 years ago
- d54919e 1. Fix out-of-build-tree support (hit a few snags). 2. Enable ${bindir} support. by yaberauneya · 15 years ago
- 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
- e39f66e The following is changelog. This patch can fix the following problem: by subrata_modak · 15 years ago
- 8425281 Stupid typo noticed by Paul Larson. by yaberauneya · 15 years ago
- 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
- 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
- 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
- bbbf319 This patch fixes one overlooked line and also removes trailing whitespaces. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
- 1ffa1d1 1. Make the autotools process more straightforward. by yaberauneya · 15 years ago
- 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
- 1a7f542 Wholesale testcase cleanup. by yaberauneya · 15 years ago
- 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
- 45c3268 IDcheck.sh failing shouldn't be a hard error. by yaberauneya · 15 years ago
- fc7a2a5 Fix compilation with older glibc releases by restoring the POLLHDRDUP constant on-demand definition. by yaberauneya · 15 years ago
- 4dfb280 Don't use linux/* headers. They don't compile out of the box on Ubuntu Dapper Drake. by yaberauneya · 15 years ago
- 583b1f3 Some distributions will tack on additional versioning info to the official version, so let's account for that. by yaberauneya · 15 years ago
- 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
- a4bed68 Add support for a user specified strip application via configure. by yaberauneya · 15 years ago
- 198b2f8 Use tail -n 1 instead of tail -1. by yaberauneya · 15 years ago
- 7f39874 Hello, by yaberauneya · 15 years ago
- 955fbb3 rename readme file to avoid clean glob by vapier · 15 years ago
- 5273ad7 Upgrade to OpenHPI 2.14.1. For more Information, see: http://openhpi.org/, by subrata_modak · 15 years ago
- 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
- 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
- 23e0d47 Fix small errors in the runtest files: this patch fixes the following problems in the runtest files: by subrata_modak · 15 years ago
- 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
- 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
- 698bbbb Fixes of some errors discovered by "set -u": this patch fixes the following problems: by subrata_modak · 15 years ago
- 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
- 575795d Changes for NOVEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
- 5fa1ee2 Remove more unneeded comments. by yaberauneya · 15 years ago
- 6fad86c Fix the performance counter testcases because __NR_perf_count_open is finally defined to the right value. by yaberauneya · 15 years ago
- 4e615d8 *.in: Checkin updated and complete syscalls as per kernel version 2.6.32-r8. by yaberauneya · 15 years ago
- 2c6997b testcases/kernel/include/...: by yaberauneya · 15 years ago
- 3003b3f Remove useless comment. by yaberauneya · 15 years ago
- 7113a0c Avoid unintended side-effects with errno being overwritten by accident with fpri by yaberauneya · 15 years ago
- b23867c Forgot to add clock_settime for arm. by yaberauneya · 15 years ago
- 261d0fb testcases/kernel/include/...: by yaberauneya · 15 years ago
- 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
- 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
- e34a3c2 Add a check for (struct sigaction).sa_sigaction as it's not present on all architectures. by yaberauneya · 15 years ago
- 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
- 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