]> granicus.if.org Git - strace/shortlog
strace
2015-01-12 Dmitry V. LevinChange syscallent.h files to use designated initializers
2015-01-12 Dmitry V. LevinCreate generic 32-bit syscallent.h
2015-01-12 Dmitry V. Levintile: fix syscall entries
2015-01-12 Dmitry V. Levins390: fix fadvise64 and fadvise64_64 syscall entries
2015-01-12 Dmitry V. Levinalpha: fix fadvise64 syscall entry
2015-01-12 Dmitry V. Levintile: fix fadvise64_64 syscall entry
2015-01-12 Dmitry V. LevinFix getrlimit and ugetrlimit syscall entries
2015-01-12 Dmitry V. LevinFix umount and umount2 syscall entries
2015-01-12 Dmitry V. LevinFix sendfile64 syscall entries
2015-01-12 Dmitry V. LevinFix number of arguments in ipc family syscall entries
2015-01-12 Dmitry V. LevinCreate generic 64-bit syscallent.h
2015-01-12 Dmitry V. LevinFix nfsservctl syscall entries
2015-01-12 Dmitry V. LevinAdd missing syscall entries for sched_[gs]etattr and...
2015-01-12 Dmitry V. LevinFix NUMA related syscall entries
2015-01-12 Dmitry V. Levinxtensa: fix syscall entries
2015-01-12 Dmitry V. LevinFix sched_setparam syscall entries
2015-01-12 Dmitry V. Levinarc: fix fanotify_mark syscall entry
2015-01-12 Dmitry V. Levinia64: add fallocate syscall entry
2015-01-12 Dmitry V. LevinFix lookup_dcookie syscall entries
2015-01-12 Dmitry V. Levinaarch64: fix syscall names for statfs, fstatfs, truncat...
2015-01-12 Dmitry V. Levinaarch64: fix mlock syscall entry
2015-01-12 Dmitry V. Levinsh, sh64: fix mlock syscall entry
2015-01-12 Dmitry V. Levintile: fix swapon syscall entries
2015-01-12 Dmitry V. LevinARM EABI: reserve some space for new syscalls
2015-01-12 Dmitry V. Levinarm: rewrite shuffle_scno in a bit more readable way
2015-01-12 Dmitry V. Levintests: add tests for ipc syscalls decoding
2015-01-12 Dmitry V. LevinFix indirect ipc subcall handling
2015-01-12 Dmitry V. LevinMove socket and ipc subcall entries to subcall.h
2015-01-12 Dmitry V. Levinsh: fix typo introduced by commit v4.9-121-gd535b8b
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2015-01-09 Dmitry V. Levinv4l2: fix build on systems with older kernel headers
2015-01-09 Dmitry V. Levintests: fix build with awk that does not support switch...
2015-01-09 Dmitry V. LevinFix build on systems that lack O_CLOEXEC definition
2015-01-09 Dmitry V. LevinFix build on systems that lack NETLINK_SOCK_DIAG definition
2015-01-09 Dmitry V. LevinCleanup local copy of linux/fanotify.h
2015-01-09 Dmitry V. LevinFix "make dist" regression introduced by commit v4...
2015-01-08 Dmitry V. Levintests: fix build with fresh glibc
2015-01-08 Dmitry V. Levinioctlent.sh: handle linux/aufs_type.h properly
2015-01-08 Dmitry V. Levintests: fix distcheck
2015-01-08 Dmitry V. LevinFix printing of time_t values set in the distant future
2015-01-08 Dmitry V. LevinUse AC_CHECK_TYPES to check for struct statfs64
2015-01-08 Dmitry V. LevinUse AC_CHECK_TYPES to check for struct stat64
2015-01-08 Dmitry V. Levinfile.c: fix 32-bit stat decoding on 64-bit architectures
2015-01-08 Dmitry V. Levinsparc: reuse struct stat parser code for struct solstat...
2015-01-08 Dmitry V. Levinppc64: reuse struct stat parser code for struct stat_po...
2015-01-08 Dmitry V. Levinfile.c: group related parsers together
2015-01-08 Dmitry V. Levinfile.c: collect scattered __old_kernel_stat related...
2015-01-08 Dmitry V. LevinUse the same source code for struct stat/stat64 decoding
2015-01-08 Dmitry V. Levinx32: use generic printstat/printstat64 parsers
2015-01-08 Dmitry V. Levinx32: remove redundant definitions
2015-01-08 Dmitry V. LevinConvert do_printstat to a template function
2015-01-08 Dmitry V. Levinfile.c: prepare realprintstat for parametrization
2015-01-08 Dmitry V. Levintests: cleanup stat.test
2015-01-08 Dmitry V. Levintests: check verbose decoding of 32-bit and 64-bit...
2015-01-07 Dmitry V. LevinCleanup struct stat.st_flags decoding
2015-01-07 Dmitry V. LevinDrop struct stat.st_aclcnt and stat.st_level support
2015-01-07 Dmitry V. Levintests: fix race condition in net-accept-connect based...
2014-12-31 Mike Frysingertimerfd: update flags decoding
2014-12-29 Dmitry V. Levinsparc: fix fxstat decoding
2014-12-29 Dmitry V. Levinsparc: drop _STAT64_VER support
2014-12-29 Dmitry V. Levinsparc: remove redundant sys_lxstat
2014-12-28 Dmitry V. Levinfile.c: do not include unused headers
2014-12-27 Dmitry V. LevinCleanup UTIME_NOW/UTIME_OMIT decoding
2014-12-27 Elliott HughesFix UTIME_NOW/UTIME_OMIT decoding
2014-12-26 Dmitry V. LevinMake -yy output for inet sockets consistent with unix...
2014-12-25 Dmitry V. Levintests: robustify unix domain socket decoding test
2014-12-25 Dmitry V. Levintests: fix unix domain socket decoding availability...
2014-12-25 Masatake YAMATOtests: add a test for decoding unix domain socket addresses
2014-12-25 Masatake YAMATOSupport unix domain sockets in -yy option
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-16 Dmitry V. LevinFix decoding of getgroups, getgroups32, setgroups,...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-16 Dmitry V. Levinsh, sh64: fix uid/gid syscall entries
2014-12-16 Dmitry V. Levins390: fix uid/gid syscall entries
2014-12-16 Dmitry V. Levinsparc: fix uid/gid syscall entries
2014-12-15 Dmitry V. Levinchown.c: split into separate files
2014-12-15 Dmitry V. Levinutil.c: move printuid to uid.c
2014-12-15 Dmitry V. Levintests/uid.awk: rewrite in a more maintainable style
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-13 Dmitry V. LevinUpdate PTRACE_* constants
2014-12-13 Dmitry V. LevinUpdate SWAP_FLAG_* constants
2014-12-11 Dmitry V. LevinUpdate SCHED_* constants
2014-12-11 Dmitry V. LevinUpdate prctl PR_* constants
2014-12-11 Dmitry V. LevinAlways compile sys_prctl parser
2014-12-11 Dmitry V. Levinprocess.c: split struct_user_offsets into architecture...
2014-12-11 Dmitry V. Levinprocess.c: include less headers
2014-12-11 Dmitry V. LevinUnexport struct_user_offsets
2014-12-11 Dmitry V. Levinprocess.c: introduce XLAT_UOFF macro
2014-12-11 Dmitry V. Levinprocess.c: move sethostname and gethostname parsers...
2014-12-11 Dmitry V. Levinprocess.c: move exit parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move clone, setns, unshare, and fork parsers...
2014-12-11 Dmitry V. Levinprocess.c: move get*uid and set*uid parsers to a separa...
2014-12-11 Dmitry V. Levinprocess.c: move getgroups* and setgroups* parsers to...
2014-12-11 Dmitry V. Levinprocess.c: move execve and execv parsers to a separate...
2014-12-11 Dmitry V. Levinprocess.c: move waitpid, wait4, osf_wait4, and waitid...
2014-12-11 Dmitry V. Levinprocess.c: move uname parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move futex parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move get_robust_list parser to a separate...
2014-12-11 Dmitry V. Levinprocess.c: move sched_* parsers to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move sched_setaffinity and sched_getaffinity...
next