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. 1e8843d syscalls/utimes01: Convert to tst_acquire_device() by Cyril Hrubis · 10 years ago
  5. 6b22d9d utimes/utimes01.c: add EPERM and EROFS error value tests by Xing Gu · 10 years ago
  6. c287084 utimes/utimes01.c: cleanup by Xing Gu · 10 years ago
  7. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  8. 9c31ad2 lib, tests: Rename get_tst_tmpdir() to tst_get_tmpdir() by Cyril Hrubis · 10 years ago
  9. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 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. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  15. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  16. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  17. 1bcbde0 I don't remember why this was marked broken. Unbreak it. by Garrett Cooper · 14 years ago
  18. f7af1ec Get rid of conflict markers and incorrectly merged code. by Garrett Cooper · 14 years ago
  19. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  20. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  21. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  22. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  23. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  24. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  25. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  26. 045b222 Fix compile and more warnings. by Garrett Cooper · 14 years ago
  27. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  28. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  29. 76a720a While executing the ltp on an nfs root mounted system, I faced a problem with some of the ltp test cases. These tests either did not close their file descriptors or did no unmap the mmaped files. This results in a failures while trying to clean up the temporary directory of the testcase. I have fixed all of the above tests with the following patch. Signed-off-by: Darshak P Shah<darshaks@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  30. 7c70803 utimes: fix failure of utimes01: In /testcases/kernel/syscalls/utimes, case02 expects "EACCES" error. According to utimes's manual: EACCES times is NULL, the caller’s effective user ID does not match the owner of the file, the caller does not have write access to the file, and the caller is not privileged (Linux: does not have either the CAP_DAC_OVERRIDE or the CAP_FOWNER capability). However, now case02's times is not NULL so that it can only get "EPERM". So, change case02's times to NULL to reach its expect. This patch fixes the problem. Signed-off-by: Liu Bo <liubo-fnst@cn.fujitsu.com>. by subrata_modak · 15 years ago
  31. bc92498 Make sure some Crackerjack tests are running under root: The tests need to run under root to change their EUID. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  32. 0ad2d3e by yaberauneya · 15 years ago
  33. e0413b6 Whenever system called utimes, the error message returned was EINVAL, because the member variable of struct timeval was not initialized, so initialize it. Signed-off-by: WangYong <wangyong2009@cn.fujitsu.com>. by subrata_modak · 15 years ago
  34. 705ba46 Add/Port utimes01 test for utimes() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago