]> granicus.if.org Git - strace/history - ioctl.c
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / ioctl.c
2019-09-24 Eugene Syromyatnikovioctl: do not print comments twice in -Xverbose
2019-08-23 Rasmus VillemoesAdd support for /dev/watchdog ioctls
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-11 Dmitry V. LevinUpdate copyright headers
2019-07-03 Zhibin Liioctl: remove redundant _IOC_NR
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-11-05 Rasmus VillemoesAdd support for /dev/[u]random ioctls
2018-10-25 Elvira KhabirovaImplement decoding of NBD_* ioctl commands
2018-08-19 Zhibin Lievdev: fix decoding of EVIOCGBIT(0, ...)
2018-05-28 Eugene SyromyatnikovImplement PERF_EVENT_IOC_* decoding
2018-05-25 Eugene Syromyatnikovioctl: implement INOTIFY_IOC_SETNEXTWD decoding
2018-04-27 Eugene SyromyatnikovSwitch to use of value-indexed xlats for evdev constants
2018-04-27 Eugene SyromyatnikovMove xlat/evdev_abs.h inclusion from ioctl.c to evdev.c
2018-04-25 Eugene Syromyatnikovioctl: do not include linux/input.h
2018-04-20 Eugene Syromyatnikovioctl: print ioctl number in accordance with xlat verbo...
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2017-12-23 Dmitry V. LevinRemove linux/ptp_clock.h
2017-12-23 Dmitry V. LevinRemove linux/ubi-user.h
2017-12-23 Dmitry V. LevinRemove linux/mtd-abi.h
2017-12-01 Masatake YAMATOioctl: add a stub for decoding kvm related ioctls
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...
2017-08-28 Eugene Syromyatnikovioctl: simplify ioctl_decode handling, document its...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-13 Nikolay MarchukImplement decoding of NS_* ioctl commands
2017-01-08 Dmitry V. LevinSplit scsi.c
2017-01-04 Eugene Syromyatnikovioctl: do not print explicit 0x prefix and do not speci...
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. LevinChange type of ioctl 3rd argument from long to kernel_u...
2016-12-21 Dmitry V. Levinioctl: use uintptr_t for casts between 32-bit integers...
2016-11-10 Mikulas PatockaAdd support for decoding of DM_* ioctl commands
2016-05-27 Dmitry V. Levinioctl.c: fix typo in decoding of EVIOCSABS's parameter
2016-05-26 Dmitry V. LevinMove parser of 'X' type ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of HDIO_* ioctls to a separate file
2016-05-24 Dmitry V. Levinioctl.c: fix build
2016-05-24 Jeff Mahoneyioctl: add decoding for FS_IOC_FIEMAP
2016-05-24 Jeff Mahoneyioctl: add decoding support for btrfs ioctls
2016-05-10 Dr. David Alan GilbertDecode UFFDIO_* ioctls
2015-12-04 Gabriel Laskarioctl: allow to stop decoding number
2015-09-23 Gabriel Laskarioctl: fix ioctl command number decoding in case of...
2015-07-09 Dmitry V. LevinImplement RVAL_DECODED flag
2015-07-02 Dmitry V. Levinioctl: prepare ioctl_decode_command_number for future...
2015-07-02 Dmitry V. Levinioctl: simplify ioctl_decode signature
2015-07-02 Dmitry V. Levinioctl: consistently use name "code" for ioctl request...
2015-07-02 Dmitry V. LevinMove ioctl syscall parser to ioctl.c
2015-07-02 Dmitry V. Levinioctl: remove obsolete registry of ioctl characters
2015-03-28 Felix JandaInclude <linux/ioctl.h> for _IOC_* macros
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. Levinioctl: print unrecognized ioctl codes in _IOC(dir,type...
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2014-11-21 Mike FrysingerDecode FIFREEZE/FITHAW/FITRIM ioctls
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-02-25 Dmitry V. LevinDo not compile scsi ioctl decoding if <scsi/sg.h> is...
2014-02-04 Stefan SørensenDecode ptp ioctls
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2012-04-18 Mike FrysingerDecode /dev/loop ioctls
2012-04-06 Mike FrysingerDecode mtd ioctls
2012-03-20 Dmitry V. LevinDo not include limits.h unnecessarily
2012-03-20 Denys VlasenkoPartially revert last change
2012-03-20 Denys VlasenkoSimplify search in ioctl table
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-25 Denys VlasenkoRemove a few more code parts which are unused on Linux
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2011-08-23 Denys VlasenkoConvert ioctl_next_match() to new-style C function...
2011-08-23 Denys VlasenkoSmall optimization in signal and ioctl tables
2011-06-13 Dmitry V. LevinIntroduce ARRAY_SIZE() macro
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-01-15 Dmitry V. LevinAdd block ioctl support
2007-06-30 Dmitry V. Levin2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz>
2005-02-02 Roland McGrath2005-02-02 Roland McGrath <roland@redhat.com>
2004-10-06 Roland McGrath2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry...
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-07-12 Roland McGrath2004-07-07 David S. Miller <davem@nuts.davemloft...
2003-11-14 Roland McGrath2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
2003-01-14 Roland McGrath2003-01-13 Roland McGrath <roland@redhat.com>
2001-08-03 Wichert AkkermanCopyright update
2001-08-03 Wichert Akkermanremember to shift ioctl masks as well
2001-03-17 Wichert AkkermanImplement new way to get the ioctl list for Linux:...
2000-09-01 Wichert AkkermanAdd FreeBSD support
1999-12-23 Wichert AkkermanBunch of stuff
1999-11-29 Wichert AkkermanAdd UnixWare support to configure
1999-08-29 Wichert AkkermanCatching up on my mail-backlog, see ChangeLog for details
1999-02-19 Wichert AkkermanInitial revision