]> granicus.if.org Git - strace/history - linux
travis: add x86 musl
[strace] / linux /
2016-09-05 Dmitry V. Levinsh64: wire up new syscalls
2016-09-02 Dmitry V. Levinsh: wire up new syscalls
2016-09-05 Dmitry V. Levinavr32: wire up preadv2 and pwritev2 syscalls
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-24 Dmitry V. LevinMove redefinition of stat types to asm_stat.h
2016-08-24 Dmitry V. Levinx86_64: provide a replacement of <asm/stat.h> for x32...
2016-08-24 Dmitry V. Levinx32/asm_stat.h: provide definitions for i386 personality
2016-08-23 Dmitry V. LevinIntroduce a separate SEN entry for fstatat64 syscall
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-21 Dmitry V. Levinsparc64: fix sigreturn decoding for sparc personality
2016-08-18 Dmitry V. Levinsparc64: fix sparc personality decoding of mmap64's...
2016-08-16 Dmitry V. Levinsparc64: fix sign extension bug of syscall args for...
2016-08-16 Dmitry V. Levinsparc64: fix tty ioctl numbers
2016-08-14 Dmitry V. Levinpowerpc64, sparc64: fix redefinitions of ARCH_PC_REG
2016-08-14 Dmitry V. Levins390x, x32: remove redundant definitions of ARCH_PC_REG
2016-08-12 Dmitry V. Levinsparc64: fix decoding of uid and gid-related syscalls
2016-08-09 Dmitry V. Levinfile.c: move definitions of struct stat32 to separate...
2016-08-08 Dmitry V. Levinlinux/subcall.h: remove redundant definitions
2016-08-08 Dmitry V. Levinsparc64: swap personality numbers
2016-08-05 Dmitry V. Levinlinux: add #include guards
2016-07-28 Dmitry V. Levinlinux/dummy_check.sh: remove obsolete script
2016-07-28 Dmitry V. LevinConsistently use extended regular expressions where...
2016-07-26 Dmitry V. LevinFix casts of ptrace's third argument
2016-07-25 Dmitry V. Levinx32: fix syscall entries for x86_64 variants of io_setu...
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-07-20 Dmitry V. LevinFix corner cases of socketcall syscall
2016-07-12 Dmitry V. LevinUpdate generic ioctl entries from linux 4.7
2016-07-12 Gleb Fotengauer... x32: update ioctl entries from linux 4.7
2016-05-24 Gleb Fotengauer... x32: update ioctl entries from linux 4.6
2016-05-18 Fabien SironAdd netlink domain sockets support to socketutils
2016-05-18 Dmitry V. LevinUpdate generic ioctl entries from linux 4.6
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-04-29 Dmitry V. LevinRemove initialization of big holes in syscallent.h...
2016-04-25 Dmitry V. Levinalpha: decode osf_statfs64 and osf_fstatfs64 syscalls
2016-04-20 Dmitry V. Levinhppa: rename ECANCELLED to ECANCELED
2016-04-20 Dmitry V. LevinRemove parser of unimplemented timerfd syscall
2016-04-20 Dmitry V. Levinmips o32, powerpc, powerpc64: fix decoding of iopl...
2016-04-20 Dmitry V. Levinalpha: fix decoding of shmat syscall
2016-03-29 Dmitry V. Levinavr32: wire up copy_file_range syscall
2016-03-27 Dmitry V. LevinUpdate generic ioctl entries from linux 4.5
2016-02-21 Dmitry V. Levinhppa: wire up copy_file_range syscall
2016-02-20 Dmitry V. Levinmips: wire up copy_file_range syscall
2016-02-14 Dmitry V. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-13 Dmitry V. LevinFix numbers of syscall arguments in syscall tables
2016-02-13 Dmitry V. Levins390: decode fadvise64 and fadvise64_64
2016-02-13 Dmitry V. Levinmips n64: use the most optimal parser for fadvise64...
2016-02-13 Dmitry V. Levinia64: decode fstatfs64 and statfs64
2016-02-13 Dmitry V. Levinalpha, ia64, mips, sh, sh64: fix the number of pipe...
2016-02-13 Dmitry V. Levinavr32: wire up missing syscalls
2016-01-13 Dmitry V. Levins390, s390x: fix printing of syscalls unknown to the...
2016-01-13 Dmitry V. Levins390, s390x: print all syscall arguments for syscall...
2016-01-13 Dmitry V. Levinmips o32: alias sys_syscall to printargs
2016-01-12 Dmitry V. Levins390: fix sigreturn decoding on recent kernels
2016-01-10 Dmitry V. Levinavr32: wire up accept4 syscall
2016-01-09 Dmitry V. Levinsparc64: fix names of {s,g}etres{u,g}id syscalls
2016-01-09 Dmitry V. Levinsparc64: remove sparc32 syscall entries
2016-01-09 Dmitry V. Levinsparc: remove sparc64 syscall entries
2016-01-09 Dmitry V. Levinsparc64: clone syscallent.h from sparc
2016-01-09 Dmitry V. Levinsparc: fix mlock2 sysentry, wire up bind, listen, and...
2016-01-09 Dmitry V. Levinalpha: enhance decoding of getxpid, getxuid, and getxgi...
2016-01-08 Dmitry V. Levinalpha: alias getdtablesize to printargs
2015-12-29 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for getpid, getppid and...
2015-12-29 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for umask syscall
2015-12-27 Dmitry V. Levinalpha, ia64, mips, nios2, powerpc, sparc: always check...
2015-12-25 Dmitry V. Levinsh, sh64: fix syscall flags in several syscall entries
2015-12-25 Dmitry V. LevinSet SYSCALL_NEVER_FAILS flag for personality syscall
2015-12-24 Dmitry V. Levinarc, metag, nios2, or1k, tile: fix build
2015-12-18 Dmitry V. Levinia64: wire up mlock2 syscall
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-16 Szabolcs NagyFix SYS_FUNC and SEN macros for musl
2015-12-11 Dmitry V. Levinaarch64: make arm registers unsigned
2015-12-09 Dmitry V. Levinia64: print all ia32 syscalls using printargs
2015-12-09 Dmitry V. LevinFix build on architectures for which arch_sigreturn...
2015-12-09 Dmitry V. Levinaarch64: swap 64-bit and 32-bit personalities
2015-12-08 Dmitry V. Levinmips: fix fadvise64 syscall entries
2015-12-08 Dmitry V. Levinxtensa: wire up syncfs syscall
2015-12-08 Dmitry V. Levinsh, sh64: fix syscall entries
2015-12-08 Dmitry V. Levinpowerpc, powerpc64: wire up mlock2 syscall
2015-12-08 Dmitry V. Levinhppa: fix syscall entries
2015-12-08 Dmitry V. Levinavr32: update syscall entries
2015-12-08 Dmitry V. Levinm68k: fix syscall names
2015-12-08 Dmitry V. Levinsparc: update syscall names
2015-12-08 Dmitry V. Levinpowerpc, powerpc64: update syscall names
2015-12-08 Dmitry V. Levinalpha: update syscall entries
2015-12-08 Dmitry V. LevinFix mmap syscall entries
2015-12-08 Dmitry V. LevinFix select and _newselect syscall entries
2015-12-08 Dmitry V. LevinFix exit syscall entries
2015-12-08 Dmitry V. LevinFix pread64 and pwrite64 syscall entries
2015-12-08 Dmitry V. Levinia64: fix remap_file_pages syscall entry
2015-12-08 Dmitry V. Levinbfin, i386: remove sysentry for nonexistent security...
2015-12-08 Dmitry V. LevinMove x32 <asm/stat.h> replacement to x32 specific directory
2015-12-07 Dmitry V. Levinavr32: fix umount2 syscall entry
2015-12-04 Elvira Khabirovafcntl: create a separate parser for fcntl64 syscall
2015-12-04 Dmitry V. Levinx86_64, x32: add a replacement for <asm/stat.h>
2015-12-04 Dmitry V. LevinAdd a wrapper around <asm/stat.h>
2015-12-01 Dmitry V. Levinalpha, ppc, sh, sh64: fix fstatat64 syscall entries
2015-12-01 Dmitry V. Levinppc64: clone syscallent.h from ppc
2015-11-30 Dmitry V. Levinx86_64: change getregs_old to forward ptrace return...
2015-11-30 Dmitry V. LevinCleanup print_pc
next