]> granicus.if.org Git - strace/history - ioctl.c
Move ioctl syscall parser to ioctl.c
[strace] / ioctl.c
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