1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. 04f2177 inotify: Fix cleanup on ENOSYS by Cyril Hrubis · 10 years ago
  4. d1e94ff inotify: print event->name accoding with event->len by Andrey Vagin · 10 years ago
  5. 6550b7a inotify: fix warnings by Andrey Vagin · 10 years ago
  6. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  7. 1ea2821 syscalls/inotify: Extend tests to verify cookie value by Jan Kara · 10 years ago
  8. 26aa0a8 syscalls/inotify: Cleanups. by Cyril Hrubis · 11 years ago
  9. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  10. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  11. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  12. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  13. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  14. 3bf3cb1 Clean up inotify(7) wrappers by Garrett Cooper · 12 years ago
  15. f4539c6 syscalls: Use %zu modifier to print variables of type size_t by Markos Chandras · 13 years ago
  16. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  17. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  18. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  19. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  20. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  21. ddc4c0d More cleanup. Remove a noop from tkill01. by Garrett Cooper · 14 years ago
  22. 766f33c Fix compiler warnings. by Garrett Cooper · 14 years ago
  23. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  24. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  25. 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
  26. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  27. 14af1c0 INOTIFY02: add warning about bug: we have many messages about this bug in mail lists. Signed-Off-BY: Andrew Vagin <avagin@gmail.com>. by subrata_modak · 15 years ago
  28. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  29. ba7d3f7 Use the macro HAVE_SYS_INOTIFY_H instead of incorrect HAVE_SYS_INOTIFY: This patch fixes incorrect compilation issue which caused the inotify tests not to be compiled when they should. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  30. 86faed4 Introduce autoconf to inotify test case. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  31. 4babec7 Add TCONF if the tested kernel has version less than 2.6.13. Signed-Of-By: Andrew Vagin <avagin@gmail.com>. Acked-By: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  32. 915cb69 Fix the exit value in inotify cases on RHEL4.7. The RHEL4.7 (kernel-2.6.9-78.EL) does not support inotify system calls. So it should send out an information and return 0. In addition, tha patch also fixed a compile warning: Signed-off-by: Jin Bing Guo <guojb@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  33. 48cb2dc When I tested the inotify02 on ppc64, it passed all tests and returned 1 with an unnecessary event. After looking into the code, there were 9 tests in sum in inotify02. So I think the unnecessary event should not be regarded as a failure when the 9 tests all passed. Same problem was in inotify01. The patches fixed them. Signed-off-by: Jin Bing Guo <guojb@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  34. 2a172e4 We can add a check for the header in the Makefile, so that we don't break builds. I think test should report fail in this case if a version of kernel more then 2.6.13. The Patch is for the reason that we don't break builds. Signed-Off-By: Andrew Vagin <avagin@gmail.com> by subrata_modak · 16 years ago
  35. 3e9f094 inotify01 build error fix for x86_64. Signed-Off-By: Andrew Vagin <avagin@parallels.com>. by subrata_modak · 16 years ago
  36. 03b05a0 fix from Vivi Li for stack overflows on no-mmu systems: declare large buffers in .bss rather than on the stack by vapier · 16 years ago
  37. 9a4c409 The 9th testcase of inotify02 failed due to event coalescence. We fix this by moving the IN_DELETE test in between of the 2 IN_MOVE_SELF events. Also add the test for event coalescence. by subrata_modak · 16 years ago
  38. a659737 The filename arguments in some output messages are wrong. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> by subrata_modak · 16 years ago
  39. 3d72679 Andi Kleen <ak@novell.com> changed the way IN_MOVE_SELF works with old kernel by subrata_modak · 17 years ago
  40. ca48db5 "rsalveti@linux.vnet.ibm.com" fixed exit code for inotify01 and inotify02 when running with kernel < 2.6.13 by subrata_modak · 17 years ago
  41. c59422e "rsalveti@linux.vnet.ibm.com" fixed the way "inotify" should compile in kernels below 2.6.13 by subrata_modak · 17 years ago
  42. 73e6ce7 <avagin@sw.ru> submitted new Testcases for "inotify" syscall on both file(s) and folder(s) by subrata_modak · 17 years ago