summaryrefslogtreecommitdiff
path: root/dirent.c
Commit message (Expand)AuthorAgeFilesLines
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-06-011-1/+1
* Rewrite decoders of getdents, getdents64, and readdir syscallsDmitry V. Levin2020-04-121-99/+70
* Guard against invalid return values of getdents/getdents64 syscallsDmitry V. Levin2020-04-111-1/+2
* Print the second argument of getdents/getdents64 syscalls in abbrev modeDmitry V. Levin2020-04-111-8/+12
* Move kernel_dirent definition from kernel_types.h to a separate headerDmitry V. Levin2020-04-111-9/+10
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Introduce print_quoted_cstringDmitry V. Levin2017-07-241-4/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce tprintf_comment and tprints_comment functionsDmitry V. Levin2017-04-241-4/+6
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* dirent: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-2/+0
* Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin2016-08-231-4/+5
* Fix explicit casts of signed integer types to unsigned long longDmitry V. Levin2016-05-261-4/+4
* Fix printing of invalid d_type in getdents syscallDmitry V. Levin2016-05-161-1/+1
* Fix decoding of 3rd argument of getdents/getdents64 syscallsDmitry V. Levin2016-04-261-3/+6
* Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin2015-12-161-2/+2
* x32: fix struct dirent decodingDmitry V. Levin2015-11-271-14/+9
* Mpersify parsers of readdir and getdents syscallsDmitry V. Levin2015-11-191-113/+52
* getdents: fix typos in array outputGabriel Laskar2015-11-191-6/+6
* dirent.c: do not use xmallocDmitry V. Levin2015-07-201-13/+15
* Introduce memory allocation wrappersDmitry V. Levin2015-05-251-6/+2
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-6/+3
* getdents, getdents64: quote filenamesDmitry V. Levin2015-01-261-10/+27
* Move dirent related parsers to a separate fileDmitry V. Levin2014-09-111-0/+210