1. 21076d5 net: add new IPsec test with DCCP protocol by Alexey Kodanev · 7 years ago
  2. 6cea208 network/rdist01: Use correct variables by Petr Vorel · 7 years ago
  3. bbf067c doc: Remove network stress related doc by Petr Vorel · 7 years ago
  4. 4850afd syscalls/dup203: Fix make use of SAFE_CLOSE() by Cyril Hrubis · 7 years ago
  5. d6f92b7 syscalls/access01: Set umask value before run case by Bixuan Cui · 7 years ago
  6. 9dc07e0 lib/tst_test: Do TBROK on unexpected arguments. by Cyril Hrubis · 7 years ago
  7. 980e811 syscalls/open11: Manual fixup by Cyril Hrubis · 7 years ago
  8. eb6418f Make use of SAFE_SOCKET() by Cyril Hrubis · 7 years ago
  9. ebc2018 Make use of SAFE_LSEEK() by Cyril Hrubis · 7 years ago
  10. 44827e5 Make use of SAFE_WAITPID() by Cyril Hrubis · 7 years ago
  11. ca49833 Make use of SAFE_WAIT() by Cyril Hrubis · 7 years ago
  12. b564454 Make use of SAFE_SYSCONF() by Cyril Hrubis · 7 years ago
  13. 25a029c Make use of SAFE_SYMLINK() by Cyril Hrubis · 7 years ago
  14. a7b9e11 Make use of SAFE_LINK() by Cyril Hrubis · 7 years ago
  15. 879d4ac Make use of SAFE_PIPE() by Cyril Hrubis · 7 years ago
  16. d8cd45c Make use of SAFE_OPEN() by Cyril Hrubis · 7 years ago
  17. d2e4910 Make use of SAFE_MKDIR() by Cyril Hrubis · 7 years ago
  18. 1e49195 Make use of SAFE_DUP() by Cyril Hrubis · 7 years ago
  19. 43cde6c Make use of SAFE_CREAT() by Cyril Hrubis · 7 years ago
  20. 53c897c syscalls/flock04: Use curly brances in the else block by Cyril Hrubis · 7 years ago
  21. 7d1bd3d syscalls/open08: Make use of SAFE_SETGID() by Cyril Hrubis · 7 years ago
  22. 28a5c93 syscalls/open03: Make use of SAFE_CLOSE() by Cyril Hrubis · 7 years ago
  23. e74013a Make use of SAFE_GETSOCKNAME() by Cyril Hrubis · 7 years ago
  24. 59c9acb Make use of SAFE_CONNECT() by Cyril Hrubis · 7 years ago
  25. 8745621 Make use of SAFE_BIND() by Cyril Hrubis · 7 years ago
  26. 31a182a Make use of SAFE_SETRLIMIT() by Cyril Hrubis · 7 years ago
  27. b58b00f Make use of SAFE_GETRLIMIT() by Cyril Hrubis · 7 years ago
  28. 54c1f23 Make use of SAFE_LSEEK() by Cyril Hrubis · 7 years ago
  29. 91eb3b1 Make use of SAFE_FSTAT() by Cyril Hrubis · 7 years ago
  30. 3a20c59 Make use of SAFE_STAT() by Cyril Hrubis · 7 years ago
  31. d99b0ea Make use of SAFE_FTRUNCATE() by Cyril Hrubis · 7 years ago
  32. b6b2924 Make use of SAFE_FCNTL() by Cyril Hrubis · 7 years ago
  33. 417abb6 Make use of SAFE_IOCTL() by Cyril Hrubis · 7 years ago
  34. c65199d Make use of SAFE_CLOSEDIR() by Cyril Hrubis · 7 years ago
  35. f569c10 Make use of SAFE_UMOUNT() by Cyril Hrubis · 7 years ago
  36. 19fcfac Make use of SAFE_MOUNT() by Cyril Hrubis · 7 years ago
  37. 1f64132 Make use of SAFE_RENAME() by Cyril Hrubis · 7 years ago
  38. 23a3e80 Make use of SAFE_MKFIFO() by Cyril Hrubis · 7 years ago
  39. d84a7ec Make use of SAFE_KILL() by Cyril Hrubis · 7 years ago
  40. 66374d5 Make use of SAFE_WAITPID() by Cyril Hrubis · 7 years ago
  41. 49da8ad Make use of SAFE_WAIT() by Cyril Hrubis · 7 years ago
  42. 6a1c394 Make use of SAFE_FCHOWN() by Cyril Hrubis · 7 years ago
  43. 3b11765 Make use of SAFE_CHOWN() by Cyril Hrubis · 7 years ago
  44. 20e2d88 Make use of SAFE_FCHMOD() by Cyril Hrubis · 7 years ago
  45. b0832a7 Make use of SAFE_CHMOD() by Cyril Hrubis · 7 years ago
  46. a74f9bb Make use of SAFE_SYMLINK() by Cyril Hrubis · 7 years ago
  47. 80cf98e Make use of SAFE_LINK() by Cyril Hrubis · 7 years ago
  48. e507921 Make use of SAFE_UNLINK() by Cyril Hrubis · 7 years ago
  49. ad335a7 Make use of SAFE_GETRESGID() by Cyril Hrubis · 7 years ago
  50. 4484e11 Make use of SAFE_SETUID() by Cyril Hrubis · 7 years ago
  51. 5104d55 Make use of SAFE_SETGID() by Cyril Hrubis · 7 years ago
  52. 3ac6ae7 Make use of SAFE_SETEUID() by Cyril Hrubis · 7 years ago
  53. 3238d47 Make use of SAFE_SETEGID() by Cyril Hrubis · 7 years ago
  54. b4afaa2 Make use of SAFE_PIPE() by Cyril Hrubis · 7 years ago
  55. 7bf0cbd Make use of SAFE_MUNMAP() by Cyril Hrubis · 7 years ago
  56. 4d018df Make use of SAFE_RMDIR() by Cyril Hrubis · 7 years ago
  57. 6022cb3 Make use of SAFE_MKDIR() by Cyril Hrubis · 7 years ago
  58. df00754 Make use of SAFE_CLOSE() by Cyril Hrubis · 7 years ago
  59. 860c51b Make use of SAFE_CHDIR() by Cyril Hrubis · 7 years ago
  60. de85397 syscalls/setrlimit: add setrlimit04 by Jan Stancek · 7 years ago
  61. a3d89c8 Fix small issue on ftrace_regression01.sh testcase by Wang Long · 7 years ago
  62. e671f2a LTP 20170929 by Cyril Hrubis · 7 years ago
  63. 72d1c8c utimensat_tests.sh: returns EPERM above 4.4.27 and below 4.5.0 by Naresh Kamboju · 7 years ago
  64. 91400c3 commands/file: Fix for "executable" match failure on newer gcc by Guangwen Feng · 7 years ago
  65. ba968bd network/stress: Fix and cleanup part of multicast group tests by Petr Vorel · 7 years ago
  66. 7d02d00 Fix small issue on isofs.sh testcase by Rodrigo R. Galvao · 7 years ago
  67. 8501fee mm: mmapstress04: Remove arguments passed to the test. by Sandeep Patil · 7 years ago
  68. e6056bc syscalls/creat06: Make use of .needs_rofs by Cyril Hrubis · 7 years ago
  69. fd659e8 syscalls/access04: use .needs_rofs flag for EROFS testing by Sandeep Patil · 7 years ago
  70. c9a7def libltp: add support to mount tmpfs for EROFS testing by Sandeep Patil · 7 years ago
  71. 316e6bb thp01: Find largest arguments size by Richard Palethorpe · 7 years ago
  72. 1c2f082 syscalls/mount: Remove obsolete test_mount from Makefile by Xiao Yang · 7 years ago
  73. c657752 syscalls/clone09.c: add kernel version check by Xiao Yang · 7 years ago
  74. c20831d lib/tst_test: avoid cleanup by cloned test threads by Steve Muckle · 7 years ago
  75. 247466a syscalls/clone: handle CLONE_VM vs exit issue by Marcin Ślusarz · 7 years ago
  76. 9fecfd4 syscalls/mmap12: Do not fail on non-present pages by Cyril Hrubis · 7 years ago
  77. c7c411e lib6/in6_01: Add bind() while testing sockaddr_in6 by Petr Vorel · 7 years ago
  78. bbebce3 lib6/in6_01: Fix IPv6 addresses which do not comply RFC 2373 by Petr Vorel · 7 years ago
  79. d044f17 Smash size_t and off_t printf() formatting mistakes by Cyril Hrubis · 7 years ago
  80. 93c5616 cve/cve-2016-10044.c: Fix compilation without READ_IMPLIES_EXEC by Xiao Yang · 7 years ago
  81. cccede7 Test for CVE-2016-10044 mark AIO pseudo-fs noexec by Richard Palethorpe · 7 years ago
  82. e06535f CVE-2012-0957: Use SAFE_PERSONALITY by Richard Palethorpe · 7 years ago
  83. 35799a9 lib: Add personality fallback and SAFE macro by Richard Palethorpe · 7 years ago
  84. ada0b81 commands/ar01: Fix misplaced test result description by Guangwen Feng · 7 years ago
  85. 147a006 madvise07: Increase probability of testing a supported page type by Richard Palethorpe · 7 years ago
  86. 4c1f70f lib/mem: Fix wrong scanf/printf format string by Cyril Hrubis · 7 years ago
  87. 086f92f mem: ksm: fixes for race conditions by Andrea Arcangeli · 7 years ago
  88. defe8e2 mem: ksm: fix volatile page false positive by Andrea Arcangeli · 7 years ago
  89. 8596f01 network/stress: Fix using undefined variables in interface tests by Petr Vorel · 7 years ago
  90. f5ecfaf syscalls/shmat: Print expected and actual address on failure by Cyril Hrubis · 7 years ago
  91. 2ee848f syscalls/shmat01: Fix test on 32bit by Cyril Hrubis · 7 years ago
  92. 21c417e syscalls/shmat01: avoid dumping corefile for expected crash by Jan Stancek · 7 years ago
  93. b223293 mtest06/shmat1: Fix build for undefined struct ucontext by Cyril Hrubis · 7 years ago
  94. 54d18b6 netstress: fix timeout option by Alexey Kodanev · 7 years ago
  95. 6006eee net: remove EXPECT_PASS usage with tst_ping() by Alexey Kodanev · 7 years ago
  96. 718f044 lib/test_net: print TPASS/TFAIL inside tst_ping() by Alexey Kodanev · 7 years ago
  97. eb68c52 tst_netload: set the same timeout as in safe_bind() by Alexey Kodanev · 7 years ago
  98. 2f6ab8f commands/gdb01: replace stdin with /dev/null by Jan Stancek · 7 years ago
  99. 8cae890 runtest/quickhit: Update for removed lseek by Cyril Hrubis · 7 years ago
  100. cfe5ca2 lib/tst_net_iface_prefix: fix build on older distros by Alexey Kodanev · 7 years ago