1. c1e74d6 Upgrade to LTP 20180118 by Sandeep Patil · 6 years ago
  2. 00ff2c3 m4: Export HOST_CPU for make by Petr Vorel · 6 years ago
  3. 485276e lapi: Add dccp.h with definition moved from netstress.c by Petr Vorel · 7 years ago
  4. 52569da lapi: Add netinet_in.h with definition moved from netstress.c by Petr Vorel · 7 years ago
  5. 3fd5746 lapi/socket.h: Move definitions from netstress.c by Petr Vorel · 7 years ago
  6. ffd48cf lapi: Add tcp.h with definitions moved from netstress.c by Petr Vorel · 7 years ago
  7. 2e199cb lapi/regen.sh: Fix bashism '+=' by Petr Vorel · 7 years ago
  8. f182839 Fix minor spelling typos by Petr Vorel · 7 years ago
  9. 28b5182 fzsync: Prevent early exit by Richard Palethorpe · 7 years ago
  10. 51c2ba9 tst_safe_net: add new wrapper for safe_setsockopt by Alexey Kodanev · 7 years ago
  11. 524edfb direct_io: diotest4: use getpagesize() for mmap if shm header is absent by Sandeep Patil · 7 years ago
  12. 2989b03 numa: Remove HAVE_NUMA_ALLOC_ONNODE definition by Petr Vorel · 7 years ago
  13. 32d00f6 numa: Drop NUMA_CPPFLAGS by Petr Vorel · 7 years ago
  14. 81e73c4 syscalls/request_key03: new test for key instantiation races by Eric Biggers · 7 years ago
  15. d26fd78 ltp: fix some frequent typoes by Li Wang · 7 years ago
  16. f07f09e lib/tst_fs: Add tst_fill_fs() by Cyril Hrubis · 7 years ago
  17. 35b8a13 lib/tst_test: Add .all_filesystems flag by Cyril Hrubis · 7 years ago
  18. d1f9382 lib: Add interface to list supported filesystems by Cyril Hrubis · 7 years ago
  19. d32c741 lib/tst_mkfs: Clear first 512k of the device by Cyril Hrubis · 7 years ago
  20. 2d7c4c7 Add test keyctl08 for cve-2016-9604 on keyctl_join_session_keyring by Richard Palethorpe · 7 years ago
  21. b5d620a lib: keep the test id hidden in LTP library by Li Wang · 7 years ago
  22. 4c036b6 include: tab cleanup by Carlo Marcelo Arenas Belón · 7 years ago
  23. 824296b Upgrade to LTP 20170929 by Sandeep Patil · 7 years ago
  24. 37587b3 lib: Add tst_strstatus() by Cyril Hrubis · 7 years ago
  25. bc2568d m4: Fix libkeyutils detection on 32-bit cross build by Petr Vorel · 7 years ago
  26. 9cb40b2 syscalls/request_key: Port to use lapi/keyctl.h header by Petr Vorel · 7 years ago
  27. 7a26f24 lapi/keyctl.h: Add doc and reorder definitions by Petr Vorel · 7 years ago
  28. 5ed644c lapi/keyctl.h: add a few missing definitions by Eric Biggers · 7 years ago
  29. 3a47726 creat07: switch EXECLP to EXECL by Li Wang · 7 years ago
  30. 8e07ca2 fzsync: Add long running thread support and deviation stats by Richard Palethorpe · 7 years ago
  31. be880d1 tst_atomic: Add load, store and use __atomic builtins by Richard Palethorpe · 7 years ago
  32. d97168b lib: drop tst_ipc_envp by Jan Stancek · 7 years ago
  33. 4f111a6 safe_macros: add SAFE_SETENV() by Jan Stancek · 7 years ago
  34. 007c4a2 lib: move tst_get_startwd() to old_tmpdir header by Jan Stancek · 7 years ago
  35. c9a7def libltp: add support to mount tmpfs for EROFS testing by Sandeep Patil · 7 years ago
  36. 93c5616 cve/cve-2016-10044.c: Fix compilation without READ_IMPLIES_EXEC by Xiao Yang · 7 years ago
  37. 35799a9 lib: Add personality fallback and SAFE macro by Richard Palethorpe · 7 years ago
  38. d18e135 network: Add tools for setup IP related environment variables by Petr Vorel · 7 years ago
  39. 3a451c2 configure: Remove checks for unused headers by Petr Vorel · 7 years ago
  40. 1c86c91 lapi/keyctl.h: Add fallback definition of keyutil.h by Guangwen Feng · 7 years ago
  41. d1fffb9 Test for CVE-2016-7042 in /proc/keys show function by Guangwen Feng · 7 years ago
  42. 61c035c lapi: Add keyctl.h by Cyril Hrubis · 7 years ago
  43. f028fef lib: add helper SAFE_FANOTIFY_INIT by Xiong Zhou · 7 years ago
  44. 3b3a00e lapi/{vmsplice.h,splice.h,tee.h}: Switch to tst_syscall() by Cyril Hrubis · 7 years ago
  45. f706a2f lib/tst_test: Ignore unknown options for TCONF tests by Cyril Hrubis · 7 years ago
  46. 94823cf mem/oom: disable timeouts for testcase in demand by Li Wang · 7 years ago
  47. 2c1bfc0 mem/lib: convert to new API by Li Wang · 7 years ago
  48. 4d0d149 Remove linux_syscall_numbers.h Makefile by Richard Palethorpe · 7 years ago
  49. 817d809 Rename linux_syscall_numbers.h to lapi/syscalls.h by Richard Palethorpe · 7 years ago
  50. 079ea0f tst_timer.h: Cosmetic fix by Guangwen Feng · 7 years ago
  51. b52e8be Add fuzzy synchronisation library for triggering races by Richard Palethorpe · 7 years ago
  52. a095276 Fix PATH_MAX undeclared when building with musl by Dengke Du · 7 years ago
  53. 2ce2474 syscalls/lseek10: cleanup && convert to new API by Xiao Yang · 7 years ago
  54. 5eca7e6 Upgrade to LTP 20170516 by Sandeep Patil · 7 years ago
  55. fed008c tst_safe_sysv_ipc: add shared memory related macros by Xiao Yang · 7 years ago
  56. c459654 syscalls: Add timer measurement library by Cyril Hrubis · 7 years ago
  57. 62fe712 lib: Fix clock_gettime linking problems. by Cyril Hrubis · 7 years ago
  58. cb26543 SAFE_MACROS: Add SAFE_SETSID() by Guangwen Feng · 7 years ago
  59. 3b519eb tst_timer.h: Add timeval helpers by Cyril Hrubis · 7 years ago
  60. 87acbef tst_test: TST_TEST_TCONF() do no set tid by Cyril Hrubis · 7 years ago
  61. a14f756 Unify MIN()/MAX() implementation + cleanup by Cyril Hrubis · 7 years ago
  62. 882f45a tst_kvcmp: Add support for extra kernel versions by Cyril Hrubis · 7 years ago
  63. 33449a4 [MIPS] Enable LTP for mips by Predrag Blagojevic · 7 years ago
  64. 15d413e syscalls/lseek11.c: fix syncfs() && SEEK_DATA by Xiao Yang · 7 years ago
  65. 390a556 syscalls/quotactl02.c: add Q_XGETNEXTQUOTA flag test by Xiao Yang · 7 years ago
  66. e1b3718 lapi/seek.h: fix typo for SEEK_DATA by Xiao Yang · 7 years ago
  67. c486cce lapi: Add seek.h for SEEK_DATA and SEEK_HOLE by Cyril Hrubis · 7 years ago
  68. 1bb79cd lib: Fix undefined reference to `mq_open' by Cyril Hrubis · 7 years ago
  69. ac602f5 syscalls/memfd_create: Fix build failure when HAVE_FALLOCATE not defined by Guangwen Feng · 7 years ago
  70. 6c86b86 lib: Move ltp_priv.h to include/old/ltp_priv.h by Cyril Hrubis · 7 years ago
  71. b731859 move fallocate.h to lapi by Jakub Racek · 7 years ago
  72. e036a8c Added fcntl() lapi flags by Jakub Racek · 7 years ago
  73. 879680a Added memfd_create() lapi flags by Jakub Racek · 7 years ago
  74. b867975 lib: SAFE_MQ_OPEN() macro by Petr Vorel · 7 years ago
  75. c46e277 safe_macros: add safe_removexattr() by Xiao Yang · 7 years ago
  76. e2a39b8 color: Fix typo. by Cyril Hrubis · 7 years ago
  77. 714b0c7 color: Fix backslash-escape sequences for some non-bash shells by Petr Vorel · 7 years ago
  78. 3a0ef86 color: Rename file by Petr Vorel · 7 years ago
  79. 874326d tst_test: Handle device mkfs/mount int the library by Cyril Hrubis · 7 years ago
  80. 5c189fc lib: add safe_setsockopt/send/sendto functions by Alexey Kodanev · 7 years ago
  81. 6440c5d newlib: Allow SAFE_MACROS to be called from cleanup by Cyril Hrubis · 7 years ago
  82. d101cab lib: Redirect to tst_brk_() early by Cyril Hrubis · 7 years ago
  83. 219b49e tst_test.h, test.h: Add mutual exclusion guards by Cyril Hrubis · 7 years ago
  84. 65490b0 lib: tst_mkfs: Fix typos by Cyril Hrubis · 7 years ago
  85. 8967f96 Update references with my old legal name/email to my current name/email address by Ngie Cooper · 7 years ago
  86. 78bf28f tst_device: Split the tst_acquire_device code again by Cyril Hrubis · 7 years ago
  87. b0a30fe lib: tst_mkfs: Include __FILE__ and __LINE__ in tst_brkm messages by Cyril Hrubis · 7 years ago
  88. 047c727 lib: tst_ansi_colors: Fix output is terminal check by Cyril Hrubis · 7 years ago
  89. fc0c72a lib: Move rmobj() to tst_tmpdir.c by Cyril Hrubis · 7 years ago
  90. 554c270 checkpoints: Add TST_SAFE_CHECKPOINT_WAIT2() by Cyril Hrubis · 7 years ago
  91. 23beb35 lib: Move some code to testcases/kernel/fs/doio/ by Cyril Hrubis · 7 years ago
  92. 6c701a0 madvise01: Add MADV_FREE + fallback in lapi/mmap.h by Cyril Hrubis · 7 years ago
  93. 34a7c82 android: exclude tests which don't build by Steven Jackson · 7 years ago
  94. 0b0e917 testapi: Export FILE_PRINTF to new API by Richard Palethorpe · 7 years ago
  95. 9a5571d arm64: add tst_atomic_add_return by Yury Norov · 7 years ago
  96. a7f6133 Colorize test type in the output by Petr Vorel · 7 years ago
  97. d45afd9 tst_test: add macro helper to invoke pthread_once() by Alexey Kodanev · 8 years ago
  98. dd90c00 tst_test: add tst_parse_long() by Alexey Kodanev · 8 years ago
  99. ed8e067 tst_safe_sysv_ipc: Set msqid to -1 on IPC_RMID by Cyril Hrubis · 7 years ago
  100. 004f214 lib/tst_safe_sysv_ipc.c : Add tst_safe_sysv_ipc.c by Xiao Yang · 7 years ago