]> granicus.if.org Git - strace/history - rtc.c
tests: fix format warnings on x32
[strace] / rtc.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2017-09-05 Eugene SyromyatnikovUpdate copyright headers
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. Levinrtc: change type of ioctl 3rd argument from long to...
2016-05-25 Dmitry V. LevinMpersify RTC_* ioctl parser
2016-05-25 Dmitry V. Levinrtc.c: fix decoding of struct rtc_wkalrm
2016-05-25 Dmitry V. Levinrtc.c: do not print argument of ioctls that have no...
2016-05-25 Dmitry V. Levinrtc.c: decode RTC_PLL_GET and RTC_PLL_SET
2016-05-25 Dmitry V. Levinrtc.c: optimize decoding of paired ioctls
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-09 Dmitry V. Levinrtc.c: enhance rtc ioctl parser
2015-07-05 Dmitry V. Levintime.c: move rtc ioctl parser to a separate file