]> granicus.if.org Git - strace/history - defs.h
Mpersify EVIOC* ioctl parser
[strace] / defs.h
2016-05-28 Dmitry V. LevinMpersify EVIOC* ioctl parser
2016-05-26 Dmitry V. LevinMpersify BLK* ioctl parser
2016-05-26 Dmitry V. LevinMove parser of 'X' type ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of HDIO_* ioctls to a separate file
2016-05-26 Dmitry V. LevinFix explicit casts of signed integer types to unsigned...
2016-05-25 Dmitry V. LevinMpersify RTC_* ioctl parser
2016-05-24 Dmitry V. LevinMpersify btrfs.c
2016-05-24 Jeff Mahoneyioctl: add decoding support for btrfs ioctls
2016-05-21 Dmitry V. Levinmpers: add support of conditionally compiled printers
2016-05-20 Dmitry V. LevinRemove redundant declaration of v4l2_ioctl
2016-05-16 Dmitry V. LevinIntroduce printflags_long and printxval_long
2016-05-15 Dmitry V. LevinRename sprintflags64 to sprintflags.
2016-05-14 Dmitry V. LevinRename xlookup64 to xlookup
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2016-05-12 Dmitry V. LevinExport print_seccomp_fprog for further use in parser...
2016-05-10 Dr. David Alan GilbertDecode UFFDIO_* ioctls
2016-05-07 Dmitry V. LevinRemove unused functions
2016-05-07 Dmitry V. LevinIntroduce print_array function for consistent decoding...
2016-05-05 Dmitry V. LevinMpersify ioctl macros
2016-04-29 Dmitry V. LevinChange type of {s,t}print_open_modes's argument to...
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-04-28 Dmitry V. LevinIntroduce printxval64 wrapper
2016-04-28 Dmitry V. LevinTurn printxval macro into a static inline function
2016-04-26 Dmitry V. LevinFix decoding of statfs family syscalls
2016-04-26 Dmitry V. LevinMove definition of struct xlat to a separate header...
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
next