1. d8f6735 Add RISC-V architecture support by Richard W.M. Jones · 8 years ago
  2. 09dee9a file.c: move definitions of struct stat32 to separate files by Dmitry V. Levin · 8 years ago
  3. 469fd10 Consistently use extended regular expressions where appropriate by Dmitry V. Levin · 8 years ago
  4. b412d75 Fix corner cases of ipc syscall decoding by Dmitry V. Levin · 8 years ago
  5. e0a0d89 Fix corner cases of socketcall syscall by Dmitry V. Levin · 8 years ago
  6. 7c37ce4 msghdr.c: move all mmsghdr parsers to a separate file by Dmitry V. Levin · 8 years ago
  7. 2850f74 Add a general netlink socket parser by Fabien Siron · 8 years ago
  8. 95cce4f net.c: move all msghdr and mmsghdr parsers to a separate file by Dmitry V. Levin · 8 years ago
  9. 9a8216e Mpersify fetchers of struct msghdr and struct mmsghdr by Dmitry V. Levin · 8 years ago
  10. 4b38ce9 net.c: move fallback definition of struct mmsghdr to a separate file. by Dmitry V. Levin · 8 years ago
  11. e96aee7 net.c: move all sockaddr parsers to a separate file by Dmitry V. Levin · 8 years ago
  12. 45ae937 net.c: fix printing AF_PACKET socket addresses by Dmitry V. Levin · 8 years ago
  13. 5104db4 Move parser of UBI_* ioctls to a separate file by Dmitry V. Levin · 9 years ago
  14. 4dd9f3f Move parser of 'X' type ioctls to a separate file by Dmitry V. Levin · 9 years ago
  15. b3f0040 Move parser of HDIO_* ioctls to a separate file by Dmitry V. Levin · 9 years ago
  16. 8cc6962 ioctl: add decoding support for btrfs ioctls by Jeff Mahoney · 9 years ago
  17. a8fce09 mpers: add support of conditionally compiled printers by Dmitry V. Levin · 9 years ago
  18. 814c0d5 Add netlink domain sockets support to socketutils by Fabien Siron · 9 years ago
  19. c415387 Update AX_CODE_COVERAGE by Dmitry V. Levin · 9 years ago
  20. 1822546 Mpersify ioctl macros by Dmitry V. Levin · 9 years ago
  21. a4da0c8 Move parsers of NUMA related syscalls to numa.c by Dmitry V. Levin · 9 years ago
  22. 67c2f67 Fix decoding of statfs family syscalls by Dmitry V. Levin · 9 years ago
  23. 0e09704 Move definition of struct xlat to a separate header file by Dmitry V. Levin · 9 years ago
  24. a7501f6 Move parsers of sync_file_range and sync_file_range2 syscalls to libstrace by Dmitry V. Levin · 9 years ago
  25. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  26. 6ca4c92 Introduce libstrace.a for potentially conditional compilation units by Dmitry V. Levin · 9 years ago
  27. cba6710 Add configure --enable-code-coverage option by Gabriel Laskar · 9 years ago
  28. 71d3aa0 Makefile.am: introduce strace_CFLAGS and derivatives by Dmitry V. Levin · 9 years ago
  29. fafa7dc Makefile.am: use strace_CPPFLAGS consistently by Dmitry V. Levin · 9 years ago
  30. e714b87 Fix struct sigevent decoding for musl by Dmitry V. Levin · 9 years ago
  31. 2720a61 alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls by Dmitry V. Levin · 9 years ago
  32. f32126b Move gcc compat macros to gcc_compat.h by Dmitry V. Levin · 9 years ago
  33. 72dc1b4 Move defs.h from noinst_HEADERS to strace_SOURCES by Dmitry V. Levin · 9 years ago
  34. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  35. 323cc92 Move x32 <asm/stat.h> replacement to x32 specific directory by Dmitry V. Levin · 9 years ago
  36. cfde1e3 x86_64, x32: add a replacement for <asm/stat.h> by Dmitry V. Levin · 9 years ago
  37. c31481f Add a wrapper around <asm/stat.h> by Dmitry V. Levin · 9 years ago
  38. 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
  39. bdb07e3 x32: fix struct dirent decoding by Dmitry V. Levin · 9 years ago
  40. 1a713d9 Convert parsers of flock structures to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  41. 6250e6c fcntl.c: use <linux/fcntl.h> instead of <fcntl.h> by Dmitry V. Levin · 9 years ago
  42. a56a81c Remove parsers of getpmsg and putpmsg syscalls by Dmitry V. Levin · 9 years ago
  43. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 9 years ago
  44. 60d7524 Implement lookup_dcookie syscall decoding by Dmitry V. Levin · 9 years ago
  45. 7aa9c0d Implement kcmp syscall decoding by Dmitry V. Levin · 9 years ago
  46. dcd00c3 Implement iopl syscall decoding by Dmitry V. Levin · 9 years ago
  47. 2aa180e Implement ioperm syscall decoding by Dmitry V. Levin · 9 years ago
  48. 5cb45b2 mpers: skip xlat struct definitions in mpers mode by Dmitry V. Levin · 9 years ago
  49. a367db8 Mpersify parsers of readdir and getdents syscalls by Dmitry V. Levin · 9 years ago
  50. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  51. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  52. 35bd0b8 mpers: forward mpers_DEFS to mpers.sh by Dmitry V. Levin · 9 years ago
  53. 370eb16 Fix *_printer_defs.h rules ambiguousness by Dmitry V. Levin · 9 years ago
  54. 2512003 desc.c: move parser of fcntl syscall to a separate file by Dmitry V. Levin · 9 years ago
  55. 5d68f46 desc.c: move parser of flock syscall to a separate file by Dmitry V. Levin · 9 years ago
  56. ad25c74 Fix make -j builds by Gabriel Laskar · 9 years ago
  57. 7a12974 Convert parser of seccomp filter program to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  58. dd6bf4b Move parser of struct timex to a separate file by Dmitry V. Levin · 9 years ago
  59. d6b0558 Move parser of struct sigevent to a separate file by Dmitry V. Levin · 9 years ago
  60. e2fb0bb Simplify use of mpers printers by Dmitry V. Levin · 9 years ago
  61. e2a3370 mpers.m4: workaround missing gnu/stubs-*.h files by Dmitry V. Levin · 9 years ago
  62. b5a23ed Mpersify parsers of utimes, futimesat, and utimensat syscalls by Dmitry V. Levin · 9 years ago
  63. 0929422 Add mpers support by Elvira Khabirova · 9 years ago
  64. cf3ecbd build: fix -I options by Dmitry V. Levin · 9 years ago
  65. c01ad06 ipc.c: split into separate files by Elvira Khabirova · 9 years ago
  66. ac2e728 io.c: move sendfile parsers to a separate file by Dmitry V. Levin · 9 years ago
  67. 254ff1e resource.c: move times parser to a separate file by Elvira Khabirova · 9 years ago
  68. 2307d5c signal.c: move signalfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  69. aba868c desc.c: move epoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  70. 28471d1 desc.c: move eventfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  71. 0d60cf7 desc.c: move perf_event_open parser to a separate file by Dmitry V. Levin · 9 years ago
  72. 811bda6 stream.c: move poll and ppoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  73. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  74. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  75. 0e946ab defs.h: do not include <signal.h> by Dmitry V. Levin · 9 years ago
  76. 1e08a16 resource.c: move printrusage and printrusage32 to a separate file by Dmitry V. Levin · 9 years ago
  77. 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
  78. 746db06 time.c: move rtc ioctl parser to a separate file by Dmitry V. Levin · 9 years ago
  79. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  80. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  81. bd8dd77 Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  82. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  83. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 10 years ago
  84. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 10 years ago
  85. 588a90f sparc: rename personality 2 files to personality 1 by Denys Vlasenko · 10 years ago
  86. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 10 years ago
  87. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 10 years ago
  88. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  89. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  90. 64fc9ce Distribute linux/aarch64/arch_regs.h by Andreas Schwab · 10 years ago
  91. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 10 years ago
  92. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 10 years ago
  93. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 10 years ago
  94. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 10 years ago
  95. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 10 years ago
  96. 19fcb27 x32: fix build regression by Dmitry V. Levin · 10 years ago
  97. 7226c3a powerpc64: fix build regression by Dmitry V. Levin · 10 years ago
  98. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 10 years ago
  99. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  100. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 10 years ago