summaryrefslogtreecommitdiff
path: root/ioctlsort.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
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-2/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* ioctlsort: get ioctl definitions from host, not buildAlexey Neyman2017-01-131-1/+2
* Include <linux/ioctl.h> for _IOC_* macrosFelix Janda2015-03-281-1/+1
* mips: move ABI check to configure.acDmitry V. Levin2015-02-161-13/+0
* ioctl: take all 32 bits of ioctl commands into accountDmitry V. Levin2015-01-221-36/+154
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-4/+4
* ioctlsort: rewrite build rules using noinst_PROGRAMSDmitry V. Levin2014-11-111-0/+58
* Remove obsolete ioctlsort.cDmitry V. Levin2014-02-281-63/+0
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-7/+2
* Compress blank linesDmitry V. Levin2012-02-251-1/+0
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-071-5/+3
* Implement new way to get the ioctl list for Linux: instead ofWichert Akkerman2001-03-171-3/+0
* Initial revisionWichert Akkerman1999-02-191-0/+74