1. 23beb35 lib: Move some code to testcases/kernel/fs/doio/ by Cyril Hrubis · 7 years ago
  2. 48b1bde rename 'sigset' var to avoid shadowing with libc symbol sigset by Khem Raj · 8 years ago
  3. ad33a3d replace SIGCLD with SIGCHLD by Khem Raj · 8 years ago
  4. d3b775b kernel/fs/doio/growfiles: add parameter for printf by Wei,Jiangang · 9 years ago
  5. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 years ago
  6. 5f070bc growfiles: fix copy paste error in -O parameter by Jan Stancek · 11 years ago
  7. c74b7f0 testcases/kernel/fs/doio/doio.c: Fix buffer size. by Cyril Hrubis · 11 years ago
  8. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  9. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  10. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  11. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  12. b552400 expand gitignore coverage by Mike Frysinger · 12 years ago
  13. 85cef83 ltp: fix warnings in "growfiles.c" by Alex Elder · 13 years ago
  14. 88fdb69 ltp: enable -Wall for doio compiles by Alex Elder · 13 years ago
  15. 6b57216 ltp: use C function prototypes in "iogen.c" by Alex Elder · 13 years ago
  16. 97360e7 ltp: use C function prototypes in "growfiles.c" by Alex Elder · 13 years ago
  17. f329883 ltp: use C function prototypes in "doio.c" by Alex Elder · 13 years ago
  18. 10de700 ltp: move type definitions up in "doio.c" by Alex Elder · 13 years ago
  19. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  20. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  21. a802291 Fix compiler warnings. by Garrett Cooper · 14 years ago
  22. bb71de4 Remove useless externs and work around buggy compiler warning. by Garrett Cooper · 14 years ago
  23. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  24. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  25. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  26. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  27. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  28. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  29. bcce3c7 Make the switchover from rwtest.sh to rwtest. by yaberauneya · 15 years ago
  30. c6b731c Following patch fixes buffer overflow.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  31. ff424da use default size for blks if parsing df output fails to return numeric argument: This patch for rwtest.sh sets a default size for the number of blocks within the filesystem the test is executing on if parsing "df output" somehow results in a non-numeric value(unexpected df output). Also removes trailing whitespace. Garrett, I've attached the patch with your suggested changes. As for making default_sz 1000000, this was to keep to the original functionality, but fix cases where df output was not expected. If you see the original code, if sz > max, than it is capped at max=1000000 as well. Whether ~ 1GB is a good maximum, I'm not sure. Signed-off-by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  32. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  33. f17ac84 Formatting and ftest cleanup: This is first part of testcases/kernel/fs/ftest/ cleanup. It fixes printf like formatting in pidns20.c and growfiles.c as well as huge number of bugs and code formatting issues in ftest01.c ftest02.c and ftest03.c. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  34. 92b2a14 growfiles: fix static build which needs to link the pthread library: Signed-off-by: nobuhiro <nobuhiro@andestech.com>. by subrata_modak · 15 years ago
  35. 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 · 15 years ago
  36. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  37. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  38. a926306 Fix return(NULL) -> return NULL. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  39. dd87629 Make ltp compilable without libaio: This is a patch inspired by numerous whining recently seen on ltp-list concerning compile failures when libaio is not present. This includes changes: by subrata_modak · 15 years ago
  40. 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
  41. b15aafd Hi, by subrata_modak · 16 years ago
  42. 999fb4a When we execute `./growfiles -h` command then it gives the result as: growfiles 1 PASS : Test passed, Which is just confusing the user that some testcase has been executed, whether it just ran the help/usage command. So here is the small patch for fixing this issue. Signed-Off-By: "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  43. 90d1e3c I am attaching a patch fs.patch for fixing some testcases failing on arm. fs.patch:- For arm architecture some system calls has been removed like time, utime etc. Since fs testcases include time system call, it should be replaced with gettimeofday system call. It wouldn't effect other architectures and thus works for arm also. Also testcases like utime should be made architecture specific. sasa sasa <sasak.1983@gmail.com>. by subrata_modak · 16 years ago
  44. 8c6b7df This patch fixes some compiler warnings spit out by newer GCCs and fortify source (mostly some initialisations and return value checking), by, Marcus Meissner <marcusmeissner@users.sourceforge.net> by subrata_modak · 16 years ago
  45. e6dca5f some more "variable is used uninitialized" warnings fixed with this patch, by, Marcus Meissner <marcusmeissner@users.sourceforge.net> by subrata_modak · 16 years ago
  46. b65f8c0 The variable dfOpts (in #324) is seting to NULL even if the df is not a symbolic link.(It has to be "-P" itself to get the output portable).And so the "df $dfOpts $dir" (line #326) command is not giving a result expected by the succeeding statements. I have tested this patch both in lvm and fdisk partitions and found its working fine, by, Sudeesh John <sudeeshjohn@in.ibm.com> by subrata_modak · 16 years ago
  47. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 16 years ago
  48. afe7002 Make the test working on busybox system, where 'df' command by subrata_modak · 17 years ago
  49. 243eecf Yi Yang <yang.y.yi@gmail.com> fixed some anomalies for ext2/ext3 and creat system call by subrata_modak · 17 years ago
  50. 8a94b8b this uses bashisms so make sure we require bash by vapier · 18 years ago
  51. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  52. 93205ff set default Debug level to off by vapier · 18 years ago
  53. 863bc6f fix warning: growfiles.c:357: warning: unused variable `opterr' by vapier · 18 years ago
  54. a9f7479 Applied LDFLAG fix from Mike Frysinger. by robbiew · 18 years ago
  55. 7976805 Applied a suggested solution from Jacky Malcles to allow the test to run correctly in 64bits. by robbiew · 19 years ago
  56. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  57. dec5a46 Fix for defect 14136, growfiles expanding a file past the 2G limit on ext2. by mridge · 19 years ago
  58. dd19842 Applied patch from Pu Long: by robbiew · 20 years ago
  59. 5ac48ae Fix failure on rwtest versions rwtest03 and rwtest04 due to mmap running out of resources. by mridge · 20 years ago
  60. 1f61f0d Backout change from yesterday to get different fcntl.h file. by mridge · 20 years ago
  61. 2422745 Change made to growfile.c defect 8508, random failures on ppc64, correccted include path for O_LARGEFILE by mridge · 20 years ago
  62. 85b1b03 Applied bug fixes from Gernot Payer: by robbiew · 20 years ago
  63. 1f1798b Applied fix from Joe Habermann for the "v" option, where in some cases the by robbiew · 20 years ago
  64. 92b688b Applied patches from Chris Dearman to set PASS/FAIL messages. by robbiew · 20 years ago
  65. bc8a481 Applied patch from Chris Dearman: ================================= Hi Rob by robbiew · 20 years ago
  66. bccfd22 Applied patch received from Jun Sun: by robbiew · 21 years ago
  67. 0ccc827 Resolved compiler warnings. by robbiew · 21 years ago
  68. 7d336ca Removed code that will never execute. by robbiew · 21 years ago
  69. 79ce8da Added a rand() call to decrease odds of unique filename generation failing. by robbiew · 21 years ago
  70. aead6ba warnings cleanup by robbiew · 21 years ago
  71. 2108480 Applied Dan Kegel's `ash` compatibility patch. by robbiew · 21 years ago
  72. d537af2 Applied Andreas Jaeger's patch for library linking: by robbiew · 21 years ago
  73. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  74. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  75. 5e9c69e Applying patch from Steven J. Hill <sjhill@realitydiluted.com>. by nstraz · 22 years ago
  76. ca67783 uClibc fix from Steven Hill by plars · 22 years ago
  77. 16dc53f Separate make and make install by plars · 22 years ago
  78. 5f3f844 Removed the check for ksh. by robbiew · 23 years ago
  79. cbc9859 Changes were necessary for the new structure. by robbiew · 23 years ago
  80. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago