1. e0ad93b configure: add configure checks to compile kernel modules by Alexey Kodanev · 11 years ago
  2. 6aa37bb Add mkdtemp check. by Cyril Hrubis · 12 years ago
  3. cf7c6a5 Revert "mm/oom: add oom control check for memcg" by Caspar Zhang · 12 years ago
  4. 071a94b mm/oom: add oom control check for memcg by Caspar Zhang · 12 years ago
  5. bd8ae72 thp02: Add autoconf check for MREMAP_FIXED by Cyril Hrubis · 12 years ago
  6. c57112e setxattr03: Add autoconf checks for FS_IOC_FLAGS by Cyril Hrubis · 12 years ago
  7. a97441d syscalls/xattr: fix compile when xattr.h not exist by Caspar Zhang · 13 years ago
  8. dcd7909 Add autoconf test for libacl. by Cyril Hrubis · 13 years ago
  9. 877cbae Fix build on system without MADV_MERGEABLE. by Cyril Hrubis · 13 years ago
  10. f09527b Bug reports should go to ltp-list not ltp-results by Garrett Cooper · 14 years ago
  11. 7772831 Remove libevent package from LTP. by Garrett Cooper · 14 years ago
  12. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  13. 92dfd5b Add --with-* package enable knobs via automake. by Garrett Cooper · 14 years ago
  14. 97572ba Remove the open_hpi_testsuite. by Garrett Cooper · 14 years ago
  15. a997c94 Remove DOTS. by Garrett Cooper · 14 years ago
  16. 882ad81 Remove pcllib from configure; it wasn't being compiled. by Garrett Cooper · 14 years ago
  17. e99ebbc Add autoconf tests for keyctl01 required features. by Garrett Cooper · 14 years ago
  18. 4f71cae Commit security enabling cleanup part 2 by Garrett Cooper · 14 years ago
  19. 3f9f3b7 Make AC_MSG_ERROR AC_MSG_WARN for $(JAVAC) check. by Garrett Cooper · 14 years ago
  20. 29c5c29 Add jar/javac specification support. by Garrett Cooper · 14 years ago
  21. 9bd940b nommu/linux: add some configure checks to automate things by Mike Frysinger · 14 years ago
  22. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  23. 06c96f3 Add check for CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE -- by Garrett Cooper · 14 years ago
  24. cb805c4 configure.ac: add a check for linux/mempolicy.h by yaberauneya · 15 years ago
  25. 80a06b5 1. ltp-signalfd.m4: be more strict with AC_CHECK_HEADERS by encapsulating the header items in []. by yaberauneya · 15 years ago
  26. a4bed68 Add support for a user specified strip application via configure. by yaberauneya · 15 years ago
  27. e34a3c2 Add a check for (struct sigaction).sa_sigaction as it's not present on all architectures. by yaberauneya · 15 years ago
  28. 89911a1 *** empty log message *** by yaberauneya · 15 years ago
  29. 9913e82 Check in local copy of configure.ac that had libevent modifications. by yaberauneya · 15 years ago
  30. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  31. 77772ef 1. Fix taskstats.m4 so it no longer punts out warnings. by yaberauneya · 15 years ago
  32. 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
  33. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  34. 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
  35. 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
  36. 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
  37. 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
  38. 3a8efbc This patch adds Integrity Measurement Architecture(IMA) testing support: by subrata_modak · 15 years ago
  39. 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
  40. b2c85fe require automake-1.10 by vapier · 16 years ago
  41. df8759f integrate autotools a bit more so that we can take advantage of the configure by vapier · 16 years ago
  42. 4fc9f54 Adding AUTOCONF rules for eventfd syscall tests. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  43. 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
  44. 86faed4 Introduce autoconf to inotify test case. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  45. 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
  46. 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
  47. 0e71fbc require autoconf-2.61+ by vapier · 16 years ago
  48. 0c98cab fill out AC_INIT() by vapier · 16 years ago
  49. 3d8666c I've clean my signalfd test case up with autoconf. After applying the patch, do at ltp/ by subrata_modak · 16 years ago