]> granicus.if.org Git - strace/shortlog
strace
2015-07-02 Dmitry V. LevinMove ioctl syscall parser to ioctl.c
2015-07-02 Dmitry V. Levinioctl: remove obsolete registry of ioctl characters
2015-06-30 Dmitry V. LevinFix filtering of <unavailable> syscalls
2015-06-30 Dmitry V. LevinFix -qq option in conjunction with -o option
2015-06-30 Dmitry V. Levinxtensa: wire up new syscalls
2015-06-30 Dmitry V. Levinbfin: wire up new syscalls
2015-06-30 Dmitry V. Levinalpha: wire up new syscalls
2015-06-17 Dmitry V. Levintests: skip stat32 test if struct stat is defined incor...
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-06-17 Dmitry V. Levinxattr: move fallback definitions of xattr flags to...
2015-06-17 Dmitry V. Levinlink: move fallback definitions of AT_* constants to...
2015-06-17 Dmitry V. Levinnet: move fallback definitions of SOL_* constants to...
2015-06-17 Dmitry V. Levinfutex: move fallback definitions of futex constants...
2015-06-17 Dmitry V. Levinclone: move definitions of cloning flags to xlat/
2015-06-16 Dmitry V. LevinUpdate mount flags constants
2015-06-16 Dmitry V. Levinmount: update parser to match kernel behaviour
2015-06-16 Dmitry V. Levinmount: robustify MS_MGC_VAL decoding
2015-06-08 Dmitry V. Levinnet: decode setsockopt() multicast arguments
2015-06-08 Dmitry V. LevinUpdate IPV6 socket options constants
2015-06-05 Dmitry V. Levinnet: factor out interface index printing code
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
2015-05-25 Dmitry V. LevinConsistently print OOM diagnostic messages
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-05-21 Dmitry V. LevinFix ioctl entries on 32-bit architectures with 64-bit...
2015-05-21 Dmitry V. Levinmaint: make linux/kvm.h parseable on arm
2015-05-21 Philippe De... v4l2: add decoding for VIDIOC_S_CROP's arg
2015-05-19 Ezequiel GarciaAdd support for Altera's Nios-II softcore architecture
2015-05-19 Philippe De... v4l2: VIDIOC_CROPCAP: add missing braces around arg...
2015-05-19 Dmitry V. Levinmaint: avoid effects of locale when sorting files
2015-04-18 Philippe De... v4l2: add decoding for VIDIOC_CREATE_BUFS's arg.
2015-04-17 Dmitry V. Levinmips o32: decode indirect syscall
2015-04-14 Dmitry V. Levindebian: add gawk to Build-Depends
2015-04-14 Dmitry V. Levintests: fix bexecve.test for the case of mixed personalities
2015-04-07 Dmitry V. Levintests: add a test for "resuming interrupted nanosleep"
2015-04-07 Dmitry V. Levintests: strip executable bit from *.expected files
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-04-07 Denys VlasenkoFix confusing "resuming interrupted unknown" message
2015-04-07 Dmitry V. Levintests: workaround old gawk versions that do not provide...
2015-04-06 Dmitry V. Levintests: rewrite umovestr2.test without using grep
2015-03-31 Dmitry V. LevinCleanup process_vm_writev syscall decoding
2015-03-31 Dmitry V. Levinumovestr: read chunks of memory up to pagesize at a...
2015-03-31 Dmitry V. Levinumovestr: fix short read bug
2015-03-31 Dmitry V. LevinWhen process_vm_readv fails with EPERM, try PTRACE_PEEKDATA
2015-03-30 Dmitry V. LevinUse macros for gcc attributes
2015-03-30 Dmitry V. LevinIntroduce macros for gcc attributes
2015-03-28 Felix JandaInclude <linux/ioctl.h> for _IOC_* macros
2015-03-28 Felix JandaInclude <sys/stat.h> for S_I* macros
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-27 Dmitry V. LevinUpdate siginfo_t constants
2015-03-26 Dmitry V. Levinsignal.c: move sigaltstack parser to a separate file
2015-03-25 Denys VlasenkoMove sparc64 get_scno() code where it belongs
2015-03-25 Denys Vlasenkosparc: rename personality 2 files to personality 1
2015-03-25 Denys Vlasenkosparc: delete personality 1
2015-03-24 Denys Vlasenkoqemu_multiarch_testing/*: make it easier to do debug...
2015-03-24 Denys Vlasenkosparc: fix v4.10-25-g8497b62 fallout
2015-03-24 Dmitry V. Levinget_scno: add diagnostics for invalid syscall numbers
2015-03-24 Dmitry V. Levinarm: fix v4.10-25-g8497b62 fallout
2015-03-24 Dmitry V. Levinmips: fix pipe syscall decoding
2015-03-23 Dmitry V. Levinsigreturn.c: split arch specific code into separate...
2015-03-23 Dmitry V. Levinsyscall.c: split arch specific code into separate arch...
2015-03-23 Dmitry V. Levinsyscall.c: prepare for the split
2015-03-23 Dmitry V. LevinMove get_regs error check from trace_syscall_entering...
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-22 Dmitry V. Levindecode_socket_subcall: fetch all arguments with a singl...
2015-03-21 Denys VlasenkoNew test: test/many_looping_threads.c
2015-03-21 Denys Vlasenkotest/.gitignore: add missing test targets
2015-03-21 Denys VlasenkoTrivial optimization in sys_sigreturn()
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-03-21 Denys VlasenkoRemove unused struct tcb::inst field
2015-03-21 Denys Vlasenkotest/Makefile: add missing test targets
2015-03-21 Denys VlasenkoMove the comment about termination logic where it belongs
2015-03-21 Denys Vlasenkostartup_tcb() never fails, remove code which checks...
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-03-20 Dmitry V. Levintests: add a test for mmap/mprotect/munmap decoding
2015-03-20 Dmitry V. Levinsparc, sparc64: fix decoding of mmap2
2015-03-19 Dmitry V. Levintests: add a test for SECCOMP_MODE_FILTER decoding
2015-03-18 Dmitry V. Levintests: factor out common awk code
2015-03-18 Dmitry V. Levintests: skip netlink based tests when resources are...
2015-03-18 Dmitry V. Levinaarch64, arm: decode extra padded compat struct statfs64
2015-03-18 Dmitry V. Levintests: factor out common shell code to functions
2015-03-18 Elliott HughesShow f_flags field in printstatfs
2015-03-16 Dmitry V. Levintests/uid*: use fchown* instead of chown*
2015-03-16 Dmitry V. Levinstat64-v.test: add newfstatat syscall support
2015-03-16 Andreas Schwabaarch64: properly decode generic syscalls
2015-03-16 Andreas Schwabtests: verify that all patterns match
2015-03-16 Dmitry V. LevinFix stat64 st_[acm]time decoding for personalities...
2015-03-16 Dmitry V. Levinsemctl: fix indirect syscall decoding
2015-03-16 Andreas Schwabtests/ipc_*: match IPC_64 flag
2015-03-16 Andreas SchwabFix crash in ipc_sem test
2015-03-16 Andreas Schwabm68k: fix sigreturn decoding
2015-03-16 Andreas Schwabaarch64: fix ioctl decoding
2015-03-12 Andreas Schwabtests/select.test: handle architectures using pselect6...
2015-03-12 Andreas SchwabDistribute linux/aarch64/arch_regs.h
2015-03-12 Andreas SchwabFix decoding of mmap2 for arm
2015-03-12 Andreas Schwabm68k: define HAVE_SA_RESTORER
2015-03-11 Dmitry V. Levinaarch64: fix rt_sigreturn decoding
2015-03-09 Dmitry V. Levinmaint: post-release administrivia
2015-03-06 Dmitry V. LevinPrepare for 4.10 release v4.10
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-03-05 Dmitry V. Levinia64: use PTRACE_GETREGS to fetch registers
next