]> granicus.if.org Git - strace/history - lseek.c
tests: fix format warnings on x32
[strace] / lseek.c
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2016-12-26 Dmitry V. Levinlseek: simplify _llseek syscall decoder
2016-12-26 Dmitry V. Levinlseek: merge two different implementations of lseek...
2016-12-26 Dmitry V. LevinRemove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
2016-12-23 Dmitry V. LevinRename LONG_LONG to ULONG_LONG and change it to return...
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-06-17 Dmitry V. LevinIntroduce HAVE_STRUCT_TCB_EXT_ARG macro
2016-05-26 Dmitry V. LevinFix explicit casts of signed integer types to unsigned...
2016-02-16 Dmitry V. LevinPrint offsets in lseek and _llseek syscalls as signed...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-04 Dmitry V. Levinx32: fix decoding of i386 personality lseek syscall
2015-07-20 Dmitry V. Levinlseek.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinlseek.c: use printnum_int64
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-12-11 Dmitry V. Levinfile.c: move lseek and llseek parsers to a separate...