summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAge
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Do not use off_t in sendfile decodingDmitry V. Levin2013-03-20
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-18
* Remove recently introduced use of ULONG_MAXDmitry V. Levin2012-05-01
* Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko2012-04-28
* Decode mtd ioctlsMike Frysinger2012-04-06
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Output iovec length in vmsplice and process_vm_readv decodersDmitry V. Levin2012-03-10
* Compress blank linesDmitry V. Levin2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Check HAVE_LONG_LONG_OFF_T when printing offsetH.J. Lu2012-02-06
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-04
* Implement decoding of splice, tee and vmsplice(2) syscallsDmitry V. Levin2011-10-11
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Improve code readability by avoiding assignments inside if()Denys Vlasenko2011-08-23
* Add argument to tprint_iov() specifying whether to decode each iovecDmitry V. Levin2011-06-13
* Linux: implement decoding of preadv and pwritev syscallsDamir Shayhutdinov2011-05-30
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Factor out printing of 64bit syscall argumentAndreas Schwab2009-11-04
* 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2008-05-20
* 2006-12-10 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2006-12-13
* 2005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-06-01
* 2004-10-07 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-07
* 2004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-04
* 2003-09-06 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2003-11-14
* 2003-07-28 Daniel Jacobowitz <drow@mvista.com>Roland McGrath2003-08-21
* 2003-01-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-14
* 2003-01-13 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-14
* 2002-12-15 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-15
* Improve tracing of timod ioctlsJohn Hughes2002-05-23
* Fix signed/unsigned problemsWichert Akkerman2002-03-31
* Merge iov fixes from Richard KettlewellJohn Hughes2001-07-10
* replace wimpy get64 by powerful LONG_LONG :-)John Hughes2001-03-08
* Use configure to detect 64bit off_t and rlim_tJohn Hughes2001-03-08
* Fix off_t args on FreeBSDJohn Hughes2001-03-07
* Merge Harald Böhme's solaris patchesJohn Hughes2001-03-06
* Add FreeBSD supportWichert Akkerman2000-09-01
* Bunch of stuffWichert Akkerman1999-12-23
* Catching up on my mail-backlog, see ChangeLog for detailsWichert Akkerman1999-08-29
* Merged in a bunch of patches that I got as reaction to the 3.99 release.Wichert Akkerman1999-05-09
* Initial revisionWichert Akkerman1999-02-19