1. 9832fd9 lapi/fsmount: Add definitions for fsmount related syscalls by Viresh Kumar · 4 years, 7 months ago
  2. b6bf84c configure.ac: Fix items sort by Petr Vorel · 4 years, 7 months ago
  3. e1e912b safe_macros: Use tst_umount() in safe_umount() by Petr Vorel · 4 years, 7 months ago
  4. a6e1a2f tst_umount: Fail immediately when errno != EBUSY by Petr Vorel · 4 years, 7 months ago
  5. 31ad2b5 syscalls/kill11, abort01: lower MIN_RLIMIT_CORE size by Yang Xu · 4 years, 7 months ago
  6. 53adfaa syscalls/kill11, abort01: Also raise hard limit when possible by Yang Xu · 4 years, 7 months ago
  7. 4da0e0a rpc01.sh: Rewrite into new shell API by Petr Vorel · 4 years, 7 months ago
  8. 54f9842 rpcinfo01.sh: Rewrite into new shell API by Petr Vorel · 4 years, 7 months ago
  9. 23bc7de io/aio02: Drop O_DIRECT flag for tmpfs by Yang Xu · 4 years, 7 months ago
  10. 1647697 syscalls/setrlimit06: lower RLIMIT_CPU parameters by Jan Stancek · 4 years, 7 months ago
  11. 1ba4f9d travis: Merge debian.cross-compile.*.sh by Petr Vorel · 4 years, 8 months ago
  12. 1d5f1c8 build: Disable make install for most of builds by Petr Vorel · 4 years, 7 months ago
  13. 16358ea syscalls/fork12: Taunt OOM killer by Martin Doucha · 4 years, 7 months ago
  14. fd17464 travis/tumbleweed: Fix compilation by Petr Vorel · 4 years, 7 months ago
  15. 7b71c97 travis/debian: Add df diagnostic also inside the container by Petr Vorel · 4 years, 7 months ago
  16. 2e5064f travis: Add set -x to print commands by Petr Vorel · 4 years, 7 months ago
  17. ea1cab5 syscalls/getrandom02: lower bufsize if low on entropy by Jan Stancek · 4 years, 7 months ago
  18. 861b796 travis: Add df to debug not enough space on s390x by Petr Vorel · 4 years, 7 months ago
  19. 452c513 autotools: Move simple definitions out of m4/* to configure.ac by Petr Vorel · 4 years, 7 months ago
  20. 677606e Fix releasing loop devices in shell API by Martin Doucha · 4 years, 7 months ago
  21. 1dfd30c linktest.sh: Convert to use getopts + set default values by Petr Vorel · 4 years, 9 months ago
  22. 8878fc6 ioctl,pty: Add fallback definition of struct termio by Petr Vorel · 4 years, 7 months ago
  23. 21d058d Add Syscall numbers for io_uring_* syscalls by Viresh Kumar · 4 years, 7 months ago
  24. c2f27f6 Add syscall numbers for new file-system related syscalls by Viresh Kumar · 4 years, 7 months ago
  25. b99f7ae syscalls/io_pgetevents: Use tst_syscall() instead of syscall() by Viresh Kumar · 4 years, 7 months ago
  26. 998a75c pty: Remove duplicate _GNU_SOURCE definition by Petr Vorel · 4 years, 7 months ago
  27. 3f14ba6 read_all: skip eeprom and nvmem by Jan Stancek · 4 years, 8 months ago
  28. b45d82c max_map_count: use default overcommit mode by Jan Stancek · 4 years, 8 months ago
  29. 8b9afc4 pty02.c: Replace <termio.h> with <termios.h> and <sys/ioctl.h> by Petr Vorel · 4 years, 7 months ago
  30. a49448f pty03: Add -lrt into LDFLAGS by Cyril Hrubis · 4 years, 7 months ago
  31. fed63ce pty03: Add fallback definition for TIOCVHANGUP by Cyril Hrubis · 4 years, 7 months ago
  32. 51a6583 pty03: Remove termio.h by Cyril Hrubis · 4 years, 7 months ago
  33. 43f923b Blacklist vhangup() syscall in crash02 test by Martin Doucha · 4 years, 8 months ago
  34. 29a2cbb pty03: Regression test for slip/slcan data race by Richard Palethorpe · 4 years, 8 months ago
  35. 5a76616 Add Syscall numbers for io_pgetevents by Viresh Kumar · 4 years, 8 months ago
  36. 57a961f syscalls/io_pgetevents: New tests by Viresh Kumar · 4 years, 7 months ago
  37. 5415162 syscalls/pidfd_open: New tests by Viresh Kumar · 4 years, 8 months ago
  38. 7d9c92f Add Syscall numbers for pidfd_open by Viresh Kumar · 4 years, 8 months ago
  39. 15cdb57 syscalls/prctl02: Fix. by Martin Doucha · 4 years, 8 months ago
  40. bef64ba syscalls/vmsplice: Add NONBLOCK testcase by Jorik Cronenberg · 4 years, 8 months ago
  41. 0781bbb lib: Add timeout to TST_PROCESS_STATE_WAIT by Jorik Cronenberg · 4 years, 8 months ago
  42. dd0cd70 syscalls/pipe12: add new test for pipe when write bytes > pipe size by Yang Xu · 4 years, 8 months ago
  43. c50f051 syscalls/add_key01: test the length of payload by Yang Xu · 4 years, 8 months ago
  44. 35acdd0 gitignore: Ignore swap files by Viresh Kumar · 4 years, 8 months ago
  45. 4ae1009 syscalls/socketcall: Use TCONF instead of TPASS by Yang Xu · 4 years, 8 months ago
  46. ef260a1 config.mk.in: Remove java support by Petr Vorel · 4 years, 8 months ago
  47. cfc23d5 syscalls/add_key02: add the "big_key" key type by Yang Xu · 4 years, 8 months ago
  48. 5cfb4fe syscalls/timer*: add linux git tags for timer testcases by Yang Xu · 4 years, 8 months ago
  49. 333a47b socketcall01: Use tst_syscall() by Petr Vorel · 4 years, 8 months ago
  50. 4079aaf LTP 20200120 by Cyril Hrubis · 4 years, 8 months ago
  51. 4b980c2 tst_device: Move tst_dev_sync() into from header to source file by Petr Vorel · 4 years, 8 months ago
  52. 185a54d lapi/syscalls: Add syncfs by Petr Vorel · 4 years, 8 months ago
  53. 9e83513 tst_device.h: Use lapi/syscalls.h instead of <sys/syscall.h> by Petr Vorel · 4 years, 8 months ago
  54. 2c14d95 pidfd_send_signal: Build with _GNU_SOURCE by Petr Vorel · 4 years, 8 months ago
  55. e0c7b1d endian_switch01.c: Fix check for powerpc by Petr Vorel · 4 years, 8 months ago
  56. baa1505 ver_linux: Print ethtool version by Petr Vorel · 4 years, 8 months ago
  57. c653a76 syscalls/madvise06: Remove drop_caches R/W check by Zou Wei · 4 years, 8 months ago
  58. 77a0a4d syscalls/capset04: add new EPERM error test with vfs cap support by Yang Xu · 4 years, 8 months ago
  59. 81f24ca syscalls/capset03: add new EPERM error test without CAP_SETPCAP by Yang Xu · 4 years, 8 months ago
  60. 73fa3df syscalls/capset02: Cleanup & convert to new library by Yang Xu · 4 years, 8 months ago
  61. 70766c8 tst_device: Scan /sys/block/* for stat file by Cyril Hrubis · 4 years, 8 months ago
  62. 681b987 tst_mkfs.c: Fix arg order in error message by Petr Vorel · 4 years, 8 months ago
  63. 21af8ca syscalls/llseek03: Rewrite the test for new library by Feiyu Zhu · 4 years, 9 months ago
  64. f65794f syscalls/statx05: Fix failures on s390 & old libc by Cyril Hrubis · 4 years, 8 months ago
  65. b9c2075 Use real FS block size in fallocate05 by Cyril Hrubis · 4 years, 8 months ago
  66. ad57b60 syscalls/capget[set]: Make use of guarded buffers by Yang Xu · 4 years, 8 months ago
  67. f7199c4 rpc-tirpc: Remove authdes related tests by Petr Vorel · 4 years, 8 months ago
  68. 74aeb88 tst_device: use raw syscall in the tst_device.h by Li Wang · 4 years, 8 months ago
  69. 6e53f9f syscalls/quotactl06: Missing binary is not TBROK by Cyril Hrubis · 4 years, 8 months ago
  70. decff98 network/iptables: add ipv6 support by Alexey Kodanev · 4 years, 8 months ago
  71. 447c223 tst_device: include unistd.h by Li Wang · 4 years, 8 months ago
  72. eca0fa3 tst_device: add new tst_dev_sync by Li Wang · 4 years, 8 months ago
  73. baf4ca1 syscalls/capset01: Cleanup & convert to new library by Yang Xu · 4 years, 9 months ago
  74. 0c7a8aa syscalls/capget02: Cleanup & convert to new library by Yang Xu · 4 years, 9 months ago
  75. 0a6cf27 syscalls/capget01: Cleanup & convert to new library by Yang Xu · 4 years, 9 months ago
  76. 7dc571d syscalls/userfaultfd01: add hint about unprivileged_userfaultfd by Yang Xu · 4 years, 9 months ago
  77. 262c98c tst_fill_fs: enhance the filesystem filling routine by Li Wang · 4 years, 10 months ago
  78. b288957 Replace GPL with SPDX-License-Identifier in few headers by Petr Vorel · 4 years, 8 months ago
  79. 59cb0dd nm01: Remove prefix zeros of the addresses output by nm before comparing by He Zhe · 4 years, 8 months ago
  80. 0e2ec72 tst_device: do sync() before reading test block device stat file by Li Wang · 4 years, 8 months ago
  81. 1643d85 sync_file_range02: remove the toplimit of write back by Li Wang · 4 years, 9 months ago
  82. 7c29763 cve-2017-16939.c: Use SOL_SOCKET instead of fixed value by Cai Zhenglong · 4 years, 9 months ago
  83. 11634d9 linktest: Convert to new library by Joerg Vehlow · 4 years, 9 months ago
  84. f448b85 tst_test.sh: Add return value to _tst_expect_{fail,pass} by Petr Vorel · 4 years, 9 months ago
  85. 678ec49 iptables: Reduce code duplicity by Petr Vorel · 4 years, 9 months ago
  86. ba45a7c syscalls/ioctl01: Cleanup & convert to new library by Cyril Hrubis · 4 years, 9 months ago
  87. 8f92cd1 network/iptables: add new test for iptables-translate and nft by Alexey Kodanev · 4 years, 9 months ago
  88. 4756f65 network/iptables: reduce ping timeouts by Alexey Kodanev · 4 years, 9 months ago
  89. 1b9a319 doc: Document TST_NO_CLEANUP by Petr Vorel · 4 years, 9 months ago
  90. 3522174 isofs: Convert to new library by Joerg Vehlow · 4 years, 9 months ago
  91. 04e451a Make crash02 verbose in standard runfile by Martin Doucha · 4 years, 9 months ago
  92. 3fcdee8 syscalls/futex_cmp_requeue01: cope with spurious wakeups by Jan Stancek · 4 years, 9 months ago
  93. 83be708 syscalls/statx07: handle ETIMEDOUT when rpcbind.socket is not started by Jan Stancek · 4 years, 9 months ago
  94. 0ccbcfc syscalls/statx07: add fsid= to exports by Jan Stancek · 4 years, 9 months ago
  95. 5290b79 Split SCTP initmsg test into two test cases by Martin Doucha · 4 years, 10 months ago
  96. fcd43b3 Port test_1_to_1_initmsg_connect (SCTP) to new API by Martin Doucha · 4 years, 10 months ago
  97. 69d8918 net/tst_net.h: Make functions inline by Petr Vorel · 4 years, 9 months ago
  98. cd04d57 Add SAFE_ACCEPT() to LTP safe net library by Martin Doucha · 4 years, 10 months ago
  99. b471573 tst_test.sh: Fix check for non-mounted device by Petr Vorel · 4 years, 9 months ago
  100. bd9e9f2 rpc: Remove <sys/socketvar.h> by Petr Vorel · 4 years, 9 months ago