1. d079fb1 ipc_msg.c: fix multiple personalities support in msgrcv ipc subcall by Elvira Khabirova · 9 years ago
  2. c01ad06 ipc.c: split into separate files by Elvira Khabirova · 9 years ago
  3. af86bd5 .gitignore: add sen.h and sys_func.h by Elvira Khabirova · 9 years ago
  4. 4918285 tests: add sendfile.test and sendfile64.test by Dmitry V. Levin · 9 years ago
  5. 22f8b27 sendfile: decode file offset both on entering and exiting syscall by Dmitry V. Levin · 9 years ago
  6. ac2e728 io.c: move sendfile parsers to a separate file by Dmitry V. Levin · 9 years ago
  7. d77f669 Make printnum_* functions return boolean status by Dmitry V. Levin · 9 years ago
  8. 6684b68 mips: print _MIPS_SIM in configure.ac for debug purposes by Dmitry V. Levin · 9 years ago
  9. daae8f9 xtensa: fix several syscall entries by Dmitry V. Levin · 9 years ago
  10. 9f1eb12 ia64: fix syscall numbers for set_robust_list, get_robust_list, and splice syscalls by Dmitry V. Levin · 9 years ago
  11. 41b9fac tests: add a test for get_robust_list and set_robust_list decoding by Dmitry V. Levin · 9 years ago
  12. fe50316 Simplify printing of get_robust_list first argument by Dmitry V. Levin · 9 years ago
  13. afac9f0 Fix io_setup first argument printing by Elvira Khabirova · 9 years ago
  14. 2479ef0 Fix printing tracee's long integers by Dmitry V. Levin · 9 years ago
  15. f9b455c Fix time syscall decoding for some personalities by Dmitry V. Levin · 9 years ago
  16. d2eaf67 signal: SIGSYS: decode si_syscall & si_arch fields by Mike Frysinger · 9 years ago
  17. 4d2c8a2 ipc.c: remove unnecesarry #ifdef IPC_64 by Elvira Khabirova · 9 years ago
  18. 254ff1e resource.c: move times parser to a separate file by Elvira Khabirova · 9 years ago
  19. f1bb639 sysctl.c: remove KERN_JAVA_* defines handling by Elvira Khabirova · 9 years ago
  20. 3a58e46 sysinfo.c: remove obsolete code by Elvira Khabirova · 9 years ago
  21. 3af6aab tests: add readlink.test and readlinkat.test by Gleb Fotengauer-Malinovskiy · 9 years ago
  22. 525eed3 Print nanoseconds along with seconds in stat family syscalls by Dmitry V. Levin · 9 years ago
  23. 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 9 years ago
  24. 9e8a84f signalfd, signalfd4: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  25. 2307d5c signal.c: move signalfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  26. 57823c6 perf_event_open: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  27. 2a4f052 pipe, pipe2, socketpair: print returned descriptors using printfd by Dmitry V. Levin · 9 years ago
  28. 3d463be socket: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  29. 07c878a timerfd, timerfd_create: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  30. 323d912 inotify_init1: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  31. 5d22f07 fanotify_init: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  32. baaa41c Fix epoll_create syscall decoding by Dmitry V. Levin · 9 years ago
  33. 7b378e6 epoll_create1: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  34. 2716346 epoll_create1: fix pathtrace support by Dmitry V. Levin · 9 years ago
  35. bf62c1b epoll_create1: fix flags decoding by Dmitry V. Levin · 9 years ago
  36. aba868c desc.c: move epoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  37. c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 9 years ago
  38. 00cc350 eventfd: print first argument as unsigned int by Dmitry V. Levin · 9 years ago
  39. ede0c48 Mark eventfd return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  40. 28471d1 desc.c: move eventfd parsers to a separate file by Dmitry V. Levin · 9 years ago
  41. 73a4fa4 Update PERF_FLAG_* constants by Dmitry V. Levin · 9 years ago
  42. 0d60cf7 desc.c: move perf_event_open parser to a separate file by Dmitry V. Levin · 9 years ago
  43. 2c217fd time.c: remove obsolete code from adjtimex parser by Elvira Khabirova · 9 years ago
  44. f9ce39d ipc.c: move fallback definitions of msg, sem, and shm constants to xlat/ by Elvira Khabirova · 9 years ago
  45. 0c0453a tests/ppoll: replace SIGABRT with SIGHUP by Dmitry V. Levin · 9 years ago
  46. 3b9d315 decode_poll_exiting: reserve more space in output buffer by Dmitry V. Levin · 9 years ago
  47. d9fb450 Cleanup poll/ppoll decoders by Dmitry V. Levin · 9 years ago
  48. c18b002 poll: print timeout argument as int by Dmitry V. Levin · 9 years ago
  49. 811bda6 stream.c: move poll and ppoll parsers to a separate file by Dmitry V. Levin · 9 years ago
  50. 80d5e01 Assume that <poll.h> is available by Dmitry V. Levin · 9 years ago
  51. ea7ef93 tests: add oldselect.test by Dmitry V. Levin · 9 years ago
  52. c44df3e Fix oldselect decoding on 64-bit architectures by Elvira Khabirova · 9 years ago
  53. 52dc150 net.c: use printaddr by Dmitry V. Levin · 9 years ago
  54. 383386d net.c: recvfrom fixes by Denys Vlasenko · 9 years ago
  55. 1d246ce prctl: decode Android-specific PR_SET_VMA by Elliott Hughes · 9 years ago
  56. 0e4b1f2 mips: fix stub files by Dmitry V. Levin · 9 years ago
  57. 4e3ded3 tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc by Dmitry V. Levin · 9 years ago
  58. 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 9 years ago
  59. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  60. e465343 Fix builds where HAVE_MQUEUE_H isn't defined by Elliott Hughes · 9 years ago
  61. afa10d8 tests/restart_syscall: skip if nanosleep looks uninterrupted by Dmitry V. Levin · 9 years ago
  62. 7c22101 Implement execveat syscall decoding by Dmitry V. Levin · 9 years ago
  63. 4ff687b execve: fix support of personalities with different word size by Dmitry V. Levin · 9 years ago
  64. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  65. 3691562 prctl: fix decoding of unrecognized commands by Dmitry V. Levin · 9 years ago
  66. f8b4913 Macroize -m32/-mx32 configure checks by Dmitry V. Levin · 9 years ago
  67. 04fcb99 tests/uid: import uid overflow check from tests/uid16 by Dmitry V. Levin · 9 years ago
  68. ae61067 sh64: fix inotify_{add,rm}_watch syscall entries by Dmitry V. Levin · 9 years ago
  69. 1e0efbb microblaze: fix several syscall entries by Dmitry V. Levin · 9 years ago
  70. be547c1 hppa: fix several syscall entries by Dmitry V. Levin · 9 years ago
  71. d00eb1f ia64: fix getpagesize syscall entry by Dmitry V. Levin · 9 years ago
  72. 76c9f0e avr32: fix fstatat64 syscall entry by Dmitry V. Levin · 9 years ago
  73. ecabdcf alpha: fix 2 dummy osf syscall entries by Dmitry V. Levin · 9 years ago
  74. 82841f7 alpha, arm, ia64, mips, sh64: fix semop syscall entries by Dmitry V. Levin · 9 years ago
  75. ece9ce6 m68k: fix getpagesize decoding by Dmitry V. Levin · 9 years ago
  76. f1548d9 tests/ip_mreq: skip if basic setsockopt operations fail by Dmitry V. Levin · 9 years ago
  77. 95eaf19 tests: use -lpthread instead of -pthread by Dmitry V. Levin · 9 years ago
  78. ce93bbd mips o32: fix utimensat syscall entry by Dmitry V. Levin · 9 years ago
  79. ba8b955 linux/mips/syscallent-compat.h: use designated initializers by Dmitry V. Levin · 9 years ago
  80. a3eb3b4 linux/mips/syscallent-compat.h: fix initalization of empty entries by Dmitry V. Levin · 9 years ago
  81. 716fb20 Remove unused parsers of getmsg and putmsg by Dmitry V. Levin · 9 years ago
  82. fa6c087 sigreturn: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  83. eebb561 or1k_atomic.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  84. 57ae04e Update openat parser for the RVAL_DECODED change by Dmitry V. Levin · 9 years ago
  85. d9e8792 bjm.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  86. 0b2eabe access.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  87. 8aa2a81 affinity.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  88. a52375f affinity.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  89. 07eaf50 aio.c: enhance io_* syscalls decoding by Dmitry V. Levin · 9 years ago
  90. 4b6fc98 cacheflush.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  91. bb16ee1 cacheflush.c: use printaddr by Dmitry V. Levin · 9 years ago
  92. ff33aac capability.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  93. c70da7c capability.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  94. 474083a chdir.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  95. a4d4572 chmod.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  96. 10e407d clone.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  97. cbabaf9 Alias sys_epoll_create to printargs_ld by Dmitry V. Levin · 9 years ago
  98. df0c18c desc.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  99. e6019fd desc.c: do not use xmalloc, use umove_or_printaddr and printaddr by Dmitry V. Levin · 9 years ago
  100. d4b3f6a xlat/epollctls.in: add default values by Dmitry V. Levin · 9 years ago