]> granicus.if.org Git - strace/history - defs.h
tests: add valgrind support to "make check"
[strace] / defs.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 Eugene SyromyatnikovPrint syscall names only for defined syscalls
2016-11-29 Eugene Syromyatnikovutil: provide information whether xlat value has been...
2016-11-28 Dmitry V. Levinalpha: print struct timeval32 consistently
2016-11-26 Dmitry V. LevinMove two global flags to tracee scope
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-11 Dmitry V. LevinIntroduce upoke function
2016-11-10 Mikulas PatockaAdd support for decoding of DM_* ioctl commands
2016-10-30 Eugene Syromyatnikovutil: add printing helper for sorted xlat arrays
2016-10-30 Eugene Syromyatnikovdefs: add check for argument being array to ARRAY_SIZE...
2016-10-28 Dmitry V. LevinAdd printaddr_ull, change printaddr into a thin wrapper...
2016-10-28 Eugene Syromyatnikovdefs: add widen_to_ulong macro
2016-10-28 Eugene SyromyatnikovMove umoven_or_printaddr_ignore_syserror to util.c
2016-10-26 Eugene Syromyatnikovdefs.h: add offsetofend macro
2016-10-04 Dmitry V. LevinAssume that offsetof is provided by stddef.h
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-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-28 Eugene Syromyatnikovutil: add getarg_ll and getarg_ull functions
2016-09-27 Dmitry V. LevinEnhance zero_extend_signed_to_ull and sign_extend_unsig...
2016-08-28 Dmitry V. LevinRemove unneeded autoconf macro AC_HEADER_STDBOOL
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-23 Dmitry V. LevinAdd sign_extend_unsigned_to_ll macro
2016-08-23 Dmitry V. Levinzero_extend_signed_to_ull: add short int support
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-08-09 Dmitry V. LevinFix decoding of invalid syscalls mapped to indirect...
2016-08-08 Dmitry V. Levindefs.h: simplify SUPPORTED_PERSONALITIES definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY1_WORDSIZE definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY0_WORDSIZE definition
2016-08-08 Dmitry V. Levinsparc64: swap personality numbers
2016-08-08 Dmitry V. Levindefs.h: cleanup personality specific macro definitions
2016-08-07 Dmitry V. LevinChange #include guard trailing part comments
2016-08-08 Eugene SyromyatnikovUnify usage of #include guards
2016-08-03 Dmitry V. LevinFix printing of mode_t, umode_t, and umask types
2016-07-18 Patrik JakobssonAdd private data field to struct tcb
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmsg and recvmsg syscalls...
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmmsg and recvmmsg syscalls...
2016-07-13 Dmitry V. LevinFix decoding of struct msghdr.msg_name* arguments of...
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-27 Dmitry V. Levinnet.c: move all msghdr and mmsghdr parsers to a separat...
2016-06-25 Dmitry V. Levinnet.c: move all sockaddr parsers to a separate file
2016-06-25 Dmitry V. Levinnet.c: rename printsock to decode_sockaddr
2016-06-25 Dmitry V. Levindefs.h: remove unused prototype
2016-06-24 Dmitry V. Levinnet.c: fix printing AF_PACKET socket addresses
2016-06-22 Fabien SironAdd a enum for decoding to tprint_iov() and tprint_iov_...
2016-06-21 Fabien SironChange printsock to return socket family
2016-06-21 Dmitry V. LevinUnexport addrfams
2016-06-21 Dmitry V. LevinExport print_sockaddr function
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 KhabirovaRemove UNDEFINED_SCNO
2016-05-30 Dmitry V. LevinMpersify hdio.c
2016-05-28 Dmitry V. LevinMpersify mtd.c
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
next