1. afdd429 syscalls/ipc: Move libraries to libs/ director by Viresh Kumar · 4 years, 5 months ago
  2. f32691e Replace GPL with SPDX-License-Identifier by Yang Xu · 4 years, 7 months ago
  3. 5b54a71 testcases/kernel: use linux git and CVE tags for more cases by Yang Xu · 5 years ago
  4. acc16bc c: Replace GPL verbose text by SPDX license identifier by Petr Vorel · 5 years ago
  5. db0a43d shmctl01: don't use hardcoded index == 0 for SHM_STAT test by Jan Stancek · 5 years ago
  6. 5e3b024 Convert tests to use fzsync_{start, end}_race API by Richard Palethorpe · 6 years ago
  7. 800e3ec syscalls/shmctl05.c: Fix ENOSPC error by Xiao Yang · 6 years ago
  8. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  9. 477ad9d syscalls/shmctl05: new test for IPC file use-after-free bug by Eric Biggers · 6 years ago
  10. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  11. eb50f0a remove old tst_flush() by Michael Moese · 7 years ago
  12. d84a7ec Make use of SAFE_KILL() by Cyril Hrubis · 7 years ago
  13. 66374d5 Make use of SAFE_WAITPID() by Cyril Hrubis · 7 years ago
  14. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  15. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 10 years ago
  16. 362c053 syscalls/ipc/shmctl01: Use TST_PROCESS_STATE_WAIT() by Cyril Hrubis · 10 years ago
  17. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  18. b863a0b Make use of ARRAY_SIZE() 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 · 11 years ago
  24. ee47b99 shmctl/shmctl01.c: Test features IPC_INFO, SHM_STAT, SHM_LOCK and SHM_UNLOCK. by DAN LI · 11 years ago
  25. 7ea4978 shmctl/shmctl01.c: cleanup by DAN LI · 11 years ago
  26. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  27. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  28. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  29. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  30. f1a9536 shmctl01: fix misaligned access by Carmelo AMOROSO · 13 years ago
  31. 78106dd Catch signals in shmctl01. by Garrett Cooper · 14 years ago
  32. 99532e8 Fix compile. by Garrett Cooper · 14 years ago
  33. 5262667 Fix some signalhandling code. by Garrett Cooper · 14 years ago
  34. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  35. 5ee325e Fix warning. by Garrett Cooper · 14 years ago
  36. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  37. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  38. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  39. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  40. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  41. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  42. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  43. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  44. 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
  45. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  46. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  47. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  48. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  49. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  50. 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 · 16 years ago
  51. 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
  52. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  53. 8791f67 Make-sync_pipe-API-more-generic-and-update-related.patch. by subrata_modak · 16 years ago
  54. 27dfaff This patch fixes a concurrency issue un shmctl01. Synchronization between processes was done using sleeps, which is not enough when multiple instances of the test are running or when we are running on loaded CPUs, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 17 years ago
  55. efe7aee This patch remove the useless random function used in getipckey. This random value has been replaced by a static int incremented at each call. This allow to remove the ugly whiles around the getipckey calls when we need several keys, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 17 years ago
  56. 8bf4e96 1) This patch fixes a concurrency issue in shmctl02. Same issue as in shmat02, by subrata_modak · 17 years ago
  57. 62b16cf random updates from Jane Lv for uClinux by vapier · 18 years ago
  58. 1813bfa dynamically calculate TST_TOTAL rather than hardcoding it by vapier · 18 years ago
  59. e7ac9ef fix by Jeff Bailey for my previous breakage of install target by vapier · 18 years ago
  60. 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
  61. 683ba03 Zak (Isaac Wilcox) writes: Another of these flush-before-fork buglets. by vapier · 18 years ago
  62. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 19 years ago
  63. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  64. 5b866cf Removed an erroneous cleanup() call. by robbiew · 20 years ago
  65. cd6dc73 Correctly cleanup after a failed shmat() and shmdt(). by robbiew · 20 years ago
  66. a3a687d Added code to allow better cleanup in case of failure. by robbiew · 20 years ago
  67. c9089f2 Add additional code to handle Red Hat Enterprise Linux (RHEL) 3. by robbiew · 21 years ago
  68. e6fb98f Changed the TINFO message to TCONF. by robbiew · 21 years ago
  69. dc3d170 Change test to return TINFO on failure and mention that some distros, such by robbiew · 21 years ago
  70. 5fb1eae warnings cleanup by robbiew · 22 years ago
  71. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
  72. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  73. 4bbed6a fix for shmctl01.c from Manfred Spraul to get rid of the shmdt failures in shmctl01 by plars · 22 years ago
  74. 39166c5 shmctl04 - New test from Mingming Cao to test shmctl with the SHM_INFO cmd. by plars · 22 years ago
  75. 4dc9987 Applied patch from Carsten. by robbiew · 22 years ago
  76. 8b96a3d Fixed a small error that was preventing shmctl* from compiling on some systems. by plars · 22 years ago
  77. bc4c280 *** empty log message *** by robbiew · 23 years ago
  78. 16dc53f Separate make and make install by plars · 23 years ago
  79. bee2a72 Added uid switching to generate specific error codes. by robbiew · 23 years ago
  80. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago