1. 1400d64 export a bunch of settings by default that since they are harmless by vapier · 18 years ago
  2. 41f4cd7 add support for LDFLAGS by vapier · 18 years ago
  3. 486bcd5 kill off unused variables by vapier · 18 years ago
  4. e0ccc7d lessen the number of kernel headers we need and use syscall() instead of _syscall2() to improve portability by vapier · 18 years ago
  5. bef181f fix LDFLAGS support by vapier · 18 years ago
  6. 062c561 kill off warning about j being unused by vapier · 18 years ago
  7. 9ecb1eb simplify how we control what is built by vapier · 18 years ago
  8. d248317 need to define _GNU_SOURCE before including features.h or sigset prototype is missed by vapier · 18 years ago
  9. f25cdf3 simplify makefile by vapier · 18 years ago
  10. d61b75c cleanup file and make acl detection automatic by vapier · 18 years ago
  11. 41adf66 revert previous commit by vapier · 18 years ago
  12. 1874554 make sure clean descends into the templates dir by vapier · 18 years ago
  13. e38cbd5 punt generated files by vapier · 18 years ago
  14. 6dbd003 Fix for defect 21134, SLES10 looks for syslog-ng instead of syslogd by mridge · 18 years ago
  15. ead9986 Fix for defect 21134, SLES10 looks for syslog-ng instead of syslogd by mridge · 18 years ago
  16. 1f01fa4 Ihno Krumreich writes: need to include unistd.h to get the prototype for gethostid() by vapier · 18 years ago
  17. d2738d6 Fix for defect 21693, seg fault on failure by mridge · 18 years ago
  18. 3f2b54a Fixes for the locks tests and added tests to stress a server with multiple clients by mridge · 18 years ago
  19. bf7d859 fix for defect 21622, insufficient timeout value by mridge · 18 years ago
  20. 441599d change to fix defect 21359 by mridge · 18 years ago
  21. 0c73a48 Fix for defect 21046 by mridge · 18 years ago
  22. fed9da3 Jane Lv writes: use FORK_OR_VFORK() instead of fork() so this stuff works on uClinux by vapier · 18 years ago
  23. 01e7211 cleanup output and use proper test functions instead of printfs by vapier · 18 years ago
  24. 116eb22 if syslog is not installed, skip the tests by vapier · 18 years ago
  25. d39b5ae David Wu says: just use linux/fs.h to get NR_OPEN define by vapier · 18 years ago
  26. 53ef45c move rec_signal/send_signal out of zoolib.h and into pan.c since only pan.c uses them and more than just pan.c includes zoolib.h by vapier · 18 years ago
  27. b6dcbc4 Jane Lv writes: I have patched flock03.c and sched_setparam05.c to replace fork() by vfork() on uClinux. by vapier · 18 years ago
  28. 93205ff set default Debug level to off by vapier · 18 years ago
  29. af64a87 cut extraneous newlines from test output by vapier · 18 years ago
  30. e3180f2 kill off unused strings msg1 and msg2 by vapier · 18 years ago
  31. c398e4f use errno.h instead of doing extern int errno by vapier · 18 years ago
  32. f81795e remove duplicated errno.h includes and just include errno.h, not sys/errno.h by vapier · 18 years ago
  33. fab8d74 cleanup test output by removing pointless whitespace and adding a lot more useful debug info by vapier · 18 years ago
  34. f02f81d dont hardcode array size, use sizeof() by vapier · 18 years ago
  35. 5d7cfb0 Changes from David Wu by mridge · 18 years ago
  36. ed06ca6 Changes for fork/vfork uClinux by mridge · 18 years ago
  37. d9bd984 New memory mapping testcase by mridge · 18 years ago
  38. 83b5cdf Changes to exclude these tests on a uClinux system by mridge · 18 years ago
  39. 55251d9 disable test for uClibc by vapier · 18 years ago
  40. c6b29c6 get rid of gcc warning due to TEST_ERRNO being a long by vapier · 18 years ago
  41. 7cd82b1 Jane Lv writes: I have patched waitpid11.c and waitpid12.c to replace fork() by vfork() on uClinux. by vapier · 18 years ago
  42. d4e2cd7 clean all logfiles by vapier · 18 years ago
  43. f1fb7af update find usage to kill off warnings with newer versions by vapier · 18 years ago
  44. 0bdbaa3 use proper test output routines rather than homebrewed printf statements by vapier · 18 years ago
  45. e40a388 create a simple math.sh script based on syscalls.sh by vapier · 18 years ago
  46. a721ece kill extraneous newlines in test output by vapier · 18 years ago
  47. 7f665bb tweak the way we define INVALID_ADDRESS to get rid of warnings on 32bit hosts and make it more sane in general by vapier · 18 years ago
  48. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 18 years ago
  49. 02a69a4 fix gcc warning: by vapier · 18 years ago
  50. 0341209 fix gcc warning: by vapier · 18 years ago
  51. cf2189f include string.h for memmove prototype by vapier · 18 years ago
  52. 63eb92a fix gcc warning: by vapier · 18 years ago
  53. a5ee764 fix gcc warning: by vapier · 18 years ago
  54. 03f8bb1 fix gcc warning: by vapier · 18 years ago
  55. 68a91f8 fix gcc warning: by vapier · 18 years ago
  56. cd15549 fix gcc warning: by vapier · 18 years ago
  57. de44013 fix gcc warning: by vapier · 18 years ago
  58. 084e13b fix gcc warning: by vapier · 18 years ago
  59. 0e28b62 fix gcc warning: by vapier · 18 years ago
  60. 9a5ee67 fix gcc warning: by vapier · 18 years ago
  61. 541da0c fix gcc warning: by vapier · 18 years ago
  62. 5ccd613 fix gcc warning: by vapier · 18 years ago
  63. 863bc6f fix warning: growfiles.c:357: warning: unused variable `opterr' by vapier · 18 years ago
  64. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 18 years ago
  65. 1892d38 use proper ltp functions for outputing test results rather than just plain old printf functions by vapier · 18 years ago
  66. 7b7103c kill off debug output that shouldnt be shown at normal runtime by vapier · 18 years ago
  67. 4456910 fix dependency tracking so targets arent rebuilt all the time by vapier · 18 years ago
  68. d4e145e allow people to store custom settings in config.mk rather by vapier · 18 years ago
  69. 539fd46 Applied an update from Mike Frysinger to allow people to automatically declare the CREATE variable in IDcheck.sh. by robbiew · 18 years ago
  70. 9a5fd66 Applied LDFLAGS cleanup patch from Mike Frysinger. by robbiew · 18 years ago
  71. f003010 Applied LDFLAG cleanup patch from Mike Frysinger. by robbiew · 18 years ago
  72. 4d9d30c removed 00bso as unneeded file by mridge · 18 years ago
  73. 721424a Changes for February LTP release by mridge · 18 years ago
  74. a3f084f Fix to get rid of ugly messages during the make by mridge · 18 years ago
  75. 0fa07b0 Fix for defect 21068, check for the existance of either syslogd or syslog-ng before failing and reporting an error by mridge · 18 years ago
  76. a9f7479 Applied LDFLAG fix from Mike Frysinger. by robbiew · 18 years ago
  77. 51fa63e Applied LDFLAG fix from Mike Frysinger by robbiew · 18 years ago
  78. 3c40ac8 Fix for defect 21065, the kernel changed the return for tests 4 & 9. I added dual tests on failure so new/old kernels should both pass by mridge · 18 years ago
  79. ee558c3 Fix for defect 21046, testcase should fail ENOMEM passes due to insufficient pages by mridge · 18 years ago
  80. e6b04db Fix nfs03 twice to nfs04 by mridge · 18 years ago
  81. 4640fb9 fixed some RH/Suse specific messages by mridge · 18 years ago
  82. 2a585bf Fix to prevent not enough dups error in some cases by mridge · 18 years ago
  83. 161b01e Fixes for uClinux to fix fork and invalid memory access errors by mridge · 18 years ago
  84. 9f39d3d Fix for uClinux to fix execute error by mridge · 18 years ago
  85. e5a69f4 Updates for mmc security tests by mridge · 18 years ago
  86. 44ab401 Updates for security tests by mridge · 18 years ago
  87. 5b8e465 Fixes,updates,etc. for punder21 testsuite by mridge · 18 years ago
  88. e68561c Applied patch from Jane Lv to disable test for uClinux. by robbiew · 18 years ago
  89. 131efcc Fixed gethostid01 so the second 64 bit check doesn't clobber the first 64 bit check by using a bitmask by mridge · 18 years ago
  90. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 18 years ago
  91. eaf3467 Applied patch from Mike Frysinger to resolve problem with defining a local syslog() function when the tests are built statically. by robbiew · 18 years ago
  92. 2f757ba Applied patch from Mike Frysinger to resolve issue with UNALIGNED being defined multiple times for ARM targets. by robbiew · 18 years ago
  93. fa5ae1d Applied patch from Mike Frysinger that disables ballista if no perl is installed on the system and fixes the clean target. by robbiew · 18 years ago
  94. bd21993 Ensured that DOTS is not included in the LTP make. by robbiew · 18 years ago
  95. 8cc153f Added the LTP's Database Opensource Test Suite to the testsuite. by robbiew · 18 years ago
  96. adab344 Fix for defect 21072, fixing the offset on some systems by mridge · 18 years ago
  97. 1a5ca6a fix for defect 21050, the logic on line 211 was reversed causing the 64bit code to get run on a 64bit system by mridge · 18 years ago
  98. f525337 fix Makefile to not build pounder by default by mridge · 18 years ago
  99. 1c5ac21 Initial drop of pounder testsuite by mridge · 19 years ago
  100. ff5669d Fix for defect 20348, waitpid12 hangs occasionally by mridge · 19 years ago