1. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  2. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  3. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  4. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  5. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  6. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  7. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  8. 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
  9. 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
  10. d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
  11. b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
  12. 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
  13. 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  14. 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
  15. 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  16. 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  17. 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  18. 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
  19. ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
  20. 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
  21. fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
  22. db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
  23. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
  24. a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago
  25. 769ffe9 file.c: move *xattr parsers to a separate file by Dmitry V. Levin · 10 years ago
  26. 63f28dd file.c: move fadvise64 and fadvise64_64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  27. 710b3ae file.c: move sync_file_range and sync_file_range2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  28. 2795a5f file.c: move fallocate parser to a separate file by Dmitry V. Levin · 10 years ago
  29. 85a364a file.c: move swapon parser to a separate file by Dmitry V. Levin · 10 years ago
  30. 83034c9 Remove system.c by Dmitry V. Levin · 10 years ago
  31. 6da7ca3 Move mount parser to a separate file by Dmitry V. Levin · 10 years ago
  32. 542ca1e Move umount2 parser to a separate file by Dmitry V. Levin · 10 years ago
  33. d28b6a0 Move personality parser to a separate file by Dmitry V. Levin · 10 years ago
  34. b21e2fb Move syslog parser to a separate file by Dmitry V. Levin · 10 years ago
  35. 95edb8b Move cacheflush parser to a separate file by Dmitry V. Levin · 10 years ago
  36. e36c72c bfin: move sram_alloc parser to a separate file by Dmitry V. Levin · 10 years ago
  37. 5e7987b Move capget and capset parsers to a separate file by Dmitry V. Levin · 10 years ago
  38. 172241b Move sysctl parser to a separate file by Dmitry V. Levin · 10 years ago
  39. 600e33c mips: move sysmips parser to a separate file by Dmitry V. Levin · 10 years ago
  40. f6eb0d6 or1k: move or1k_atomic parser to a separate file by Dmitry V. Levin · 10 years ago
  41. 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
  42. 544a810 Makefile.am: look for ioctl definitions in the kernel build tree by default by Lubomir Rintel · 10 years ago
  43. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  44. 3e252ca Remove ioctl header file names from the executable by Dmitry V. Levin · 10 years ago
  45. ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
  46. 57d45a2 Move sysinfo parser to a separate file by Dmitry V. Levin · 10 years ago
  47. 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
  48. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  49. 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
  50. 67c4d43 CREDITS: fix generation in out of tree builds by Mike Frysinger · 10 years ago
  51. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  52. 761ed9b Implement xlat generator by Mike Frysinger · 11 years ago
  53. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 10 years ago
  54. 1d912af Remove obsolete ioctlsort.c by Dmitry V. Levin · 11 years ago
  55. 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 11 years ago
  56. fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 11 years ago
  57. 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 11 years ago
  58. 9aaf88c Enhance reboot decoding by Dmitry V. Levin · 11 years ago
  59. 90aa9f4 Implement kexec_load decoding by Dmitry V. Levin · 11 years ago
  60. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 11 years ago
  61. 2a32eaa Convert personality_options to XLAT form by Dmitry V. Levin · 11 years ago
  62. b88a6f8 Decode ptp ioctls by Stefan Sørensen · 11 years ago
  63. 2b64034 Move io_* syscalls decoding to a separate file by Dmitry V. Levin · 11 years ago
  64. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  65. 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 11 years ago
  66. 0db34e7 Fix "make dist" on recently added architectures by Dmitry V. Levin · 11 years ago
  67. 8e0b8be Fix "make dist" regression introduced by commit v4.7-184-gd648f29 by Dmitry V. Levin · 11 years ago
  68. 6c19136 Rename COPYRIGHT to COPYING by Mike Frysinger · 11 years ago
  69. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 11 years ago
  70. 34c445b mips: split syscallent.h by Dmitry V. Levin · 11 years ago
  71. dce7593 build: introduce git-version-gen by Dmitry V. Levin · 11 years ago
  72. 7ae73a9 Makefile.am: sort long lists to ease maintenance by Dmitry V. Levin · 11 years ago
  73. 07f0229 build: fix "make dist" regression introduced by commit v4.7-105-g7270de5 by Dmitry V. Levin · 11 years ago
  74. 3e3285c build: fix "make dist" regression introduced by commit v4.7-29-g17e3860 by Dmitry V. Levin · 11 years ago
  75. 76f61be Makefile: add commented-out tweak to generate link map by Denys Vlasenko · 12 years ago
  76. 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
  77. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  78. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  79. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 12 years ago
  80. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  81. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  82. f36ede6 Makefile.am: whitespace fix by Denys Vlasenko · 12 years ago
  83. 796f6e8 install strace-log-merge by "make install" by Denys Vlasenko · 13 years ago
  84. ee245d8 Remove parts of automake machinery which are not needed on Linux by Dmitry V. Levin · 13 years ago
  85. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
  86. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
  87. 5afdf12 Manual removal of non-Linux source, documentation, etc. by Denys Vlasenko · 13 years ago
  88. 594399d gitlog-to-changelog: update from gnulib by Dmitry V. Levin · 13 years ago
  89. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  90. 9004e12 linux/ioctlent: unify them all by Mike Frysinger · 14 years ago
  91. 6c0e2fc Take all git branches into account for generation of CREDITS file by Sebastian Pipping · 14 years ago
  92. 525a39a Generate an xz tar archive of the distribution by Dmitry V. Levin · 14 years ago
  93. 4e4b5ad Implement two basic "strace -f" tests by Dmitry V. Levin · 14 years ago
  94. 59138a2 Generate much of the CREDITS file from git log by Dmitry V. Levin · 14 years ago
  95. 0afbf85 Update the list of files that must be distributed by Dmitry V. Levin · 14 years ago
  96. 330a895 linux/sparc: move to common syscall.h by Mike Frysinger · 14 years ago
  97. 71a78bc sparc: punt unused syscall.h.2 by Mike Frysinger · 14 years ago
  98. 4ef6db4 Add block ioctl support by Dmitry V. Levin · 14 years ago
  99. 918e49b Import warnings.m4 from gnulib by Dmitry V. Levin · 14 years ago
  100. 916aded Split acinclude.m4 by Dmitry V. Levin · 14 years ago