2015-03-24 |
Dmitry V. Levin | mips: fix pipe syscall decoding |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Dmitry V. Levin | sigreturn.c: split arch specific code into separate... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Dmitry V. Levin | syscall.c: split arch specific code into separate arch... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Dmitry V. Levin | syscall.c: prepare for the split |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Dmitry V. Levin | Move get_regs error check from trace_syscall_entering... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Dmitry V. Levin | alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Dmitry V. Levin | decode_socket_subcall: fetch all arguments with a singl... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | New test: test/many_looping_threads.c |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | test/.gitignore: add missing test targets |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | Trivial optimization in sys_sigreturn() |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | Change last parameter of umoven() from char* to void* |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | Remove unused struct tcb::inst field |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | test/Makefile: add missing test targets |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | Move the comment about termination logic where it belongs |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | startup_tcb() never fails, remove code which checks... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Denys Vlasenko | Show the syscall name in "resuming interrupted call... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Dmitry V. Levin | tests: add a test for mmap/mprotect/munmap decoding |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Dmitry V. Levin | sparc, sparc64: fix decoding of mmap2 |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Dmitry V. Levin | tests: add a test for SECCOMP_MODE_FILTER decoding |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Dmitry V. Levin | tests: factor out common awk code |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Dmitry V. Levin | tests: skip netlink based tests when resources are... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Dmitry V. Levin | aarch64, arm: decode extra padded compat struct statfs64 |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Dmitry V. Levin | tests: factor out common shell code to functions |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Elliott Hughes | Show f_flags field in printstatfs |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Dmitry V. Levin | tests/uid*: use fchown* instead of chown* |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Dmitry V. Levin | stat64-v.test: add newfstatat syscall support |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | aarch64: properly decode generic syscalls |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | tests: verify that all patterns match |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Dmitry V. Levin | Fix stat64 st_[acm]time decoding for personalities... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Dmitry V. Levin | semctl: fix indirect syscall decoding |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | tests/ipc_*: match IPC_64 flag |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | Fix crash in ipc_sem test |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | m68k: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Andreas Schwab | aarch64: fix ioctl decoding |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Andreas Schwab | tests/select.test: handle architectures using pselect6... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Andreas Schwab | Distribute linux/aarch64/arch_regs.h |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Andreas Schwab | Fix decoding of mmap2 for arm |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Andreas Schwab | m68k: define HAVE_SA_RESTORER |
commit | commitdiff | tree | snapshot |
2015-03-11 |
Dmitry V. Levin | aarch64: fix rt_sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Dmitry V. Levin | maint: post-release administrivia |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Dmitry V. Levin | Prepare for 4.10 release v4.10 |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Dmitry V. Levin | Move sigreturn/rt_sigreturn parser to a separate file |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | ia64: use PTRACE_GETREGS to fetch registers |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | s390, s390x: use PTRACE_GETREGSET to fetch registers |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | qemu_multiarch_testing: update |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | tests: robustify unix-yy.test |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | Use SIGRTMIN from kernel headers |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | ppc64: fix compilation warning |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | aarch64: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | i386: simplify sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dmitry V. Levin | tests: add a test for sigreturn/rt_sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | sigreturn: print signal mask as a syscall argument |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | aarch64: implement rt_sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | arm: simplify sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | s390: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | mips o32: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | x86_64, x32: implement rt_sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | sparc, sparc64: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | ppc, ppc64: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | sigreturn: issue a less innocuous warning |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | bootstrap: do not link Makefile* files |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | ia64: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Dmitry V. Levin | ia64: use generic signalent |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Giedrius Statkevičius | Document that -k is available only with libunwind |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Dmitry V. Levin | debian: update control file |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Dmitry V. Levin | debian: sync with 4.9-2 package |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Dmitry V. Levin | Add arch-specific PTRACE_* constants |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Mike Frysinger | Clarify bootstrap-vs-autoreconf usage |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Dmitry V. Levin | mips n32: fix preadv/pwritev offset decoding |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Mike Frysinger | tests: skip ipc_sem.test on broken kernels |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Mike Frysinger | tests: skip pc.test on s390 |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Mike Frysinger | tests: note the kernel configs for -yy options |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | alpha: fix -yy decoding |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | aarch64, x32: fix decoding of compat personality statfs... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | mips: fix compilation warning |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | x32: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | aarch64: add -i option support |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | ioctl: use x32 specific ioctl entries on x32 personality |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | tests/uid16: skip if real uid is larger than 16bit |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Dmitry V. Levin | tests: fix uid tests on big endian architectures |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Mike Frysinger | tests/getdents: handle older getdents calls |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | Fix multiple personalities support in decoding syscall... |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | Update generic 64-bit ioctlent from linux v3.19 |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | sparc, sparc64: fix rt_sigaction decoding |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | Fix stack buffer overflow when specified command is... |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | build: include ptrace.h after regs.h |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Dmitry V. Levin | x32: fix decoding of timeval, timespec, and timex struc... |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Mike Frysinger | tests/ipc_sem: detect broken kernels |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Dmitry V. Levin | build: do not link strace with -ldl |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Mike Frysinger | Handle broken PTRACE_EVENT_STOP values |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Mike Frysinger | bootstrap: always set up test dirs |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Mike Frysinger | Fix cross-compiling of ioctlsort |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Dmitry V. Levin | tests: robustify pc.test |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Dmitry V. Levin | tests: drop support for alternative names of select... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Dmitry V. Levin | Rename _newselect to select |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Dmitry V. Levin | sparc: sync syscall entries with kernel headers |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Dmitry V. Levin | s390, s390x: sync syscall entry names with kernel headers |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Mike Frysinger | xlat: avoid fork bombing the build system |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Dmitry V. Levin | arm: sync syscall entry names with kernel |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Dmitry V. Levin | arm: fix get_mempolicy, set_mempolicy, and timerfd_crea... |
commit | commitdiff | tree | snapshot |
next |