]> granicus.if.org Git - strace/history - evdev.c
Update NEWS
[strace] / evdev.c
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-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinevdev: change type of ioctl 3rd argument from long...
2016-12-21 Dmitry V. Levinevdev: cast tcp->u_rval to kernel_ureg_t instead of...
2016-12-21 Dmitry V. Levinevdev: cast pointers to kernel_ureg_t instead of unsign...
2016-08-15 Dmitry V. Levinevdev.c: fix typo in comment
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-05-28 Dmitry V. LevinMpersify EVIOC* ioctl parser
2016-05-28 Dmitry V. Levinevdev.c: fix printing of unrecognized event type passed...
2016-05-28 Dmitry V. Levinevdev.c: fix printing of EV_PWR's argument
2016-05-28 Dmitry V. Levinevdev.c: fix indentation
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGNAME, EVIOCGPHYS, and...
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCGVERSION decoding
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCGMTSLOTS decoding
2016-05-28 Dmitry V. Levinevdev.c: fix bitset decoding
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_id
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_keymap_entry
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGKEYCODE/EVIOCSKEYCODE
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_absinfo
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct ff_effect
2016-05-28 Dmitry V. Levinevdev.c: fix printing of struct ff_envelope.fade_level
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCRMFF decoding
2016-05-28 Dmitry V. Levinevdev.c: move handling of EVIOCGBIT to a separate function
2016-05-28 Dmitry V. Levinevdev.c: reorder ioctl command checks
2016-05-28 Dmitry V. Levinevdev.c: decode all directions except _IOC_READ on...
2016-05-28 Dmitry V. Levinevdev.c: fix indentation of preprocessor directives
2015-07-09 Dmitry V. LevinUse printpair_int
2015-03-28 Felix JandaInclude <linux/ioctl.h> for _IOC_* macros
2015-02-22 Dmitry V. Levinevdev: decode keycode value in EVIOC[GS]KEYCODE_V2...
2015-02-22 Dmitry V. Levinevdev: fix build with old kernel headers
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls