1. e11b7c0 tst_timer: Add tst_timer_expired_ms() by Cyril Hrubis · 6 years ago
  2. 397df9a tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer by Cyril Hrubis · 6 years ago
  3. ef44862 lib: Introduce TESTPTR() by Petr Vorel · 6 years ago
  4. 50ae39a lib: Add SAFE_CHROOT(path) macro by Petr Vorel · 7 years ago
  5. c5c0f9b lib: Add SAFE_GETGRNAM() by Jinhui Huang · 6 years ago
  6. b44b38e lib/tst_device: Fill a file in megabyte sized chunks by Punit Agrawal · 7 years ago
  7. c282b26 lib/tst_checksum: add crc32c checksum by Alexey Kodanev · 7 years ago
  8. e6da867 lib/tst_test: Populate the read-only fs by Cyril Hrubis · 7 years ago
  9. 16352e4 lib/tst_test.c: mntpoint implies tmpdir by Cyril Hrubis · 7 years ago
  10. b833d2f SAFE_MACROS: Add SAFE_SETREUID()/SAFE_SETREGID() by yang xu · 7 years ago
  11. a0d8c2e lib/tst_test.c: log testing fstyp when iterating all_filesystems by Xiong Zhou · 7 years ago
  12. fb32e89 lib: Add TRERRNO to tst_res and remove sign when present by Richard Palethorpe · 7 years ago
  13. 1364466 lib: Add safe_recvmsg by Richard Palethorpe · 7 years ago
  14. a1e8fd4 lib: TCONF on "not supported" errnos in SAFE_SOCKET() by Petr Vorel · 7 years ago
  15. ef1b657 lib: fix length check in safe_sendmsg by Richard Palethorpe · 7 years ago
  16. 2ab1883 Add a library wrapper for sigaction() by Michael Moese · 7 years ago
  17. b4138c7 Add library support for /proc/sys/kernel/tainted by Michael Moese · 7 years ago
  18. 9da4237 safe_fork() should use tst_flush() instead of fflush() by Michael Moese · 7 years ago
  19. 1ab33ce Add new tst_flush() library function by Michael Moese · 7 years ago
  20. eb50f0a remove old tst_flush() by Michael Moese · 7 years ago
  21. f8dfc7e Remove duplicite include <time.h> by Petr Vorel · 7 years ago
  22. d34e76e lib/get_high_address.c: Add tst_get_bad_addr.h for new API by Xiao Yang · 7 years ago
  23. 158ba34 lib/parse_opts: Use CLOCK_MONOTONIC for -I option by Cyril Hrubis · 7 years ago
  24. 2f7c8e9 lib/tst_test: Use CLOCK_MONOTONIC for -I option. by Cyril Hrubis · 7 years ago
  25. 8e3e92b lib: add safe_getsockopt() and tst_getsockport() by Alexey Kodanev · 7 years ago
  26. cae8287 lib: add safe_sendmsg() by Alexey Kodanev · 7 years ago
  27. 67af7db safe_macros: make is_fuse() return zero if fs_type is NULL by Li Wang · 7 years ago
  28. fecdd88 tst_test: Fix exit value on tst_brk(TCONF, ...) by Cyril Hrubis · 7 years ago
  29. 28507e5 safe_mount: Do not try mount() syscall for FUSE fs by Cyril Hrubis · 7 years ago
  30. 892dcbb lib: cleanup tst_res by Carlo Marcelo Arenas Belón · 7 years ago
  31. e66817f lib: allow building with musl by Carlo Marcelo Arenas Belón · 7 years ago
  32. f182839 Fix minor spelling typos by Petr Vorel · 7 years ago
  33. 2ee1435 lib/tst_device.c: Fix failure when using old mkfs.btrfs by Xiao Yang · 7 years ago
  34. 55a3c56 fs_fill: switch the SAFE MACROs back to ordinary syscall by Li Wang · 7 years ago
  35. 3d18c5d lib: fix kernel-bit detection on s390 platform by Li Wang · 7 years ago
  36. cecbd0c Fix buffer overflow in print_result() function by Veronika Kabatova · 7 years ago
  37. f07f09e lib/tst_fs: Add tst_fill_fs() by Cyril Hrubis · 7 years ago
  38. 35b8a13 lib/tst_test: Add .all_filesystems flag by Cyril Hrubis · 7 years ago
  39. f1ed462 SAFE_MOUNT: Handle FUSE mounts as well by Cyril Hrubis · 7 years ago
  40. d1f9382 lib: Add interface to list supported filesystems by Cyril Hrubis · 7 years ago
  41. d32c741 lib/tst_mkfs: Clear first 512k of the device by Cyril Hrubis · 7 years ago
  42. b5d620a lib: keep the test id hidden in LTP library by Li Wang · 7 years ago
  43. f885348 Fix spelling s/exitted/exited/ by Petr Vorel · 7 years ago
  44. 37587b3 lib: Add tst_strstatus() by Cyril Hrubis · 7 years ago
  45. 868b277 fzsync: Add functionality test for library by Richard Palethorpe · 7 years ago
  46. fea5004 tst_atomic: Add atomic store and load tests by Richard Palethorpe · 7 years ago
  47. 2113eef lib: allow checkpoints to be used by any uid by Jan Stancek · 7 years ago
  48. d97168b lib: drop tst_ipc_envp by Jan Stancek · 7 years ago
  49. b95b199 lib: extend PATH as part of test setup by Jan Stancek · 7 years ago
  50. 03fc537 lib: add LTP_IPC_PATH to env. variables by default by Jan Stancek · 7 years ago
  51. 9dc07e0 lib/tst_test: Do TBROK on unexpected arguments. by Cyril Hrubis · 7 years ago
  52. 66374d5 Make use of SAFE_WAITPID() by Cyril Hrubis · 7 years ago
  53. 3b11765 Make use of SAFE_CHOWN() by Cyril Hrubis · 7 years ago
  54. b0832a7 Make use of SAFE_CHMOD() by Cyril Hrubis · 7 years ago
  55. 860c51b Make use of SAFE_CHDIR() by Cyril Hrubis · 7 years ago
  56. c9a7def libltp: add support to mount tmpfs for EROFS testing by Sandeep Patil · 7 years ago
  57. c20831d lib/tst_test: avoid cleanup by cloned test threads by Steve Muckle · 7 years ago
  58. d044f17 Smash size_t and off_t printf() formatting mistakes by Cyril Hrubis · 7 years ago
  59. 35799a9 lib: Add personality fallback and SAFE macro by Richard Palethorpe · 7 years ago
  60. ccec413 android: libltp: add new variant for loopback block device paths by Sandeep Patil · 7 years ago
  61. 5390d6e lib/tst_test: Report 0 if test has both TPASS and TCONF by Cyril Hrubis · 7 years ago
  62. 1964db7 Add a zero latency constraint for the timer tests library by Daniel Lezcano · 7 years ago
  63. f028fef lib: add helper SAFE_FANOTIFY_INIT by Xiong Zhou · 7 years ago
  64. 07a2426 lib: detect ARM64 32-bit compat mode as 64-bit kernel by Steve Muckle · 7 years ago
  65. f706a2f lib/tst_test: Ignore unknown options for TCONF tests by Cyril Hrubis · 7 years ago
  66. 94823cf mem/oom: disable timeouts for testcase in demand by Li Wang · 7 years ago
  67. 9726b90 lib/tst_test.c: Do not cleanup_ipc() if uninitialized by Cyril Hrubis · 7 years ago
  68. 88c220d lib/tst_test.c: Move parse_opts() up by Cyril Hrubis · 7 years ago
  69. ab6b5f5 lib/tst_timer_test.c: Fix undefined tst_clock_getres() by Cyril Hrubis · 7 years ago
  70. 825459d lib/tst_timer_test.c: fix unsigned int overflow on RHEL5.11GA by Xiao Yang · 7 years ago
  71. af0cb6e doc: Cleanup typo by Petr Vorel · 7 years ago
  72. 2ce2474 syscalls/lseek10: cleanup && convert to new API by Xiao Yang · 7 years ago
  73. fed008c tst_safe_sysv_ipc: add shared memory related macros by Xiao Yang · 7 years ago
  74. c459654 syscalls: Add timer measurement library by Cyril Hrubis · 7 years ago
  75. 62fe712 lib: Fix clock_gettime linking problems. by Cyril Hrubis · 7 years ago
  76. cb26543 SAFE_MACROS: Add SAFE_SETSID() by Guangwen Feng · 7 years ago
  77. 4dc7c5f android: Don't build tst_safe_sysv_ipc by Steven Jackson · 8 years ago
  78. 7ad4bf0 android: Add missing android stubs by Steven Jackson · 8 years ago
  79. dcf361c lib,testcases: Make use of MIN() and MAX() by Cyril Hrubis · 7 years ago
  80. a14f756 Unify MIN()/MAX() implementation + cleanup by Cyril Hrubis · 7 years ago
  81. a5bf525 tst_test.c: set the test id automatically by Cyril Hrubis · 8 years ago
  82. 7916317 tst_test: Be more verbose on timeout by Cyril Hrubis · 8 years ago
  83. bb1477f SAFE_READLINK() should return zero-terminated target buffer by Helge Deller · 8 years ago
  84. 882f45a tst_kvcmp: Add support for extra kernel versions by Cyril Hrubis · 8 years ago
  85. 15d413e syscalls/lseek11.c: fix syncfs() && SEEK_DATA by Xiao Yang · 8 years ago
  86. 1bb79cd lib: Fix undefined reference to `mq_open' by Cyril Hrubis · 8 years ago
  87. 1055a06 Revert "lib: Fix undefined reference to `mq_open' build failures" by Cyril Hrubis · 8 years ago
  88. fcfb697 lib: Fix undefined reference to `mq_open' build failures by Cyril Hrubis · 8 years ago
  89. bfb2a4a lib/tst_safe_posix_ipc.c: Add licence. by Cyril Hrubis · 8 years ago
  90. 6c86b86 lib: Move ltp_priv.h to include/old/ltp_priv.h by Cyril Hrubis · 8 years ago
  91. 2374d56 ltp: test id usually same as test filename without suffix by Li Wang · 8 years ago
  92. b867975 lib: SAFE_MQ_OPEN() macro by Petr Vorel · 8 years ago
  93. c46e277 safe_macros: add safe_removexattr() by Xiao Yang · 8 years ago
  94. c6bcd53 safe_macros: remove unused code in xattr related functions by Xiao Yang · 8 years ago
  95. 3a0ef86 color: Rename file by Petr Vorel · 8 years ago
  96. 874326d tst_test: Handle device mkfs/mount int the library by Cyril Hrubis · 8 years ago
  97. cf6910c lib/parse_opts: Get rid of the long unused -p and -P options by Cyril Hrubis · 8 years ago
  98. 5c189fc lib: add safe_setsockopt/send/sendto functions by Alexey Kodanev · 8 years ago
  99. 6440c5d newlib: Allow SAFE_MACROS to be called from cleanup by Cyril Hrubis · 8 years ago
  100. d101cab lib: Redirect to tst_brk_() early by Cyril Hrubis · 8 years ago