]> granicus.if.org Git - strace/shortlog
strace
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2011-03-03 Sebastian PippingPrint shutdown(2) modes as SHUT_* constants
2011-03-03 Sebastian PippingFix decoding of inotify_init1() flags
2011-03-03 Dmitry V. LevinFix struct xlat initialization bugs
2011-03-03 Dmitry V. Levintests: avoid SIGPIPE
2011-03-01 Mike Frysingertests: do not make missing /usr/bin/time a failure
2011-02-27 Dmitry V. LevinGenerate an xz tar archive of the distribution
2011-02-27 Dmitry V. LevinUse "make check" in debian/rules and strace.spec
2011-02-27 Dmitry V. LevinImplement two basic "strace -f" tests
2011-02-26 Dmitry V. Levinppc, s390, sparc: regenerate ioctlent.h files
2011-02-26 Dmitry V. LevinRemove redundant ioctlent.h files
2011-02-25 Dmitry V. Levinioctlsort: sync with ioctl_lookup()
2011-02-25 Dmitry V. LevinRemove obsolete .cvsignore files
2011-02-25 Dmitry V. LevinIgnore generated intermediate header files
2011-02-24 Dmitry V. LevinGenerate much of the CREDITS file from git log
2011-02-23 Dmitry V. Levinsparc: fix compilation warning
2011-02-23 Dmitry V. LevinUpdate the list of files that must be distributed
2011-02-23 Dmitry V. LevinFix compilation warning reported by gcc -Wunused-but...
2011-02-22 Mike Frysingerioctlsort: zero pad ioctl codes to 4 places
2011-02-22 Mike FrysingerUpdate mount flags to latest linux
2011-02-22 Dmitry V. LevinSync debian/changelog and strace.spec with packages
2011-02-20 Dmitry V. LevinAdd TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries
2011-02-20 Dmitry V. LevinFix flags of fallocate sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to epoll_create* sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to fgetxattr, flistxattr, and fremo...
2011-02-20 Dmitry V. LevinAdd TRACE_FILE flag to swapoff sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to fadvise64* sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries
2011-02-20 Dmitry V. LevinDo not initialize native_scno on platforms with only...
2011-02-20 Dmitry V. LevinAdd LOOP_* ioctls defined in linux/loop.h
2011-02-19 Dmitry V. LevinFix PTRACE_GETEVENTMSG usage and enhance test_ptrace_se...
2011-02-19 Mike Frysingerlinux/sparc: move to common syscall.h
2011-02-19 Mike Frysingersparc: add new funcs to syscall.h
2011-02-19 Mike Frysingersparc: punt unused syscall.h.2
2011-02-19 Dmitry V. LevinFix raw exit_group(2) decoding
2011-02-18 Dmitry V. LevinOptimize known_scno()
2011-02-18 Dmitry V. Levin* process.c (internal_exit) [IA64]: Remove redundant...
2011-02-09 Dmitry V. LevinFix biarch support in IO dumping
2011-02-09 Dmitry V. LevinSimplify tprintf() declaration
2011-02-05 Dmitry V. Levin* defs.h (SYSCALL_NEVER_FAILS): Fix typo.
2011-01-19 Dmitry V. LevinFix decoding of get[ug]id, gete[ug]id and setfs[ug...
2011-01-19 Dmitry V. Levin* linux/*/syscallent.h: Fix typo in sys_newfstatat...
2011-01-18 Mike FrysingerBlackfin: update ioctl list
2011-01-17 Dmitry V. LevinFix stat64 decoding on mips
2011-01-17 Dmitry V. LevinUpdate linux/*/syscallent.h files to match Linux kernel...
2011-01-16 Dmitry V. Levinblock.c: cleanup
2011-01-15 Dmitry V. LevinAdd block ioctl support
2011-01-14 Holger Hans... Parse SOL_SCTP socket options
2011-01-14 Holger Hans... * net.c (socketlayers): Add more SOL_* constants from...
2011-01-14 Dmitry V. Levinstrace.1: fix misleading italics
2011-01-14 Dmitry V. LevinUpdate linux/ioctlent.h
2011-01-14 Dmitry V. LevinAdd HDIO_* ioctls defined in linux/hdreg.h
2011-01-13 Dmitry V. LevinTest PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along...
2011-01-10 Dmitry V. Levin* net.c (protocols): Add more IPPROTO_* constants defin...
2011-01-10 Holger Hans... * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP...
2011-01-10 Carmelo AMOROSOsh: Add entry for not-multiplexed accept4
2010-12-14 Carmelo AMOROSOsh: Add entries for not-multiplexed socket calls
2010-12-14 Carmelo AMOROSOsh: Fix compilation warning in do_pipe due to missing...
2010-12-14 Dmitry V. LevinFix build on uClibc
2010-12-07 Dmitry V. LevinFix strace -f -o '|command' hangup
2010-12-03 Dmitry V. LevinOutput diagnostics to stderr
2010-12-03 Dmitry V. LevinRecognize more clone flags
2010-12-03 Dmitry V. LevinDecode struct ucred for getsockopt SO_PEERCRED
2010-12-03 Carmelo AMOROSOsh: Add support for tracing sys_cacheflush system call
2010-11-30 Dmitry V. LevinCleanup test_ptrace_setoptions()
2010-11-30 Wang ChaoHandle followfork using ptrace_setoptions if available
2010-11-30 Wang ChaoTest how PTRACE_SETOPTIONS support works
2010-09-17 Dmitry V. LevinEnable support for less verbose build rules
2010-09-17 Wang ChaoDo not trace children cloned with CLONE_UNTRACED flag
2010-09-17 Dmitry V. LevinUpdate the list of CLOCK_* constants to match Linux...
2010-09-16 Dmitry V. LevinUpdate linux/hppa/syscallent.h to match Linux kernel...
2010-09-15 Dmitry V. LevinPass less information to qualify_one and qual_*
2010-09-15 Wang ChaoFix -e option with only one value in qualifier statement
2010-09-15 Mike FrysingerFix off_t/rlim_t size checks when cross-compiling
2010-09-15 Mike FrysingerFix long long little endian detection when cross-compiling
2010-09-15 Mike FrysingerBlackfin: decode new syscalls
2010-09-15 Mike Frysinger* linux/ioctlent.sh: Search a few non-exported paths.
2010-09-15 Roland McGrathClean up pid2tcb usage
2010-09-09 Dmitry V. LevinTurn on more compiler warnings
2010-09-09 Dmitry V. LevinImport warnings.m4 from gnulib
2010-09-09 Dmitry V. LevinSplit acinclude.m4
2010-09-09 Dmitry V. Levin* process.c (sys_waitid): Remove unused variable.
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-09-04 Wang ChaoFix printing clone flags
2010-08-28 Wang ChaoDrop nclone_detached and related flags
2010-08-09 Neil CampbellCorrect get/set_robust_list syscall numbers for powerpc
2010-08-09 Wang ChaoHandle CLONE_PARENT flag
2010-08-09 Wang ChaoFix error when judging if process has children
2010-08-09 Wang ChaoForbid using mutually exclusive options -D and -p together
2010-08-05 David DaneyUpdate Linux MIPS syscalls to match 2.6.35-rc6+
2010-08-05 Edgar E. IglesiasAdd support for the MicroBlaze architecture
2010-08-05 Frederik Schülerlinux/sparc: add missing syscall declarations
2010-07-17 Andreas SchwabHandle biarch get/setrlimit
2010-07-13 Andreas SchwabAdd biarch support for powerpc64
2010-07-09 Andreas SchwabBalance braces
2010-07-06 Andreas SchwabRemove extern declaration at file scope
2010-06-24 Andreas SchwabDocument -C/-D
2010-06-13 Roland McGrathFix sourceforge download URL.
2010-06-05 Andreas SchwabM68K: Fix fetching syscall arguments
2010-05-28 Andreas SchwabDecode TLS syscalls on m68k
next