1. c4d4d3c x32: update ioctl entries from linux 4.6 by Gleb Fotengauer-Malinovskiy · 9 years ago
  2. 814c0d5 Add netlink domain sockets support to socketutils by Fabien Siron · 9 years ago
  3. 9164722 Update generic ioctl entries from linux 4.6 by Dmitry V. Levin · 9 years ago
  4. a6dd094 Implement decoding of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  5. 1e9c966 Remove initialization of big holes in syscallent.h files by Dmitry V. Levin · 9 years ago
  6. a6acc31 alpha: decode osf_statfs64 and osf_fstatfs64 syscalls by Dmitry V. Levin · 9 years ago
  7. 769c98a hppa: rename ECANCELLED to ECANCELED by Dmitry V. Levin · 9 years ago
  8. 1264645 Remove parser of unimplemented timerfd syscall by Dmitry V. Levin · 9 years ago
  9. ef2007e mips o32, powerpc, powerpc64: fix decoding of iopl syscall by Dmitry V. Levin · 9 years ago
  10. 10c6c3f alpha: fix decoding of shmat syscall by Dmitry V. Levin · 9 years ago
  11. dbc68b7 avr32: wire up copy_file_range syscall by Dmitry V. Levin · 9 years ago
  12. e17f28d Update generic ioctl entries from linux 4.5 by Dmitry V. Levin · 9 years ago
  13. 5d6292c hppa: wire up copy_file_range syscall by Dmitry V. Levin · 9 years ago
  14. 0cb245a mips: wire up copy_file_range syscall by Dmitry V. Levin · 9 years ago
  15. 1ab6e25 Replace printargs_lu and printargs_ld with printargs_u and printargs_d by Dmitry V. Levin · 9 years ago
  16. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  17. 4ab2040 Fix numbers of syscall arguments in syscall tables by Dmitry V. Levin · 9 years ago
  18. f3948fe s390: decode fadvise64 and fadvise64_64 by Dmitry V. Levin · 9 years ago
  19. 61066ea mips n64: use the most optimal parser for fadvise64 syscall by Dmitry V. Levin · 9 years ago
  20. 1a16618 ia64: decode fstatfs64 and statfs64 by Dmitry V. Levin · 9 years ago
  21. a1e8228 alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments by Dmitry V. Levin · 9 years ago
  22. 3a63075 avr32: wire up missing syscalls by Dmitry V. Levin · 9 years ago
  23. 1763fa5 s390, s390x: fix printing of syscalls unknown to the kernel by Dmitry V. Levin · 9 years ago
  24. e2136d4 s390, s390x: print all syscall arguments for syscall number 0 by Dmitry V. Levin · 9 years ago
  25. 606fcd0 mips o32: alias sys_syscall to printargs by Dmitry V. Levin · 9 years ago
  26. 8493dcf s390: fix sigreturn decoding on recent kernels by Dmitry V. Levin · 9 years ago
  27. 5b87572 avr32: wire up accept4 syscall by Dmitry V. Levin · 9 years ago
  28. 7de5331 sparc64: fix names of {s,g}etres{u,g}id syscalls by Dmitry V. Levin · 9 years ago
  29. b663fd9 sparc64: remove sparc32 syscall entries by Dmitry V. Levin · 9 years ago
  30. f77c4e6 sparc: remove sparc64 syscall entries by Dmitry V. Levin · 9 years ago
  31. f5fb0a7 sparc64: clone syscallent.h from sparc by Dmitry V. Levin · 9 years ago
  32. b111054 sparc: fix mlock2 sysentry, wire up bind, listen, and setsockopt syscalls by Dmitry V. Levin · 9 years ago
  33. 2720a61 alpha: enhance decoding of getxpid, getxuid, and getxgid syscalls by Dmitry V. Levin · 9 years ago
  34. fbec510 alpha: alias getdtablesize to printargs by Dmitry V. Levin · 9 years ago
  35. aef5e14 Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall by Dmitry V. Levin · 9 years ago
  36. dd039b7 Set SYSCALL_NEVER_FAILS flag for umask syscall by Dmitry V. Levin · 9 years ago
  37. 552f2f6 alpha, ia64, mips, nios2, powerpc, sparc: always check for syscall error by Dmitry V. Levin · 9 years ago
  38. a147bf8 sh, sh64: fix syscall flags in several syscall entries by Dmitry V. Levin · 9 years ago
  39. ffb6c55 Set SYSCALL_NEVER_FAILS flag for personality syscall by Dmitry V. Levin · 9 years ago
  40. dd1a80c arc, metag, nios2, or1k, tile: fix build by Dmitry V. Levin · 9 years ago
  41. 23828a5 ia64: wire up mlock2 syscall by Dmitry V. Levin · 9 years ago
  42. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  43. 34683e3 Fix SYS_FUNC and SEN macros for musl by Szabolcs Nagy · 9 years ago
  44. 90c7de6 aarch64: make arm registers unsigned by Dmitry V. Levin · 9 years ago
  45. cdd2f84 ia64: print all ia32 syscalls using printargs by Dmitry V. Levin · 9 years ago
  46. 232cf04 Fix build on architectures for which arch_sigreturn is not implemented by Dmitry V. Levin · 9 years ago
  47. c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
  48. e3a2fe0 mips: fix fadvise64 syscall entries by Dmitry V. Levin · 9 years ago
  49. ebb38bc xtensa: wire up syncfs syscall by Dmitry V. Levin · 9 years ago
  50. 2b722e2 sh, sh64: fix syscall entries by Dmitry V. Levin · 9 years ago
  51. 57dfe5f powerpc, powerpc64: wire up mlock2 syscall by Dmitry V. Levin · 9 years ago
  52. b506f78 hppa: fix syscall entries by Dmitry V. Levin · 9 years ago
  53. 19a6d71 avr32: update syscall entries by Dmitry V. Levin · 9 years ago
  54. 8e7c92b m68k: fix syscall names by Dmitry V. Levin · 9 years ago
  55. 59a1586 sparc: update syscall names by Dmitry V. Levin · 9 years ago
  56. d4bb0ba powerpc, powerpc64: update syscall names by Dmitry V. Levin · 9 years ago
  57. a8b0cef alpha: update syscall entries by Dmitry V. Levin · 9 years ago
  58. 476ec39 Fix mmap syscall entries by Dmitry V. Levin · 9 years ago
  59. 69b7307 Fix select and _newselect syscall entries by Dmitry V. Levin · 9 years ago
  60. dd36092 Fix exit syscall entries by Dmitry V. Levin · 9 years ago
  61. 5090dde Fix pread64 and pwrite64 syscall entries by Dmitry V. Levin · 9 years ago
  62. f04eedd ia64: fix remap_file_pages syscall entry by Dmitry V. Levin · 9 years ago
  63. 59281fc bfin, i386: remove sysentry for nonexistent security syscall by Dmitry V. Levin · 9 years ago
  64. 323cc92 Move x32 <asm/stat.h> replacement to x32 specific directory by Dmitry V. Levin · 9 years ago
  65. 6a8095e avr32: fix umount2 syscall entry by Dmitry V. Levin · 9 years ago
  66. 211d6ef fcntl: create a separate parser for fcntl64 syscall by Elvira Khabirova · 9 years ago
  67. cfde1e3 x86_64, x32: add a replacement for <asm/stat.h> by Dmitry V. Levin · 9 years ago
  68. c31481f Add a wrapper around <asm/stat.h> by Dmitry V. Levin · 9 years ago
  69. 84940d4 alpha, ppc, sh, sh64: fix fstatat64 syscall entries by Dmitry V. Levin · 9 years ago
  70. fdb3544 ppc64: clone syscallent.h from ppc by Dmitry V. Levin · 9 years ago
  71. f3e9e61 x86_64: change getregs_old to forward ptrace return code by Dmitry V. Levin · 9 years ago
  72. 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
  73. 1651051 cleanup: make get_scno.c files more readable by Dmitry V. Levin · 9 years ago
  74. 64672a6 cleanup: make get_syscall_args.c files more readable by Dmitry V. Levin · 9 years ago
  75. f51aec6 cleanup: make get_syscall_result.c files more readable by Dmitry V. Levin · 9 years ago
  76. 0c8c5c9 cleanup: make get_error.c files more readable by Dmitry V. Levin · 9 years ago
  77. 527b42f cleanup: make arch_sigreturn.c files more readable by Dmitry V. Levin · 9 years ago
  78. 2620751 x32: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  79. 329288b Fix syscall entries of unimplemented getpmsg and putpmsg syscalls by Dmitry V. Levin · 9 years ago
  80. a56a81c Remove parsers of getpmsg and putpmsg syscalls by Dmitry V. Levin · 9 years ago
  81. aae525f Remove parser of query_module syscall by Dmitry V. Levin · 9 years ago
  82. 25cb5cb Fix syscall entries of deprecated sysfs syscall by Dmitry V. Levin · 9 years ago
  83. 10bd315 Move sysfs syscall to deprecated category by Dmitry V. Levin · 9 years ago
  84. a318cc0 Fix syscall entries of deprecated bdflush syscall by Dmitry V. Levin · 9 years ago
  85. 4b3a170 Implement name_to_handle_at and open_by_handle_at syscalls decoding by Dmitry V. Levin · 9 years ago
  86. 60d7524 Implement lookup_dcookie syscall decoding by Dmitry V. Levin · 9 years ago
  87. ea19705 Implement kexec_file_load syscall decoding by Dmitry V. Levin · 9 years ago
  88. 7aa9c0d Implement kcmp syscall decoding by Dmitry V. Levin · 9 years ago
  89. dcd00c3 Implement iopl syscall decoding by Dmitry V. Levin · 9 years ago
  90. 2aa180e Implement ioperm syscall decoding by Dmitry V. Levin · 9 years ago
  91. b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
  92. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  93. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  94. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  95. 1fc01fd ia64: wire up kcmp syscall by Dmitry V. Levin · 9 years ago
  96. 7171821 powerpc: wire up direct sysv ipc syscalls by Dmitry V. Levin · 9 years ago
  97. 401d4bd Wire up userfaultfd, membarrier, and mlock2 syscalls by Dmitry V. Levin · 9 years ago
  98. b3ab30f powerpc: wire up switch_endian syscall by Dmitry V. Levin · 9 years ago
  99. a1982b4 sparc: reserve more space for new syscalls by Dmitry V. Levin · 9 years ago
  100. b070229 m68k: wire up direct socket syscalls by Dmitry V. Levin · 9 years ago