summaryrefslogtreecommitdiff
path: root/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* 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
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-2/+2
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-5/+5
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-2/+2
* xattr: change size arguments type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+3
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-7/+7
* xattr: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-4/+5
* xattr: use printstr_ex instead of print_quoted_stringGabriel Laskar2016-12-221-10/+3
* Fix corner cases of xattr family syscalls decodingDmitry V. Levin2016-05-101-43/+16
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+29
* xattr.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-141-30/+22
* print_xattr_val: do not fetch data in case of !verbose || syserrorDmitry V. Levin2015-07-141-15/+20
* print_xattr_list: use printaddrDmitry V. Levin2015-07-141-1/+1
* print_xattr_val: remove unused argumentDmitry V. Levin2015-07-141-8/+6
* print_xattr_list: remove redundant address checkDmitry V. Levin2015-07-141-8/+4
* xattr: move fallback definitions of xattr flags to xlat/Dmitry V. Levin2015-06-171-5/+2
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-16/+8
* xattr: quote using print_quoted_stringDmitry V. Levin2015-01-261-31/+34
* file.c: move *xattr parsers to a separate fileDmitry V. Levin2014-12-111-0/+172