1. daae8f9 xtensa: fix several syscall entries by Dmitry V. Levin · 9 years ago
  2. 9f1eb12 ia64: fix syscall numbers for set_robust_list, get_robust_list, and splice syscalls by Dmitry V. Levin · 9 years ago
  3. baaa41c Fix epoll_create syscall decoding by Dmitry V. Levin · 9 years ago
  4. c44df3e Fix oldselect decoding on 64-bit architectures by Elvira Khabirova · 9 years ago
  5. 0e4b1f2 mips: fix stub files by Dmitry V. Levin · 9 years ago
  6. 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 9 years ago
  7. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  8. 7c22101 Implement execveat syscall decoding by Dmitry V. Levin · 9 years ago
  9. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  10. ae61067 sh64: fix inotify_{add,rm}_watch syscall entries by Dmitry V. Levin · 9 years ago
  11. 1e0efbb microblaze: fix several syscall entries by Dmitry V. Levin · 9 years ago
  12. be547c1 hppa: fix several syscall entries by Dmitry V. Levin · 9 years ago
  13. d00eb1f ia64: fix getpagesize syscall entry by Dmitry V. Levin · 9 years ago
  14. 76c9f0e avr32: fix fstatat64 syscall entry by Dmitry V. Levin · 9 years ago
  15. ecabdcf alpha: fix 2 dummy osf syscall entries by Dmitry V. Levin · 9 years ago
  16. 82841f7 alpha, arm, ia64, mips, sh64: fix semop syscall entries by Dmitry V. Levin · 9 years ago
  17. ece9ce6 m68k: fix getpagesize decoding by Dmitry V. Levin · 9 years ago
  18. ce93bbd mips o32: fix utimensat syscall entry by Dmitry V. Levin · 9 years ago
  19. ba8b955 linux/mips/syscallent-compat.h: use designated initializers by Dmitry V. Levin · 9 years ago
  20. a3eb3b4 linux/mips/syscallent-compat.h: fix initalization of empty entries by Dmitry V. Levin · 9 years ago
  21. fa6c087 sigreturn: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  22. cbabaf9 Alias sys_epoll_create to printargs_ld by Dmitry V. Levin · 9 years ago
  23. 771c2a4 Alias sys_connect to sys_bind by Dmitry V. Levin · 9 years ago
  24. fdd0fce ia64: wire up utimensat syscall by Dmitry V. Levin · 9 years ago
  25. 483c15f Change comparisons with function pointers to comparisons with SENs by Elvira Khabirova · 9 years ago
  26. 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
  27. 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
  28. 6455f0a xtensa: wire up new syscalls by Dmitry V. Levin · 10 years ago
  29. 4c3ea5d bfin: wire up new syscalls by Dmitry V. Levin · 10 years ago
  30. 25d729f alpha: wire up new syscalls by Dmitry V. Levin · 10 years ago
  31. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  32. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  33. bd8dd77 Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  34. f34b97f mips o32: decode indirect syscall by Dmitry V. Levin · 10 years ago
  35. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  36. 5647cf8 Use macros for gcc attributes by Dmitry V. Levin · 10 years ago
  37. b6ef71b Move sparc64 get_scno() code where it belongs by Denys Vlasenko · 10 years ago
  38. 588a90f sparc: rename personality 2 files to personality 1 by Denys Vlasenko · 10 years ago
  39. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 10 years ago
  40. 430143b sparc: fix v4.10-25-g8497b62 fallout by Denys Vlasenko · 10 years ago
  41. 9945ec9 arm: fix v4.10-25-g8497b62 fallout by Dmitry V. Levin · 10 years ago
  42. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 10 years ago
  43. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  44. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  45. b4aefa7 sparc, sparc64: fix decoding of mmap2 by Dmitry V. Levin · 10 years ago
  46. 71d6ffc aarch64: properly decode generic syscalls by Andreas Schwab · 10 years ago
  47. 0e3811d aarch64: fix ioctl decoding by Andreas Schwab · 10 years ago
  48. dbadf7b Fix decoding of mmap2 for arm by Andreas Schwab · 10 years ago
  49. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 10 years ago
  50. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 10 years ago
  51. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 10 years ago
  52. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  53. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  54. db19936 sparc, sparc64: fix sigreturn decoding by Dmitry V. Levin · 10 years ago
  55. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 10 years ago
  56. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 10 years ago
  57. a4c9512 Update generic 64-bit ioctlent from linux v3.19 by Dmitry V. Levin · 10 years ago
  58. ddcf549 Rename _newselect to select by Dmitry V. Levin · 10 years ago
  59. f4d6b37 sparc: sync syscall entries with kernel headers by Dmitry V. Levin · 10 years ago
  60. 6d9fa80 s390, s390x: sync syscall entry names with kernel headers by Dmitry V. Levin · 10 years ago
  61. adee242 arm: sync syscall entry names with kernel by Dmitry V. Levin · 10 years ago
  62. ff865c6 arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries by Dmitry V. Levin · 10 years ago
  63. 566eb6c hppa: sync syscall entry names with kernel by Dmitry V. Levin · 10 years ago
  64. 4cd64fe subcall.h: add sendmmsg entry by Dmitry V. Levin · 10 years ago
  65. d77f742 arm: simplify ARM_FIRST_SHUFFLED_SYSCALL definition by Dmitry V. Levin · 10 years ago
  66. f8d75c5 ia64: parametrize i386 syscallent size check by Dmitry V. Levin · 10 years ago
  67. 407f630 Cleanup linux/subcall.h by Dmitry V. Levin · 10 years ago
  68. 19fcb27 x32: fix build regression by Dmitry V. Levin · 10 years ago
  69. 761e31a ia64: fix decoding of getresuid/getresgid/setresgid by Mike Frysinger · 10 years ago
  70. cc07f66 ia64: fix up builds after 16bit uid support by Mike Frysinger · 10 years ago
  71. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
  72. 7226c3a powerpc64: fix build regression by Dmitry V. Levin · 10 years ago
  73. fcf7f8d signalent: update from linux v3.19 by Dmitry V. Levin · 10 years ago
  74. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 10 years ago
  75. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  76. 313363f errnoent: update from linux v3.19 by Dmitry V. Levin · 10 years ago
  77. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 10 years ago
  78. 34bbcc6 Remove linux/fanotify.h by Dmitry V. Levin · 10 years ago
  79. 2094573 Remove linux/keyctl.h by Dmitry V. Levin · 10 years ago
  80. ff6a55d Remove linux/kexec.h by Dmitry V. Levin · 10 years ago
  81. 3a23299 Remove linux/inotify.h by Dmitry V. Levin · 10 years ago
  82. 3e6525f Remove linux/reboot.h by Dmitry V. Levin · 10 years ago
  83. 4f2d1ae mips: use PTRACE_GETREGS to fetch all registers by Dmitry V. Levin · 10 years ago
  84. f97a477 i386: fix compilation warning by Dmitry V. Levin · 10 years ago
  85. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
  86. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 10 years ago
  87. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 10 years ago
  88. a10b6fe avr32: fix typo in sys_timerfd syscall entry by Dmitry V. Levin · 10 years ago
  89. ad66048 hppa: fix typos in getresuid and getresgid syscall entries by Dmitry V. Levin · 10 years ago
  90. 7aa6134 hppa: fix typo in getpeername syscall entry by Helge Deller · 10 years ago
  91. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  92. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 10 years ago
  93. 7493297 ioctlent.sh: cleanup regexps that are used to fetch bases by Dmitry V. Levin · 10 years ago
  94. 3d633bd ioctlent.sh: sync lookup regexps that are used in grep and sed by Dmitry V. Levin · 10 years ago
  95. e5b6729 sparc, sparc64: remove ioctl header file names from solaris ioctl entries by Dmitry V. Levin · 10 years ago
  96. b396bf6 mips: enable indirect ipc subcall support by Dmitry V. Levin · 10 years ago
  97. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 10 years ago
  98. e78f02a Wire up new syscalls by Dmitry V. Levin · 10 years ago
  99. db613f0 s390x: adjust some syscall entries by Dmitry V. Levin · 10 years ago
  100. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 10 years ago