1. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  2. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 9 years ago
  3. e78f02a Wire up new syscalls by Dmitry V. Levin · 9 years ago
  4. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 9 years ago
  5. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
  6. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
  7. 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
  8. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
  9. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  10. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 10 years ago
  11. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
  12. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  13. 15bc281 mips: enable decoding of set_thread_area by Dmitry V. Levin · 10 years ago
  14. 662221c x86_64, x32: enable decoding of modify_ldt, get_thread_area, and set_thread_area 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. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 11 years ago
  22. 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 11 years ago
  23. cc90291 Disable STREAMS syscalls for non-SPARC by Denys Vlasenko · 11 years ago
  24. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  25. b468f23 Implement prlimit64 decoding, rewrite [gs]etrlimit decoding by Dmitry V. Levin · 12 years ago
  26. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  27. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 12 years ago
  28. ee3c22c Implement syslog syscall decoder by Dmitry V. Levin · 12 years ago
  29. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 12 years ago
  30. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  31. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 12 years ago
  32. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  33. 1e8ed07 Define sys_set_robust_list as an alias to sys_munmap by Dmitry V. Levin · 12 years ago
  34. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 12 years ago
  35. 51dba35 Define sys_setns as an alias to sys_inotify_rm_watch by Dmitry V. Levin · 12 years ago
  36. 6bbe696 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 12 years ago
  37. 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 12 years ago
  38. 8829365 swapon: decode swap flags by Dmitry V. Levin · 12 years ago
  39. aea4b87 Remove stray sys_swapon() declaration by Denys Vlasenko · 12 years ago
  40. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  41. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 12 years ago
  42. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  43. f33ee91 Reflect the fact that nfsservctl syscall was removed from linux kernels by Dmitry V. Levin · 13 years ago
  44. 00ebeee Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  45. 7f3aca1 Remove useless and obsolete "#if DONE" sections. No code changes by Dmitry V. Levin · 13 years ago
  46. b9e897d Add names for dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  47. 9e38484 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  48. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 13 years ago
  49. 5874322 Decode TLS syscalls on m68k by Andreas Schwab · 14 years ago
  50. 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  51. 6e26127 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  52. d4c85eb 2004-04-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  53. 279d378 2004-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  54. 5ef24ab Revert jhughes commits. by Roland McGrath · 20 years ago
  55. d535306 Better output for sys_migrate by John Hughes · 20 years ago
  56. ae25933 port SSI clustering mods to OpenSSI on Linux by John Hughes · 20 years ago
  57. 79db8af 2003-06-27 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  58. 1e35679 2003-03-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  59. 8bcf357 2003-01-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  60. 67ecd63 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  61. 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 24 years ago
  62. c792698 README-linux: updated to note that strace might not compile by Wichert Akkerman · 24 years ago
  63. 8b1b40c Merge Trillian patches (Linux ia64) by Wichert Akkerman · 24 years ago
  64. 527a805 Update sys_createmodule and sys_initmodule by Wichert Akkerman · 25 years ago
  65. 22fe9d2 added `a bit of sysctl support', patch from Ulrich Drepper by Wichert Akkerman · 25 years ago
  66. 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 25 years ago
  67. 328c5e7 Added support for old*stat syscalls for Linux by Wichert Akkerman · 25 years ago
  68. 76baf7c Initial revision by Wichert Akkerman · 25 years ago