1. b4aefa7 sparc, sparc64: fix decoding of mmap2 by Dmitry V. Levin · 9 years ago
  2. 71d6ffc aarch64: properly decode generic syscalls by Andreas Schwab · 9 years ago
  3. 0e3811d aarch64: fix ioctl decoding by Andreas Schwab · 9 years ago
  4. dbadf7b Fix decoding of mmap2 for arm by Andreas Schwab · 9 years ago
  5. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 9 years ago
  6. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 9 years ago
  7. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 9 years ago
  8. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  9. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  10. db19936 sparc, sparc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  11. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 9 years ago
  12. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 9 years ago
  13. a4c9512 Update generic 64-bit ioctlent from linux v3.19 by Dmitry V. Levin · 9 years ago
  14. ddcf549 Rename _newselect to select by Dmitry V. Levin · 9 years ago
  15. f4d6b37 sparc: sync syscall entries with kernel headers by Dmitry V. Levin · 9 years ago
  16. 6d9fa80 s390, s390x: sync syscall entry names with kernel headers by Dmitry V. Levin · 9 years ago
  17. adee242 arm: sync syscall entry names with kernel by Dmitry V. Levin · 9 years ago
  18. ff865c6 arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries by Dmitry V. Levin · 9 years ago
  19. 566eb6c hppa: sync syscall entry names with kernel by Dmitry V. Levin · 9 years ago
  20. 4cd64fe subcall.h: add sendmmsg entry by Dmitry V. Levin · 9 years ago
  21. d77f742 arm: simplify ARM_FIRST_SHUFFLED_SYSCALL definition by Dmitry V. Levin · 9 years ago
  22. f8d75c5 ia64: parametrize i386 syscallent size check by Dmitry V. Levin · 9 years ago
  23. 407f630 Cleanup linux/subcall.h by Dmitry V. Levin · 9 years ago
  24. 19fcb27 x32: fix build regression by Dmitry V. Levin · 9 years ago
  25. 761e31a ia64: fix decoding of getresuid/getresgid/setresgid by Mike Frysinger · 9 years ago
  26. cc07f66 ia64: fix up builds after 16bit uid support by Mike Frysinger · 9 years ago
  27. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 9 years ago
  28. 7226c3a powerpc64: fix build regression by Dmitry V. Levin · 9 years ago
  29. fcf7f8d signalent: update from linux v3.19 by Dmitry V. Levin · 9 years ago
  30. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 9 years ago
  31. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 9 years ago
  32. 313363f errnoent: update from linux v3.19 by Dmitry V. Levin · 9 years ago
  33. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 9 years ago
  34. 34bbcc6 Remove linux/fanotify.h by Dmitry V. Levin · 9 years ago
  35. 2094573 Remove linux/keyctl.h by Dmitry V. Levin · 9 years ago
  36. ff6a55d Remove linux/kexec.h by Dmitry V. Levin · 9 years ago
  37. 3a23299 Remove linux/inotify.h by Dmitry V. Levin · 9 years ago
  38. 3e6525f Remove linux/reboot.h by Dmitry V. Levin · 9 years ago
  39. 4f2d1ae mips: use PTRACE_GETREGS to fetch all registers by Dmitry V. Levin · 9 years ago
  40. f97a477 i386: fix compilation warning by Dmitry V. Levin · 9 years ago
  41. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  42. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  43. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  44. a10b6fe avr32: fix typo in sys_timerfd syscall entry by Dmitry V. Levin · 9 years ago
  45. ad66048 hppa: fix typos in getresuid and getresgid syscall entries by Dmitry V. Levin · 9 years ago
  46. 7aa6134 hppa: fix typo in getpeername syscall entry by Helge Deller · 9 years ago
  47. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 9 years ago
  48. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 9 years ago
  49. 7493297 ioctlent.sh: cleanup regexps that are used to fetch bases by Dmitry V. Levin · 9 years ago
  50. 3d633bd ioctlent.sh: sync lookup regexps that are used in grep and sed by Dmitry V. Levin · 9 years ago
  51. e5b6729 sparc, sparc64: remove ioctl header file names from solaris ioctl entries by Dmitry V. Levin · 9 years ago
  52. b396bf6 mips: enable indirect ipc subcall support by Dmitry V. Levin · 9 years ago
  53. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 9 years ago
  54. e78f02a Wire up new syscalls by Dmitry V. Levin · 9 years ago
  55. db613f0 s390x: adjust some syscall entries by Dmitry V. Levin · 9 years ago
  56. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 9 years ago
  57. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 9 years ago
  58. ab4d89b tile: fix syscall entries by Dmitry V. Levin · 9 years ago
  59. e9f77b2 s390: fix fadvise64 and fadvise64_64 syscall entries by Dmitry V. Levin · 9 years ago
  60. a7da529 alpha: fix fadvise64 syscall entry by Dmitry V. Levin · 9 years ago
  61. f191352 tile: fix fadvise64_64 syscall entry by Dmitry V. Levin · 9 years ago
  62. e56465c Fix getrlimit and ugetrlimit syscall entries by Dmitry V. Levin · 9 years ago
  63. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 9 years ago
  64. 48a5b4e Fix sendfile64 syscall entries by Dmitry V. Levin · 9 years ago
  65. 45cffe0 Fix number of arguments in ipc family syscall entries by Dmitry V. Levin · 9 years ago
  66. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 9 years ago
  67. d89890e Fix nfsservctl syscall entries by Dmitry V. Levin · 9 years ago
  68. d19f55f Add missing syscall entries for sched_[gs]etattr and renameat2 by Dmitry V. Levin · 9 years ago
  69. 40ed3d2 Fix NUMA related syscall entries by Dmitry V. Levin · 9 years ago
  70. e7356c7 xtensa: fix syscall entries by Dmitry V. Levin · 9 years ago
  71. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 9 years ago
  72. 2534cd8 arc: fix fanotify_mark syscall entry by Dmitry V. Levin · 9 years ago
  73. fbc98c2 ia64: add fallocate syscall entry by Dmitry V. Levin · 9 years ago
  74. 5b05361 Fix lookup_dcookie syscall entries by Dmitry V. Levin · 9 years ago
  75. f8b7994 aarch64: fix syscall names for statfs, fstatfs, truncate, and ftruncate by Dmitry V. Levin · 9 years ago
  76. 83eaf7b aarch64: fix mlock syscall entry by Dmitry V. Levin · 9 years ago
  77. 41eb00d sh, sh64: fix mlock syscall entry by Dmitry V. Levin · 9 years ago
  78. 7f31c22 tile: fix swapon syscall entries by Dmitry V. Levin · 9 years ago
  79. 48ce4a3 ARM EABI: reserve some space for new syscalls by Dmitry V. Levin · 9 years ago
  80. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 9 years ago
  81. 3b499ca Fix indirect ipc subcall handling by Dmitry V. Levin · 9 years ago
  82. 7c524f4 Move socket and ipc subcall entries to subcall.h by Dmitry V. Levin · 9 years ago
  83. cf4b7bb sh: fix typo introduced by commit v4.9-121-gd535b8b by Dmitry V. Levin · 9 years ago
  84. 75d6204 Cleanup local copy of linux/fanotify.h by Dmitry V. Levin · 9 years ago
  85. e11169a ioctlent.sh: handle linux/aufs_type.h properly by Dmitry V. Levin · 9 years ago
  86. 55ba9b3 sparc: remove redundant sys_lxstat by Dmitry V. Levin · 9 years ago
  87. 120e5db Support unix domain sockets in -yy option by Masatake YAMATO · 9 years ago
  88. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  89. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  90. d535b8b sh, sh64: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  91. 641bb42 s390: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  92. 37b20b3 sparc: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  93. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  94. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
  95. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
  96. 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
  97. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
  98. fafc71f hppa: update error codes and signal numbers by Helge Deller · 10 years ago
  99. 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
  100. 749c221 Update ioctl entries by Dmitry V. Levin · 10 years ago