]> granicus.if.org Git - strace/history - defs.h
statfs: don't quote f_type macro names
[strace] / defs.h
2016-04-23 Dmitry V. LevinRename PRI__s64 to PRI__d64
2016-04-01 Dmitry V. LevinAdd sentinel attribute to printxvals
2016-03-31 Jeff MahoneyDefine PRI__[uxs]64 macros to print __s64 and __u64...
2016-02-14 Dmitry V. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-02-03 Dmitry V. LevinImplement caching of print_sockaddr_by_inode
2016-01-20 Dmitry V. LevinFix dumping of recvmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2016-01-02 Dmitry V. LevinMove gcc compat macros to gcc_compat.h
2015-12-16 Szabolcs NagyFix SYS_FUNC and SEN macros for musl
2015-12-14 Dmitry V. LevinReplace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN
2015-12-09 Dmitry V. Levinaarch64: swap 64-bit and 32-bit personalities
2015-12-04 Gabriel Laskarioctl: allow to stop decoding number
2015-11-26 Elvira KhabirovaRefer to -h on incorrect usage
2015-11-20 Dmitry V. Levinmpers: skip xlat struct definitions in mpers mode
2015-11-19 Dmitry V. LevinMpersify parsers of readdir and getdents syscalls
2015-09-19 Dmitry V. LevinConvert another parser of struct timeval to new mpers...
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-09-19 Dmitry V. LevinConvert parser of struct timeval to new mpers infrastru...
2015-09-19 Dmitry V. LevinConvert parser of struct timespec to new mpers infrastr...
2015-09-19 Dmitry V. LevinAdd is_erestart helper function
2015-09-19 Dmitry V. LevinAdd helper functions to clear/restore syserror
2015-09-19 Dmitry V. LevinConvert parser of struct itimerval to new mpers infrast...
2015-09-17 Dmitry V. LevinConvert parser of struct timex to new mpers infrastructure
2015-09-16 Dmitry V. LevinConvert parser of struct sigevent to new mpers infrastr...
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
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-09-14 Dmitry V. Levinaarch64, ppc64, sparc64, tile: hook up mpers printers
2015-08-28 Dmitry V. LevinMpersify parsers of getrusage, waitpid, wait4, and...
2015-08-28 Elvira KhabirovaMpersify printsiginfo_at printer
2015-08-28 Elvira KhabirovaAdd mpers support
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-20 Elvira Khabirovaipc.c: split into separate files
2015-08-19 Dmitry V. LevinMake printnum_* functions return boolean status
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-08-18 Mike Frysingersignal: SIGSYS: decode si_syscall & si_arch fields
2015-07-20 Dmitry V. LevinUse printnum_int64 instead of print_loff_t
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-12 Elvira KhabirovaAdd unique syscall entry numbers (SENs)
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-07-09 Dmitry V. LevinImplement RVAL_DECODED flag
2015-07-02 Dmitry V. LevinMove ioctl syscall parser to ioctl.c
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-31 Dmitry V. Levinumovestr: read chunks of memory up to pagesize at a...
2015-03-30 Dmitry V. LevinUse macros for gcc attributes
2015-03-30 Dmitry V. LevinIntroduce macros for gcc attributes
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-25 Denys Vlasenkosparc: delete personality 1
2015-03-24 Dmitry V. Levinmips: fix pipe syscall decoding
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-03-21 Denys VlasenkoRemove unused struct tcb::inst field
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-02-26 Mike Frysingeria64: fix up builds after 16bit uid support
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls
2015-02-18 Dmitry V. LevinDeclare all format printers with printf format attribute
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-02-16 Dmitry V. Levinmips: move ABI check to configure.ac
2015-02-14 Dmitry V. Levinget_regs: define for all architectures
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-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. Levinioctl: print unrecognized ioctl codes in _IOC(dir,type...
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-12 Dmitry V. LevinFix indirect ipc subcall handling
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-11 Dmitry V. LevinUnexport struct_user_offsets
2014-12-11 Dmitry V. LevinExport at_flags
2014-12-11 Dmitry V. LevinExport sprinttime
2014-12-11 Dmitry V. Levinfile.c: export sprintmode and move it to a separate...
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder
2014-11-04 Dmitry V. LevinRemove ioctl header file names from the executable
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-03 Elliott HughesDon't risk truncating open flags by using mode_t
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-08 Dmitry V. LevinPrepare for -yy option support
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-30 Masatake YAMATOunwind: introduce markers specifying the needs of speci...
2014-05-30 Masatake YAMATOunwind: implement automatic mmap cache invalidation
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: make alloc_mmap_cache function local
next