aboutsummaryrefslogtreecommitdiff
path: root/defs.h
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-11-15Update strace to 4.20.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-04Assume that offsetof is provided by stddef.hDmitry V. Levin
2016-10-03Add printstr_ex which allows for providing user quotation styleEugene Syromyatnikov
2016-10-03util: add quote_string flag signalising that string is NUL-terminatedEugene Syromyatnikov
2016-10-03Add function for getting errno stringEugene Syromyatnikov
2016-10-03struct tcb: change the type of u_error field from int to unsigned longDmitry V. Levin
2016-09-28util: add getarg_ll and getarg_ull functionsEugene Syromyatnikov
2016-09-27Enhance zero_extend_signed_to_ull and sign_extend_unsigned_to_ll macrosDmitry V. Levin
2016-08-28Remove unneeded autoconf macro AC_HEADER_STDBOOLDmitry V. Levin
2016-08-24Mpersify parsers of struct stat and struct stat64Dmitry V. Levin
2016-08-23Add sign_extend_unsigned_to_ll macroDmitry V. Levin
2016-08-23zero_extend_signed_to_ull: add short int supportDmitry V. Levin
2016-08-23Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin
2016-08-21Add RISC-V architecture supportRichard W.M. Jones
2016-08-09Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin
2016-08-09Fix decoding of invalid syscalls mapped to indirect subcallsDmitry V. Levin
2016-08-08defs.h: simplify SUPPORTED_PERSONALITIES definitionDmitry V. Levin
2016-08-08defs.h: simplify PERSONALITY1_WORDSIZE definitionDmitry V. Levin
2016-08-08defs.h: simplify PERSONALITY0_WORDSIZE definitionDmitry V. Levin
2016-08-08sparc64: swap personality numbersDmitry V. Levin
2016-08-08defs.h: cleanup personality specific macro definitionsDmitry V. Levin
2016-08-07Change #include guard trailing part commentsDmitry V. Levin
2016-08-08Unify usage of #include guardsEugene Syromyatnikov
2016-08-03Fix printing of mode_t, umode_t, and umask typesDmitry V. Levin
2016-07-18Add private data field to struct tcbPatrik Jakobsson
2016-07-18net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.cDmitry V. Levin
2016-07-18net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.cDmitry V. Levin
2016-07-13Fix decoding of struct msghdr.msg_name* arguments of recvmsg syscallDmitry V. Levin
2016-07-07Add a general netlink socket parserFabien Siron
2016-07-03msghdr.c: limit output when printing excessively large messagesDmitry V. Levin
2016-06-27net.c: move all msghdr and mmsghdr parsers to a separate fileDmitry V. Levin
2016-06-25net.c: move all sockaddr parsers to a separate fileDmitry V. Levin
2016-06-25net.c: rename printsock to decode_sockaddrDmitry V. Levin
2016-06-25defs.h: remove unused prototypeDmitry V. Levin
2016-06-24net.c: fix printing AF_PACKET socket addressesDmitry V. Levin
2016-06-22Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron
2016-06-21Change printsock to return socket familyFabien Siron
2016-06-21Unexport addrfamsDmitry V. Levin
2016-06-21Export print_sockaddr functionDmitry V. Levin
2016-06-19Make getfdproto return enum instead of stringFabien Siron
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-06-14Remove UNDEFINED_SCNOElvira Khabirova