2015-08-27 |
Dmitry V. Levin | tests: fix match_diff usage |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Dmitry V. Levin | build: fix -I options |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | aio: rewrite from libaio.h to linux/aio_abi.h |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | Fix multiple personalities support in parser of io_subm... |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | tests: fix build on systems that lack O_CLOEXEC definition |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | tests: fix build on systems that lack AT_FDCWD definition |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | Fix printing of io_getevents first argument |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Mike Frysinger | decode extend getsockopt/setsockopt options |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | Fix build on systems that lack VIDIOC_CREATE_BUFS defin... |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Dmitry V. Levin | Fix build on systems that lack EM_ARM/EM_OPENRISC defin... |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Dmitry V. Levin | Fix build on systems that lack UBI_IOCVOLCRBLK/UBI_IOCV... |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Dmitry V. Levin | Fix build on systems that lack O_CLOEXEC definition |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Elvira Khabirova | printsiginfo.c: fix integer conversions |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Dmitry V. Levin | Fix decoding of times syscall return value |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Elvira Khabirova | mq.c: remove repeated code |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Elvira Khabirova | ipc_msg.c: fix multiple personalities support in msgrcv... |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Elvira Khabirova | ipc.c: split into separate files |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Elvira Khabirova | .gitignore: add sen.h and sys_func.h |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | tests: add sendfile.test and sendfile64.test |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | sendfile: decode file offset both on entering and exiti... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | io.c: move sendfile parsers to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | Make printnum_* functions return boolean status |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | mips: print _MIPS_SIM in configure.ac for debug purposes |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | xtensa: fix several syscall entries |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Dmitry V. Levin | ia64: fix syscall numbers for set_robust_list, get_robu... |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Dmitry V. Levin | tests: add a test for get_robust_list and set_robust_li... |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Dmitry V. Levin | Simplify printing of get_robust_list first argument |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Elvira Khabirova | Fix io_setup first argument printing |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Dmitry V. Levin | Fix printing tracee's long integers |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Dmitry V. Levin | Fix time syscall decoding for some personalities |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Mike Frysinger | signal: SIGSYS: decode si_syscall & si_arch fields |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Elvira Khabirova | ipc.c: remove unnecesarry #ifdef IPC_64 |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Elvira Khabirova | resource.c: move times parser to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Elvira Khabirova | sysctl.c: remove KERN_JAVA_* defines handling |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Elvira Khabirova | sysinfo.c: remove obsolete code |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Gleb Fotengauer... | tests: add readlink.test and readlinkat.test |
commit | commitdiff | tree | snapshot |
2015-08-09 |
Dmitry V. Levin | Print nanoseconds along with seconds in stat family... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | signalfd4: fix flags decoding |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | signalfd, signalfd4: mark return code with RVAL_FD... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | signal.c: move signalfd parsers to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | perf_event_open: mark return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | pipe, pipe2, socketpair: print returned descriptors... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | socket: mark return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Dmitry V. Levin | timerfd, timerfd_create: mark return code with RVAL_FD... |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | inotify_init1: mark return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | fanotify_init: mark return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | Fix epoll_create syscall decoding |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | epoll_create1: mark return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | epoll_create1: fix pathtrace support |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Dmitry V. Levin | epoll_create1: fix flags decoding |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | desc.c: move epoll parsers to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | eventfd2: fix flags decoding |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | eventfd: print first argument as unsigned int |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | Mark eventfd return code with RVAL_FD flag |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | desc.c: move eventfd parsers to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | Update PERF_FLAG_* constants |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | desc.c: move perf_event_open parser to a separate file |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Elvira Khabirova | time.c: remove obsolete code from adjtimex parser |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Elvira Khabirova | ipc.c: move fallback definitions of msg, sem, and shm... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | tests/ppoll: replace SIGABRT with SIGHUP |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Dmitry V. Levin | decode_poll_exiting: reserve more space in output buffer |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | Cleanup poll/ppoll decoders |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | poll: print timeout argument as int |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | stream.c: move poll and ppoll parsers to a separate... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | Assume that <poll.h> is available |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | tests: add oldselect.test |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Elvira Khabirova | Fix oldselect decoding on 64-bit architectures |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Dmitry V. Levin | net.c: use printaddr |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Denys Vlasenko | net.c: recvfrom fixes |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Elliott Hughes | prctl: decode Android-specific PR_SET_VMA |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Dmitry V. Levin | mips: fix stub files |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Dmitry V. Levin | tests/bpf: fix build with incompatibly old linux/bpf... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Dmitry V. Levin | Implement sched_getattr and sched_setattr syscalls... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Dmitry V. Levin | Implement memfd_create syscall decoding |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Elliott Hughes | Fix builds where HAVE_MQUEUE_H isn't defined |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Dmitry V. Levin | tests/restart_syscall: skip if nanosleep looks uninterr... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Dmitry V. Levin | Implement execveat syscall decoding |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Dmitry V. Levin | execve: fix support of personalities with different... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Dmitry V. Levin | Implement bpf syscall decoding |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Dmitry V. Levin | prctl: fix decoding of unrecognized commands |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Dmitry V. Levin | Macroize -m32/-mx32 configure checks |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Dmitry V. Levin | tests/uid: import uid overflow check from tests/uid16 |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | sh64: fix inotify_{add,rm}_watch syscall entries |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | microblaze: fix several syscall entries |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | hppa: fix several syscall entries |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | ia64: fix getpagesize syscall entry |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | avr32: fix fstatat64 syscall entry |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | alpha: fix 2 dummy osf syscall entries |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | alpha, arm, ia64, mips, sh64: fix semop syscall entries |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | m68k: fix getpagesize decoding |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | tests/ip_mreq: skip if basic setsockopt operations... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | tests: use -lpthread instead of -pthread |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | mips o32: fix utimensat syscall entry |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | linux/mips/syscallent-compat.h: use designated initializers |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Dmitry V. Levin | linux/mips/syscallent-compat.h: fix initalization of... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Dmitry V. Levin | Remove unused parsers of getmsg and putmsg |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Dmitry V. Levin | sigreturn: make use of RVAL_DECODED |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Dmitry V. Levin | or1k_atomic.c: make use of RVAL_DECODED |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Dmitry V. Levin | Update openat parser for the RVAL_DECODED change |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Dmitry V. Levin | bjm.c: make use of RVAL_DECODED |
commit | commitdiff | tree | snapshot |
next |