1. 79eac0a syscalls/ipc: Rewrite msgctl02 to new library. by Cyril Hrubis · 6 years ago
  2. 827f661 syscalls/ipc: Rewrite msgctl01 + merge msgctl06 by Cyril Hrubis · 6 years ago
  3. 76f411d syscalls/ipc: Disable msgctl build temporarily by Cyril Hrubis · 6 years ago
  4. 1a11467 tst_safe_sysv_ipc: SAFE_{SHMCTL,MSGCTL} return retval by Cyril Hrubis · 6 years ago
  5. 397df9a tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer by Cyril Hrubis · 6 years ago
  6. 8126549 cpuset: Fix shellcheck error by Yixin Zhang · 6 years ago
  7. 81afe06 doc: Update checkbashisms.pl location (Debian moved to salsa) by Petr Vorel · 6 years ago
  8. f859152 dctcp01: replace tst_brkm() with tst_brk() in setup() by Alexey Kodanev · 6 years ago
  9. 3f52138 network/busy_poll: check that we changed sysctl knobs in cleanup by Alexey Kodanev · 6 years ago
  10. 237d132 network/busy_poll: convert to new API by Alexey Kodanev · 6 years ago
  11. b6f4ffa network/busy_poll: use SPDX-License-Identifier by Alexey Kodanev · 6 years ago
  12. 1992c11 network/busy_poll: use smaller packets and a single thread by Alexey Kodanev · 6 years ago
  13. 2840a79 cve/cve-2018-1000001: Add Realpath Buffer Underflow test by Petr Vorel · 7 years ago
  14. ef44862 lib: Introduce TESTPTR() by Petr Vorel · 6 years ago
  15. 50ae39a lib: Add SAFE_CHROOT(path) macro by Petr Vorel · 7 years ago
  16. 15454c7 syscalls/fallocate05: update also print messages by Jan Stancek · 6 years ago
  17. 6eb2ddc syscalls/fallocate05: Add missing FALLOC_FL_KEEP_SIZE flag by Xiao Yang · 6 years ago
  18. 3ddee03 madvise02: print tested advice in PASS/FAIL messages by Jan Stancek · 6 years ago
  19. 2cbe496 madvise: add ERRORS check for MADV_REMOVE/MADV_FREE/MADV_WIPEONFORK by Li Wang · 6 years ago
  20. 3a53b9a madvise: add MADV_WIPEONFORK/MADV_KEEPONFORK in madvise() test by Li Wang · 6 years ago
  21. 7596c63 testcase: gethostid: Check if hostid is available by Mylène Josserand · 6 years ago
  22. c30700b pthread_cancel_3-1: rewrite by Jan Stancek · 6 years ago
  23. cc4a63b open_posix: add LTP_ATTRIBUTE* macros to supress warnings by Jan Stancek · 6 years ago
  24. a1b98c2 fcntl36: fix 32-bit sporadic failures with F_OFD_* commands by Jan Stancek · 6 years ago
  25. ab7d076 net/icmp-uni-basic.sh: Remove LINK_NUM + related setup by Petr Vorel · 6 years ago
  26. b27bca0 net: Create tst_ipsec_setup to remove duplicity by Petr Vorel · 6 years ago
  27. bd0686b fchmod02: Use SAFE_GETGRNAM() by Jinhui Huang · 6 years ago
  28. c5c0f9b lib: Add SAFE_GETGRNAM() by Jinhui Huang · 6 years ago
  29. 638a0c5 network.sh: Cleanup netpan logs by Petr Vorel · 6 years ago
  30. 6d6756c ltp: replace the retry loops by new exponential backoff macro by Li Wang · 6 years ago
  31. ceffc17 runtest/ltplite: Remove msgstress tests by Cyril Hrubis · 6 years ago
  32. 3e882e3 syscalls/ipc: Rename some msgctl tests by Cyril Hrubis · 6 years ago
  33. 87dc42d tst_test.sh: Quote function parameter by Petr Vorel · 6 years ago
  34. cdc9b83 tst_test.sh: achieve TST_RETRY_FUNC function in shell by Li Wang · 6 years ago
  35. fee1d2e move_pages: Remove redundant move_pages.sh by Xiao Yang · 6 years ago
  36. 982bc50 README.md: Add shortcut to running a single test by Cyril Hrubis · 6 years ago
  37. ac83fb1 network/tcp_cc: check support for a congestion alg by Alexey Kodanev · 6 years ago
  38. 72f87ac network/tcp_cc: add new test bbr02 by Alexey Kodanev · 6 years ago
  39. f1160d2 network/tcp_cc: add new test bbr01 by Alexey Kodanev · 6 years ago
  40. f67f061 network/tcp_cc/lib: add a function to set qdisc and txqueuelen by Alexey Kodanev · 6 years ago
  41. ca81ae5 network/tcp_cc/dctcp01: increase packet loss for dctcp by Alexey Kodanev · 6 years ago
  42. 0d98cdd dctcp01: convert to new API and move common code to a library by Alexey Kodanev · 6 years ago
  43. eb1430d network: rename dctcp dir to tcp_cc by Alexey Kodanev · 6 years ago
  44. 688a475 net: Remove $ipver setups and replace the usage with $TST_IPVER by Petr Vorel · 6 years ago
  45. a4e9cdd net: Introduce new TST_IPVER library variable by Petr Vorel · 6 years ago
  46. 71ef915 syscalls/fchmod02: Remove unused headers by Petr Vorel · 6 years ago
  47. 32ceff4 syscalls/fchmod02.c: Cleanup && convert to new API by Jinhui Huang · 7 years ago
  48. 194ea7e syscalls/fchmod01.c: Convert to new API && merge fchmod07 into fchmod01 by Jinhui Huang · 7 years ago
  49. c909690 syscalls/fchmod.h: Move common macros to fchmod.h by Jinhui Huang · 7 years ago
  50. c8e0087 netstress: load dccp_ipv6.ko for the DCCP tests by Alexey Kodanev · 6 years ago
  51. 7f56ff3 network/virt: correctly set virt test options for vxlan and geneve by Alexey Kodanev · 6 years ago
  52. a7a6e53 network/stress/ssh/ssh-stress01-rmt: fix shellcheck error by Yixin Zhang · 6 years ago
  53. 4bcc0ad tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS by Petr Vorel · 6 years ago
  54. f83280d tst_test.sh: s/resm/res/ by Petr Vorel · 6 years ago
  55. 1c77d0c tst_test.sh: Warn about using "private" variable or function by Petr Vorel · 6 years ago
  56. 807cc45 tst_test.sh: Hide "private" variables with "_tst_" prefix by Petr Vorel · 6 years ago
  57. f7c61a5 ima/ima_measurements.sh: Improve digest and algorithm detection by Petr Vorel · 6 years ago
  58. 70629fb add `cpuset` prefix for cpuset testcases by Wang Long · 6 years ago
  59. a1604ac syscalls: ioctl03: Handle ENOENT error by Mylène Josserand · 6 years ago
  60. 57c1460 sctp: change the layout of tst_brkm() by Sun Lianwen · 6 years ago
  61. 2333e2f testcases: wc: Add "unrecognized option" as TCONF by Mylène Josserand · 6 years ago
  62. ffc8005 ksm05: Fix cleanup on mising KSM run sys file by Cyril Hrubis · 6 years ago
  63. 298a984 tst_test.sh: TCONF on basename error when setting TST_ID by Petr Vorel · 6 years ago
  64. a936709 net/ipneigh: Fix rhost IP by Petr Vorel · 6 years ago
  65. b767b73 cve-2017-5669: shmat() for 0 (or <PAGESIZE with RND flag) has to fail with REMAPs by Rafael David Tinoco · 6 years ago
  66. f7aaca1 commands/df01.sh: Add missing local by Petr Vorel · 6 years ago
  67. 21e77dd lib/tst_test.sh: Fix test name function detection for TST_CNT by Petr Vorel · 6 years ago
  68. 64ce601 net/ipneigh: Use new API + split into more test cases by Anton Smorodskyi · 6 years ago
  69. 5773833 network/gre01: fix device type setting by Alexey Kodanev · 6 years ago
  70. 36082aa Add .cache.mk and *.dwo into clean target and .gitignore by Petr Vorel · 6 years ago
  71. 59e0a81 inotify07: Add test for kernel crash during event notification by Cyril Hrubis · 6 years ago
  72. e3a1aa1 net/tst_netload: TBROK when TST_NEEDS_TMPDIR not set by Petr Vorel · 6 years ago
  73. ba43176 lib/tst_net.sh: Silence getopts for legacy API by Petr Vorel · 6 years ago
  74. 5dea314 net/nfs_lib.sh: Cleanup for legacy API by Xiao Yang · 6 years ago
  75. 52c754c net/tcp_fastopen_run.sh: Cleanup in TST_PARSE_ARGS functions for legacy API by Xiao Yang · 6 years ago
  76. 73217a1 lib/tst_net.sh: Fix getopts parsing bug on old sysctl by Petr Vorel · 6 years ago
  77. 182cd96 mcast-lib.sh: change the parameter of sysctl by Sun Lianwen · 6 years ago
  78. cbb0aa3 lib/tst_net.sh: Add checks for awk by Petr Vorel · 6 years ago
  79. 796e8a5 wiki: Fix syntax error on example by Petr Vorel · 6 years ago
  80. 51ccedf wiki: Fix minor typo by Petr Vorel · 6 years ago
  81. 4606a29 syscalls/fanotify09: add regression test for FAN_EVENT_ON_CHILD by Amir Goldstein · 7 years ago
  82. a73f069 syscalls/fanotify: miscellaneous cleanups by Amir Goldstein · 7 years ago
  83. 2ba7534 fs/read_all: Clear suplementary groups before droping privileges by Xiao Yang · 6 years ago
  84. 189bb18 syscalls/prctl02: Rewrite to the new library by Xiao Yang · 6 years ago
  85. 3ff1bac syscalls/prctl01: Rewrite to the new library by Xiao Yang · 6 years ago
  86. 4aaa04a pty/pty02: new test for hang involving EXTPROC|ICANON terminal mode by Eric Biggers · 6 years ago
  87. 7050ca7 containers: netns: load veth module by Fathi Boudra · 7 years ago
  88. 4cabcf2 testcases: Fix mmapstress08 test by Chen Rong · 6 years ago
  89. 64ec3f4 wiki: Fix broken headers formatting by Petr Vorel · 6 years ago
  90. 6e1241e wiki: Fix broken formating in github wiki by Petr Vorel · 6 years ago
  91. d6abd9a testcases: logrotate: Check if "file" command exists by Mylène Josserand · 6 years ago
  92. d31fa0e testcases: tar: Add TST_NEEDS_CMDS on gzip and bzip by Mylène Josserand · 6 years ago
  93. 5d998c7 testcases: file: Add TST_NEEDS_CMDS on readelf by Mylène Josserand · 6 years ago
  94. 0d7baa0 testcases: ar: Add TST_NEEDS_CMDS on "ar" by Mylène Josserand · 6 years ago
  95. b44b38e lib/tst_device: Fill a file in megabyte sized chunks by Punit Agrawal · 6 years ago
  96. dac5649 syscalls/migrate_pages03.c: Add new regression test by xiao yang · 6 years ago
  97. 96cbf48 LTP 20180515 by Cyril Hrubis · 6 years ago
  98. cdde768 net/sctp: Fix local variable declaration in dash by Petr Vorel · 6 years ago
  99. 265b6a6 net/virt_lib.sh: Fix quoting default variable on dash by Petr Vorel · 6 years ago
  100. 1f011e5 read_all: Drop privileges by Richard Palethorpe · 6 years ago