1. afdd429 syscalls/ipc: Move libraries to libs/ director by Viresh Kumar · 4 years, 2 months ago
  2. f32691e Replace GPL with SPDX-License-Identifier by Yang Xu · 4 years, 4 months ago
  3. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  4. d84a7ec Make use of SAFE_KILL() by Cyril Hrubis · 7 years ago
  5. 49da8ad Make use of SAFE_WAIT() by Cyril Hrubis · 7 years ago
  6. 516990b syscalls/semctl07: Make use of tst_parse_opts() by Cyril Hrubis · 7 years ago
  7. e920668 syscalls/ipc/semctl06: Small cleanup by Cyril Hrubis · 7 years ago
  8. 249f405 various: use sys/wait.h instead of wait.h by Steven Jackson · 8 years ago
  9. 7018c13 semctl01: wait for children to exit between tests by Jan Stancek · 9 years ago
  10. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  11. b681672 Keep the definition of union semun in one place by Stanislav Kholmanskikh · 9 years ago
  12. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  13. f9791ef syscalls/ipc/semctl01: Use TST_PROCESS_STATE_WAIT() by Cyril Hrubis · 9 years ago
  14. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  15. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  16. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  17. 9e4b117 Comments cleanup. by Cyril Hrubis · 10 years ago
  18. 4dff854 Fix testcases to call tst_exit() on exit by Cyril Hrubis · 10 years ago
  19. d4ceb37 Consistently use tst_require_root() for root user check in syscalls. by Nicolas Joly · 10 years ago
  20. 7422562 testcases: Constify missed msg variables. by Cyril Hrubis · 10 years ago
  21. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  22. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  23. 762111b syscalls/ipc: Make use of tst_require_root() by Cyril Hrubis · 10 years ago
  24. f74f0a9 semctl01.c: Pass the correct parameter by DAN LI · 11 years ago
  25. a63f933 semctl/semctl01.c: Test features IPC_INFO, SEM_INFO and SEM_STAT by DAN LI · 11 years ago
  26. bffa886 semctl/semctl01.c: cleanup by DAN LI · 11 years ago
  27. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  28. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  29. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  30. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  31. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  32. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  33. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  34. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  35. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  36. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  37. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  38. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  39. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  40. 9e365e8 semctl01 and shmctl01 will hang during uClinux test: ltp test case shmctl01 and semctl01 can not execute. When press ctrl and c, it can not exist. by Subrata Modak · 14 years ago
  41. 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
  42. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  43. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  44. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  45. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  46. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  47. 4b13c89 [Patch 2/2] Used named PIPE in test cases for NOMMU arch instead of anonymous: In NOMMU arch, anonymous PIPE can't be accessed in child process if it is started by vfork/execve. This patch uses named PIPE instead and changes related test cases accordingly. Signed-off-by: Sonic Zhang <sonic.adi@gmail.com>. by subrata_modak · 15 years ago
  48. 47471f7 This patch fix a concurrency issue in semctl06. The IPC keys used for this test could conflict with keys from another task. Signed-off-by: Matthieu Fertré <mfertre@irisa.fr>. by subrata_modak · 16 years ago
  49. 39fe977 After the patch from Roy moveing the libtestsuite code from /testcases/kernel/syscalls/lib to /lib, the code in the old directory has not been removed. Moreover, include PATH in some makefile was still pointing to this old directory. This patch remove libtestsuite code from the old directory and remove deprecated references to this old dir in some Makefiles. Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com>. by subrata_modak · 16 years ago
  50. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  51. 8791f67 Make-sync_pipe-API-more-generic-and-update-related.patch. by subrata_modak · 16 years ago
  52. 41399ed Fixes a concurrency issue in semctl01. This test was using usleep to synchronize tasks. On a heavily loaded system, this synchronization is not enough to ensure execution correctness. by subrata_modak · 16 years ago
  53. 68fbd25 Fixing a concurrency issue in semctl07.c. This test was using a key hard coded in the source code, leading to conflicts with other instances of the same test. This patch also add a cleanup of the semid in case of failure during the test, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 16 years ago
  54. e7ac9ef fix by Jeff Bailey for my previous breakage of install target by vapier · 18 years ago
  55. 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
  56. e45cbcc semun utilizes an array of unsigned shorts instead of shorts by vapier · 18 years ago
  57. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 18 years ago
  58. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 18 years ago
  59. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  60. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  61. 04639ed remove extra newlines and make semctl06 less spammy by plars · 21 years ago
  62. 1632532 Applied ppc specific patch from Dan Kegel: by robbiew · 21 years ago
  63. 345990d warnings cleanup by robbiew · 21 years ago
  64. 5fb1eae warnings cleanup by robbiew · 21 years ago
  65. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  66. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  67. 323305a Applied patch submitted by Anton Blanchard: by robbiew · 21 years ago
  68. 230a0a8 Initial check-in of additional semctl tests. by robbiew · 22 years ago
  69. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  70. 8aeaa60 PPC fixes from Anton Blanchard to ar Makefile, semctl04, and read02 by plars · 22 years ago
  71. 2908168 Applied patch from Carsten Langgaard. by robbiew · 22 years ago
  72. f6f0bf6 fix from Andi Kleen for semctl04 to work on x86-64 by plars · 22 years ago
  73. bc4c280 *** empty log message *** by robbiew · 22 years ago
  74. 16dc53f Separate make and make install by plars · 22 years ago
  75. bea0f65 semctl04 was overlooked in the makefile by plars · 22 years ago
  76. e2cb9cd by iyermanoj · 22 years ago
  77. 16fff9e Enabled root to execute this test correctly. by robbiew · 23 years ago
  78. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago