]> granicus.if.org Git - strace/history - syscall.c
mem: decode hugetlb page size in mmap flags
[strace] / syscall.c
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...
2016-12-19 Eugene SyromyatnikovIntroduce current_klongsize in addition to current_wordsize
2016-12-18 Dmitry V. LevinChange scno type from long to unsigned long
2016-12-18 Dmitry V. LevinLowercase SCNO_IN_RANGE and SCNO_IS_VALID
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-12-05 Dmitry V. LevinRewrite remaining qual_* parsers using bit sets
2016-12-05 Dmitry V. LevinChange qual_vec/qual_fault into static fixed size arrays
2016-12-05 Dmitry V. LevinRewrite qual_signal using bit sets
2016-12-05 Dmitry V. LevinRewrite qual_desc using bit sets
2016-12-01 Dmitry V. Levinsyscall_name: clear __X32_SYSCALL_BIT from syscall...
2016-12-01 Eugene SyromyatnikovPrint syscall names only for defined syscalls
2016-11-30 Dmitry V. Levinsyscall: Simplify strip_prefix
2016-11-30 Dmitry V. Levindumpio: remove useless check
2016-11-29 Dmitry V. LevinFix dumping of io syscalls when descriptor argument...
2016-11-29 Dmitry V. LevinFix meaning of negated sets in fault expressions
2016-11-27 Dmitry V. LevinSet PTRACE_O_TRACEEXIT option and handle PTRACE_EVENT_E...
2016-11-26 Dmitry V. LevinRestrain from fault injection while the trace executes...
2016-11-26 Dmitry V. LevinMove two global flags to tracee scope
2016-11-26 Dmitry V. LevinTreat execveat as an execve family syscall
2016-11-25 Dmitry V. LevinChange parser of fault expressions to conform the docum...
2016-11-24 Dmitry V. LevinSimplify parse_fault_expression
2016-11-18 Dmitry V. LevinFix signame usage in qual_signal
2016-11-17 Dmitry V. LevinMake -e fault= expressions cumulative
2016-11-16 Dmitry V. LevinImplement syscall fault injection
2016-11-16 Dmitry V. LevinIntroduce string_to_uint_ex and string_to_uint_upto...
2016-11-16 Dmitry V. LevinSplit qual_syscall into separate functions
2016-11-13 Dmitry V. Levinsyscall.c: refactor getregs_old fallback in get_regs
2016-11-12 Dmitry V. Levinsyscall.c: factor out ptrace_getregs from get_regs
2016-11-12 Dmitry V. Levinsyscall.c: rename get_regset to ptrace_getregset
2016-11-12 Dmitry V. Levinsyscall.c: introduce reallocate_vec function
2016-11-12 Dmitry V. LevinFix prototypes of qual_desc, qual_signal, and qual_sysc...
2016-10-28 Eugene SyromyatnikovImplement dumping of mq_timedsend and mq_timedreceive...
2016-10-03 Dmitry V. Levinx86_64: fix is_negated_errno for x32 personality
2016-10-03 Dmitry V. LevinUse err_name, print unrecognized errno values as numbers
2016-10-03 Eugene SyromyatnikovAdd function for getting errno string
2016-10-03 Dmitry V. Levinstruct tcb: change the type of u_error field from int...
2016-09-30 Dmitry V. LevinEnhance -e abbrev=set, -e raw=set, and -e verbose=set
2016-09-28 Dmitry V. Levinmips o32: implement fetching the 7th subcall argument
2016-08-09 Dmitry V. LevinMake sure that tcp->s_ent and tcp->s_prev_ent do not...
2016-08-09 Dmitry V. LevinFix decoding of invalid syscalls mapped to indirect...
2016-08-03 Dmitry V. LevinFix printing of mode_t, umode_t, and umask types
2016-07-26 Dmitry V. LevinFix one more code pattern that might break gcc strict...
2016-07-26 Dmitry V. LevinFix casts of ptrace's third argument
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-07-20 Dmitry V. LevinFix corner cases of socketcall syscall
2016-07-18 Patrik JakobssonAdd private data field to struct tcb
2016-06-17 Dmitry V. LevinIntroduce HAVE_STRUCT_TCB_EXT_ARG macro
2016-06-14 Elvira KhabirovaRemove UNDEFINED_SCNO
2016-06-14 Elvira KhabirovaMove printargs* functions to util.c
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-03-31 Dmitry V. LevinImplement dumping of preadv and pwritev syscalls
2016-02-14 Dmitry V. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-02-14 Dmitry V. LevinChange printargs_lu and printargs_ld to return RVAL_DECODED
2016-02-14 Dmitry V. LevinImplement dumping of vmsplice syscall
next