summaryrefslogtreecommitdiff
path: root/print_timespec.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* print_timespec: make print_timespec_t_utime respect xlat style settingEugene Syromyatnikov2018-09-021-3/+8
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* print_timespec.c: use xsprintf instead of snprintfDmitry V. Levin2018-01-071-2/+4
* msghdr: print SCM_TIMESTAMP* control messagesMiroslav Lichvar2017-06-151-0/+36
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Print string representation of timestamps in parsers of *utime* syscallsEugene Syromyatnikov2017-04-241-0/+2
* Print microseconds/nanoseconds as non-negativeEugene Syromyatnikov2017-04-241-3/+5
* 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-4/+4
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* print_time*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* Split print_time.cDmitry V. Levin2016-11-281-0/+125