]> granicus.if.org Git - strace/shortlog
strace
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
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
next