1. 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  2. 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
  3. 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
  4. b15aafd Hi, by subrata_modak · 16 years ago
  5. 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
  6. 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
  7. 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
  8. e753fd7 There were some mistakes in my previous patch. by subrata_modak · 16 years ago
  9. 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
  10. 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
  11. 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
  12. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  13. 640adf4 tst_require_root(): unify root checking with this function by vapier · 16 years ago
  14. faf35fb cleanup CFLAGS handling by vapier · 16 years ago
  15. de0e4d7 punt useless local prototype for fdopen() -- stdio.h already provides this by vapier · 16 years ago
  16. 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
  17. 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 · 16 years ago
  18. 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
  19. 1cef7f1 Randy temporarily fixed the var_args expander in lib/tst_res.c by subrata_modak · 17 years ago
  20. 38fea91 Fix for Bug no. 1671695, Check return codes everywhere, as pointed out by 'Markus Elfring' by subrata_modak · 17 years ago
  21. 48f2031 Modifications to prevent Warnings during compilation by subrata_modak · 17 years ago
  22. b2f47f3 Applied Patch submitted by "elliot_lee", against bug no. "[ 1697311 ] Compile error of 'lib/parse_opts.c' " by subrata_modak · 17 years ago
  23. f3fefe9 Fix for Bug no. [ 1671695 ] "Check return codes everywhere" as pointed out by "Markus Elfring" by subrata_modak · 17 years ago
  24. 0885aa0 Fix for Bug No. 1427780 (link07 fails) as pointed out correctly by 'Patrick Wyzorski' by subrata_modak · 17 years ago
  25. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  26. 85944b7 Corrected the copyright information to reflect SGI, instead of Cray, which by robbiew · 18 years ago
  27. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  28. ef03818 -- Removing the Patch to parse_opts.c which caused many testcases to fail -- by mreed10 · 18 years ago
  29. 4facda4 A patch by David Wu that prevents infinite looping within parse_opts.c by mreed10 · 18 years ago
  30. 6eaecb2 Applied Coldfire patch from Jody McIntyre: by robbiew · 19 years ago
  31. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  32. 784a360 Applied patch from David Marlin: by robbiew · 19 years ago
  33. 906676d Applied patch from Mike Frysinger: by robbiew · 19 years ago
  34. 79d3d9f self_exec magic required to run child functions on uClinux by Paul J.Y. Lahaie by robbiew · 19 years ago
  35. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  36. 8505e2a Added a couple of missed files from a patch sent by Ricky Ng-Adam <rngadam@yahoo.com>. This fixes a build break on swapon/swapoff tests. by plars · 19 years ago
  37. e6508f8 Porting changes to provide compatability of LTP with Solaris, HP-UX and AIX by mridge · 20 years ago
  38. ca11e71 Modified tst_tmpdir to ensure 777 permissions on test directory. by robbiew · 20 years ago
  39. 79c135c Applied patch from Alastair McKinstry to allow LTP to build on Linux/HPPA by robbiew · 20 years ago
  40. 0ea4e1b Relocated the free() to the correct spot. by robbiew · 21 years ago
  41. 3037ed0 Applied patch from Randy Hron: by robbiew · 21 years ago
  42. 3e36a84 Allowed the test driver to ignore all real-time signals. by robbiew · 21 years ago
  43. fcea2b4 Recoded how we handle NPTL installed systems. We know ignore signals 32 and by robbiew · 21 years ago
  44. cc88dd9 Replaced the "rm -rf" with remove(). by robbiew · 21 years ago
  45. 8c56c08 Corrected the way we check for NPTL. by robbiew · 21 years ago
  46. a67c7ba Applied patch from Ramesh Subramanian: by robbiew · 21 years ago
  47. 0ccc827 Resolved compiler warnings. by robbiew · 21 years ago
  48. ffad5ea Resolved compiler warning. by robbiew · 21 years ago
  49. 37497ef Removed compiler warnings. by robbiew · 21 years ago
  50. ce633d1 NPTL section correction. by robbiew · 21 years ago
  51. df45043 Added code to handle situations where NPTL is installed. by robbiew · 21 years ago
  52. 5d94fdf warnings cleanup by robbiew · 21 years ago
  53. 88e7b18 Applied Andreas Jaeger's patch: by robbiew · 21 years ago
  54. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  55. 878713c what was I smoking? by plars · 21 years ago
  56. 255c352 rename tst_kver to tst_kvercmp by plars · 21 years ago
  57. fea599e Added tst_kver() ltp function to test for what version of the kernel you are running. This is useful for 2.5 only tests, and tests that use obsolete kernel api's (such as create_module, query_module, etc). by plars · 21 years ago
  58. ca41c6b *** empty log message *** by plars · 22 years ago
  59. 8f4232f More fixing up for replacement of mktemp with mkstemp, and some code cleanup by plars · 22 years ago
  60. 5e9c69e Applying patch from Steven J. Hill <sjhill@realitydiluted.com>. by nstraz · 22 years ago
  61. b00626b Replace mktemp with mkstemp to reduce warnings by plars · 22 years ago
  62. f3a83d5 Applied patch submitted by Ihno Krumreich by robbiew · 22 years ago
  63. 15226cd Applied patches submitted by: by robbiew · 22 years ago
  64. 627d646 added 4 CVS: by iyermanoj · 23 years ago
  65. 731cf7b Code made portable by iyermanoj · 23 years ago
  66. d852201 Accepting a patch by Wayne Boyer to make tst_sig() detect whether SIGCHLD by nstraz · 23 years ago
  67. 643643a Pointers came back to bite me today. I really should have allocated a string by nstraz · 23 years ago
  68. 7891a26 mkdtemp() is only available on glibc 2.2, and so are the marcos to find by nstraz · 23 years ago
  69. ffe35e2 I've "modernized" the temporary directory handling. We now use mkdtemp() by nstraz · 23 years ago
  70. d5d51ca I've applied most of the patch that Urban Widmark <urban@teststation.com> by nstraz · 23 years ago
  71. 3c8699d Update tst_sig.c to use tst_setup_signal() to setup signals than by alaffin · 24 years ago
  72. 829b40a - lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap by nstraz · 24 years ago
  73. def354d Finished updating parse_opts man page, made sure everything is in sync, and removed the rest of mc_getopt. by nstraz · 24 years ago
  74. 9418108 - Removed mc_getopt.c and used getopt() instead. user defined help is now by nstraz · 24 years ago
  75. 090ed00 Here are 92 tests and 2 new library functions. by nstraz · 24 years ago
  76. 489cc7f Updating forker to match SGI internal ptools version. by alaffin · 24 years ago
  77. 8bb5ea6 Updated the mc_getopt routine files with GPL headers. Oops, we missed a couple. by alaffin · 24 years ago
  78. cc2e555 New additions: by alaffin · 24 years ago
  79. b973f2b Initial source for rwtest/doio in LTP by whr · 24 years ago