1. 7abf2e8 get_regs: unify code for architectures that use PTRACE_GETREGS by Dmitry V. Levin · 9 years ago
  2. d6db1db get_regset: define iff PTRACE_GETREGSET is used by Dmitry V. Levin · 9 years ago
  3. 82ae5b9 arm, i386: switch back to use PTRACE_GETREGS by Dmitry V. Levin · 9 years ago
  4. ebea342 syscall.c: remove obsolete ifdefs by Dmitry V. Levin · 9 years ago
  5. 4c3f2ae syscall.c: ensure that NT_PRSTATUS is defined by Dmitry V. Levin · 9 years ago
  6. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  7. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  8. d8b3404 Enhance wait status decoding by Dmitry V. Levin · 9 years ago
  9. 67d0a8e scsi: add bsg support by Bart Van Assche · 9 years ago
  10. 791145e scsi: Add iovec support by Bart Van Assche · 9 years ago
  11. 0014bb1 scsi: on exit, print only initialized part of the buffer by Bart Van Assche · 9 years ago
  12. ea6972c scsi: make print_sg_io_buffer() print square brackets instead of its callers by Bart Van Assche · 9 years ago
  13. c760251 scsi: improve consistency with other decoding functions by Bart Van Assche · 9 years ago
  14. d07056f tests: extend getdents to support all filesystems regardless of file order by Dmitry V. Levin · 9 years ago
  15. 3910d0f print_setsockopt: fix fall-through bug in SOL_IP switch case by Dmitry V. Levin · 9 years ago
  16. 85dc4a1 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled by Dmitry V. Levin · 9 years ago
  17. 2cd488b When the process stared by strace exits/terminates, forget its pid by Dmitry V. Levin · 9 years ago
  18. aa80192 -b execve: avoid misleading warning about unknown pid by Dmitry V. Levin · 9 years ago
  19. e690813 -b execve: do not use struct tcb after detach by Dmitry V. Levin · 9 years ago
  20. 4b4ec12 trace: split into several functions by Dmitry V. Levin · 9 years ago
  21. d8890b5 printsiginfo: constify the first argument by Dmitry V. Levin · 9 years ago
  22. 3570199 test: add a manual test for seccomp decoding by Dmitry V. Levin · 9 years ago
  23. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  24. 0946052 is_negated_errno: support large errno values by Dmitry V. Levin · 9 years ago
  25. d70c41d x86, x32, x86_64: print SECCOMP_RET_ERRNO filtered syscalls by Dmitry V. Levin · 9 years ago
  26. f46ab5f is_negated_errno: merge x86_64 and x32 definitions by Dmitry V. Levin · 9 years ago
  27. 38b2955 x32: rename is_negated_errno_x32 to is_negated_errno by Dmitry V. Levin · 9 years ago
  28. 8e398b6 x86, x32, x86_64: do not skip syscall number -1 by Dmitry V. Levin · 9 years ago
  29. c394832 x86_64: do not interpet syscall number -1 as a x32 personality syscall by Dmitry V. Levin · 9 years ago
  30. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  31. e837b14 tests: add a test for select syscall decoding by Dmitry V. Levin · 9 years ago
  32. 495f525 tests: add a test for the latest dumpio fix by Dmitry V. Levin · 9 years ago
  33. dc52121 Fix simultaneous -e read and -e write usage by Aurelien Jacobs · 9 years ago
  34. f362a33 net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based code by Dmitry V. Levin · 9 years ago
  35. d0dceaf printsock: do not fetch sockaddr.sa_data twice by Dmitry V. Levin · 9 years ago
  36. a0a4909 setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP by Dmitry V. Levin · 9 years ago
  37. c9e2418 tests: add a test for sockaddr_un.sun_path decoding by Dmitry V. Levin · 9 years ago
  38. f57bd11 printsock: print the whole sockaddr_un.sun_path by Dmitry V. Levin · 9 years ago
  39. d9177df printsock: do not fetch sockaddr_un.sun_path twice by Dmitry V. Levin · 9 years ago
  40. 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 9 years ago
  41. 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 9 years ago
  42. 0509c8e getsockopt, setsockopt: do not decode structures in non-verbose mode by Dmitry V. Levin · 9 years ago
  43. 00244b9 sendmsg: do not decode msghdr in non-verbose mode by Dmitry V. Levin · 9 years ago
  44. 2fc5d80 decode_select: do not allocate unused memory by Dmitry V. Levin · 9 years ago
  45. 73e9880 xattr: quote using print_quoted_string by Dmitry V. Levin · 9 years ago
  46. f0a5b08 v4l2: quote pixelformat by Dmitry V. Levin · 9 years ago
  47. 1de59cf v4l2: quote strings by Dmitry V. Levin · 9 years ago
  48. 8192cec mips: quote sysmips nodename by Dmitry V. Levin · 9 years ago
  49. 0a87058 block_ioctl: quote strings by Dmitry V. Levin · 9 years ago
  50. 50e1304 sys_uname: quote struct utsname members by Dmitry V. Levin · 9 years ago
  51. 81e4515 sock_ioctl: quote network interface names by Dmitry V. Levin · 9 years ago
  52. 0e9d594 printsock: quote network interface names by Dmitry V. Levin · 9 years ago
  53. c929771 getdents, getdents64: quote filenames by Dmitry V. Levin · 9 years ago
  54. c723599 printfd: quote pathnames by Dmitry V. Levin · 9 years ago
  55. 513e96e Rework string_quote API by Dmitry V. Levin · 9 years ago
  56. a10b6fe avr32: fix typo in sys_timerfd syscall entry by Dmitry V. Levin · 9 years ago
  57. ad66048 hppa: fix typos in getresuid and getresgid syscall entries by Dmitry V. Levin · 9 years ago
  58. 7aa6134 hppa: fix typo in getpeername syscall entry by Helge Deller · 9 years ago
  59. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 9 years ago
  60. 778dfb2 Update SO_* constants by Dmitry V. Levin · 9 years ago
  61. 9a8be32 Merge "ioctlsort can run on the host." by Elliott Hughes · 9 years ago
  62. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 9 years ago
  63. 05884d8 Fix ILP32 personality struct cmsghdr decoding on LP64 architectures by Dmitry V. Levin · 9 years ago
  64. 5de5a7a Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures by Dmitry V. Levin · 9 years ago
  65. 992aba7 ioctlsort can run on the host. by Elliott Hughes · 9 years ago
  66. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 9 years ago
  67. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 9 years ago
  68. 6363074 Update auxiliary maintainer mode build tools by Dmitry V. Levin · 9 years ago
  69. 174583d Update warnings.m4 by Dmitry V. Levin · 9 years ago
  70. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 9 years ago
  71. 69099e7 configure.ac: remove unused AC_INCLUDEDIR by Dmitry V. Levin · 9 years ago
  72. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 9 years ago
  73. c7afb48 ioctl: assume that all ioctl commands have unsigned int type by Dmitry V. Levin · 9 years ago
  74. 7493297 ioctlent.sh: cleanup regexps that are used to fetch bases by Dmitry V. Levin · 9 years ago
  75. 3d633bd ioctlent.sh: sync lookup regexps that are used in grep and sed by Dmitry V. Levin · 9 years ago
  76. 868a666 qemu_multiarch_testing: update by Dmitry V. Levin · 9 years ago
  77. 7230d0a tests: add IPC_STAT to ipc tests, workaround limitiations of old kernels by Dmitry V. Levin · 9 years ago
  78. 97e5996 Change length type of umoven and umovestr to unsigned by Dmitry V. Levin · 9 years ago
  79. 95cbf6e tests: skip sendmmsg/recvmmsg test if these syscalls are not implemented in kernel by Dmitry V. Levin · 9 years ago
  80. 552bc3a tests: skip ip network tests when the network is not functional by Dmitry V. Levin · 9 years ago
  81. 878abbb tests: handle the case when all 64 process capability bits are set by Dmitry V. Levin · 9 years ago
  82. d2a9ce6 tests: explicitly request gawk when using gawk features by Dmitry V. Levin · 9 years ago
  83. 74697bd tests: skip detach tests if kill does not work by Dmitry V. Levin · 9 years ago
  84. 03b4454 ARM OABI: fix potential compilation warning by Dmitry V. Levin · 9 years ago
  85. 3b64d99 powerpc: fix potential compilation warning by Dmitry V. Levin · 9 years ago
  86. e5b6729 sparc, sparc64: remove ioctl header file names from solaris ioctl entries by Dmitry V. Levin · 9 years ago
  87. b396bf6 mips: enable indirect ipc subcall support by Dmitry V. Levin · 9 years ago
  88. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 9 years ago
  89. 579836c build: add $(builddir)/$(OS)/$(ARCH) to the headers search list by Dmitry V. Levin · 9 years ago
  90. 36ab3d5 build: fix build if siginfo_t lacks si_timerid/si_overrun by Dmitry V. Levin · 9 years ago
  91. 8544681 configure.ac: remove unused AM_CONDITIONAL expressions by Dmitry V. Levin · 9 years ago
  92. ed7ada2 tests: portability fixes by Dmitry V. Levin · 9 years ago
  93. e78f02a Wire up new syscalls by Dmitry V. Levin · 9 years ago
  94. db613f0 s390x: adjust some syscall entries by Dmitry V. Levin · 9 years ago
  95. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 9 years ago
  96. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 9 years ago
  97. ab4d89b tile: fix syscall entries by Dmitry V. Levin · 9 years ago
  98. e9f77b2 s390: fix fadvise64 and fadvise64_64 syscall entries by Dmitry V. Levin · 9 years ago
  99. a7da529 alpha: fix fadvise64 syscall entry by Dmitry V. Levin · 9 years ago
  100. f191352 tile: fix fadvise64_64 syscall entry by Dmitry V. Levin · 9 years ago