ef77253961f909f87e82e6d2b620e87af33e9665 |
|
09-Oct-2009 |
yaberauneya <yaberauneya> |
1. Please see README.mk-devel for a full description of the changes from a Make perspective. 2. Several files were changed to accomodate correct installation practices, most notably ones in testcases/network/{ipv6,tcp_cmds}, testcases/kernel/sched/hyperthreading/ht_enabled/..., and some items in tools/..., and also to avoid collisions as far as installed testcases (scripts, compiled C apps) were concerned. 3. Several apps weren't autoconf safe and some autoconf tests and conditional statements have been placed in sourcecode and in Makefiles to either a) prevent the tests from being built / installed or b) turn the tests into dummy apps which print out TCONF messages due to lack-of-build support. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
4fc9f54c5f65d10d7f1258ab424967e14e40da74 |
|
16-Jan-2009 |
subrata_modak <subrata_modak> |
Adding AUTOCONF rules for eventfd syscall tests. Signed-off-by: Masatake YAMATO <yamato@redhat.com>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
ed8da9dd20cdfa72f2903d4f26b789401e20c4f5 |
|
30-Dec-2008 |
subrata_modak <subrata_modak> |
Delete an a.out file in eventfd Makefile: the clean targets in ltp don't always clean all intermediate binary files. This patch fixes that. The a.out file is potentially created by the check for aio_eventfd (or other compile checks) in the makefile. The object files in getgroups Makefile are xxx_16.o. Signed-Off-By: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
e312d9ee7dc1876f4f7d5ad985903caac35c2542 |
|
11-Nov-2008 |
subrata_modak <subrata_modak> |
Hello, these are some little fixes I've created for ltp. They are typos, fixes for compiler warning, bashisms in the makefiles etc. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
237caa03fee2ac078a2ff1e8a56b8bc0e96860c4 |
|
29-Sep-2008 |
subrata_modak <subrata_modak> |
This patch introduces new check_header defined in utils/cond.mk to Makefile for eventfd test cases. Signed-off-by: Masatake YAMATO <yamato@redhat.com>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
a5b38e4a71a511175eff1c056756dc7faeecff9b |
|
20-Aug-2008 |
subrata_modak <subrata_modak> |
This patch adds eventfd counter overflow test cases. I have cleaned up this patch - separated the test cases into its own functions and fixed a few typos. Please ignore the previous patch, and use this cleaned up patch. After the patch is applied, a "make clean" and a "make" should result in a clean build. It works perfectly for me. Anyways I am providing an updated patch with the other linux_syscall_numbers.h removed. As noted in my previous mail, there are two instances of the generated file in the CVS repo now, "include/linux_syscall_numbers.h" and "testcases/kernel/include/linux_syscall_numbers.h". The first is supposed to be a link to the second, and both are generated during the build process, and should be removed. The new patch removes both the files. Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|
66b8447e2e5011798ce154a3ce3a3d1227056d93 |
|
11-Aug-2008 |
subrata_modak <subrata_modak> |
Added basic testcases for eventfd() syscall. Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>.
/external/ltp/testcases/kernel/syscalls/eventfd/Makefile
|