1. 788939b Do not check for struct stat.st_{a,c}time_nsec by Dmitry V. Levin · 8 years ago
  2. d8f6735 Add RISC-V architecture support by Richard W.M. Jones · 8 years ago
  3. 7e2fe50 Drop support of dummy members of struct stat by Dmitry V. Levin · 8 years ago
  4. 18cac62 Assume that struct stat contains st_blksize, st_blocks, and st_rdev by Dmitry V. Levin · 8 years ago
  5. 468dccf tests/nsyscalls.test: only trace the "syscall" syscall on mips o32 by James Cowgill · 8 years ago
  6. 70495eb Remove configure checks for recvmmsg and sendmmsg by Dmitry V. Levin · 8 years ago
  7. 891855e tests: check decoding of accept4 syscall by Dmitry V. Levin · 8 years ago
  8. bf2698a msghdr.c: limit output when printing excessively large messages by Dmitry V. Levin · 8 years ago
  9. cf0ef08 Assume that libc provides struct msghdr.msg_control by Dmitry V. Levin · 8 years ago
  10. 0a3d0e5 Assume that libc provides struct sockaddr_in6.sin6_scope_id by Dmitry V. Levin · 8 years ago
  11. b5f1fd9 Assume that libc provides inet_ntop and inet_pton by Dmitry V. Levin · 9 years ago
  12. ebda41a Cleanup netipx/ipx.h availability check by Dmitry V. Levin · 9 years ago
  13. 7c0e887 configure.ac: fix checks for btrfs specific structures by Dmitry V. Levin · 9 years ago
  14. a8d467e configure.ac: do not check for linux/in6.h by Dmitry V. Levin · 9 years ago
  15. 4f689a1 net.c: include <linux/if_packet.h> unconditionally by Dmitry V. Levin · 9 years ago
  16. d06010b net.c: include <linux/icmp.h> unconditionally by Dmitry V. Levin · 9 years ago
  17. b10ee4e net.c: include <linux/netlink.h> unconditionally by Dmitry V. Levin · 9 years ago
  18. dc427d5 Turn on more compiler warnings by Elvira Khabirova · 9 years ago
  19. 2afa76e make-dist: generate strace-*.tar.gz, strace.dsc, and strace.spec by Dmitry V. Levin · 9 years ago
  20. 669efd8 Parametrize debian/changelog by Dmitry V. Levin · 9 years ago
  21. 83ed8fb git-version-gen: replace '-' with '.' in generated version by Dmitry V. Levin · 9 years ago
  22. e2b3df2 Parametrize strace.spec by Dmitry V. Levin · 9 years ago
  23. 900503c Do not check for old sysctl enums by Dmitry V. Levin · 9 years ago
  24. 799b22a tests: check decoding of BLK* ioctls by Dmitry V. Levin · 9 years ago
  25. c525307 file_ioctl.c: fix build on systems without <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  26. 8cc6962 ioctl: add decoding support for btrfs ioctls by Jeff Mahoney · 9 years ago
  27. a8443f8 v4l2: fix build with old kernel headers by Dmitry V. Levin · 9 years ago
  28. 3cc989e configure.ac: do not check for sys/ioctl.h and ioctls.h by Dmitry V. Levin · 9 years ago
  29. 5d1216a Decode UFFDIO_* ioctls by Dr. David Alan Gilbert · 9 years ago
  30. 6d44012 Assume that sys/epoll.h exists by Dmitry V. Levin · 9 years ago
  31. 67c2f67 Fix decoding of statfs family syscalls by Dmitry V. Levin · 9 years ago
  32. 5b2d257 tests: add sync_file_range.test and sync_file_range2.test by Dmitry V. Levin · 9 years ago
  33. cba6710 Add configure --enable-code-coverage option by Gabriel Laskar · 9 years ago
  34. 1ef7aa6 configure.ac: reorder some statements for better readability by Dmitry V. Levin · 9 years ago
  35. eb4649a tests/mmsg.c: fix build on rhel6/ppc by Dmitry V. Levin · 9 years ago
  36. e714b87 Fix struct sigevent decoding for musl by Dmitry V. Levin · 9 years ago
  37. 2165a35 tests/struct_flock.c: fix musl libc compilation warnings by Dmitry V. Levin · 9 years ago
  38. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  39. da126fb Replace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN by Dmitry V. Levin · 9 years ago
  40. 1e04e57 build: initialize ARCH variable in tests-m*32/Makefile.am files properly by Dmitry V. Levin · 9 years ago
  41. b0e6115 tests: add fstatat64.test and newfstatat.test by Dmitry V. Levin · 9 years ago
  42. 170a4cf build: robustify linux/fcntl.h check by Dmitry V. Levin · 9 years ago
  43. bdb07e3 x32: fix struct dirent decoding by Dmitry V. Levin · 9 years ago
  44. 6250e6c fcntl.c: use <linux/fcntl.h> instead of <fcntl.h> by Dmitry V. Levin · 9 years ago
  45. ba10a42 Support C libraries without System V shared memory/ipc by Mike Frysinger · 9 years ago
  46. b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
  47. 0dbb7ac Add struct timex.tai support by Dmitry V. Levin · 9 years ago
  48. 78e48eb tests: add utimensat.test by Dmitry V. Levin · 9 years ago
  49. 0929422 Add mpers support by Elvira Khabirova · 9 years ago
  50. cf3ecbd build: fix -I options by Dmitry V. Levin · 9 years ago
  51. f56046e aio: rewrite from libaio.h to linux/aio_abi.h by Dmitry V. Levin · 9 years ago
  52. 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 9 years ago
  53. 6684b68 mips: print _MIPS_SIM in configure.ac for debug purposes by Dmitry V. Levin · 9 years ago
  54. 3a58e46 sysinfo.c: remove obsolete code by Elvira Khabirova · 9 years ago
  55. 525eed3 Print nanoseconds along with seconds in stat family syscalls by Dmitry V. Levin · 9 years ago
  56. 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 9 years ago
  57. c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 9 years ago
  58. 80d5e01 Assume that <poll.h> is available by Dmitry V. Levin · 9 years ago
  59. 4e3ded3 tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc by Dmitry V. Levin · 9 years ago
  60. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  61. f8b4913 Macroize -m32/-mx32 configure checks by Dmitry V. Levin · 9 years ago
  62. 34bd4d2 Do not include sys/filio.h by Dmitry V. Levin · 9 years ago
  63. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 10 years ago
  64. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  65. bd8dd77 Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  66. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  67. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 10 years ago
  68. 856b759 build: do not link strace with -ldl by Dmitry V. Levin · 10 years ago
  69. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 10 years ago
  70. 977550d tests: robustify pc.test by Dmitry V. Levin · 10 years ago
  71. 19dadf9 evdev: fix build with old kernel headers by Dmitry V. Levin · 10 years ago
  72. 1e88073 Improve prctl decoding by Dmitry V. Levin · 10 years ago
  73. 047365e mips: move ABI check to configure.ac by Dmitry V. Levin · 10 years ago
  74. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
  75. 67d0a8e scsi: add bsg support by Bart Van Assche · 10 years ago
  76. d8890b5 printsiginfo: constify the first argument by Dmitry V. Levin · 10 years ago
  77. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 10 years ago
  78. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 10 years ago
  79. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  80. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 10 years ago
  81. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 10 years ago
  82. 69099e7 configure.ac: remove unused AC_INCLUDEDIR by Dmitry V. Levin · 10 years ago
  83. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 10 years ago
  84. 36ab3d5 build: fix build if siginfo_t lacks si_timerid/si_overrun by Dmitry V. Levin · 10 years ago
  85. 8544681 configure.ac: remove unused AM_CONDITIONAL expressions by Dmitry V. Levin · 10 years ago
  86. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 10 years ago
  87. 9e6a7bf Use AC_CHECK_TYPES to check for struct statfs64 by Dmitry V. Levin · 10 years ago
  88. 7b9bc44 Use AC_CHECK_TYPES to check for struct stat64 by Dmitry V. Levin · 10 years ago
  89. 65ea0d0 Drop struct stat.st_aclcnt and stat.st_level support by Dmitry V. Levin · 10 years ago
  90. 52572b6 Implement decoding of fallocate FALLOC_FL_* flags by Dmitry V. Levin · 10 years ago
  91. bf7fdfa Make parsers of capget and capset syscalls self-contained by Dmitry V. Levin · 10 years ago
  92. 681452b Remove unused <sys/acl.h> based code by Dmitry V. Levin · 10 years ago
  93. c62d49e Remove unused <sys/asynch.h> based code by Dmitry V. Levin · 10 years ago
  94. f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 10 years ago
  95. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
  96. 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
  97. caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
  98. c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
  99. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  100. 82a528d Enhance sysinfo decoding by Dmitry V. Levin · 10 years ago