summaryrefslogtreecommitdiff
path: root/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2019-11-281-1/+1
* ptp: add support of new PTP_*2 ioctlsDmitry V. Levin2019-11-151-4/+25
* ptp: prepare for support of new PTP_*2 ioctlsDmitry V. Levin2019-11-151-4/+6
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* ptp.c: print field names and use macros form print_fields.hHarsha Sharma2018-03-121-16/+19
* Remove linux/ptp_clock.hDmitry V. Levin2017-12-231-3/+8
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-1/+1
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-1/+1
* Return 0 instead of 1 on entering path of ioctl decodersEugene Syromyatnikov2017-08-281-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* 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
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+28
* ptp.c: enhance ptp ioctl parserDmitry V. Levin2015-07-101-69/+81
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-1/+2
* Compress blank linesDmitry V. Levin2014-05-301-1/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-6/+1
* Use XLAT_END macroDmitry V. Levin2014-02-051-1/+1
* Use XLAT macroDmitry V. Levin2014-02-051-3/+3
* Decode ptp ioctlsStefan Sørensen2014-02-041-0/+103