1. 4a3c658 Add safe macros for chdir and mkdir. by Garrett Cooper · 14 years ago
  2. 41176c3 Break some bad behavior. by Garrett Cooper · 14 years ago
  3. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  4. 5503357 Disable bounds checking with printouts in tst_brk. by Garrett Cooper · 14 years ago
  5. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  6. b1c7c6b Make the test bug more obvious. by Garrett Cooper · 14 years ago
  7. 43891b7 Fix reentrancy. by Garrett Cooper · 14 years ago
  8. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  9. dd3f47e Actually commit code move. by Garrett Cooper · 14 years ago
  10. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  11. 6a464fe Remove unnecessary tst_sig code. by Garrett Cooper · 14 years ago
  12. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  13. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  14. c6fd0e4 Make get_tst_tmpdir failures a bit more sensical. by Garrett Cooper · 14 years ago
  15. 1f3c236 More whitespace and consistency changes. by Garrett Cooper · 14 years ago
  16. 13431b6 Check for NULL from malloc(3), not !NULL. by Garrett Cooper · 14 years ago
  17. eacf2a3 Account for reporting flags appended to ttype in tst_brk. by Garrett Cooper · 14 years ago
  18. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  19. 936344f Fix typo in comment. by Garrett Cooper · 14 years ago
  20. 619e6a7 Modify style. by Garrett Cooper · 14 years ago
  21. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  22. 9f2555e Screw it. Just call tst_exit at the end of each tst_brkm invocation now. by Garrett Cooper · 14 years ago
  23. d720444 Crap. Checked in code on the wrong branch. by Garrett Cooper · 14 years ago
  24. 858bf87 Fix conflicts. by Garrett Cooper · 14 years ago
  25. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  26. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  27. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  28. 16e681e Intentionally exit when tst_exit == NULL. by Garrett Cooper · 14 years ago
  29. a126241 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  30. e9f9b88 Disable pedanticness in origin. by Garrett Cooper · 14 years ago
  31. 60cd167 Fix stupid errors. by Garrett Cooper · 14 years ago
  32. d3e6e8f Fail quickly w/ tst_res* APIs from non-main proc. by Garrett Cooper · 14 years ago
  33. 903910d More cleanup. by Garrett Cooper · 14 years ago
  34. 6bfb01e Start cleanup for tst_brkloop*. by Garrett Cooper · 14 years ago
  35. 9185e83 Fix alignment on strict archs (arm, sh, etc). by Garrett Cooper · 14 years ago
  36. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  37. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  38. 28606c1 lib: pull in config.h in some files by Mike Frysinger · 14 years ago
  39. 0056e39 Fix stack alignment on ARM with clone tests. by Garrett Cooper · 14 years ago
  40. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  41. c9639c8 Implement simple filter-out mechanism for libraries. by Garrett Cooper · 15 years ago
  42. 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
  43. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  44. 7113a0c Avoid unintended side-effects with errno being overwritten by accident with fpri by yaberauneya · 15 years ago
  45. 8680b28 Quell the _GNU_SOURCE already defined noise. by yaberauneya · 15 years ago
  46. 4263e49 Get rid of a valid -Wunused warning with the fscanf(3). by yaberauneya · 15 years ago
  47. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  48. 3311a25 fix possible tst_xxx buffer overrun: Following patch fixes tst_** functions that would segfault for printing messages longer than 2048 chars. Now such message is truncated. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  49. a5da751 take version from build system by vapier · 15 years ago
  50. 473ab27 dont keep ltp.pc in cvs by vapier · 15 years ago
  51. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  52. 2d2d01b clean all objects, not just the few we care about by vapier · 15 years ago
  53. 995d5a3 decode ENAMETOOLONG by vapier · 15 years ago
  54. f88c09e use a printf modifier to shut up gcc warnings (should make some internal tst_* funcs that take raw va_args so we can drop this EXPAND_VAR_ARGS() hack) by vapier · 15 years ago
  55. 3dc0470 punt unused btime/etime temp variables (not that these belong in global scope in the first place) by vapier · 15 years ago
  56. 6daba92 cleanup code style by vapier · 15 years ago
  57. c6d1b7f convert warning message over to TERRNO by vapier · 15 years ago
  58. 431c9dd Regresion testing for Microblaze: here 4 tests are from my regresion testing for Microblaze kernel debug. There is one extension for testing aligned/unaligned get/put_user macros. The rest of changes are easy. [PATCH 2/4] tst_is_cwd: Add support for ramfs: I added support for testing ramfs and add together tests for nfs, tmpfs and ramfs. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  59. a9a7f97 add a standard "all" target by vapier · 15 years ago
  60. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  61. a060492 use strrchr() rather than deprecated rindex() by vapier · 15 years ago
  62. 1820d28 fix gcc warning: parse_opts.c:582: warning: format not a string literal and no format arguments by vapier · 15 years ago
  63. 9799ea1 extend the test result to a bit field so we can extend the output further by vapier · 15 years ago
  64. fc3529d Missing limits.h include and test.h style in system_specific_process_info.c: 1. test.h is in .../include/. Thus #include should be #include "test.h", not #include <test.h>. 2. limits.h should be explicitly stated because certain constants are used in system_specific_process_info.c (SHRT_MAX for instance). Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  65. 88c166c Test library cleanups: Removing no longer used code from test.h eg. test_error.c is no longer in ltp, and the same for t_res.c so there is no need to include function prototypes for these. Adding void to functions that doesn't take any parameters; tst_exit() -> tst_exit(void); so code that pases parameters to these is not compileable any more. Also fixes all test broken by that change. As parameters passed to tst_exit() are ignored anyway it's quite safe to just remove them; but I'would rather see someone take a closer look. Code cleanups and fixes in tst_res.c: by subrata_modak · 15 years ago
  66. 142cfbb Growfiles: Fix Test Failures. See: http://marc.info/?t=123866461100001&r=1&w=2&n=2, for more info. Signed-Off-By: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  67. 26e07d5 I'm a user of LTP. I use LTP for testing SH based Linux kernel for our embedded systems. I'm using a kernel 2.6.23. I've downloaded latest LTP release: ltp-full-20090131.tgz. I've found the following issues: 2) Under $LTP_ROOT/lib/ there are the tlibio.[ch] files which include some code based on Async IO functionalities. The Async IO is well supported if LTP was built with glibc but it is not supported by uclibc as, currently, the uclibc doesn't provide AsyncIO extensions. I think the code for AsyncIO, have to be placed under "#if !defined (__UCLIBC__)". I've made a patch to fix it. Signed-off-by: Francesco Rundo <francesco.rundo@st.com>. by subrata_modak · 16 years ago
  68. 8d4fee7 This patch fixes compilation warnings introduced recently. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  69. 2b11124 Here it goes. What i have tried to do is fix only the broken issues, where the test case(s) will not execute if enough hugepages are not available in the system. Now, i leave it on the discrition of the user to increase the hugepages in their system before executing these tests. Else, if you all agree on some way to autoset that before test execution, it would be welcome. Following patches Follow: by subrata_modak · 16 years ago
  70. 17d385a [Patch 1/2] Used named PIPE in test cases for NOMMU arch instead of anonymous: In NOMMU arch, anonymous PIPE can't be accessed in child process if it is started by vfork/execve. This patch use named PIPE instead. The API sync_pipe_create() and sync_pipe_close() are changed to accept PIPE name. Signed-off-by: Sonic Zhang <sonic.adi@gmail.com>. by subrata_modak · 16 years ago
  71. 8bc4d77 Fix for msgctl11.c: Resending the fix after modifications based on suggestions from Mike Frysinger. PS: I've retained SHRT_MAX return value in the patch below as per the reason stated earlier. Signed-off by: Vinay Sridhar <vinay@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  72. 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  73. ea37be8 These patches enable AIO and listio in tlibio.c for linux, mostly by reusing code that is already in tlibio.c, and makes non-blocking read()/write() actually work. Also, they change pipeio.c to use this. Comments: by subrata_modak · 16 years ago
  74. f0b9e3a Fix double unescaping error in tst_resm. when calling tst_resm (and several other tst_* functions) with a string containinig "%%", tst_resm would not output a percent sign, but formats some data instead (eg. "%%fs" in fork05 test ends up as "0.00000s". This is because once the escapes have been processed by tst_resm, they are processed again by tst_res called by tst_resm. The attached patch fixes this behaviour.. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  75. b15aafd Hi, by subrata_modak · 16 years ago
  76. 98e9c5d Dont install ltp.pc and libltp.a with excutable flags. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  77. 9f03cbf Introduced PREFIX and LIBSUFFIX variables. DESTDIR is often used within packaging scripts/spec files. Use PREFIX variable instead to manipulate the installation destination directory. Introduced LIBSUFFIX to allow to manipulate library directory to lib64 e.g. for distribution packaging for x86_64 or others architectures. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  78. 4f76603 sync_pipe_close() returns an uninitialized value when it is passed an already closed pipe. Signed-off-by: Roy Lee <roylee17@gmail.com>. by subrata_modak · 16 years ago
  79. e753fd7 There were some mistakes in my previous patch. by subrata_modak · 16 years ago
  80. f91d8ad I've tried LTP and found some wrong mode at creating file/dir in LTP source files. Here is a patch. Junjiro Okajima<hooanon05@yahoo.co.jp>. by subrata_modak · 16 years ago
  81. 26dc572 The attached patch was necessary in order to get LTP to build for our embedded system at work. Without this patch testcases that use the my_getpwnam() library function suffer from redeclaration errors. Signed-off-by: Matt Fleming <mjf@gentoo.org>. by subrata_modak · 16 years ago
  82. 44fc4c1 This patch fix an issue in the sync_pipe implementation. The problem is the following : after the creation of a pipe we do not close any file descriptor until the end of a test. Let's imagine the following execution : by subrata_modak · 16 years ago
  83. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  84. 640adf4 tst_require_root(): unify root checking with this function by vapier · 16 years ago
  85. faf35fb cleanup CFLAGS handling by vapier · 16 years ago
  86. de0e4d7 punt useless local prototype for fdopen() -- stdio.h already provides this by vapier · 16 years ago
  87. a57ce82 Attached is a patch to ltp/lib/Makefile that fixes Solaris cross-building. For some reason the variable CC was overridden with gcc -Wall which caused it to use the system compiler. By Henry Yei <hyei@mvista.com> by subrata_modak · 16 years ago
  88. 5c9f1e0 Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com> by subrata_modak · 17 years ago
  89. fa9086a Add a lib routine to tell us if we are running on NFS, Submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  90. 1cef7f1 Randy temporarily fixed the var_args expander in lib/tst_res.c by subrata_modak · 17 years ago
  91. 38fea91 Fix for Bug no. 1671695, Check return codes everywhere, as pointed out by 'Markus Elfring' by subrata_modak · 17 years ago
  92. 48f2031 Modifications to prevent Warnings during compilation by subrata_modak · 18 years ago
  93. b2f47f3 Applied Patch submitted by "elliot_lee", against bug no. "[ 1697311 ] Compile error of 'lib/parse_opts.c' " by subrata_modak · 18 years ago
  94. f3fefe9 Fix for Bug no. [ 1671695 ] "Check return codes everywhere" as pointed out by "Markus Elfring" by subrata_modak · 18 years ago
  95. 0885aa0 Fix for Bug No. 1427780 (link07 fails) as pointed out correctly by 'Patrick Wyzorski' by subrata_modak · 18 years ago
  96. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  97. 85944b7 Corrected the copyright information to reflect SGI, instead of Cray, which by robbiew · 18 years ago
  98. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  99. ef03818 -- Removing the Patch to parse_opts.c which caused many testcases to fail -- by mreed10 · 19 years ago
  100. 4facda4 A patch by David Wu that prevents infinite looping within parse_opts.c by mreed10 · 19 years ago