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. c60a230 syscalls: Make use of tst_umount() by Cyril Hrubis · 10 years ago
  4. f8bf865 syscalls/inotify03: Convert to tst_acquire_device() by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. 533992a syscalls: Add tst_mkfs() to all tests with DEVICE. by Cyril Hrubis · 11 years ago
  7. 26aa0a8 syscalls/inotify: Cleanups. by Cyril Hrubis · 11 years ago
  8. 4a7d975 inotify/inotify03.c: cleanup a parameter-passing error by DAN LI · 11 years ago
  9. edea6b4 syscalls/inotify03: Cleaup. by Cyril Hrubis · 11 years ago
  10. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  11. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  12. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  13. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  14. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  15. 3bf3cb1 Clean up inotify(7) wrappers by Garrett Cooper · 12 years ago
  16. f4539c6 syscalls: Use %zu modifier to print variables of type size_t by Markos Chandras · 13 years ago
  17. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  18. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  19. 5374050 Merge branch 'master' into ltp-broom 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. 045b222 Fix compile and more warnings. by Garrett Cooper · 14 years ago
  22. ddc4c0d More cleanup. Remove a noop from tkill01. 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. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  26. 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
  27. 9196051 Introduce autoconf to inotify03.c. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  28. 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
  29. d0a9af0 This testcase checked event IN_UNMOUNT. IN_UNMOUNT File system containing watched object was unmounted and check filesystem that it can't be unmounted if exist opened inotify descriptor. Example of execution: by subrata_modak · 16 years ago