1. aea4b87 Remove stray sys_swapon() declaration by Denys Vlasenko · 13 years ago
  2. 3b60542 Correct syscall entries for t[g]kill by Denys Vlasenko · 13 years ago
  3. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 13 years ago
  4. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  5. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  6. 5afdf12 Manual removal of non-Linux source, documentation, etc. by Denys Vlasenko · 13 years ago
  7. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 13 years ago
  8. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 13 years ago
  9. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 13 years ago
  10. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 13 years ago
  11. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 13 years ago
  12. 3cc9438 Fix sigreturn arg count from 1 to 0 on all architectures. by Denys Vlasenko · 13 years ago
  13. 4d0620d linux/syscall.h: Remove redundant function declarations by Dmitry V. Levin · 13 years ago
  14. a12c70d linux/syscall.h: Sort function declarations by Dmitry V. Levin · 13 years ago
  15. dd76085 linux/syscall.h: Place one function declaration per line by Dmitry V. Levin · 13 years ago
  16. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  17. f33ee91 Reflect the fact that nfsservctl syscall was removed from linux kernels by Dmitry V. Levin · 13 years ago
  18. 831c7e5 x86_64: add getcpu syscall entry by Dmitry V. Levin · 13 years ago
  19. 00ebeee Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  20. 1cd2f96 Fix prctl syscall entries by Dmitry V. Levin · 13 years ago
  21. b11adf3 arm: fix io_* syscall entries by Dmitry V. Levin · 13 years ago
  22. 0c79bef Fix mincore syscall entries by Dmitry V. Levin · 13 years ago
  23. e86f542 Fix sendmsg syscall entries by Dmitry V. Levin · 13 years ago
  24. 609ccb2 Fix epoll_wait syscall entries by Dmitry V. Levin · 13 years ago
  25. 6ea78df Fix epoll_ctl syscall entries by Dmitry V. Levin · 13 years ago
  26. 2b1d119 arm: fix epoll_create syscall entry by Dmitry V. Levin · 13 years ago
  27. 6710f4a Fix mlockall syscall entries by Dmitry V. Levin · 13 years ago
  28. a706881 Fix epoll_pwait syscall entries by Dmitry V. Levin · 13 years ago
  29. 30a0515 Fix reboot syscall entries by Dmitry V. Levin · 13 years ago
  30. c0861c0 Fix swapon syscall entries by Dmitry V. Levin · 13 years ago
  31. faa2fe8 Fix sgetmask and ssetmask syscall entries by Dmitry V. Levin · 13 years ago
  32. 9538352 Rename siggetmask to sgetmask and sigsetmask to ssetmask by Dmitry V. Levin · 13 years ago
  33. 454dcd4 Add TRACE_IPC flag to sys_ipc syscall entries by Dmitry V. Levin · 13 years ago
  34. 7f3aca1 Remove useless and obsolete "#if DONE" sections. No code changes by Dmitry V. Levin · 13 years ago
  35. b9e897d Add names for dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  36. 9e38484 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  37. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  38. 44142a7 Define MAX_ARGS to 6 for all Linux arches by Denys Vlasenko · 13 years ago
  39. ac1ce77 Stop using nargs == -1 in syscallent tables by Denys Vlasenko · 13 years ago
  40. 3432059 Correct sys_sendfile[64] type and nargs by Denys Vlasenko · 13 years ago
  41. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago
  42. 3e90b29 Fix MIPS syscall entries by Dmitry V. Levin · 13 years ago
  43. f073679 Don't display bogus parameter for sigreturn syscall by Denys Vlasenko · 13 years ago
  44. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  45. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 13 years ago
  46. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 13 years ago
  47. 1cd5371 Blackfin: update syscall list by Mike Frysinger · 13 years ago
  48. 96e1f48 linux: add new EHWPOISON errno by Mike Frysinger · 13 years ago
  49. 9004e12 linux/ioctlent: unify them all by Mike Frysinger · 14 years ago
  50. 6ae37bf ppc, s390, sparc: regenerate ioctlent.h files by Dmitry V. Levin · 14 years ago
  51. ff5c42a Remove redundant ioctlent.h files by Dmitry V. Levin · 14 years ago
  52. 609b58c ioctlsort: sync with ioctl_lookup() by Dmitry V. Levin · 14 years ago
  53. a6ca968 Remove obsolete .cvsignore files by Dmitry V. Levin · 14 years ago
  54. f72418c ioctlsort: zero pad ioctl codes to 4 places by Mike Frysinger · 14 years ago
  55. 7bab9fc Add TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries by Dmitry V. Levin · 14 years ago
  56. 2bc744d Fix flags of fallocate sysentries by Dmitry V. Levin · 14 years ago
  57. b9839ef Add TRACE_DESC flag to epoll_create* sysentries by Dmitry V. Levin · 14 years ago
  58. 1e43961 Add TRACE_DESC flag to fgetxattr, flistxattr, and fremovexattr sysentries by Dmitry V. Levin · 14 years ago
  59. 612e092 Add TRACE_FILE flag to swapoff sysentries by Dmitry V. Levin · 14 years ago
  60. fdbe3c5 Add TRACE_DESC flag to fadvise64* sysentries by Dmitry V. Levin · 14 years ago
  61. bde8033 Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries by Dmitry V. Levin · 14 years ago
  62. b2eaa8d Do not initialize native_scno on platforms with only one personality by Dmitry V. Levin · 14 years ago
  63. e51a87c Add LOOP_* ioctls defined in linux/loop.h by Dmitry V. Levin · 14 years ago
  64. 330a895 linux/sparc: move to common syscall.h by Mike Frysinger · 14 years ago
  65. e44a4a2 sparc: add new funcs to syscall.h by Mike Frysinger · 14 years ago
  66. 71a78bc sparc: punt unused syscall.h.2 by Mike Frysinger · 14 years ago
  67. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 14 years ago
  68. 62d0428 * linux/*/syscallent.h: Fix typo in sys_newfstatat syscall flags. by Dmitry V. Levin · 14 years ago
  69. ae6a5f7 Blackfin: update ioctl list by Mike Frysinger · 14 years ago
  70. 4dd5432 Fix stat64 decoding on mips by Dmitry V. Levin · 14 years ago
  71. e9e3d70 Update linux/*/syscallent.h files to match Linux kernel v2.6.37 by Dmitry V. Levin · 14 years ago
  72. 4eb1b51 Update linux/ioctlent.h by Dmitry V. Levin · 14 years ago
  73. ebc2f28 Add HDIO_* ioctls defined in linux/hdreg.h by Dmitry V. Levin · 14 years ago
  74. d64184f sh: Add entry for not-multiplexed accept4 by Carmelo AMOROSO · 14 years ago
  75. 9b977d1 sh: Add entries for not-multiplexed socket calls by Carmelo AMOROSO · 14 years ago
  76. f8e5650 sh: Add support for tracing sys_cacheflush system call by Carmelo AMOROSO · 14 years ago
  77. 336a35f Update linux/hppa/syscallent.h to match Linux kernel v2.6.35 by Dmitry V. Levin · 14 years ago
  78. 260e571 Blackfin: decode new syscalls by Mike Frysinger · 14 years ago
  79. 1b30f4b * linux/ioctlent.sh: Search a few non-exported paths. by Mike Frysinger · 14 years ago
  80. ffd2b30 Correct get/set_robust_list syscall numbers for powerpc by Neil Campbell · 14 years ago
  81. 670f511 Update Linux MIPS syscalls to match 2.6.35-rc6+ by David Daney · 14 years ago
  82. 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 14 years ago
  83. b7915d1 linux/sparc: add missing syscall declarations by Frederik Schüler · 14 years ago
  84. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  85. 5874322 Decode TLS syscalls on m68k by Andreas Schwab · 14 years ago
  86. 394f60c Fix s390 system call table list by Heiko Carstens · 14 years ago
  87. ae4db5e Update linux/ioctlent.h by Dmitry V. Levin · 14 years ago
  88. 6230039 Update linux/*/syscallent.h files to match Linux kernel v2.6.33 by Dmitry V. Levin · 14 years ago
  89. 0873f29 Decode recvmmsg syscall by Andreas Schwab · 15 years ago
  90. bab8940 Hook up inotify_init1 open mode flags printer by Mark Wielaard · 15 years ago
  91. c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
  92. fdc4559 Decode fifth argument of mremap syscall by Dmitry V. Levin · 15 years ago
  93. 5078770 Move i386-specific files out of common linux dir by Mike Frysinger · 15 years ago
  94. fe94953 Decode fallocate on PowerPC by Andreas Schwab · 15 years ago
  95. d45f0a6 Correct decoding of readahead and fadvice64(_64) on PowerPC by Andreas Schwab · 15 years ago
  96. 8bfc23e Add sys_nanosleep() prototype for sparc by Mike Frysinger · 15 years ago
  97. e90cc74 Blackfin: Update ioctl/syscall lists by Mike Frysinger · 15 years ago
  98. b065daa ioctlsort: Check ppc hosts too by Mike Frysinger · 15 years ago
  99. 0fda1c5 Fix build on ia64 by Andreas Schwab · 15 years ago
  100. 1dc2061 * linux/hppa/syscallent.h: Update syscalls. by Carlos O'Donell · 15 years ago