]> granicus.if.org Git - strace/shortlog
strace
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...
2014-12-11 Dmitry V. Levinprocess.c: move prctl and arch_prctl parsers to a separ...
2014-12-11 Dmitry V. Levinprocess.c: move getcpu parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move process_vm_readv and process_vm_writev...
2014-12-11 Dmitry V. LevinImplement decoding of fallocate FALLOC_FL_* flags
2014-12-11 Dmitry V. LevinFix decoding of renameat2 RENAME_* flags
2014-12-11 Dmitry V. Levinfile.c: move open, openat, and creat parsers to a separ...
2014-12-11 Dmitry V. Levinfile.c: move access and faccessat parsers to a separate...
2014-12-11 Dmitry V. Levinfile.c: move umask parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move lseek and llseek parsers to a separate...
2014-12-11 Dmitry V. Levinfile.c: move readahead parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move truncate, truncate64, ftruncate, and ftrun...
2014-12-11 Dmitry V. Levinfile.c: move chdir parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move link, linkat, unlinkat, and symlinkat...
2014-12-11 Dmitry V. Levinfile.c: move readlink and readlinkat parsers to a separ...
2014-12-11 Dmitry V. Levinfile.c: move renameat and renameat2 parsers to a separa...
2014-12-11 Dmitry V. Levinfile.c: move chown, fchown, and fchownat parsers to...
2014-12-11 Dmitry V. LevinExport at_flags
2014-12-11 Dmitry V. Levinfile.c: move chmod, fchmod, and fchmodat parsers to...
2014-12-11 Dmitry V. Levinfile.c: move utimes, futimesat, utimensat, and osf_utim...
2014-12-11 Dmitry V. Levinfile.c: move utime parser to a separate file
2014-12-11 Dmitry V. LevinExport sprinttime
2014-12-11 Dmitry V. Levinfile.c: move mknod, mknodat, and xmknod parsers to...
2014-12-11 Dmitry V. Levinfile.c: export sprintmode and move it to a separate...
2014-12-11 Dmitry V. Levinfile.c: move getcwd parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move *xattr parsers to a separate file
2014-12-11 Dmitry V. Levinfile.c: move fadvise64 and fadvise64_64 parsers to...
2014-12-11 Dmitry V. Levinfile.c: move sync_file_range and sync_file_range2 parse...
2014-12-11 Dmitry V. Levinfile.c: move fallocate parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move swapon parser to a separate file
2014-12-06 Dmitry V. LevinImplement full decoding of 64-bit capabilities
2014-12-06 Dmitry V. LevinMake parsers of capget and capset syscalls self-contained
2014-12-04 Dmitry V. LevinRemove system.c
2014-12-04 Dmitry V. LevinMove mount parser to a separate file
2014-12-04 Dmitry V. LevinMove umount2 parser to a separate file
2014-12-04 Dmitry V. LevinMove personality parser to a separate file
2014-12-04 Dmitry V. LevinMove syslog parser to a separate file
2014-12-04 Dmitry V. LevinMove cacheflush parser to a separate file
2014-12-04 Dmitry V. Levinbfin: move sram_alloc parser to a separate file
next