1. 6b82ba5 Remove unused sys_mctl by Dmitry V. Levin · 10 years ago
  2. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
  3. 681452b Remove unused <sys/acl.h> based code by Dmitry V. Levin · 10 years ago
  4. c62d49e Remove unused <sys/asynch.h> based code by Dmitry V. Levin · 10 years ago
  5. f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 10 years ago
  6. 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 10 years ago
  7. 5b88608 Decode FIFREEZE/FITHAW/FITRIM ioctls by Mike Frysinger · 10 years ago
  8. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
  9. af534b8 Consistently use C99 designated initializers in the new netlink code by Dmitry V. Levin · 10 years ago
  10. 18901ea Decode open's O_TMPFILE by Mike Frysinger · 10 years ago
  11. fafc71f hppa: update error codes and signal numbers by Helge Deller · 10 years ago
  12. 22deda3 stack trace support: fix check on symbol name presence by Thomas De Schampheleire · 10 years ago
  13. 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
  14. a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
  15. caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
  16. b248543 Introduce a separate function to copy from msghdr32 to msghdr by Masatake YAMATO · 10 years ago
  17. 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
  18. 544a810 Makefile.am: look for ioctl definitions in the kernel build tree by default by Lubomir Rintel · 10 years ago
  19. c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
  20. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  21. 749c221 Update ioctl entries by Dmitry V. Levin · 10 years ago
  22. 3e252ca Remove ioctl header file names from the executable by Dmitry V. Levin · 10 years ago
  23. ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
  24. 118c603 ioctlent.sh: update the list of directories exported by headers_install by Dmitry V. Levin · 10 years ago
  25. 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
  26. 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
  27. 788c0d6 sock: decode SIOCSIFNAME on entering syscall by Dmitry V. Levin · 10 years ago
  28. f27263d sock: fix decoding of SIOCSIFNAME by Mike Frysinger · 10 years ago
  29. 8b5fbee sock: fix decoding of struct ifreq.ifr_name by Mike Frysinger · 10 years ago
  30. 22e34b9 Don't risk truncating open flags by using mode_t by Elliott Hughes · 10 years ago
  31. 82a528d Enhance sysinfo decoding by Dmitry V. Levin · 10 years ago
  32. 57d45a2 Move sysinfo parser to a separate file by Dmitry V. Levin · 10 years ago
  33. 9f59677 Fix build with musl libc by Dmitry V. Levin · 10 years ago
  34. 3ec5c04 tests: cleanup checks for basic programs by Dmitry V. Levin · 10 years ago
  35. fdfa722 tests: add a test for -yy option by Dmitry V. Levin · 10 years ago
  36. 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
  37. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  38. 7faa5b4 fsmagic: update from <linux/magic.h> by Dmitry V. Levin · 10 years ago
  39. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  40. c3a5c01 sigaction: wrap sa_restorer in #ifdef SA_RESTORER consistently by Vicente Olivert Riera · 10 years ago
  41. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  42. 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
  43. 68d6424 getdents, getdents64: fix potential out-of-bounds read issues by Dmitry V. Levin · 10 years ago
  44. 1e42f2d tprint_sock_type: remove unused parameter by Dmitry V. Levin · 10 years ago
  45. 1306365 printsock: fix decoding of unrecognized AF_PACKET packet types by Dmitry V. Levin · 10 years ago
  46. 6522f13 decode_select: fix potential use of an uninitialized variable by Dmitry V. Levin · 10 years ago
  47. b7dd5e6 Use external libaio.h by Dmitry V. Levin · 10 years ago
  48. e277a90 maint: post-release administrivia by Dmitry V. Levin · 10 years ago
  49. e4db4c4 Prepare for 4.9 release by Dmitry V. Levin · 10 years ago
  50. a283ae0 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 10 years ago
  51. 6d32e46 NEWS: Update for 4.9 release by Dmitry V. Levin · 10 years ago
  52. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  53. 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
  54. 67c4d43 CREDITS: fix generation in out of tree builds by Mike Frysinger · 10 years ago
  55. a80c636 ia64: add missing syscalls by Mike Frysinger · 10 years ago
  56. dd80a87 ia64: fix sigaction decoding by Mike Frysinger · 10 years ago
  57. e55264e tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work by Dmitry V. Levin · 10 years ago
  58. d5588a8 sh: fix syscall numbering for recv and sendto by Erik Johansson · 10 years ago
  59. 97ca027 tests: fix uio building w/out preadv/pwritev by Mike Frysinger · 10 years ago
  60. b267aef tests: ignore *.tmp files by Mike Frysinger · 10 years ago
  61. 2b5bfeb tests: fix shell errors in detach tests by Mike Frysinger · 10 years ago
  62. 6673ac7 set_ptracer_any: add a little documentation by Mike Frysinger · 10 years ago
  63. 6ab2ed1 signal: fix thinko in sa_restorer by Mike Frysinger · 10 years ago
  64. 0189ff9 sigaction test: support arches w/out SA_RESTORER and swapped args by Mike Frysinger · 10 years ago
  65. 8efd209 alpha/sparc: fix arg count for rt_sigaction by Mike Frysinger · 10 years ago
  66. d632e10 hppa: fix sigaction decoding by Mike Frysinger · 10 years ago
  67. e355c60 alpha: fix sigaction decoding by Mike Frysinger · 10 years ago
  68. 45e7b18 Prepare for -yy option support by Dmitry V. Levin · 10 years ago
  69. 20b84a6 Fix preadv/pwritev offset decoding on ILP32 architectures by Dmitry V. Levin · 10 years ago
  70. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  71. 15114ec Decode file descriptors returned by accept and accept4 syscalls by Dmitry V. Levin · 10 years ago
  72. 212287c x32: update io_{setup,submit} syscalls by Mike Frysinger · 10 years ago
  73. 57fac75 xtensa: sort values in struct_user_offsets by Max Filippov · 10 years ago
  74. 2734a70 Document -k option as experimental by Dmitry V. Levin · 10 years ago
  75. b076420 tests: robustify -k test by Dmitry V. Levin · 10 years ago
  76. c588b20 tests: enhance -k test by Dmitry V. Levin · 10 years ago
  77. 73741d2 unwind: ignore memory mappings that have no PROT_EXEC bit set by Dmitry V. Levin · 10 years ago
  78. 9a349c7 unwind: cleanup build_mmap_cache by Dmitry V. Levin · 10 years ago
  79. 2222b92 unwind: remove unused field from mmap_cache_t by Dmitry V. Levin · 10 years ago
  80. 52840ed unwind: refactor stacktrace_walk by Dmitry V. Levin · 10 years ago
  81. 806539c unwind: constify binary_filename and symbol_name functions arguments by Dmitry V. Levin · 10 years ago
  82. f1d7311 unwind: disable stack trace with multiple personalities by Luca Clementi · 10 years ago
  83. 6555711 unwind: rename function_off_set to function_offset by Dmitry V. Levin · 10 years ago
  84. c12eb11 unwind: fix a bug in range updating of binary search by Dmitry V. Levin · 10 years ago
  85. c903c82 unwind: use fopen64 instead of fopen by Dmitry V. Levin · 10 years ago
  86. e411397 unwind: fix build on 32-bit architectures by Dmitry V. Levin · 10 years ago
  87. 6e7ba0d tests: robustify -w option test by Dmitry V. Levin · 10 years ago
  88. d04bb2b Fix delete_module decoding by Dmitry V. Levin · 10 years ago
  89. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 10 years ago
  90. 327102c NEWS: Prepare for 4.9 release by Dmitry V. Levin · 10 years ago
  91. 2727aae Warn about flags that have no effect with -c by Dmitry V. Levin · 10 years ago
  92. 4182981 debian: enable security hardening features by Dmitry V. Levin · 10 years ago
  93. 05cd5b2 debian: update control file by Dmitry V. Levin · 10 years ago
  94. a197832 manpage: minor corrections by Dmitry V. Levin · 10 years ago
  95. 9682107 unwind: tests: add a test for -k option by Masatake YAMATO · 10 years ago
  96. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 10 years ago
  97. 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 10 years ago
  98. 1d78d22 unwind: introduce markers specifying the needs of special care in unwinding by Masatake YAMATO · 10 years ago
  99. a0b4ee7 unwind: enable dwarf cache of libunwind by Masatake YAMATO · 10 years ago
  100. b45b7fa unwind: report expected backtracing error by Masatake YAMATO · 10 years ago