1. b755614 Update strace to 4.21. by Elliott Hughes · 7 years ago
  2. 77c3ff8 Update strace to 4.19. by Elliott Hughes · 8 years ago
  3. dc75b01 Update strace to 4.18. by Elliott Hughes · 8 years ago
  4. 39bac05 Upgrade strace to 4.17. by Elliott Hughes · 8 years ago
  5. d35df49 Upgrade strace to 4.16 from 4.14. by Elliott Hughes · 8 years ago
  6. c4da489 Introduce a separate SEN entry for fstatat64 syscall by Dmitry V. Levin · 9 years ago
  7. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  8. f9f04f7 Fix pathtrace match for pipe2 syscall by Dmitry V. Levin · 9 years ago
  9. dd1a80c arc, metag, nios2, or1k, tile: fix build by Dmitry V. Levin · 10 years ago
  10. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 10 years ago
  11. ea19705 Implement kexec_file_load syscall decoding by Dmitry V. Levin · 10 years ago
  12. 87d64ed userfaultfd: fix pathtrace support by Dmitry V. Levin · 10 years ago
  13. 2716346 epoll_create1: fix pathtrace support by Dmitry V. Levin · 10 years ago
  14. 80d5e01 Assume that <poll.h> is available by Dmitry V. Levin · 10 years ago
  15. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 10 years ago
  16. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 10 years ago
  17. 483c15f Change comparisons with function pointers to comparisons with SENs by Elvira Khabirova · 10 years ago
  18. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  19. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  20. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  21. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 11 years ago
  22. 5b677ab renameat2: add decoding support by Mike Frysinger · 11 years ago
  23. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 12 years ago
  24. 894c7e3 Add decoding of sockets descriptor 'paths' for network calls by Philippe Ombredanne · 12 years ago
  25. d64a7e4 Include <sys/poll.h> only if there is no <poll.h> by Dmitry V. Levin · 12 years ago
  26. 64778cb Fix pathtrace_match() to match recent fixes to select decoding. by Denys Vlasenko · 12 years ago
  27. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 12 years ago
  28. 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 12 years ago
  29. 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 12 years ago
  30. 1a880cf pathtrace: fix umovestr return code check by Dmitry V. Levin · 12 years ago
  31. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 12 years ago
  32. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
  33. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 12 years ago
  34. 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 12 years ago
  35. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 13 years ago
  36. 085e428 x32: add ia32 support by H.J. Lu · 13 years ago
  37. 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
  38. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  39. 384b0ad Fix array size calculation in previous commit by Denys Vlasenko · 13 years ago
  40. 29865e7 pathtrace_select() is never called with NULL, remove dead code by Denys Vlasenko · 13 years ago
  41. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
  42. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  43. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  44. bdec9cb strace -P: fix handling of invalid syscalls by Dmitry V. Levin · 14 years ago
  45. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 14 years ago
  46. ad178c0 Remove redundant parsers by Dmitry V. Levin · 14 years ago
  47. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 14 years ago
  48. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 14 years ago
  49. b038a43 Include <sys/param.h> to get PATH_MAX definition by Dmitry V. Levin · 14 years ago
  50. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 14 years ago
  51. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 14 years ago
  52. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  53. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 14 years ago