1. 873f6e5 Fix ltp-aiodio.sh script so it execs aio-stress. by Garrett Cooper · 14 years ago
  2. 4fd9218 I've prepared a patch for at_allow01 that essentially duplicates the by Garrett Cooper · 14 years ago
  3. 217d9b7 Chain cmds together to avoid intermediate errors. by Garrett Cooper · 14 years ago
  4. 47f2811 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  5. 9eeea79 Fix error message (was hardcoded to SIGALARM). by Garrett Cooper · 14 years ago
  6. 99b7a68 ltp setrlimit testcase patch for RLIMIT_FSIZE resource: Current testcase for setrlimit resource RLIMIT_FSIZE is using a global integer variable to communicate the number of bytes from child to parent which is incorrect. This has been corrected by introducing a pipe to transfer this information from child to parent process. Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  7. b83a9d6 Rt_sigprocmask01 test case caused "segment fault" on x86: This is a similar problem as rt_sigsuspend01 which has been fix before. by Subrata Modak · 14 years ago
  8. 440ca11 fix tst_unzip_file.zip permissions: When creating package, the buildsysem freaks out on file tst_unzip_file.zip because it has world writeable permission, however this is not necessary for the test itself to work. Patch attached. Signed-off-by: Cyril Hrubis chrubis@suse.cz, by Subrata Modak · 14 years ago
  9. a589d12 Fix at_deny01 in positive and negative cases. by Garrett Cooper · 14 years ago
  10. 228b250 Add comment about stack size change. by Garrett Cooper · 14 years ago
  11. c6390b8 Clean up testcases. Increase stacksize for printf. by Garrett Cooper · 14 years ago
  12. 0b94a97 Add mq_open/mq_unlink fn def. conformance tests. by Garrett Cooper · 14 years ago
  13. 34e01e0 Fix typo. by Garrett Cooper · 14 years ago
  14. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  15. 3e8b451 Make a target to spoof .DEFAULT_GOAL on make 3.80. by Garrett Cooper · 14 years ago
  16. e5387ce Fix whitespace pointed out by Mike Frysinger. by Garrett Cooper · 14 years ago
  17. 591f8fe Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  18. a98d813 Fix compile with UCLINUX platforms. by Garrett Cooper · 14 years ago
  19. a8e1a60 Fix ad hoc errno definitions. by Garrett Cooper · 14 years ago
  20. e8ad463 start a nommu guide for ltp programmers by Mike Frysinger · 14 years ago
  21. fad9f94 update gitignore by Mike Frysinger · 14 years ago
  22. c1896c7 lchown02: drop useless cast by Mike Frysinger · 14 years ago
  23. 28606c1 lib: pull in config.h in some files by Mike Frysinger · 14 years ago
  24. 9bd940b nommu/linux: add some configure checks to automate things by Mike Frysinger · 14 years ago
  25. b49b375 Make test pass with undoc'ed sysctl(2) behavior. by Garrett Cooper · 14 years ago
  26. 31f870e Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  27. 62899c9 Fix compile warning with global symbols in pread01 by Garrett Cooper · 14 years ago
  28. 93cbfd6 Clean up arguments passed in sighold02. by Garrett Cooper · 14 years ago
  29. fde5772 Use MAXPATHLEN to avoid path truncation. by Garrett Cooper · 14 years ago
  30. 4b49678 make iogen01 honor $TMPDIR set by runltp*. by Garrett Cooper · 14 years ago
  31. 8e71ff7 Fix the address offset for hugeshmat0[12] on mips. by Garrett Cooper · 14 years ago
  32. b47b875 drop test pidns03 ? by Subrata Modak · 14 years ago
  33. ece5dea Fix the sigset_t size value for mips*. by Garrett Cooper · 14 years ago
  34. c729e56 Fix general protection fault in uninitialized mem. by Garrett Cooper · 14 years ago
  35. 22b12b3 Fix missing `_' in constant name. by Garrett Cooper · 14 years ago
  36. 7c67a09 Make a note about `illegal' chars in pathnames. by Garrett Cooper · 14 years ago
  37. 1112402 Fix indentation; update maintainer to be Subrata. by Garrett Cooper · 14 years ago
  38. c649ab2 More conformance definitions tests for mqueue.h. by Garrett Cooper · 14 years ago
  39. 0cdd169 Add conformance definition tests for mqueue.h. by Garrett Cooper · 14 years ago
  40. 8c50bcc Add testcase to check contents of mq_attr. by Garrett Cooper · 14 years ago
  41. be5c788 Allow swapon03 to pass when max_swapfiles unknown. by Garrett Cooper · 14 years ago
  42. 79196c6 Add -lrt to LDLIBS file. by Garrett Cooper · 14 years ago
  43. 64d869e Preemptively fix error w/ missing tcl proc (fail). by Garrett Cooper · 14 years ago
  44. d0908cb Sorry for my late answer. by Garrett Cooper · 14 years ago
  45. bc4f41a Restore file unnecessarily deleted back in Nov. by Garrett Cooper · 14 years ago
  46. 33df225 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  47. 0805482 Reorder headers. by Garrett Cooper · 14 years ago
  48. 421044c Fix error reporting for test. by Garrett Cooper · 14 years ago
  49. 8565cff Don't assume that SHELL has a sane value. by Garrett Cooper · 14 years ago
  50. 233231c Fix compile warnings and remove ambiguous stimuli. by Garrett Cooper · 14 years ago
  51. 6cf3402 Another non-superuser check. by Garrett Cooper · 14 years ago
  52. cef69ef Fix inconsistency. by Garrett Cooper · 14 years ago
  53. 578b573 Add another non-superuser check. by Garrett Cooper · 14 years ago
  54. 3c68417 Fix EPERM fail if clock_settime not called as root by Garrett Cooper · 14 years ago
  55. a66ee2d Use awk equivalent to FreeBSD's sed -E. by Garrett Cooper · 14 years ago
  56. 3393cd1 Disable the open_posix_testsuite in the build. by Garrett Cooper · 14 years ago
  57. a4e64cb Fix the 1-1 testcase. by Garrett Cooper · 14 years ago
  58. 4717497 clock_getres01: remove TERRNO flag for overall test result: The attached patch remove the TERRNO flag for the overall clock_getres01 test status. It is wrong because, if one of the test fails, the reported errno will always be the one from the last case05 test (even 0 if this one was successful). Upon failure, the output will be: by Subrata Modak · 14 years ago
  59. 0056e39 Fix stack alignment on ARM with clone tests. by Garrett Cooper · 14 years ago
  60. 4fffe0e Commit the 20% check. by Garrett Cooper · 14 years ago
  61. ba7ee42 A 10% threshold was too low. Bump up to 20%: by Garrett Cooper · 14 years ago
  62. 956d771 Use better precision accounting for pselect01. by Garrett Cooper · 14 years ago
  63. 5337e87 Fix source path for install. by Garrett Cooper · 14 years ago
  64. 2ebc103 Update location for multicast tests. by Garrett Cooper · 14 years ago
  65. e0a89f9 Address issue with permissions on utimesat_tests. by Garrett Cooper · 14 years ago
  66. dc9a695 Fix test when dealing w/ new versions of file. by Garrett Cooper · 14 years ago
  67. a273994 Update in the directions for new script name. by Garrett Cooper · 14 years ago
  68. b24cfbd Update documentation. by Garrett Cooper · 14 years ago
  69. fb777bd Add simple wrapper for running all option groups. by Garrett Cooper · 14 years ago
  70. b40d23f Rem. ambiguity by suffixing script name with test. by Garrett Cooper · 14 years ago
  71. c438631 Simplify by using $(bindir). by Garrett Cooper · 14 years ago
  72. f00e546 Make run-posix-option-group.sh use feature run.sh. by Garrett Cooper · 14 years ago
  73. 88ed43e chmod run_test.sh in the target, not in make test. by Garrett Cooper · 14 years ago
  74. 9cb1f45 Move run_tests to run-posix-option-group.sh. by Garrett Cooper · 14 years ago
  75. 23a78c2 Style. by Garrett Cooper · 14 years ago
  76. dd3dab3 s/PREFIX/prefix/ to be autoconf-like. by Garrett Cooper · 14 years ago
  77. 7062dd4 Use proper autoconf-like variables. by Garrett Cooper · 14 years ago
  78. 6269146 SIGPOLL is XSI optional; conditionalize it. by Garrett Cooper · 14 years ago
  79. 842ec9e Add bits for autoconf-like variables for install. by Garrett Cooper · 14 years ago
  80. 81db68f Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  81. ed96031 Differentiate SKIP from FAILED. by Garrett Cooper · 14 years ago
  82. 68f8953 Testcase "nfs02" fails with following message by Garrett Cooper · 14 years ago
  83. 125d98b While running networktest for nfs; nfsstress & nfsstat01 test gets by Garrett Cooper · 14 years ago
  84. 851e779 Testcase "nfs02" fails as script does not able to find following files by Garrett Cooper · 14 years ago
  85. adbddc0 Keep on going with make test! by Garrett Cooper · 14 years ago
  86. d393231 Be pedantic about the ret. code from timer_create. by Garrett Cooper · 14 years ago
  87. 4fe1dbd This test only requires -lrt. by Garrett Cooper · 14 years ago
  88. 49c75d6 Might as well add distclean... by Garrett Cooper · 14 years ago
  89. ddf8b0f make install for open_posix_testsuite isn't ready for primetime yet. by Garrett Cooper · 14 years ago
  90. 9a56903 Break non-POSIX tests. by Garrett Cooper · 14 years ago
  91. b7385b9 pthread_kill obviously requires -lpthread. by Garrett Cooper · 14 years ago
  92. 4be025c Adjust LDLIBS files. by Garrett Cooper · 14 years ago
  93. 4ce871e Use a value built off $(abs_top_srcdir) for top_srcdir. by Garrett Cooper · 14 years ago
  94. dc78660 Fix linker errors on Fedora 13. by Garrett Cooper · 14 years ago
  95. b46cce6 Commit integrate Make rules under test. by Garrett Cooper · 14 years ago
  96. f8d3588 If t0 isn't present or exec'able - game over. by Garrett Cooper · 14 years ago
  97. 2ba63f2 Sync checks for sys/mman.h w/ posixtest HEAD. by Garrett Cooper · 14 years ago
  98. ec55578 Commit more runtime checks for aio_* on FreeBSD. by Garrett Cooper · 14 years ago
  99. 88cc8f1 Clean up headers and whitespace. by Garrett Cooper · 14 years ago
  100. 50e63b3 Update FreeBSD configuration documentation. by Garrett Cooper · 14 years ago