1. b5a23ed Mpersify parsers of utimes, futimesat, and utimensat syscalls by Dmitry V. Levin · 9 years ago
  2. 0929422 Add mpers support by Elvira Khabirova · 9 years ago
  3. cf3ecbd build: fix -I options by Dmitry V. Levin · 9 years ago
  4. c01ad06 ipc.c: split into separate files by Elvira Khabirova · 9 years ago
  5. ac2e728 io.c: move sendfile parsers to a separate file by Dmitry V. Levin · 9 years ago
  6. 254ff1e resource.c: move times parser to a separate file by Elvira Khabirova · 9 years ago
  7. 2307d5c signal.c: move signalfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  8. aba868c desc.c: move epoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  9. 28471d1 desc.c: move eventfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  10. 0d60cf7 desc.c: move perf_event_open parser to a separate file by Dmitry V. Levin · 9 years ago
  11. 811bda6 stream.c: move poll and ppoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  12. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  13. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  14. 0e946ab defs.h: do not include <signal.h> by Dmitry V. Levin · 9 years ago
  15. 1e08a16 resource.c: move printrusage and printrusage32 to a separate file by Dmitry V. Levin · 9 years ago
  16. 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
  17. 746db06 time.c: move rtc ioctl parser to a separate file by Dmitry V. Levin · 9 years ago
  18. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  19. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  20. bd8dd77 Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  21. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  22. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 10 years ago
  23. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 10 years ago
  24. 588a90f sparc: rename personality 2 files to personality 1 by Denys Vlasenko · 10 years ago
  25. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 10 years ago
  26. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 10 years ago
  27. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  28. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  29. 64fc9ce Distribute linux/aarch64/arch_regs.h by Andreas Schwab · 10 years ago
  30. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 10 years ago
  31. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 10 years ago
  32. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 10 years ago
  33. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 10 years ago
  34. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 10 years ago
  35. 19fcb27 x32: fix build regression by Dmitry V. Levin · 10 years ago
  36. 7226c3a powerpc64: fix build regression by Dmitry V. Levin · 10 years ago
  37. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 10 years ago
  38. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  39. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 10 years ago
  40. 4f750b9 Add decoding for evdev ioctls by Etienne Gemsa · 10 years ago
  41. 87c715b Fix "make dist" regression by Dmitry V. Levin · 10 years ago
  42. 34bbcc6 Remove linux/fanotify.h by Dmitry V. Levin · 10 years ago
  43. 2094573 Remove linux/keyctl.h by Dmitry V. Levin · 10 years ago
  44. ff6a55d Remove linux/kexec.h by Dmitry V. Levin · 10 years ago
  45. 3a23299 Remove linux/inotify.h by Dmitry V. Levin · 10 years ago
  46. 3e6525f Remove linux/reboot.h by Dmitry V. Levin · 10 years ago
  47. 2f0808b Move CAP_* definitions out to header files by Dmitry V. Levin · 10 years ago
  48. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
  49. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
  50. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 10 years ago
  51. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 10 years ago
  52. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 10 years ago
  53. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  54. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 10 years ago
  55. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 10 years ago
  56. 579836c build: add $(builddir)/$(OS)/$(ARCH) to the headers search list by Dmitry V. Levin · 10 years ago
  57. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 10 years ago
  58. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 10 years ago
  59. ce21ef0 Fix "make dist" regression introduced by commit v4.9-125-g120e5db by Dmitry V. Levin · 10 years ago
  60. ab21a94 Convert do_printstat to a template function by Dmitry V. Levin · 10 years ago
  61. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  62. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  63. 2f7d020 chown.c: split into separate files by Dmitry V. Levin · 10 years ago
  64. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  65. 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
  66. 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
  67. 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
  68. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
  69. 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
  70. 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
  71. 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
  72. 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
  73. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  74. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  75. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  76. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  77. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  78. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  79. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  80. 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
  81. 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
  82. d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
  83. b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
  84. 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
  85. 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  86. 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
  87. 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  88. 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  89. 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  90. 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
  91. ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
  92. 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
  93. fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
  94. db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
  95. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
  96. a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago
  97. 769ffe9 file.c: move *xattr parsers to a separate file by Dmitry V. Levin · 10 years ago
  98. 63f28dd file.c: move fadvise64 and fadvise64_64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  99. 710b3ae file.c: move sync_file_range and sync_file_range2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  100. 2795a5f file.c: move fallocate parser to a separate file by Dmitry V. Levin · 10 years ago