1. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 9 years ago
  2. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 9 years ago
  3. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 9 years ago
  4. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 9 years ago
  5. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 9 years ago
  6. 19fcb27 x32: fix build regression by Dmitry V. Levin · 9 years ago
  7. 7226c3a powerpc64: fix build regression by Dmitry V. Levin · 9 years ago
  8. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 9 years ago
  9. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 9 years ago
  10. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 9 years ago
  11. 4f750b9 Add decoding for evdev ioctls by Etienne Gemsa · 9 years ago
  12. 87c715b Fix "make dist" regression by Dmitry V. Levin · 9 years ago
  13. 34bbcc6 Remove linux/fanotify.h by Dmitry V. Levin · 9 years ago
  14. 2094573 Remove linux/keyctl.h by Dmitry V. Levin · 9 years ago
  15. ff6a55d Remove linux/kexec.h by Dmitry V. Levin · 9 years ago
  16. 3a23299 Remove linux/inotify.h by Dmitry V. Levin · 9 years ago
  17. 3e6525f Remove linux/reboot.h by Dmitry V. Levin · 9 years ago
  18. 2f0808b Move CAP_* definitions out to header files by Dmitry V. Levin · 9 years ago
  19. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  20. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  21. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  22. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  23. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 9 years ago
  24. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 9 years ago
  25. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 9 years ago
  26. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 9 years ago
  27. 579836c build: add $(builddir)/$(OS)/$(ARCH) to the headers search list by Dmitry V. Levin · 9 years ago
  28. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 9 years ago
  29. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 9 years ago
  30. ce21ef0 Fix "make dist" regression introduced by commit v4.9-125-g120e5db by Dmitry V. Levin · 9 years ago
  31. ab21a94 Convert do_printstat to a template function by Dmitry V. Levin · 9 years ago
  32. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  33. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  34. 2f7d020 chown.c: split into separate files by Dmitry V. Levin · 10 years ago
  35. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  36. 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
  37. 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
  38. 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
  39. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
  40. 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
  41. 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
  42. 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
  43. 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
  44. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  45. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  46. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  47. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  48. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  49. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  50. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  51. 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
  52. 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
  53. d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
  54. b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
  55. 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
  56. 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  57. 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
  58. 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  59. 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  60. 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  61. 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
  62. ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
  63. 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
  64. fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
  65. db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
  66. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
  67. a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago
  68. 769ffe9 file.c: move *xattr parsers to a separate file by Dmitry V. Levin · 10 years ago
  69. 63f28dd file.c: move fadvise64 and fadvise64_64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  70. 710b3ae file.c: move sync_file_range and sync_file_range2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  71. 2795a5f file.c: move fallocate parser to a separate file by Dmitry V. Levin · 10 years ago
  72. 85a364a file.c: move swapon parser to a separate file by Dmitry V. Levin · 10 years ago
  73. 83034c9 Remove system.c by Dmitry V. Levin · 10 years ago
  74. 6da7ca3 Move mount parser to a separate file by Dmitry V. Levin · 10 years ago
  75. 542ca1e Move umount2 parser to a separate file by Dmitry V. Levin · 10 years ago
  76. d28b6a0 Move personality parser to a separate file by Dmitry V. Levin · 10 years ago
  77. b21e2fb Move syslog parser to a separate file by Dmitry V. Levin · 10 years ago
  78. 95edb8b Move cacheflush parser to a separate file by Dmitry V. Levin · 10 years ago
  79. e36c72c bfin: move sram_alloc parser to a separate file by Dmitry V. Levin · 10 years ago
  80. 5e7987b Move capget and capset parsers to a separate file by Dmitry V. Levin · 10 years ago
  81. 172241b Move sysctl parser to a separate file by Dmitry V. Levin · 10 years ago
  82. 600e33c mips: move sysmips parser to a separate file by Dmitry V. Levin · 10 years ago
  83. f6eb0d6 or1k: move or1k_atomic parser to a separate file by Dmitry V. Levin · 10 years ago
  84. 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
  85. 544a810 Makefile.am: look for ioctl definitions in the kernel build tree by default by Lubomir Rintel · 10 years ago
  86. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  87. 3e252ca Remove ioctl header file names from the executable by Dmitry V. Levin · 10 years ago
  88. ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
  89. 57d45a2 Move sysinfo parser to a separate file by Dmitry V. Levin · 10 years ago
  90. 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
  91. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  92. 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
  93. 67c4d43 CREDITS: fix generation in out of tree builds by Mike Frysinger · 10 years ago
  94. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  95. 761ed9b Implement xlat generator by Mike Frysinger · 10 years ago
  96. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 10 years ago
  97. 1d912af Remove obsolete ioctlsort.c by Dmitry V. Levin · 10 years ago
  98. 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 10 years ago
  99. fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 10 years ago
  100. 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 10 years ago