1. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  2. 9e4b117 Comments cleanup. by Cyril Hrubis · 10 years ago
  3. 4dff854 Fix testcases to call tst_exit() on exit by Cyril Hrubis · 10 years ago
  4. 7422562 testcases: Constify missed msg variables. by Cyril Hrubis · 10 years ago
  5. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  6. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  7. 707aff5 semop/semop02.c: add ERANGE error value test by Xiaoguang Wang · 11 years ago
  8. 58e59a5 semop/semop02.c: cleanup by Xiaoguang Wang · 11 years ago
  9. b6e83fe semop/semop04.c: fix a bug when running with -i option by Xiaoguang Wang · 11 years ago
  10. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  11. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  12. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  13. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  14. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  15. b28f332 Fix testcase. by Garrett Cooper · 14 years ago
  16. 5262667 Fix some signalhandling code. by Garrett Cooper · 14 years ago
  17. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  18. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  19. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  20. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  21. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  22. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp 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. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  26. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  27. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  28. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  29. 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
  30. 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
  31. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  32. 8791f67 Make-sync_pipe-API-more-generic-and-update-related.patch. by subrata_modak · 16 years ago
  33. ff5aa67 Fix concurrency issue in semop05. Due to the use of usleep function to synchronize processes, synchronization issues can occur on a loaded system. Fix this by using pipes to synchronize processes. Signed-off-by: Matthieu Fertré <mfertre@irisa.fr> by subrata_modak · 16 years ago
  34. 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 · 16 years ago
  35. 06f2126 Fixing a concurrency issue in semop02.c. The now, well known issue due to a second key badly created, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 17 years ago
  36. df723e4 Applied Patch as submitted by "creese123" for bug no. ["1694484", semop01 corrupting get_arr.array] by subrata_modak · 17 years ago
  37. 439af8f Henry Yei writes: Adds malloc check and frees memory during cleanup by vapier · 18 years ago
  38. 99775c2 cleanup code by vapier · 18 years ago
  39. 62b16cf random updates from Jane Lv for uClinux by vapier · 18 years ago
  40. e7ac9ef fix by Jeff Bailey for my previous breakage of install target by vapier · 18 years ago
  41. 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
  42. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 19 years ago
  43. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  44. 5fb1eae warnings cleanup by robbiew · 21 years ago
  45. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
  46. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  47. 1beb47f Applied patch from Carsten Langgaard. by robbiew · 22 years ago
  48. 49301ac Added a waitpid to handle problems running under Pan. by robbiew · 22 years ago
  49. 2919d4f Needed to set LTP_LDFLAGS correctly. by robbiew · 22 years ago
  50. bc4c280 *** empty log message *** by robbiew · 23 years ago
  51. 9047afc Modified ---------------------------------------------------------------------- by iyermanoj · 23 years ago
  52. f2893a8 Modified ported for PPC64 by iyermanoj · 23 years ago
  53. 16dc53f Separate make and make install by plars · 23 years ago
  54. 932d6c8 Modified semctl() function call to be complient with man pages. Port to by iyermanoj · 23 years ago
  55. f0bffd8 semctl() was modified to comply with the man page. (Refer man page by iyermanoj · 23 years ago
  56. 5901ff4 Added uid switching to generate specific error codes. by robbiew · 23 years ago
  57. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago