1. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 9 years ago
  2. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 9 years ago
  3. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  4. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  5. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 9 years ago
  6. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 9 years ago
  7. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 9 years ago
  8. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 9 years ago
  9. 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 9 years ago
  10. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 9 years ago
  11. 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
  12. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 10 years ago
  13. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
  14. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  15. 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 10 years ago
  16. fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 10 years ago
  17. f67502e Implement finit_module decoding by Dmitry V. Levin · 10 years ago
  18. 90aa9f4 Implement kexec_load decoding by Dmitry V. Levin · 10 years ago
  19. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 10 years ago
  20. 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
  21. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 11 years ago
  22. ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 11 years ago
  23. 28927cd metag: disable socket and ipc subcall support by James Hogan · 11 years ago
  24. 828bbd8 linux/syscall.h: make subcall decoding configuration more readable by Dmitry V. Levin · 11 years ago
  25. 2f6519a xtensa: disable socket and ipc subcall support by Chris Zankel · 11 years ago
  26. c7b2f0c tile: disable socket and ipc subcall support by Chris Metcalf · 11 years ago
  27. 6b572cf Blackfin: disable socketcall and ipc subcall support by Mike Frysinger · 11 years ago
  28. 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 11 years ago
  29. e7db465 Fix printstrbufarg's address argument to be long, not int by Denys Vlasenko · 11 years ago
  30. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 11 years ago
  31. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 11 years ago
  32. a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 11 years ago
  33. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  34. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  35. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  36. b468f23 Implement prlimit64 decoding, rewrite [gs]etrlimit decoding by Dmitry V. Levin · 12 years ago
  37. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  38. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 12 years ago
  39. ee3c22c Implement syslog syscall decoder by Dmitry V. Levin · 12 years ago
  40. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 12 years ago
  41. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  42. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 12 years ago
  43. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  44. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 12 years ago
  45. 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 12 years ago
  46. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 12 years ago
  47. 8829365 swapon: decode swap flags by Dmitry V. Levin · 12 years ago
  48. aea4b87 Remove stray sys_swapon() declaration by Denys Vlasenko · 12 years ago
  49. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  50. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 12 years ago
  51. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 12 years ago
  52. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 12 years ago
  53. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 12 years ago
  54. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago
  55. 4d0620d linux/syscall.h: Remove redundant function declarations by Dmitry V. Levin · 12 years ago
  56. a12c70d linux/syscall.h: Sort function declarations by Dmitry V. Levin · 12 years ago
  57. dd76085 linux/syscall.h: Place one function declaration per line by Dmitry V. Levin · 12 years ago
  58. ad178c0 Remove redundant parsers by Dmitry V. Levin · 12 years ago
  59. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  60. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 13 years ago
  61. 330a895 linux/sparc: move to common syscall.h by Mike Frysinger · 13 years ago
  62. f8e5650 sh: Add support for tracing sys_cacheflush system call by Carmelo AMOROSO · 13 years ago
  63. 260e571 Blackfin: decode new syscalls by Mike Frysinger · 14 years ago
  64. 0873f29 Decode recvmmsg syscall by Andreas Schwab · 14 years ago
  65. bab8940 Hook up inotify_init1 open mode flags printer by Mark Wielaard · 14 years ago
  66. 8a56b8a Add accept4 socketcall by Paolo Bonzini · 15 years ago
  67. 705ff10 Replace x86-64 paccept with accept4 by Paolo Bonzini · 15 years ago
  68. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  69. 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
  70. d94020f 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  71. 4a6f652 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  72. 30713be 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  73. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
  74. db8319f 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  75. e7c3967 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  76. e466234 2007-02-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  77. f46ccd3 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  78. f240005 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  79. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  80. 2c00a4a 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  81. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  82. feb8381 2006-08-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  83. 79dcd7a 2006-01-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  84. e69b627 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  85. 37b9f84 2005-05-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  86. 1f1c54a 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  87. f01185e 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  88. b10a335 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  89. df13e8f 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  90. 93817bf 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  91. 475d203 2004-09-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  92. d4c85eb 2004-04-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  93. 54394c8 2004-02-15 Anton Blanchard <anton@samba.org> by Roland McGrath · 20 years ago
  94. 5ef24ab Revert jhughes commits. by Roland McGrath · 20 years ago
  95. ae25933 port SSI clustering mods to OpenSSI on Linux by John Hughes · 20 years ago
  96. a44c82a 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  97. ab147c5 2003-07-17 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  98. 8ffc352 2003-07-08 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  99. 5a14cee 2003-06-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  100. ef022c6 2003-06-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago