1. f6380f4 1. Resolve some compatibility issues with make 3.80. by yaberauneya · 15 years ago
  2. 618f41a Finish this mempolicy crud off for good, after a fair amount of tweaking. by yaberauneya · 15 years ago
  3. 8990a20 Properly resolve mbind stuff... it was actually mempolicy tests... and it was present in more than just mbind01.c by yaberauneya · 15 years ago
  4. 24d2011 Add improved checks for mbind(2) syscalls, because... by yaberauneya · 15 years ago
  5. 0f4f8b8 Make autotools seems to break on more recent versions without this. by yaberauneya · 15 years ago
  6. 3687aa5 Don't do load as part of a normal make operation. This splits the make into 2 stages: by yaberauneya · 15 years ago
  7. 6707863 Error out when /etc/selinux/.../policy/src isn't found. by yaberauneya · 15 years ago
  8. 8a95385 We need to install the Makefiles into the tree as well so the test scripts can run make load. by yaberauneya · 15 years ago
  9. 6081ae2 Things have worked out ok so far for the Makefiles, so let's keep on going trying to fix the selinux test suite (as requested by Steven)... by yaberauneya · 15 years ago
  10. 7377f2e Make my choice of AC_MSG_ERROR more apparent. by yaberauneya · 15 years ago
  11. 2e86d9e cpuset_syscall_test: delete '0x' from hex string: By the latest ltp version, the following fail message outputted on my x86_64 box. by subrata_modak · 15 years ago
  12. 81c8f3e kill unneeded chmod calls on created tmp directory: The following patch kills some unneeded chmod(2) calls on newly created temporary directory; the tst_tmpdir() function do already set the correct permissions. Signed-off-by: Nicolas Joly <njoly@pasteur.fr>. by subrata_modak · 15 years ago
  13. 1ec675a Fix a lot of compile warnings. by yaberauneya · 15 years ago
  14. 84d5f51 Fix some missing headers and missing #define _GNU_SOURCE defs. by yaberauneya · 15 years ago
  15. bbe16a32f Remove numaif.h as noticed by Mitani-san. by yaberauneya · 15 years ago
  16. cff9508 ltp-pan is installed in bin/ not pan/ now as noticed by Serge. by yaberauneya · 15 years ago
  17. 5049b7a Move $(OUT_OF_BUILDTREE), and $(IN_BUILD_TREE) checks above config.mk include as correctly noted by Mitani-san. by yaberauneya · 15 years ago
  18. c2a3ba5 Get closer to getting a working quotactl01 test. There were many setup related items missing, and I'm still bumbling around in the dark trying to figure out how this works, but I'm getting closer to an answer at least... by yaberauneya · 15 years ago
  19. 88fe99f 1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful... by yaberauneya · 15 years ago
  20. b33a7c8 Remove return code printout. by yaberauneya · 15 years ago
  21. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  22. 6d4a861 1. Print out the return code. by yaberauneya · 15 years ago
  23. 4d66038 lib-all shouldn't depend on include-install now... by yaberauneya · 15 years ago
  24. beb3786 Remove uclinux target warning, considering that no uclinux targets exist anymore.. by yaberauneya · 15 years ago
  25. 70e8b01 Properly test for whether or not the update string is embedded in the release file with Redhat, and thus properly omit the release version if you're using a non-update version of Redhat or Fedora. by yaberauneya · 15 years ago
  26. e3be197 1. Change omit_minor_version to omit_redhat_minor_version, as it only applies to redhat's versioning scheme. by yaberauneya · 15 years ago
  27. 4f930ce Don't nuke some files that are checked in for test_policy... by yaberauneya · 15 years ago
  28. 67a0ec9 Make a step to properly fix up the Makefile and policy file items... next step would be to template the Makefile to get rid of the ad hoc Makefile in policy_files/redhat-5. by yaberauneya · 15 years ago
  29. e0c58e6 Stupid... move VERSION set outside of minor version check. by yaberauneya · 15 years ago
  30. 9890b56 Improve usability through -d ($DESTDIR) and -m (omit minor version) options. by yaberauneya · 15 years ago
  31. f4d67e2 Modify script to properly separate major and minor versions with Redhat. by yaberauneya · 15 years ago
  32. 9ff96fc Add a basic Linux distro detection script. by yaberauneya · 15 years ago
  33. 4425e03 1. Fix the all target. by yaberauneya · 15 years ago
  34. 2e15c6b Fix missing #include. by yaberauneya · 15 years ago
  35. f938ae7 Here is a patch/attachment to fix the error number and error message, when the capset() syscall fails. by subrata_modak · 15 years ago
  36. f61899f Fix the bug of the smaller cpu_set_t's length in sched_getaffinity01. sched_getaffinity01 test failed because the len of cpu_set_t in the glibc is smaller than the length of the cpumask in the kernel. So we must use the dynamically sized CPU sets instead of the standard cpu_set_t. This patch fix this problem. Before using this patch, the test result is following: by subrata_modak · 15 years ago
  37. 08216ea Fix the bug of the smaller cpu_set_t's length in getcpu01. getcpu01 test failed because the len of cpu_set_t in the glibc is smaller than the length of the cpumask in the kernel. So we must use the dynamically sized CPU sets instead of the standard cpu_set_t. This patch fix this problem. Before using this patch, the test result is following: by subrata_modak · 15 years ago
  38. 934df0e Clarify location and roles of install paths and directions as requested by Mark Ver. by yaberauneya · 15 years ago
  39. 20d091b Fix check. by yaberauneya · 15 years ago
  40. 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
  41. 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
  42. 8bd024c Fix breakage caused by ltp_clone_quick move. by yaberauneya · 15 years ago
  43. 238c89c Readd the script so that it gets run when the test is executed... by yaberauneya · 15 years ago
  44. cba2387 Shuffle around the code and exit _once_ at the bottom of the child process. by yaberauneya · 15 years ago
  45. 46155ad Hi, by yaberauneya · 15 years ago
  46. 807c323 In latest ltp version, the following message occured when run the case of cpuset. by yaberauneya · 15 years ago
  47. 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
  48. de6ca21 Noob mistake: forgot to unawk the awk call. by yaberauneya · 15 years ago
  49. 34e3ffa This change was originally designated for changing a fail to a pass, but morphed into more than that. by yaberauneya · 15 years ago
  50. 78528fe Fix prep_create_link as noticed by Michal Simek. by yaberauneya · 15 years ago
  51. af4c2e9 Changes for DECEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
  52. 230fe17 Fix part two of the email below... and fix some bash-isms while I'm at it... by yaberauneya · 15 years ago
  53. d99ad68 Fix part 1 of the issue described in the following email: by yaberauneya · 15 years ago
  54. c0e7eaa Shuffle around macros, and put a safe-ish default in for __NR_migrate_pages (0). by yaberauneya · 15 years ago
  55. 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
  56. 1024556 Fix a typo. by yaberauneya · 15 years ago
  57. b8b3564 get_mempolicy01: move libnuma v2 note to numa_helpers.h. by yaberauneya · 15 years ago
  58. 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
  59. cb805c4 configure.ac: add a check for linux/mempolicy.h by yaberauneya · 15 years ago
  60. 5ed9ed0 Address the issue reported in the following email by installing all .c files. by yaberauneya · 15 years ago
  61. 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
  62. f94a46d Apply the fix for the issue noted below. by yaberauneya · 15 years ago
  63. ec789bc Hello, by yaberauneya · 15 years ago
  64. 9bb705e libevent.a gets put in the libevent directory, not libevent/lib directory. Adjust LDFLAGS accordingly. by yaberauneya · 15 years ago
  65. 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
  66. 80a06b5 1. ltp-signalfd.m4: be more strict with AC_CHECK_HEADERS by encapsulating the header items in []. by yaberauneya · 15 years ago
  67. b8709bf 1. Fix the 2.x quota autoconf test by yaberauneya · 15 years ago
  68. 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
  69. 6d587e4 update config.sub/config.guess files by vapier · 15 years ago
  70. c3411d9 drop old __NR_perf_counter_open syscall name and force everyone to use new __NR_perf_event_open by vapier · 15 years ago
  71. 9a820da use the renamed syscall perf_event_open by vapier · 15 years ago
  72. f12a19a Fix the remaining `lib-not-found' error when compiling for the second time as re by yaberauneya · 15 years ago
  73. 4df8023 Fix absolute path to library, as we're no longer directly installing libraries into $(libdir). by yaberauneya · 15 years ago
  74. 47bdab1 Remove the idiot reference. by yaberauneya · 15 years ago
  75. f7c545c Revert to Mike's original copy of ptrace.h. by yaberauneya · 15 years ago
  76. 4905800 Fix autoconf preprocessor defines. by yaberauneya · 15 years ago
  77. c3c31d1 Hello, by yaberauneya · 15 years ago
  78. b417803 Hello, by yaberauneya · 15 years ago
  79. 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
  80. 9c9b852 Remove one last hardcoded $CC. by yaberauneya · 15 years ago
  81. ced6007 As noted by luibo... by yaberauneya · 15 years ago
  82. 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
  83. af1f0ce Fix the libevent compilation because it was half-assed before. by yaberauneya · 15 years ago
  84. 646ddea It's run_libevent.sh, not run-libevent.sh. by yaberauneya · 15 years ago
  85. bbfbd51 Replace the while loop + counter with a more resource efficient iterator. by yaberauneya · 15 years ago
  86. 1c43736 1. Install the testscripts with LTP again. by yaberauneya · 15 years ago
  87. b3d6070 Improve filesystem checks for psuedo-fs'es like NFS rootfs through improved awk call. by yaberauneya · 15 years ago
  88. 7c46ee5 Search path shouldn't be relative from current directory. Please use PATH instead. by yaberauneya · 15 years ago
  89. d283b3b ptrace.h: Let's try THIS for solving the compile issue on ia64... by yaberauneya · 15 years ago
  90. 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
  91. 465c57b Update the TODO list a bit. by yaberauneya · 15 years ago
  92. 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
  93. 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
  94. 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
  95. d54919e 1. Fix out-of-build-tree support (hit a few snags). 2. Enable ${bindir} support. by yaberauneya · 15 years ago
  96. 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
  97. e39f66e The following is changelog. This patch can fix the following problem: by subrata_modak · 15 years ago
  98. 8425281 Stupid typo noticed by Paul Larson. by yaberauneya · 15 years ago
  99. 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
  100. 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