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