1. b396bf6 mips: enable indirect ipc subcall support by Dmitry V. Levin · 10 years ago
  2. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 10 years ago
  3. e78f02a Wire up new syscalls by Dmitry V. Levin · 10 years ago
  4. db613f0 s390x: adjust some syscall entries by Dmitry V. Levin · 10 years ago
  5. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  6. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 10 years ago
  7. ab4d89b tile: fix syscall entries by Dmitry V. Levin · 10 years ago
  8. e9f77b2 s390: fix fadvise64 and fadvise64_64 syscall entries by Dmitry V. Levin · 10 years ago
  9. a7da529 alpha: fix fadvise64 syscall entry by Dmitry V. Levin · 10 years ago
  10. f191352 tile: fix fadvise64_64 syscall entry by Dmitry V. Levin · 10 years ago
  11. e56465c Fix getrlimit and ugetrlimit syscall entries by Dmitry V. Levin · 10 years ago
  12. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 10 years ago
  13. 48a5b4e Fix sendfile64 syscall entries by Dmitry V. Levin · 10 years ago
  14. 45cffe0 Fix number of arguments in ipc family syscall entries by Dmitry V. Levin · 10 years ago
  15. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 10 years ago
  16. d89890e Fix nfsservctl syscall entries by Dmitry V. Levin · 10 years ago
  17. d19f55f Add missing syscall entries for sched_[gs]etattr and renameat2 by Dmitry V. Levin · 10 years ago
  18. 40ed3d2 Fix NUMA related syscall entries by Dmitry V. Levin · 10 years ago
  19. e7356c7 xtensa: fix syscall entries by Dmitry V. Levin · 10 years ago
  20. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 10 years ago
  21. 2534cd8 arc: fix fanotify_mark syscall entry by Dmitry V. Levin · 10 years ago
  22. fbc98c2 ia64: add fallocate syscall entry by Dmitry V. Levin · 10 years ago
  23. 5b05361 Fix lookup_dcookie syscall entries by Dmitry V. Levin · 10 years ago
  24. f8b7994 aarch64: fix syscall names for statfs, fstatfs, truncate, and ftruncate by Dmitry V. Levin · 10 years ago
  25. 83eaf7b aarch64: fix mlock syscall entry by Dmitry V. Levin · 10 years ago
  26. 41eb00d sh, sh64: fix mlock syscall entry by Dmitry V. Levin · 10 years ago
  27. 7f31c22 tile: fix swapon syscall entries by Dmitry V. Levin · 10 years ago
  28. 48ce4a3 ARM EABI: reserve some space for new syscalls by Dmitry V. Levin · 10 years ago
  29. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 10 years ago
  30. 3b499ca Fix indirect ipc subcall handling by Dmitry V. Levin · 10 years ago
  31. 7c524f4 Move socket and ipc subcall entries to subcall.h by Dmitry V. Levin · 10 years ago
  32. cf4b7bb sh: fix typo introduced by commit v4.9-121-gd535b8b by Dmitry V. Levin · 10 years ago
  33. 75d6204 Cleanup local copy of linux/fanotify.h by Dmitry V. Levin · 10 years ago
  34. e11169a ioctlent.sh: handle linux/aufs_type.h properly by Dmitry V. Levin · 10 years ago
  35. 55ba9b3 sparc: remove redundant sys_lxstat by Dmitry V. Levin · 10 years ago
  36. 120e5db Support unix domain sockets in -yy option by Masatake YAMATO · 10 years ago
  37. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  38. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  39. d535b8b sh, sh64: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  40. 641bb42 s390: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  41. 37b20b3 sparc: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  42. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  43. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
  44. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
  45. 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
  46. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
  47. fafc71f hppa: update error codes and signal numbers by Helge Deller · 10 years ago
  48. 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
  49. 749c221 Update ioctl entries by Dmitry V. Levin · 10 years ago
  50. ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
  51. 118c603 ioctlent.sh: update the list of directories exported by headers_install by Dmitry V. Levin · 10 years ago
  52. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  53. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  54. 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
  55. a80c636 ia64: add missing syscalls by Mike Frysinger · 10 years ago
  56. d5588a8 sh: fix syscall numbering for recv and sendto by Erik Johansson · 10 years ago
  57. 8efd209 alpha/sparc: fix arg count for rt_sigaction by Mike Frysinger · 10 years ago
  58. 212287c x32: update io_{setup,submit} syscalls by Mike Frysinger · 10 years ago
  59. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
  60. 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 11 years ago
  61. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 11 years ago
  62. 985425a mips: fix syscall entries that should have TP flag set by Dmitry V. Levin · 11 years ago
  63. 10b735a xtensa: fix unshare syscall entry by Dmitry V. Levin · 11 years ago
  64. 117d13d alpha, hppa, mips n64: fix waitid syscall entry by Dmitry V. Levin · 11 years ago
  65. cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 11 years ago
  66. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
  67. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
  68. 15bc281 mips: enable decoding of set_thread_area by Dmitry V. Levin · 11 years ago
  69. 662221c x86_64, x32: enable decoding of modify_ldt, get_thread_area, and set_thread_area by Dmitry V. Levin · 11 years ago
  70. a7c6e51 Revert "Add support for Altera's Nios-II softcore architecture" by Dmitry V. Levin · 11 years ago
  71. 61e426e Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 11 years ago
  72. 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 11 years ago
  73. fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 11 years ago
  74. f67502e Implement finit_module decoding by Dmitry V. Levin · 11 years ago
  75. 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 11 years ago
  76. 9aaf88c Enhance reboot decoding by Dmitry V. Levin · 11 years ago
  77. 90aa9f4 Implement kexec_load decoding by Dmitry V. Levin · 11 years ago
  78. d21f186 Use prepared editions of recently imported linux headers by Dmitry V. Levin · 11 years ago
  79. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 11 years ago
  80. 2a32eaa Convert personality_options to XLAT form by Dmitry V. Levin · 11 years ago
  81. b88a6f8 Decode ptp ioctls by Stefan Sørensen · 11 years ago
  82. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  83. 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
  84. 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
  85. 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 12 years ago
  86. 8190912 mips o32: fix syscall table by Dmitry V. Levin · 12 years ago
  87. b1e7cb1 mips n64: fix syscall table by Dmitry V. Levin · 12 years ago
  88. 26ff3f2 mips n32: fix syscall table by Dmitry V. Levin · 12 years ago
  89. f9236e6 sync_file_range: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  90. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 12 years ago
  91. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 12 years ago
  92. ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 12 years ago
  93. f6c246f metag: rename llseek syscall to _llseek by James Hogan · 12 years ago
  94. 28927cd metag: disable socket and ipc subcall support by James Hogan · 12 years ago
  95. 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  96. ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  97. 54aee7a ftruncate64, truncate64: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  98. eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  99. 3f4a41a fadvise64, fadvise64_64: fix handlers and number of syscall arguments by Dmitry V. Levin · 12 years ago
  100. 34c445b mips: split syscallent.h by Dmitry V. Levin · 12 years ago