1. f32691e Replace GPL with SPDX-License-Identifier by Yang Xu · 4 years, 5 months ago
  2. 36e5faf syscalls/shmat03: Remove CVE tag by Cyril Hrubis · 4 years, 8 months ago
  3. 5b54a71 testcases/kernel: use linux git and CVE tags for more cases by Yang Xu · 4 years, 9 months ago
  4. 2588daf syscalls/shmat03: Remove it from runtest/cve by Cyril Hrubis · 5 years ago
  5. a206665 lib: add tst_no_corefile() by Li Wang · 5 years ago
  6. acc16bc c: Replace GPL verbose text by SPDX license identifier by Petr Vorel · 5 years ago
  7. 3be0d39 Rename CVE 2012-0957, 2016-4997, 2017-5669, 2017-6951 tests by Stanislav Kholmanskikh · 6 years ago
  8. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  9. f5ecfaf syscalls/shmat: Print expected and actual address on failure by Cyril Hrubis · 7 years ago
  10. 2ee848f syscalls/shmat01: Fix test on 32bit by Cyril Hrubis · 7 years ago
  11. 21c417e syscalls/shmat01: avoid dumping corefile for expected crash by Jan Stancek · 7 years ago
  12. 58c862b syscalls/shmat0*: cleanup && convert to new API by Xiao Yang · 7 years ago
  13. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  14. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  15. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  16. 4e2bab8 Make use of NULL by Cyril Hrubis · 10 years ago
  17. 7422562 testcases: Constify missed msg variables. by Cyril Hrubis · 10 years ago
  18. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  19. 762111b syscalls/ipc: Make use of tst_require_root() by Cyril Hrubis · 10 years ago
  20. a854429 shmat/shmat01.c: Test for specifying NULL to shmaddr by DAN LI · 11 years ago
  21. 77eafca shmat/shmat01.c: cleanup by DAN LI · 11 years ago
  22. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  23. dc13046 shmat: code cleanups by Wanlong Gao · 12 years ago
  24. f913558 ipc/shmat: pick suitable base_addr before each testcase by Jan Stancek · 12 years ago
  25. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  26. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  27. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  28. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  29. ed1bde9 Fix testcase. by Garrett Cooper · 14 years ago
  30. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  31. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  32. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  33. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  34. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  35. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  36. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  37. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  38. ad771b0 Fix testcase through simplification. by Garrett Cooper · 14 years ago
  39. 9e318b3 Get rid of n/a message content. by Garrett Cooper · 14 years ago
  40. 7aebf80 Make testcase consistent with ideal code form & fn by Garrett Cooper · 14 years ago
  41. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  42. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  43. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  44. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  45. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  46. 3d68040 On centos-5 2.6.18 kernel, I get a failure with shmat01. In the setup() function at the end: by subrata_modak · 16 years ago
  47. 0de2c12 The earlier patch broke parisc (which has really some strange requirements). Attached patch fixes it. If it's OK for you, please apply. By, Helge Deller <deller@gmx.de>. by subrata_modak · 16 years ago
  48. 5c7ad45 Both of the above test cases has similar issue to shmt/mmap series. This patch removes the non-aligned addresses explicitly coded for different architectures by: by subrata_modak · 16 years ago
  49. 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
  50. ddca3cb Fixes a concurrency issue in shmat02. The second IPC key used in this test was generated doing a ++ on the first key. By doing this, it makes possible to get a conflict with a key generated by another process. To fix this, I just do a new call to getipckey() and check if the key is different from the previously generated one, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 16 years ago
  51. 62b16cf random updates from Jane Lv for uClinux by vapier · 17 years ago
  52. e7ac9ef fix by Jeff Bailey for my previous breakage of install target by vapier · 18 years ago
  53. 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
  54. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 18 years ago
  55. 2f757ba Applied patch from Mike Frysinger to resolve issue with UNALIGNED being defined multiple times for ARM targets. by robbiew · 18 years ago
  56. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  57. 19ddf2f Add arm arch to the ALIGNED typedefs by mridge · 20 years ago
  58. 9a255c4 Applied Xtensa architecture specific patch from Joe Taylor: by robbiew · 21 years ago
  59. e8c988f Added code for ia64 platforms, suggested by Jacky Malcles. by robbiew · 21 years ago
  60. 5fb1eae warnings cleanup by robbiew · 21 years ago
  61. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  62. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  63. 4dc9987 Applied patch from Carsten. by robbiew · 22 years ago
  64. 1fc2411 applied patch from Inho Krumreich to clean up warnings in shmat tests by plars · 22 years ago
  65. d5c2112 Added 64-bit patches by Ihno Krumreich, email: ihno@caldera.de by robbiew · 22 years ago
  66. bc4c280 *** empty log message *** by robbiew · 22 years ago
  67. 16dc53f Separate make and make install by plars · 23 years ago
  68. bee2a72 Added uid switching to generate specific error codes. by robbiew · 23 years ago
  69. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago