]> granicus.if.org Git - strace/history - util.c
tests: fix expected output in strace-tt.test
[strace] / util.c
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
2014-11-27 Masatake YAMATOPrint protocol name of socket descriptors with -yy...
2014-11-21 Dmitry V. LevinReplace MAXPATHLEN with PATH_MAX
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-10-31 Maarten ter HuurneInclude <linux/ptrace.h> regardless of <sys/reg.h>...
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
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-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-05-29 Dmitry V. LevinConstify tv_* functions
2014-05-12 Dmitry V. LevinAlias sys_vfork to sys_fork
2014-04-17 Dmitry V. LevinFix preadv/pwritev offset decoding
2013-12-31 Mike FrysingerDelete old PTRACE_{PEEK,POKE}USR logic
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-09-26 Ali PolatelWork around conflict between <sys/ptrace.h> and <linux...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-05-06 Dmitry V. LevinARM OABI: fix 64-bit arguments decoding
2013-05-06 Mike Frysingerprintllval: fix 64bit unpacking on mips/o32 and xtensa
2013-05-04 Dmitry V. Levinprintxval: support more architectures
2013-05-04 Mike FrysingerFix building for sparc64 targets
2013-05-04 Mike FrysingerFix building for mips n64 targets
2013-05-03 Dmitry V. Levinarm, aarch64, ppc: fix printllval-based decoders
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
next