]> granicus.if.org Git - strace/history - dirent.c
Replace "(unsigned long) -1L" with -1UL
[strace] / dirent.c
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-05-26 Dmitry V. LevinFix explicit casts of signed integer types to unsigned...
2016-05-16 Dmitry V. LevinFix printing of invalid d_type in getdents syscall
2016-04-26 Dmitry V. LevinFix decoding of 3rd argument of getdents/getdents64...
2015-12-16 Dmitry V. LevinReplace %Ld/%Lu printf format specifiers with %lld...
2015-11-27 Dmitry V. Levinx32: fix struct dirent decoding
2015-11-19 Dmitry V. LevinMpersify parsers of readdir and getdents syscalls
2015-11-19 Gabriel Laskargetdents: fix typos in array output
2015-07-20 Dmitry V. Levindirent.c: do not use xmalloc
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-01-26 Dmitry V. Levingetdents, getdents64: quote filenames
2014-09-11 Dmitry V. LevinMove dirent related parsers to a separate file