- 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
- 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
- 08984c5 ptrace.h: Nevermind. The last commit was bogus -- we do need those #if !defined's.. by yaberauneya · 15 years ago
- 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
- 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
- 1a1b1fb Clean up the testcases a bit and make the tests follow more of a LTP-like reporting method. by yaberauneya · 15 years ago
- b15e55e Clean up this testcase a lot by fixing indentation, spacing, fixing a few memory leaks, and the cleanup by yaberauneya · 15 years ago
- fc81c04 Remove a blank line. by yaberauneya · 15 years ago
- e70b30b Check in cleaned up versions of these tests. by yaberauneya · 15 years ago
- fdc9168 Need to change this script to scrape stdout. by yaberauneya · 15 years ago
- fb84f2d Clean up testcase and have it conform to a more LTP-like standard. by yaberauneya · 15 years ago
- 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
- af9f67d configure target shouldn't be executed by any sane human being. by yaberauneya · 15 years ago
- 84c165c Enable ebizzy and kernbench properly so that they get installed in the correct spots. by yaberauneya · 15 years ago
- 1979ba3 You go in too ;)... by yaberauneya · 15 years ago
- a2a05e3 What I meant to say in my last commit email was... by yaberauneya · 15 years ago
- 89911a1 *** empty log message *** by yaberauneya · 15 years ago
- 6b83f26 1. Conform to ltp_signal.h 2. Fix some format strings with inttypes.h by yaberauneya · 15 years ago
- f5e2c72 Clean up this test too. This thing segfaults on me as well... grr... by yaberauneya · 15 years ago
- bdd6536 Clean up the test. Dumb thing segfaults on me though... grr... by yaberauneya · 15 years ago
- 2f76506 1. Use SIGSETSIZE from ltp_signal.h by yaberauneya · 15 years ago
- 250cc8e Greatly simplify the testcase and use SIGSETSIZE instead of 8 hardcoded everywhere.. by yaberauneya · 15 years ago
- 7b3f222 A simple header which only contains SIGSETSIZE right now, but will contain more items (potentially) later. by yaberauneya · 15 years ago
- 9913e82 Check in local copy of configure.ac that had libevent modifications. by yaberauneya · 15 years ago
- 838ea28 This test should be compiled with -lrt -lpthread. by yaberauneya · 15 years ago
- 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
- 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
- 2632a58 Fix several issues with the Makefiles as noted by Mitani-san and Luibo: by yaberauneya · 15 years ago
- 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
- 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
- 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
- 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
- 13ace44 According to the manpage for mknod(2): by yaberauneya · 15 years ago
- cd110c8 Convert the assert's to more informative tst_resm(3)'s. by yaberauneya · 15 years ago
- 34a6c04 Fix a tail -1 syntax item that wasn't fixed this morning. by yaberauneya · 15 years ago
- 800d041 Reorder headers because of compile-time definitions. by yaberauneya · 15 years ago
- db78f8c As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
- 755afd8 As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
- 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
- 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
- 814189a Check in remaining syscall number modifications. by yaberauneya · 15 years ago
- db2e5cf This wasn't supposed to be checked in yet. Reverting... by yaberauneya · 15 years ago
- acb9970 Include libevent in the proverbial mix. by yaberauneya · 15 years ago
- 81db12a Fix more tail -<integer> syntax issues. by yaberauneya · 15 years ago
- 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
- e207825 mem/hugeshmget: fix failure of hugeshmget01: During hugeshmget01 testcase, we got the following: by subrata_modak · 15 years ago
- 35b8cb7 Hello guys, by yaberauneya · 15 years ago
- 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
- 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
- 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
- a6a8020 Fix some remaining compile errors that we're checked in earlier... by yaberauneya · 15 years ago
- 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
- 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
- e2ac9f3 As noticed by Shi Weihua, there was a syntax error in the awk command in get_cpu_usage: by yaberauneya · 15 years ago
- de33648 Let's not overwrite /bin/cat by accident in open08 if the setguid / setuid fails, mmk? by yaberauneya · 15 years ago
- 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
- 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
- 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
- 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
- 60c8a61 Add the mq_* syscalls to the syscall list for each available architecture. by yaberauneya · 15 years ago
- 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
- 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
- 8680b28 Quell the _GNU_SOURCE already defined noise. by yaberauneya · 15 years ago
- 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
- bcce3c7 Make the switchover from rwtest.sh to rwtest. by yaberauneya · 15 years ago
- 99591c0 1. Convert rwtest.sh to rwtest (part 1). by yaberauneya · 15 years ago
- df9efad Check in runtest changes for lchown02, and libevent (have to fix that still... almost done). by yaberauneya · 15 years ago
- 3dfbae9 Makefile: No need to compile `create_link_16' ;)... by yaberauneya · 15 years ago
- c63ff5e Add __NR_keyctl. by yaberauneya · 15 years ago
- faf0748 Consolidate all of the logic in one area and clean it up significantly. by yaberauneya · 15 years ago
- 7869aac Make the test user lookup error for error bind02 a bit more intuitive. by yaberauneya · 15 years ago
- 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
- 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
- 1d570bd Fix SIGSEGV if the group entries are missing. by yaberauneya · 15 years ago
- d1fc08d Forgot to add __NR_add_key to the rest of the .in files. by yaberauneya · 15 years ago
- 4c25293 Fix __NR_[gs]et_mempolicy syscall numbers and a few other syscall numbers. by yaberauneya · 15 years ago
- 0dadde1 support ptrace on sparc by vapier · 15 years ago
- b5f17ac Fix some unchecked return warnings in mqns_01.c. by yaberauneya · 15 years ago
- 41a1db6 1. Remove some stale items that have been resolved or are no longer pertinent. by yaberauneya · 15 years ago
- 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
- c869a5d Enhance runalltests.sh so that it can be executed from anywhere. by yaberauneya · 15 years ago
- b0da843 Add runalltests.sh to the install list so it gets installed too. by yaberauneya · 15 years ago
- f247867 Fix a missing brace. by yaberauneya · 15 years ago
- 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
- 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
- cef7962 Add a note about outdated m4 output seen on RHEL 5.2. by yaberauneya · 15 years ago
- 0c66cf8 1. The logic check for IDcheck.sh was inverted for finding entries. by yaberauneya · 15 years ago
- 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
- a776415 ext4: fix script error of ext4_nsec_timestamps_test.sh: by subrata_modak · 15 years ago
- 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
- 0d2c501 the shuffle of headers broke the ia64 workaround by vapier · 15 years ago
- 5f5ea1f Resolve some clashing symbols for static functions that are in fact defined in numa.h. by yaberauneya · 15 years ago
- 297d86b Get rid of an unused var. by yaberauneya · 15 years ago
- 7ffef3f 1. Don't nuke config.h with clean. ac-clean will do that. by yaberauneya · 15 years ago
- 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
- c6b731c Following patch fixes buffer overflow.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
- 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
- af41ef5 need to include -lclone before -lltp by vapier · 15 years ago
- 4af190f Make all of the numa tests consistent and correct. by yaberauneya · 15 years ago