1. cb805c4 configure.ac: add a check for linux/mempolicy.h by yaberauneya · 15 years ago
  2. 80a06b5 1. ltp-signalfd.m4: be more strict with AC_CHECK_HEADERS by encapsulating the header items in []. by yaberauneya · 15 years ago
  3. a4bed68 Add support for a user specified strip application via configure. by yaberauneya · 15 years ago
  4. e34a3c2 Add a check for (struct sigaction).sa_sigaction as it's not present on all architectures. by yaberauneya · 15 years ago
  5. 89911a1 *** empty log message *** by yaberauneya · 15 years ago
  6. 9913e82 Check in local copy of configure.ac that had libevent modifications. by yaberauneya · 15 years ago
  7. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  8. 77772ef 1. Fix taskstats.m4 so it no longer punts out warnings. by yaberauneya · 15 years ago
  9. f7df140 autoconf 2.61 / m4 1.4.7 don't define the macro, AC_PROG_AR. This needs to be by yaberauneya · 15 years ago
  10. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  11. c81d7b9 After trying to find old enough glibc (2.2.2 and older) in any distribution I've given up modifying the test to compile with non glibc epoll library. So when glibc epoll headers are not found the test is disabled entirely and dummy version of the test is compiled. Patch that also fixes some minor problems is attached. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  12. 5e0db1d Check unshare Function: This patch set fixes several problems for unshare tests. The first one is to add a build-time checking for unshare function. The second one is to fix unshare01 test, by subrata_modak · 15 years ago
  13. 38c8109 cgroups: conditionally enable building cgroup tests: controllers tests gets included into default ltp build if "/proc/cgroup" exists. It stops the ltp build in realtime kernel environment where kernel is new and supports cgroups, but necessary file "linux/cgroupstats.h" may not exist in the base OS (like RHEL5.3). So configure command enables the build, but actual build fails, due to missing header file. Below patch proposes new symbol LTP_CHECK_CGROUPSTATS to check for header file "linux/cgroupstats.h" and include controllers in the list of tests to build. Tested the patch in non-RT as well as RT environment for the changes. Signed-off-by: Gowrishankar <gowrishankar.m@in.ibm.com>. by subrata_modak · 15 years ago
  14. 1c31098 I've found that ltp didn't compile on Debian because of old kernel headers, which contain taskstats struct without some of the needed fields. This autoconf test detects it and disables the code that would otherwise break. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  15. 3a8efbc This patch adds Integrity Measurement Architecture(IMA) testing support: by subrata_modak · 15 years ago
  16. 5a39889 [PATCH 2/3] Proc01: Fix for PPC64 and Support SELinux-enabled Environment v2: The following patches add an entry from a PPC64 kernel to the list of known issue, which may return errno EINVAL depends on the content of the file and the read buffer it is testing. Also, they add support for SELinux-enabled testing environment by using the correct expected results if it is able to detect SELinux is enabled. It does not affect the testing for systems with no LSM, LSM other than SELinux, and SELinux-disabled. Version 2 is created base on the suggestion from Serge E. Hallyn. This patch is using configure script to automatically detect if the system has libselinux libraries and header installed, so we can use a macro later on to actually check if SELinux is enabled. Otherwise, or if you don't want to run configure script at all, the test and other tests should behave as normal. Also, it removes some unnecessary comments from the Makefile, and replaces LOADLIBES to LDLIBS according to the LTP INSTALL file, LDLIBS - libraries listed after objects during link. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 15 years ago
  17. b2c85fe require automake-1.10 by vapier · 16 years ago
  18. df8759f integrate autotools a bit more so that we can take advantage of the configure by vapier · 16 years ago
  19. 4fc9f54 Adding AUTOCONF rules for eventfd syscall tests. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  20. 4235284 checking sys/capability.c for pidns14 and pidns16: this patch adds "sys/capability.c" checking for pidns14 and pidns16 testcases using autoconf support. Signed-off-by: Edjunior B. Machado <emachado@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  21. 86faed4 Introduce autoconf to inotify test case. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  22. 5256819 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  23. ae5eb2c I've introduced autoconf to modify_ldt test cases. The modification is very similar to the modification to signalfd. Signed-off-by: Masatake YAMATO<yamato@redhat.com>. by subrata_modak · 16 years ago
  24. 0e71fbc require autoconf-2.61+ by vapier · 16 years ago
  25. 0c98cab fill out AC_INIT() by vapier · 16 years ago
  26. 3d8666c I've clean my signalfd test case up with autoconf. After applying the patch, do at ltp/ by subrata_modak · 16 years ago