]> granicus.if.org Git - strace/history - strace.c
Always compile sys_prctl parser
[strace] / strace.c
2014-11-21 Dmitry V. LevinReplace MAXPATHLEN with PATH_MAX
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-08-08 Dmitry V. LevinPrepare for -yy option support
2014-06-18 Dmitry V. LevinDocument -k option as experimental
2014-06-03 Dmitry V. LevinWarn about flags that have no effect with -c
2014-05-30 Masatake YAMATOunwind: call unwind_tcb_fin before printing detached...
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: delete mmap cache in free_libunwind_ui
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2014-04-10 Denys VlasenkoMake int3 example in comments more cut-n-pastable
2014-02-26 Dmitry V. LevinFix build with Bionic libc
2013-11-12 Dmitry V. LevinStop using _LFS64_LARGEFILE
2013-07-12 Anton Blanchardpowerpc: fix iflag build issue (static -> extern)
2013-07-10 Denys VlasenkoPTRACE_SEIZE can set ptrace options immediately, use...
2013-07-08 Denys VlasenkoIf -o|logger is in use, exit trace loop if nprocs ...
2013-07-08 Denys VlasenkoExit trace loop if got ECHILD, not if nprocs == 0.
2013-07-04 Denys VlasenkoAdd paranoia check before passing a long to pid2tcb...
2013-07-02 Denys VlasenkoIn debug output, show waitpid status with 6 hex digits...
2013-07-02 Denys VlasenkoReplace suspicious popen_pid assignment with an obvious...
2013-07-01 Denys VlasenkoConvert trace() from returning int to returning void
2013-07-01 Denys VlasenkoRemove ia64-specific printing of current address on...
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Denys VlasenkoIn -f mode, do not assume that new pid is stopped ...
2013-06-26 Denys VlasenkoSet strace_child only in the right branch
2013-06-26 Denys VlasenkoGet rid of TCB_INUSE and TCB_STRACE_CHILD
2013-06-21 Denys VlasenkoFix debug output of wait4 result (was reusing buf[...
2013-06-21 Denys VlasenkoShow PTRACE_EVENT_STOP correctly in debug output
2013-06-21 Denys VlasenkoPanic a bit less when we see an unknown pid
2013-06-21 Denys Vlasenkodetach(): Reorganize code. Logic is the same.
2013-06-21 Denys VlasenkoEat pending SIGSTOP _before_ PTRACE_DETACH in detach()
2013-06-20 Denys Vlasenkodetach(): warn if we see ECHILD from waitpid
2013-06-20 Denys VlasenkoImprove error messages in detach()
2013-06-20 Denys VlasenkoRemove workarounds for ancient kernels lacking __WALL
2013-06-20 Denys VlasenkoUSE_SEIZE: fix detaching from stopped processes
2013-06-18 Denys VlasenkoCleanups. No logic changes.
2013-05-28 Dmitry V. LevinDo not suppress signal delivery messages with -qq
2013-05-14 Dmitry V. LevinNOMMU: do not hide startup syscalls unless in -D mode
2013-05-14 Dmitry V. LevinMake -D mode work when the Yama LSM is enabled
2013-05-14 Denys VlasenkoHide startup syscalls.
2013-05-13 Daniel P. BerrangeAllow -q to be repeated for very quiet output
2013-03-21 Dmitry V. LevinUse 64-bit versions of stat, readdir and setrlimit...
2013-03-05 Denys VlasenkoRemove variable tracing_paths and check in pathtrace_match
2013-03-05 Denys VlasenkoUse dynamically-sized selected[] array for -P PATH
2013-02-27 Denys VlasenkoMake -b take SYSCALL param, document it in --help and...
2013-02-26 Denys VlasenkoMass replace error_msg("%s", "literal") -> error_msg...
2013-02-26 Denys VlasenkoAssorted NOMMU fixes
2013-02-26 Denys VlasenkoShorten help text - no need to show deprecated option -F
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-19 Denys VlasenkoFix NOMMU + daemonized tracer SEGV
2013-02-19 Denys VlasenkoMake it possible to to do test builds for NOMMU archite...
2013-02-14 Denys Vlasenko[X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to...
2013-02-06 Denys VlasenkoShortcut tests for fork/exec syscalls
2013-02-05 Denys VlasenkoOptimize out PTRACE_PEEKUSER with -i
2012-09-28 Dmitry V. LevinUse perror_msg instead of perror
2012-09-13 Denys VlasenkoTrivial fixes, no code changes.
2012-08-24 Dmitry V. LevinAlways check setreuid return code
2012-07-12 Dmitry V. LevinClose pipe and wait for the pipe process termination
2012-07-10 Denys VlasenkoEnable usage of PTRACE_SEIZE
2012-05-15 Denys VlasenkoRemove outdated comment about suspending new tracees
2012-05-14 Dmitry V. LevinFix kernel release string parsing
2012-04-16 Denys VlasenkoAdd custom (faster) vfprintf implementation (disabled...
2012-04-16 Denys VlasenkoTrivial speed optimization
2012-04-05 Mike FrysingerFix indefinite hang on no-mmu systems
2012-03-26 Denys VlasenkoRemove unreachable code
2012-03-26 Denys VlasenkoTweak help text and manpage (added -In to manpage)
2012-03-25 Dmitry V. LevinRobustify parsing of numbers from strings
2012-03-22 Denys VlasenkoSimplify current tcp switching and current column handling
2012-03-22 Denys VlasenkoMake threaded execve handling code more reabable and...
2012-03-21 Denys VlasenkoShow "+++ exited..." with -C
2012-03-21 Denys VlasenkoReplace reprinting decision logic
2012-03-21 Denys VlasenkoReport some ptrace failures; nuke tcp->ptrace_errno
2012-03-20 Denys VlasenkoMake ptrace_restart() static. No code changes
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-16 Denys VlasenkoRemove another "interrupt to quit" message
2012-03-16 Denys VlasenkoFix "strace -oFILE -ff -p<nonexistant_pid>" behavior
2012-03-16 Denys VlasenkoMake alloc_tcb and droptcb static. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Denys VlasenkoSimplify SIGCHLD handler setting
2012-03-15 Denys VlasenkoWhen reporting signals, use short signal names (SIGfoo...
2012-03-15 Denys VlasenkoFix lame kernel version checking code
2012-03-15 Denys VlasenkoExperimental support for "detach on execve" feature
2012-03-15 Denys VlasenkoSimple fixes.
2012-03-15 Denys VlasenkoRemove extra include directives. No code changes.
2012-03-15 Denys VlasenkoTidy up order of includes; make bool variables explicit.
2012-03-13 Denys VlasenkoLess ugly debug display of ptrace events
2012-03-13 Denys VlasenkoFix logging for "strace -o FILE -ff test/threaded_execv...
2012-03-12 Denys VlasenkoTreat -ff without -o FILE as single -f
2012-03-12 Denys VlasenkoStyle fix. No code changes
2012-03-12 Denys VlasenkoReduce stack usage by ~0.5k
2012-03-12 Denys VlasenkoPreparatory cosmetic changes for the next commit
2012-03-09 Denys VlasenkoTrivial simplification
2012-03-09 Denys VlasenkoDon't consider PROG to be our child in "strace -D PROG...
2012-03-09 Denys VlasenkoFix the case where we try to detach unattached processes
2012-03-09 Denys VlasenkoCall PTRACE_CONT with addr=0
2012-03-09 Denys VlasenkoFix PID prefix printing in "strace -oLOG -ff -p1 -p2...
2012-03-09 Denys VlasenkoAllow -p PID to take comma or whitespace-separated...
2012-03-08 Denys VlasenkoTrivial tweaks to error messages
next