summaryrefslogtreecommitdiff
path: root/print_timex.c
Commit message (Expand)AuthorAgeFilesLines
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-05-221-1/+1
* Use new parsers of adjtimex and clock_adjtime syscallsDmitry V. Levin2019-05-111-58/+17
* sparc64: implement printer for sparc64-specific struct timexDmitry V. Levin2019-05-101-0/+10
* Implement printer for kernel_timex64_tDmitry V. Levin2019-05-101-0/+6
* Implement printer for kernel_timex32_tDmitry V. Levin2019-05-101-0/+16
* 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
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* print_timex: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Print struct timeval consistentlyDmitry V. Levin2016-11-281-3/+2
* Fix omission of field names in printers of timeval structureEugene Syromyatnikov2016-11-261-1/+1
* mpers: add support of conditionally compiled printersDmitry V. Levin2016-05-211-1/+1
* mpers: skip xlat struct definitions in mpers modeDmitry V. Levin2015-11-201-4/+2
* Add struct timex.tai supportDmitry V. Levin2015-09-171-0/+3
* Convert parser of struct timex to new mpers infrastructureDmitry V. Levin2015-09-171-83/+13
* Move parser of struct timex to a separate fileDmitry V. Levin2015-09-171-0/+141