aboutsummaryrefslogtreecommitdiff
path: root/lseek.c
AgeCommit message (Expand)Author
2018-06-14Update strace to 4.22.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-08-23Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-05-26Fix explicit casts of signed integer types to unsigned long longDmitry V. Levin
2016-02-16Print offsets in lseek and _llseek syscalls as signed integersDmitry V. Levin
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-12-04x32: fix decoding of i386 personality lseek syscallDmitry V. Levin
2015-07-20lseek.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-20lseek.c: use printnum_int64Dmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2014-12-11file.c: move lseek and llseek parsers to a separate fileDmitry V. Levin