]> granicus.if.org Git - strace/shortlog
strace
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
2014-12-04 Dmitry V. LevinMove capget and capset parsers to a separate file
2014-12-03 Dmitry V. LevinMove sysctl parser to a separate file
2014-12-03 Dmitry V. Levinmips: move sysmips parser to a separate file
2014-12-03 Dmitry V. Levinor1k: move or1k_atomic parser to a separate file
2014-12-02 Dmitry V. LevinAlias sys_setdomainname to sys_sethostname
2014-12-02 Dmitry V. LevinAlias sys_getpeername to sys_getsockname
2014-12-02 Dmitry V. LevinAlias sys_stime to sys_time
2014-12-02 Dmitry V. LevinRemove unused sys_mctl
2014-12-01 Dmitry V. LevinAlias sys_mkdir and sys_mkdirat to sys_chmod and sys_fc...
2014-12-01 Dmitry V. LevinRemove unused <sys/acl.h> based code
2014-12-01 Dmitry V. LevinRemove unused <sys/asynch.h> based code
2014-11-27 Masatake YAMATOPrint protocol name of socket descriptors with -yy...
2014-11-21 Dmitry V. LevinReplace MAXPATHLEN with PATH_MAX
2014-11-21 Mike FrysingerDecode FIFREEZE/FITHAW/FITRIM ioctls
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-11-21 Dmitry V. LevinConsistently use C99 designated initializers in the...
2014-11-20 Mike FrysingerDecode open's O_TMPFILE
2014-11-11 Helge Dellerhppa: update error codes and signal numbers
2014-11-11 Thomas De Schampheleirestack trace support: fix check on symbol name presence
2014-11-11 Masatake YAMATOtests: add a test for decoding and dumping of recvmmsg...
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-11 Masatake YAMATOUse the definition of struct mmsghdr if it is defined...
2014-11-11 Masatake YAMATOIntroduce a separate function to copy from msghdr32...
2014-11-11 Dmitry V. Levinioctlsort: rewrite build rules using noinst_PROGRAMS
2014-11-11 Lubomir RintelMakefile.am: look for ioctl definitions in the kernel...
2014-11-04 Lubomir RintelDump details for Bluetooth socket operations
2014-11-04 Philippe De... Implement Video4Linux video-input ioctls decoder
2014-11-04 Dmitry V. LevinUpdate ioctl entries
2014-11-04 Dmitry V. LevinRemove ioctl header file names from the executable
2014-11-04 Dmitry V. LevinFilter out redundant ioctl entries early
2014-11-03 Dmitry V. Levinioctlent.sh: update the list of directories exported...
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-31 Maarten ter... Include <linux/ptrace.h> regardless of <sys/reg.h>...
2014-10-31 Dmitry V. Levinsock: decode SIOCSIFNAME on entering syscall
2014-10-31 Mike Frysingersock: fix decoding of SIOCSIFNAME
2014-10-31 Mike Frysingersock: fix decoding of struct ifreq.ifr_name
2014-10-03 Elliott HughesDon't risk truncating open flags by using mode_t
2014-09-29 Dmitry V. LevinEnhance sysinfo decoding
2014-09-29 Dmitry V. LevinMove sysinfo parser to a separate file
2014-09-29 Dmitry V. LevinFix build with musl libc
2014-09-23 Dmitry V. Levintests: cleanup checks for basic programs
2014-09-23 Dmitry V. Levintests: add a test for -yy option
2014-09-22 Dmitry V. LevinMove statfs related parsers to a separate file
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
2014-09-21 Dmitry V. Levinfsmagic: update from <linux/magic.h>
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
next