1. 8e3e92b lib: add safe_getsockopt() and tst_getsockport() by Alexey Kodanev · 7 years ago
  2. cae8287 lib: add safe_sendmsg() by Alexey Kodanev · 7 years ago
  3. 67af7db safe_macros: make is_fuse() return zero if fs_type is NULL by Li Wang · 7 years ago
  4. fecdd88 tst_test: Fix exit value on tst_brk(TCONF, ...) by Cyril Hrubis · 7 years ago
  5. 28507e5 safe_mount: Do not try mount() syscall for FUSE fs by Cyril Hrubis · 7 years ago
  6. 892dcbb lib: cleanup tst_res by Carlo Marcelo Arenas Belón · 7 years ago
  7. e66817f lib: allow building with musl by Carlo Marcelo Arenas Belón · 7 years ago
  8. f182839 Fix minor spelling typos by Petr Vorel · 7 years ago
  9. 2ee1435 lib/tst_device.c: Fix failure when using old mkfs.btrfs by Xiao Yang · 7 years ago
  10. 55a3c56 fs_fill: switch the SAFE MACROs back to ordinary syscall by Li Wang · 7 years ago
  11. 3d18c5d lib: fix kernel-bit detection on s390 platform by Li Wang · 7 years ago
  12. cecbd0c Fix buffer overflow in print_result() function by Veronika Kabatova · 7 years ago
  13. f07f09e lib/tst_fs: Add tst_fill_fs() by Cyril Hrubis · 7 years ago
  14. 35b8a13 lib/tst_test: Add .all_filesystems flag by Cyril Hrubis · 7 years ago
  15. f1ed462 SAFE_MOUNT: Handle FUSE mounts as well by Cyril Hrubis · 7 years ago
  16. d1f9382 lib: Add interface to list supported filesystems by Cyril Hrubis · 7 years ago
  17. d32c741 lib/tst_mkfs: Clear first 512k of the device by Cyril Hrubis · 7 years ago
  18. b5d620a lib: keep the test id hidden in LTP library by Li Wang · 7 years ago
  19. f885348 Fix spelling s/exitted/exited/ by Petr Vorel · 7 years ago
  20. 37587b3 lib: Add tst_strstatus() by Cyril Hrubis · 7 years ago
  21. 868b277 fzsync: Add functionality test for library by Richard Palethorpe · 7 years ago
  22. fea5004 tst_atomic: Add atomic store and load tests by Richard Palethorpe · 7 years ago
  23. 2113eef lib: allow checkpoints to be used by any uid by Jan Stancek · 7 years ago
  24. d97168b lib: drop tst_ipc_envp by Jan Stancek · 7 years ago
  25. b95b199 lib: extend PATH as part of test setup by Jan Stancek · 7 years ago
  26. 03fc537 lib: add LTP_IPC_PATH to env. variables by default by Jan Stancek · 7 years ago
  27. 9dc07e0 lib/tst_test: Do TBROK on unexpected arguments. by Cyril Hrubis · 7 years ago
  28. 66374d5 Make use of SAFE_WAITPID() by Cyril Hrubis · 7 years ago
  29. 3b11765 Make use of SAFE_CHOWN() by Cyril Hrubis · 7 years ago
  30. b0832a7 Make use of SAFE_CHMOD() by Cyril Hrubis · 7 years ago
  31. 860c51b Make use of SAFE_CHDIR() by Cyril Hrubis · 7 years ago
  32. c9a7def libltp: add support to mount tmpfs for EROFS testing by Sandeep Patil · 7 years ago
  33. c20831d lib/tst_test: avoid cleanup by cloned test threads by Steve Muckle · 7 years ago
  34. d044f17 Smash size_t and off_t printf() formatting mistakes by Cyril Hrubis · 7 years ago
  35. 35799a9 lib: Add personality fallback and SAFE macro by Richard Palethorpe · 7 years ago
  36. ccec413 android: libltp: add new variant for loopback block device paths by Sandeep Patil · 7 years ago
  37. 5390d6e lib/tst_test: Report 0 if test has both TPASS and TCONF by Cyril Hrubis · 7 years ago
  38. 1964db7 Add a zero latency constraint for the timer tests library by Daniel Lezcano · 7 years ago
  39. f028fef lib: add helper SAFE_FANOTIFY_INIT by Xiong Zhou · 7 years ago
  40. 07a2426 lib: detect ARM64 32-bit compat mode as 64-bit kernel by Steve Muckle · 7 years ago
  41. f706a2f lib/tst_test: Ignore unknown options for TCONF tests by Cyril Hrubis · 7 years ago
  42. 94823cf mem/oom: disable timeouts for testcase in demand by Li Wang · 7 years ago
  43. 9726b90 lib/tst_test.c: Do not cleanup_ipc() if uninitialized by Cyril Hrubis · 7 years ago
  44. 88c220d lib/tst_test.c: Move parse_opts() up by Cyril Hrubis · 7 years ago
  45. ab6b5f5 lib/tst_timer_test.c: Fix undefined tst_clock_getres() by Cyril Hrubis · 7 years ago
  46. 825459d lib/tst_timer_test.c: fix unsigned int overflow on RHEL5.11GA by Xiao Yang · 7 years ago
  47. af0cb6e doc: Cleanup typo by Petr Vorel · 7 years ago
  48. 2ce2474 syscalls/lseek10: cleanup && convert to new API by Xiao Yang · 7 years ago
  49. fed008c tst_safe_sysv_ipc: add shared memory related macros by Xiao Yang · 7 years ago
  50. c459654 syscalls: Add timer measurement library by Cyril Hrubis · 7 years ago
  51. 62fe712 lib: Fix clock_gettime linking problems. by Cyril Hrubis · 7 years ago
  52. cb26543 SAFE_MACROS: Add SAFE_SETSID() by Guangwen Feng · 7 years ago
  53. 4dc7c5f android: Don't build tst_safe_sysv_ipc by Steven Jackson · 8 years ago
  54. 7ad4bf0 android: Add missing android stubs by Steven Jackson · 8 years ago
  55. dcf361c lib,testcases: Make use of MIN() and MAX() by Cyril Hrubis · 7 years ago
  56. a14f756 Unify MIN()/MAX() implementation + cleanup by Cyril Hrubis · 7 years ago
  57. a5bf525 tst_test.c: set the test id automatically by Cyril Hrubis · 8 years ago
  58. 7916317 tst_test: Be more verbose on timeout by Cyril Hrubis · 7 years ago
  59. bb1477f SAFE_READLINK() should return zero-terminated target buffer by Helge Deller · 8 years ago
  60. 882f45a tst_kvcmp: Add support for extra kernel versions by Cyril Hrubis · 8 years ago
  61. 15d413e syscalls/lseek11.c: fix syncfs() && SEEK_DATA by Xiao Yang · 8 years ago
  62. 1bb79cd lib: Fix undefined reference to `mq_open' by Cyril Hrubis · 8 years ago
  63. 1055a06 Revert "lib: Fix undefined reference to `mq_open' build failures" by Cyril Hrubis · 8 years ago
  64. fcfb697 lib: Fix undefined reference to `mq_open' build failures by Cyril Hrubis · 8 years ago
  65. bfb2a4a lib/tst_safe_posix_ipc.c: Add licence. by Cyril Hrubis · 8 years ago
  66. 6c86b86 lib: Move ltp_priv.h to include/old/ltp_priv.h by Cyril Hrubis · 8 years ago
  67. 2374d56 ltp: test id usually same as test filename without suffix by Li Wang · 8 years ago
  68. b867975 lib: SAFE_MQ_OPEN() macro by Petr Vorel · 8 years ago
  69. c46e277 safe_macros: add safe_removexattr() by Xiao Yang · 8 years ago
  70. c6bcd53 safe_macros: remove unused code in xattr related functions by Xiao Yang · 8 years ago
  71. 3a0ef86 color: Rename file by Petr Vorel · 8 years ago
  72. 874326d tst_test: Handle device mkfs/mount int the library by Cyril Hrubis · 8 years ago
  73. cf6910c lib/parse_opts: Get rid of the long unused -p and -P options by Cyril Hrubis · 8 years ago
  74. 5c189fc lib: add safe_setsockopt/send/sendto functions by Alexey Kodanev · 8 years ago
  75. 6440c5d newlib: Allow SAFE_MACROS to be called from cleanup by Cyril Hrubis · 8 years ago
  76. d101cab lib: Redirect to tst_brk_() early by Cyril Hrubis · 8 years ago
  77. 65490b0 lib: tst_mkfs: Fix typos by Cyril Hrubis · 8 years ago
  78. 160ffcc tst_test: Fix unused variable warnings by Cyril Hrubis · 8 years ago
  79. 8f8ff10 lib/tst_tmpdir.c: fix compilation with older libc by Xiao Yang · 8 years ago
  80. 8967f96 Update references with my old legal name/email to my current name/email address by Ngie Cooper · 8 years ago
  81. 7eb77fb runltp,tst_device: Bump minimal device size to 256MB by Cyril Hrubis · 8 years ago
  82. 78bf28f tst_device: Split the tst_acquire_device code again by Cyril Hrubis · 8 years ago
  83. d97debf tst_test: Allow using tst_res and tst_brk without initialized IPC by Cyril Hrubis · 8 years ago
  84. b0a30fe lib: tst_mkfs: Include __FILE__ and __LINE__ in tst_brkm messages by Cyril Hrubis · 8 years ago
  85. 047c727 lib: tst_ansi_colors: Fix output is terminal check by Cyril Hrubis · 8 years ago
  86. fc0c72a lib: Move rmobj() to tst_tmpdir.c by Cyril Hrubis · 8 years ago
  87. 554c270 checkpoints: Add TST_SAFE_CHECKPOINT_WAIT2() by Cyril Hrubis · 8 years ago
  88. 23beb35 lib: Move some code to testcases/kernel/fs/doio/ by Cyril Hrubis · 8 years ago
  89. 6688b63 Fix "missing terminating ' character" warnings by Cyril Hrubis · 8 years ago
  90. 34a7c82 android: exclude tests which don't build by Steven Jackson · 8 years ago
  91. 9f41dcf tst_test: simplify tmpdir creation and support memory mapped file ipc by Steven Jackson · 8 years ago
  92. a7f6133 Colorize test type in the output by Petr Vorel · 8 years ago
  93. dd90c00 tst_test: add tst_parse_long() by Alexey Kodanev · 8 years ago
  94. 6577980 lib: Remove reference to already deleted mount_utils.c by Petr Vorel · 8 years ago
  95. 004f214 lib/tst_safe_sysv_ipc.c : Add tst_safe_sysv_ipc.c by Xiao Yang · 8 years ago
  96. 4289363 various: don't assume the DEV_BLKSIZE definition exists by Steven Jackson · 8 years ago
  97. 1750b47 safe_open: fix SIGILL on android by Steven Jackson · 8 years ago
  98. 2923a11 lib: fix offset in tst_resm_hexd by Jan Stancek · 8 years ago
  99. 699238a lib: Add tst_kernel_bits() by Cyril Hrubis · 8 years ago
  100. 52006c9 safe_macros: Move safe_get/setpgid() to C source by Cyril Hrubis · 8 years ago