]> granicus.if.org Git - strace/history - util.c
Remove getarg_klu
[strace] / util.c
2016-12-26 Dmitry V. LevinRemove getarg_klu
2016-12-26 Dmitry V. LevinRemove printaddr_klu
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. Levinvm_read_mem: detect address truncation
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-26 Dmitry V. Levinumove*: remove redundant casts
2016-12-25 Dmitry V. Levindumpiov_upto: change size types from unsigned long...
2016-12-25 Dmitry V. Levinprintstr*: change len argument type from long to kernel...
2016-12-25 Dmitry V. Levinprintstr_ex: fix decoding of non-NUL-terminated strings...
2016-12-25 Dmitry V. Levindump*: change address argument type from long to kernel...
2016-12-25 Dmitry V. Levinprintnum_*, printpair_*: change address argument type...
2016-12-25 Dmitry V. Levinprintpath*: change address argument type from long...
2016-12-25 Dmitry V. Levinprintstr*: change address argument type from long to...
2016-12-25 Dmitry V. Levinumove*: change tracee address argument type from long...
2016-12-24 Dmitry V. Levindumpiov_upto: cast pointers to kernel_ureg_t instead...
2016-12-23 Dmitry V. Levinprint_array: change tracee address type from unsigned...
2016-12-23 Dmitry V. LevinRename LONG_LONG to ULONG_LONG and change it to return...
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-19 Dmitry V. LevinRemove getarg_ll
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-17 Eugene Syromyatnikovutil: simplify definitions of bit mask constants in...
2016-11-30 Dmitry V. Levinutil: fix integer overflow check in string_to_uint_ex
2016-11-29 Elvira KhabirovaMake date output format conform to ISO 8601
2016-11-29 Eugene Syromyatnikovutil: provide information whether xlat value has been...
2016-11-29 Eugene Syromyatnikovutil: check dflt argument for NULL in printxvals
2016-11-27 Dmitry V. LevinChange printargs to return RVAL_DECODED
2016-11-20 Dmitry V. Levinprintstr_ex: fix handling of last byte when QUOTE_0_TER...
2016-11-19 Dmitry V. Levinprintstr_ex: handle QUOTE_0_TERMINATED bit consistently
2016-11-19 Dmitry V. LevinCleanup fetch part of printstr_ex
2016-11-16 Dmitry V. LevinIntroduce string_to_uint_ex and string_to_uint_upto...
2016-11-10 Eugene Syromyatnikovutil: add support for QUOTE_0_TERMINATED in user_style...
2016-10-30 Eugene Syromyatnikovutil: add printing helper for sorted xlat arrays
2016-10-28 Dmitry V. LevinAdd printaddr_ull, change printaddr into a thin wrapper...
2016-10-28 Eugene SyromyatnikovMove umoven_or_printaddr_ignore_syserror to util.c
2016-10-03 Eugene SyromyatnikovAdd printstr_ex which allows for providing user quotati...
2016-10-03 Eugene Syromyatnikovutil: add quote_string flag signalising that string...
2016-09-28 Eugene Syromyatnikovutil: add getarg_ll and getarg_ull functions
2016-08-21 Eugene SyromyatnikovMove SH-specific argument number calculation to getllval
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-20 Dmitry V. Levinx32, mips n32: make printargs print full 64-bit syscall...
2016-07-07 Fabien SironAdd a general netlink socket parser
2016-07-03 Dmitry V. Levinmsghdr.c: limit output when printing excessively large...
2016-06-19 Fabien SironMake getfdproto return enum instead of string
2016-06-17 Dmitry V. LevinIntroduce HAVE_STRUCT_TCB_EXT_ARG macro
2016-06-14 Elvira KhabirovaMove printargs* functions to util.c
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-05-15 Dmitry V. LevinRename sprintflags64 to sprintflags.
2016-05-14 Dmitry V. LevinRename xlookup64 to xlookup
2016-05-07 Dmitry V. LevinRemove unused functions
2016-05-07 Dmitry V. LevinIntroduce print_array function for consistent decoding...
2016-04-28 Dmitry V. LevinIntroduce printflags64 function
2016-04-28 Dmitry V. LevinIntroduce sprintflags64 function
2016-04-28 Dmitry V. Levinprintxvals: change type of integer argument to uint64_t
2016-04-28 Dmitry V. Levinxlat_search: change type of integer argument to uint64_t
2016-04-28 Dmitry V. LevinIntroduce xlookup64 function
2016-04-28 Dmitry V. Levinaddflags: change type of integer argument to uint64_t
2016-02-09 Dmitry V. LevinIntroduce libstrace.a for potentially conditional compi...
2016-02-03 Dmitry V. LevinImplement caching of print_sockaddr_by_inode
2016-01-23 Dmitry V. LevinMove fallback -yy socket print from printfd to print_so...
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2016-01-19 Dmitry V. LevinReplace u_int{8,16,32,64} with uint{8,16,32,64}
2015-11-26 Dmitry V. Levinx86_64: fix x32 personality support in getllval
2015-11-16 Dmitry V. Levinsprintflags: skip zero flags
2015-11-16 Mike Frysingerprintflags: handle empty xlats
2015-09-15 Dmitry V. LevinAdd a new helper function umove_ulong_array_or_printaddr
2015-09-14 Dmitry V. LevinRename umove_long_or_printaddr to umove_ulong_or_printaddr
2015-08-26 Dmitry V. LevinFix multiple personalities support in parser of io_subm...
2015-08-26 Mike Frysingerdecode extend getsockopt/setsockopt options
2015-08-19 Dmitry V. LevinMake printnum_* functions return boolean status
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-14 Dmitry V. Levinumoven_or_printaddr: do not fetch data if not in verbos...
2015-07-14 Dmitry V. LevinChange printnum_* printers to honor syserror
2015-07-09 Dmitry V. LevinAdd several generic integer pairs printing functions
2015-07-09 Dmitry V. LevinAdd two generic integer printing functions
2015-07-09 Dmitry V. LevinAdd address printing functions
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-05-25 Dmitry V. LevinConsistently print OOM diagnostic messages
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-03-31 Dmitry V. Levinumovestr: read chunks of memory up to pagesize at a...
2015-03-31 Dmitry V. Levinumovestr: fix short read bug
2015-03-31 Dmitry V. LevinWhen process_vm_readv fails with EPERM, try PTRACE_PEEKDATA
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-28 Dmitry V. Levinbuild: include ptrace.h after regs.h
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-01-26 Dmitry V. Levinprintfd: quote pathnames
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2015-01-08 Dmitry V. LevinFix printing of time_t values set in the distant future
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-15 Dmitry V. Levinutil.c: move printuid to uid.c
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-11 Dmitry V. LevinExport sprinttime
next