index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strace: further optimize unblocking of the delay signal handler
Dmitry V. Levin
2018-03-23
1
-1
/
+3
*
strace: rewrite restart error handling without sigsetjmp/siglongjmp
Dmitry V. Levin
2018-03-23
1
-16
/
+15
*
strace: do not call sigsetjmp without a delay timer
Dmitry V. Levin
2018-03-23
1
-9
/
+9
*
Implement delay injection
Elvira Khabirova
2018-03-22
1
-2
/
+118
*
Do not block handled signals in interactive mode
Dmitry V. Levin
2018-03-22
1
-40
/
+7
*
Replace struct timeval with struct timespec in time measurements
Dmitry V. Levin
2018-03-20
1
-18
/
+23
*
printleader: cleanup tflag handling
Dmitry V. Levin
2018-03-16
1
-5
/
+9
*
Optimize pid2tcb
Dmitry V. Levin
2018-03-13
1
-6
/
+14
*
Enable USE_SEIZE code unconditionally
Dmitry V. Levin
2018-03-13
1
-17
/
+1
*
Replace fopen_for_input and fopen_for_output with fopen_stream
Dmitry V. Levin
2018-02-27
1
-1
/
+1
*
Introduce mmap_cache.h
Dmitry V. Levin
2018-02-26
1
-0
/
+1
*
mmap_cache, unwind: lift up mmap_cache_delete invocation from unwind.c
Masatake YAMATO
2018-02-26
1
-0
/
+2
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
Include <sys/ptrace.h> early
Dmitry V. Levin
2018-02-11
1
-1
/
+1
*
Include <limits.h> instead of <sys/param.h>
Dmitry V. Levin
2018-02-11
1
-1
/
+1
*
Move large file-related wrappers to a separate header
Eugene Syromyatnikov
2018-02-06
1
-22
/
+1
*
Workaround stray PTRACE_EVENT_EXEC
Eugene Syromyatnikov
2018-01-25
1
-0
/
+25
*
strace.c: reset printing_tcp on print_event_exit
Eugene Syromyatnikov
2018-01-24
1
-0
/
+2
*
strace.c: print correct out file name in error messages in case of -ff
Eugene Syromyatnikov
2018-01-16
1
-6
/
+17
*
Update current_personality on tcb switch
Eugene Syromyatnikov
2018-01-16
1
-7
/
+18
*
Add indication of mpers support to strace -V output
Eugene Syromyatnikov
2018-01-11
1
-0
/
+14
*
Add indication of optional demangle feature strace -V output
Eugene Syromyatnikov
2018-01-11
1
-0
/
+3
*
Add tcp argument to clear_regs
Eugene Syromiatnikov
2018-01-07
1
-1
/
+1
*
Include paths.h if it is available
Eugene Syromiatnikov
2018-01-07
1
-0
/
+3
*
strace.c: avoid duplication of a format string in attach_tcb
Eugene Syromiatnikov
2018-01-07
1
-2
/
+3
*
strace.c: rename set_sigaction to set_sighandler
Elvira Khabirova
2018-01-07
1
-10
/
+10
*
strace.c: use xsprintf instead of sprintf
Dmitry V. Levin
2018-01-05
1
-8
/
+9
*
Lift artificial limit on output file names in -ff mode
Dmitry V. Levin
2018-01-04
1
-2
/
+5
*
Move enum trace_event into a separate header
Eugene Syromiatnikov
2018-01-04
1
-58
/
+1
*
Call get_scno during startup_tcb only for forcibly attached processes
Eugene Syromyatnikov
2018-01-03
1
-4
/
+5
*
strace.c: sort getopt switch branches alphabetically
Eugene Syromyatnikov
2018-01-01
1
-49
/
+49
*
strace.c: check for (non)zero argc instead of argv[0]
Eugene Syromyatnikov
2018-01-01
1
-5
/
+5
*
strace.c: inform the user about -F option obsolescence
Eugene Syromyatnikov
2017-12-20
1
-2
/
+9
*
strace.c: sort option arguments alphabetically
Eugene Syromyatnikov
2017-12-20
1
-5
/
+3
*
strace.c: use _exit() instead of exit() in child's die()
Eugene Syromiatnikov
2017-12-20
1
-1
/
+3
*
strace.c: use xgrowarray
Eugene Syromiatnikov
2017-12-14
1
-12
/
+11
*
strace.c: minor style fixes
Eugene Syromiatnikov
2017-12-13
1
-4
/
+5
*
strace.c: use *_func_* message printing macros where appropriate
Eugene Syromiatnikov
2017-12-13
1
-17
/
+17
*
strace.c: replace if (debug_flag) ... with suitable debug printing macros
Eugene Syromiatnikov
2017-12-13
1
-29
/
+17
*
Hide struct number_set implementation details from users
Dmitry V. Levin
2017-08-22
1
-2
/
+2
*
Move number_set interface to separate files
Dmitry V. Levin
2017-08-22
1
-0
/
+1
*
Move err/mem subroutines to separate files
Edgar Kaziakhmedov
2017-08-07
1
-78
/
+1
*
Simplify handling of unexpected tracees
Dmitry V. Levin
2017-08-06
1
-15
/
+6
*
Fix handling of unexpected tracees when PTRACE_SEIZE is not in use
Dmitry V. Levin
2017-08-06
1
-3
/
+8
*
Enhance fflush error diagnostics
Dmitry V. Levin
2017-08-06
1
-3
/
+12
*
Improve handling of unexpected tracees
Eugene Syromyatnikov
2017-08-05
1
-4
/
+12
*
Print enabled optional features in strace version output
Eugene Syromyatnikov
2017-07-31
1
-0
/
+8
*
Do not copy optarg unnecessarily
Dmitry V. Levin
2017-07-21
1
-4
/
+4
*
Fix error diagnostics in case of zero argc
Dmitry V. Levin
2017-07-02
1
-6
/
+7
*
Use program_invocation_name instead of a local progname variable
Dmitry V. Levin
2017-07-02
1
-6
/
+16
[next]