]> granicus.if.org Git - strace/history - syscall.c
tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.c
[strace] / syscall.c
2018-05-25 Eugene Syromyatnikovsyscall.c: unify error value printing
2018-05-22 Dmitry V. LevinSimplify errnoent and signalent
2018-05-08 Eugene SyromyatnikovRemove some duplicate fallback definitions
2018-05-03 Masatake YAMATOmmap_notify: rename the macro for tracking memory mapping
2018-05-03 Masatake YAMATOmmap_cache: use the mmap_notify subsystem
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-05 Masatake YAMATOunwind: rename public functions in an object-oriented...
2018-04-04 Eugene Syromyatnikovsyscall.c: dump write I/O even if error is returned
2018-03-29 Dmitry V. LevinRemove RVAL_PRINT_ERR_VAL
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-03-29 Eugene SyromyatnikovImplement injection of negative return values
2018-03-28 Dmitry V. LevinMove delay interface from defs.h to delay.h
2018-03-28 Dmitry V. LevinTurn struct inject_data.rval into an index
2018-03-22 Elvira KhabirovaImplement delay injection
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: add function to enable mmap_cache
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-12 Eugene Syromyatnikovsyscall.c: parse return code second time after injecting
2018-02-11 Dmitry V. LevinInclude <sys/ptrace.h> early
2018-02-11 Dmitry V. LevinInclude <limits.h> instead of <sys/param.h>
2018-02-10 Eugene Syromyatnikovsyscall.c: warn if tampering failed
2018-02-10 Eugene Syromyatnikovsyscall.c: set errno if syscall is tampered
2018-02-10 Eugene SyromyatnikovDo not shuffle scno inside syscall_name
2018-02-10 Eugene SyromyatnikovMake shuffle_scno globally available
2018-02-10 Eugene Syromyatnikovsyscall.c: use shuffle_scno in syscall_name
2018-02-09 Eugene SyromyatnikovMove shuffle_scno() invocation to get_scno
2018-02-09 Eugene SyromyatnikovMove shuffle_scno to arch-specific file
2018-02-09 Eugene SyromyatnikovPrint unknown syscall number in hexadecimal
2018-02-07 Eugene Syromyatnikovsyscall.c: print higher bits of syscall return value...
2018-01-25 Eugene SyromyatnikovWorkaround stray PTRACE_EVENT_EXEC
2018-01-21 Dmitry V. LevinReplace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
2018-01-16 Eugene Syromyatnikovsyscall.c: add ability to set personality based on...
2018-01-16 Eugene Syromyatnikovsyscall.c: add sanity check for the target personality...
2018-01-16 Eugene Syromyatnikovsyscall.c: move current_personality check to set_person...
2018-01-16 Eugene Syromyatnikovsyscall.c: always update tcp->currpers in update_person...
2018-01-11 Eugene SyromyatnikovIssue a warning when strace lacks tracee personality...
2018-01-08 Eugene Syromyatnikovsyscall.c: add support for printing return value and...
2018-01-07 Eugene SyromiatnikovAdd tcp argument to clear_regs
2018-01-07 Elvira KhabirovaMove syscall_tampered to defs.h
2018-01-07 Dmitry V. Levinsyscall.c: use xsprintf instead of sprintf
2018-01-05 Victor KrapivenskyMove personality names to a global variable
2018-01-03 Eugene SyromiatnikovChange the first argument of upeek from pid to tcp
2018-01-03 Eugene SyromiatnikovChange argument of getregs_old from pid to tcp
2017-12-24 Dmitry V. Levinsyscall: move a sparc specific include to an arch speci...
2017-12-24 Dmitry V. Levinsyscall: move all ia64 specific includes to an arch...
2017-12-24 Dmitry V. Levinsyscall: simplify get_syscall_result
2017-12-24 Dmitry V. Levinsyscall: change get_regs argument type
2017-12-24 Dmitry V. Levinsyscall: move get_regs call from syscall_exiting_decode...
2017-12-24 Dmitry V. Levinsyscall: rework subcall decoding on mips o32
2017-12-24 Dmitry V. Levinsyscall: tweak shuffle_scno ifdefery
2017-12-24 Dmitry V. Levinsyscall: change get_regs to return an error code
2017-12-20 Harsha Sharmasyscall: replace if (debug_flag) ... with debug_msg...
2017-08-28 Dmitry V. LevinAdd "flags" field to struct inject_data
2017-08-28 Dmitry V. LevinMove inject data of struct inject_opts to inject_data...
2017-08-28 Eugene Syromyatnikovsyscall.c: define personality names for all multi-perso...
2017-08-27 Eugene Syromyatnikovsyscall: use spaces in tile personality names, de-dupli...
2017-08-24 Nikolay MarchukAdd macros for testing QUAL_* flags
2017-08-22 Dmitry V. LevinHide struct number_set implementation details from...
2017-08-22 Dmitry V. LevinMove number_set interface to separate files
2017-08-07 Edgar KaziakhmedovMove sysent shorthand notations to separate files
2017-07-14 Lazar TrsicMove is_negated_errno() to new header negated_errno.h
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-17 Dmitry V. LevinFix a few misspellings in comments
2017-06-05 Victor Krapivenskysyscall.c: split trace_syscall() into 6 functions
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-21 Eugene SyromyatnikovImplement -e trace=%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%lstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%statfs option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstatfs option
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%sched option"
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%clock option"
2017-04-11 Dmitry V. Levintrace_syscall_exiting: do not call get_regs for filtere...
2017-04-11 Dmitry V. LevinDelay get_regs invocation
2017-04-11 Dmitry V. Levinget_regs: guard against subsequent invocations
2017-04-11 Dmitry V. Levinsyscall: move definitions of automatic variables closer...
2017-04-07 Abhishek TiwariImplement -e trace=%statfs option
2017-04-06 Rishi BhattImplement -e trace=%clock option
2017-03-05 Eugene SyromyatnikovImplement -e trace=%sched option for tracing sched_...
2017-02-17 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2017-02-09 Dmitry V. LevinSimplify struct inject_opts.rval semantics
2017-02-08 Dmitry V. LevinPrepare for introduction of -e inject= option
2017-01-28 Elvira KhabirovaImplement success injection
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-28 Seraphime KirkovskiImplement signal injection
2016-12-27 Dmitry V. LevinMove NSIG ifdefery to a separate header file
2016-12-27 Dmitry V. LevinIntroduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macro
2016-12-26 Dmitry V. LevinRemove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-26 Dmitry V. Levintrace_syscall_exiting: prepare personality check for...
2016-12-25 Dmitry V. Levinupeek, upoke: change argument types from long to unsign...
2016-12-25 Dmitry V. Levinmsghdr: change register based size types from unsigned...
2016-12-21 Dmitry V. LevinRemove dumpiov wrapper
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
next