1. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  4. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  5. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  6. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  7. 64bcf4a Fix testcase on UCLINUX. by Garrett Cooper · 14 years ago
  8. 50477d5 yy-ed one too many lines. by Garrett Cooper · 14 years ago
  9. 4fac290 Completely port to UCLINUX. by Garrett Cooper · 14 years ago
  10. 0a643cb Fix some of the following testcases. by Garrett Cooper · 14 years ago
  11. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  12. c737f2f Fix some of the fcntl testcases. by Garrett Cooper · 14 years ago
  13. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  14. 8dca422 Fix some testcases. by Garrett Cooper · 14 years ago
  15. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  16. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  17. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  18. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  19. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  20. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  21. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  22. 923b23f Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes: by subrata_modak · 15 years ago
  23. 358c3ee Printf-style format string warnings (TEST_RETURN related): this patch fixes some printf-format string warnings, concerning the TEST_RETURN variable. TEST_RETURN is declared as "long", so it is advisable to use "%ld" in printf format string to avoid undefined behaviour. Note that this patch is not complete - it fixes the warnings in files near the beginning of the alphabet only. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  24. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  25. a52f4de 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 3/4] fcntl24,25,26: F_SETLEASE and F_WRLCK cannot work on ramfs: The same reason as was in previous patch for tmpfs. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  26. f238937 fcntl24,25,26 fail when run on tmpfs: Attached is a patch to skip testcases fcntl24, fcntl25 and fcntl26 if the host is running on tmpfs. The reason being that, as documented here http://bugzilla.kernel.org/show_bug.cgi?id=13626, F_SETLEASE and F_WRLCK cannot work on tmpfs. Signed-off-by: Matt Fleming <matt@console-pimps.org>. by subrata_modak · 15 years ago
  27. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  28. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  29. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  30. 134e896 fix return(1) -> return 1. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  31. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  32. 6ea7c93 This patch fixes fcntl27 and fcntl28 test cases failures seen on RHEL 4 kernel (2.6.9 based). by subrata_modak · 16 years ago
  33. f08488f [Bug # 2305878] fcntl17: fix short pid problem. Process ids (pids) are not necessary in "short" range, they might be larger (and are in SLES 10 e.g.). Signed_off-By: Marcus Meissner <marcusmeissner@users.sourceforge.net>. by subrata_modak · 16 years ago
  34. d9600d1 Following the footsteps of Masatake Yamato, i have decided to enable building, installing & running of some _16 & _64 bit syscalls tests in LTP. I have taken this trivial ones, and, would leave other porting to you. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  35. 5387ba0 These test cases fail on the NFS environment due to NFS relates issue(s). Hence abondon these tests when NFS is detected. By, Sridhar Vinay <vinaysridhar@in.ibm.com>. by subrata_modak · 17 years ago
  36. 8b5fe93 anal fix: add whitespace between arguments by vapier · 17 years ago
  37. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  38. b370c3c Changes to prevent fcntl14 test case to crash on uclinux on blackfin board, submitted by Vivi <violetleigh@gmail.com> by subrata_modak · 17 years ago
  39. 17b6dd2 add -D_GNU_SOURCE since we have tests in here that test GNU-specific features (like F_SETLEASE) by vapier · 17 years ago
  40. 7546751 issue a warning if unable to actually test if F_SETLEASE is not defined by vapier · 17 years ago
  41. 5366cb0 standardize makefiles (punt UCLINUX/COLDFIRE cruft, build everything with -Wall and user-optimizations, remove pointless targets in favor of implicit ones, etc...) by vapier · 18 years ago
  42. 5b31d1b define _GNU_SOURCE if not already defined by vapier · 18 years ago
  43. 81534c3 A fix by Jane, Lv that fixes tests crashing on uClinux by mreed10 · 18 years ago
  44. 4f2a708 A fix for failures in fcntl27 and fcntl28 for bugs 21614 and 23235. by mreed10 · 18 years ago
  45. aa35472 dont declare setup/cleanup extern since they arent by vapier · 18 years ago
  46. a5f5420 add missing fname argument to error display as pointed out by Tatiana G Gavrilova by vapier · 19 years ago
  47. a75bf06 Changed the test to expect no errors. The fcntl() call should succeed regardless by robbiew · 19 years ago
  48. 9165350 Corrected this test, should be positive test versus negative...based on the by robbiew · 19 years ago
  49. 7ec19d9 fixes by Jane Lv to disable EFAULT related tests on uClinux by vapier · 19 years ago
  50. 68a91f8 fix gcc warning: by vapier · 19 years ago
  51. cd15549 fix gcc warning: by vapier · 19 years ago
  52. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 19 years ago
  53. d0223fd Added new fcntl() test contributed by Jacky Malcles to test opening with O_WRONLY by robbiew · 19 years ago
  54. f68c065 Applied patch from Jacky Malcles: by robbiew · 19 years ago
  55. 6e1a78c Fix for defect failure to lock readonly file, changed to open file RDONLY by mridge · 19 years ago
  56. e93a324 Applied a load of patches submitted to the mailing list by Gentoo's Mike Frysinger by robbiew · 19 years ago
  57. f46d59e Applied patch from Mike Frysinger: by robbiew · 19 years ago
  58. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  59. f9c0e01 Jacky Malcles corrected a bug in fcntl24.c and added new tests fcntl25, fcntl26, and fcntl27. by robbiew · 19 years ago
  60. 1e4cf0c by robbiew · 20 years ago
  61. 9c8bd5c Applied patch fron Jian Chen: by robbiew · 20 years ago
  62. 7fdd514 Applied patch from Marcus Meissner for SF bug #1114114. by robbiew · 20 years ago
  63. d00d651 Applied patch from Pu Long: by robbiew · 20 years ago
  64. 1902af9 Backout change for Solaris, AIX etc support, signal registration fails on LINUX and testcase loops forever. by mridge · 20 years ago
  65. db63921 Porting changes from John Kohl to support Solaris, HP-UX and AIX in the LTP by mridge · 20 years ago
  66. 22c9044 Changes to close open fileHandles for NFS testcase failure by mridge · 20 years ago
  67. 562dd48 Changed getpid to gettid (syscall(gettid)) to get unique thread ID vs common PID in NPTL threads. by mridge · 20 years ago
  68. d70864e Added tests for GETLEASE, and SETLEASE w/FD_UNLCK by robbiew · 21 years ago
  69. 25ae545 Created 2 new testcases to test the fcntl() call with the F_SETLEASE option. by robbiew · 21 years ago
  70. 4905842 Applied patch from Ramesh Subramanian: by robbiew · 21 years ago
  71. 8c799a7 Added code to define _POSIX_PATH_MAX if not defined. by robbiew · 22 years ago
  72. 54f7a71 Added calls to tst_tmpdir()/tst_rmdir() by robbiew · 22 years ago
  73. dad2271 warnings cleanup by robbiew · 22 years ago
  74. 83f259b warnings cleanup by robbiew · 22 years ago
  75. 5aab8a7 warnings cleanup by robbiew · 22 years ago
  76. b3f0d5d warnings cleanup by robbiew · 22 years ago
  77. 4cf8096 *** empty log message *** by robbiew · 22 years ago
  78. 4673685 Applied a fix, suggested by Jaideep Dharap: by robbiew · 22 years ago
  79. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
  80. a531df3 Added code to remove the tmp test dir. by robbiew · 22 years ago
  81. 7d1952f fix for fcntl01 to make it work when there might be unknown fd's open messing with how the test thought fd's were going to line up. by plars · 22 years ago
  82. a1e518d Fix pids in fcntl11, fcntl19, fcntl20, fcntl21, breaks in 2.5 kernels because they were defined as short instead of pid_t by plars · 22 years ago
  83. e4d0d27 Applied patch from Matthew Wilcox <willy@debian.org> by robbiew · 22 years ago
  84. 1ad8451 Several fixes for 64-big from Gerhard Tonn. by plars · 22 years ago
  85. 2908168 Applied patch from Carsten Langgaard. by robbiew · 22 years ago
  86. 7f01a51 Added new testcase from Bull. by robbiew · 22 years ago
  87. 9539183 applied patch from Inho Krumreich to clean up warnings in fcntl tests by plars · 22 years ago
  88. fa31d55 Change TCID's so they match the filename, as needed. by nstraz · 22 years ago
  89. 4644c7e Commited patch submitted by Jay Huie by robbiew · 23 years ago
  90. 874b422 fixed fcntl17 race that was generating a SIGPIPE when the parent died before one of the children tried to send something on the pipe by plars · 23 years ago
  91. caccaf2 removed int typecast since it is not needed now that we are checking the return from signal against SIG_ERR. Added failure handling just in case calls to pipe() fail. by plars · 23 years ago
  92. 07635bc william jay huie's fixes for fcntl17: s/fcntl05/fcntl17, check that return from signal() on error ==SIG_ERR instead of < 0 by plars · 23 years ago
  93. 363a35f Fix name to be fcntl15 everywhere it was reported incorrectly to be fcntl03 by plars · 23 years ago
  94. bc4c280 *** empty log message *** by robbiew · 23 years ago
  95. 16dc53f Separate make and make install by plars · 23 years ago
  96. 02b0b23 Modified testcase to work for 32 & 64 bit cases. In my opinion the by iyermanoj · 23 years ago
  97. d7cf515 Enabled test to run under pan as well as on it's own. by robbiew · 23 years ago
  98. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago