1. 6cea5d5 syscalls/fchmod05.c: Cleanup && convert to new API by Petr Vorel · 6 years ago
  2. 065698d syscalls/fchmod02: fall back to use "daemon" group if "users" is absent. by Sandeep Patil · 6 years ago
  3. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  4. bd0686b fchmod02: Use SAFE_GETGRNAM() by Jinhui Huang · 6 years ago
  5. 71ef915 syscalls/fchmod02: Remove unused headers by Petr Vorel · 6 years ago
  6. 32ceff4 syscalls/fchmod02.c: Cleanup && convert to new API by Jinhui Huang · 7 years ago
  7. 194ea7e syscalls/fchmod01.c: Convert to new API && merge fchmod07 into fchmod01 by Jinhui Huang · 7 years ago
  8. c909690 syscalls/fchmod.h: Move common macros to fchmod.h by Jinhui Huang · 7 years ago
  9. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  10. bcb0a51 syscalls/fchmod06: Convert to the new library by Cyril Hrubis · 6 years ago
  11. ad10b67 syscalls/fchmod*: Fix compiler warnings by Jinhui Huang · 7 years ago
  12. d8cd45c Make use of SAFE_OPEN() by Cyril Hrubis · 7 years ago
  13. 19fcfac Make use of SAFE_MOUNT() by Cyril Hrubis · 7 years ago
  14. 3b11765 Make use of SAFE_CHOWN() by Cyril Hrubis · 7 years ago
  15. 5104d55 Make use of SAFE_SETGID() by Cyril Hrubis · 7 years ago
  16. 3ac6ae7 Make use of SAFE_SETEUID() by Cyril Hrubis · 7 years ago
  17. 6022cb3 Make use of SAFE_MKDIR() by Cyril Hrubis · 7 years ago
  18. df00754 Make use of SAFE_CLOSE() by Cyril Hrubis · 7 years ago
  19. a7fa8561 various: include the POSIX fcntl.h instead of sys/fcntl.h by Steven Jackson · 8 years ago
  20. 408e3e9 fchmod01: use "buf" to replace "&buf" by kunyanx · 8 years ago
  21. bbdb9f7 lib: Add new test library API by Cyril Hrubis · 9 years ago
  22. d5e1788 tst_mkfs: add extra_opt parameter to tst_mkfs() by Zorro Lang · 9 years ago
  23. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  24. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 10 years ago
  25. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  26. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  27. c60a230 syscalls: Make use of tst_umount() by Cyril Hrubis · 10 years ago
  28. 7118910 syscalls/fchmod06: Convert to tst_acquire_device() by Cyril Hrubis · 10 years ago
  29. d4ceb37 Consistently use tst_require_root() for root user check in syscalls. by Nicolas Joly · 10 years ago
  30. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  31. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  32. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  33. 52d294a remove the change_owner source code by Zeng Linggang · 11 years ago
  34. 7020544 fchmod/fchmod06.c: add EROFS test for fchmod(2) by zenglg.jy · 11 years ago
  35. f166fc8 fchmod/fchmod06.c: cleanup by zenglg.jy · 11 years ago
  36. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  37. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  38. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  39. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  40. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  41. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  42. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  43. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  44. 5741b47 Fix fchmod testcases. by Garrett Cooper · 14 years ago
  45. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  46. 8dca422 Fix some testcases. by Garrett Cooper · 14 years ago
  47. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  48. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  49. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  50. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  51. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  52. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  53. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  54. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  55. 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
  56. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  57. 624a96e Issue observed with chmod05, fchmod05 test cases: This Patch fixes bug in the test cases chmod05.c and fchmod05.c. The test case uses 2 UserIds nobody and bin. The issue is observed when one of the UserId is the supplementary group Ids of the rooti (either nobody or bin). In that case the Posix standard mentions that S_IGSID bit should not be cleared by the systemcall, chmod() or fchmod(), which causes the test to fail. This patch fixes the issue by specifically clearing the supplementary group ID of the process. The main intention of the test case is to test if S_IGSID bit is cleared in case the non privilage user tries to set file modes. Hence felt clearing the supplementary group Ids is the best way to fix the issue. At the same time I am reverting the earlier patch submitted by Wei Yongjun <yjwei@cn.fujitsu.com>. Signed-off-by: Sharyathi Nagesh <sharyath@in.ibm.com>. by subrata_modak · 15 years ago
  58. 0e9fc31 fchmod05: fix to the group ownership and the effective user: This patch fixed the modify of the group ownership before do dir chmod and fixed the effective user when do cleanup. Those problems cause the test failed with the following error message: by subrata_modak · 15 years ago
  59. 945234b Delete the change_owner binary, as it is an insecure suid root binary; rewrite tests that use it: This patch is based on Jiri's change_owner patch. I removed references in runtest/syscalls and fix some coding style violations. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  60. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  61. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  62. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  63. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  64. 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
  65. 5b31d1b define _GNU_SOURCE if not already defined by vapier · 18 years ago
  66. 38137e5 easier to read by vapier · 18 years ago
  67. aa35472 dont declare setup/cleanup extern since they arent by vapier · 18 years ago
  68. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 19 years ago
  69. e93a324 Applied a load of patches submitted to the mailing list by Gentoo's Mike Frysinger by robbiew · 19 years ago
  70. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  71. 52333de Applied Dan Kegel's "\n" removal patch. by robbiew · 22 years ago
  72. f9cb916 warnings cleanup by robbiew · 22 years ago
  73. f7dc1be Applied patch from Andreas Jaeger: by robbiew · 22 years ago
  74. d537af2 Applied Andreas Jaeger's patch for library linking: by robbiew · 22 years ago
  75. 66ea9a8 Made changes to allow non-root users to perform a 'make install'. by robbiew · 22 years ago
  76. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
  77. df7660f Moved the 'chown' commands to "install" section. by robbiew · 22 years ago
  78. cd50126 Corrected the expected permissions on this test. See chmod05 for similar changes. by robbiew · 22 years ago
  79. fa31d55 Change TCID's so they match the filename, as needed. by nstraz · 22 years ago
  80. 7e59475 Applied Ihno's patches. by robbiew · 22 years ago
  81. 15226cd Applied patches submitted by: by robbiew · 22 years ago
  82. 3fb92b4 Changed the group check for "nobody" back to using 'getpwnam' to handle by robbiew · 22 years ago
  83. b4fd34f Added Andreas Jaeger fix <aj@suse.de> by robbiew · 23 years ago
  84. bc4c280 *** empty log message *** by robbiew · 23 years ago
  85. 16dc53f Separate make and make install by plars · 23 years ago
  86. 8eb7d12 Needed to properly initialize user_id and group_id variables. by robbiew · 23 years ago
  87. 4898862 Removed unneccessary id switch. by robbiew · 23 years ago
  88. f1ea07b Added change for group. by robbiew · 23 years ago
  89. 344cce5 Corrected install portion. by robbiew · 23 years ago
  90. 5ce7d4c Made changes to tests can run as root. by robbiew · 23 years ago
  91. 0e367c3 Made changes so test can run as root. by robbiew · 23 years ago
  92. e610952 Made change so test can run as root. by robbiew · 23 years ago
  93. cf3e9cb Made so test can run as root. by robbiew · 23 years ago
  94. 2dbfc40 Changed from group nogroup to users. by robbiew · 23 years ago
  95. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago