]> granicus.if.org Git - strace/history - io.c
getdents: fix typos in array output
[strace] / io.c
2015-09-15 Dmitry V. LevinAdd a new helper function umove_ulong_array_or_printaddr
2015-08-19 Dmitry V. Levinio.c: move sendfile parsers to a separate file
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-20 Dmitry V. Levinio.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. LevinUse printnum_int64 instead of print_loff_t
2015-07-20 Dmitry V. Levinio.c: use printaddr and umove_or_printaddr
2015-07-02 Dmitry V. LevinMove ioctl syscall parser to ioctl.c
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-03-03 Dmitry V. Levinmips n32: fix preadv/pwritev offset decoding
2015-01-24 Dmitry V. LevinFix ILP32 personality preadv/pwritev offset decoding...
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...
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on ILP32 architectures
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-04-17 Dmitry V. LevinFix preadv/pwritev offset decoding
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2013-03-20 Dmitry V. LevinDo not use off_t in sendfile decoding
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2013-02-18 Denys VlasenkoRemove code which supports systems with long long off_t.
2012-05-01 Dmitry V. LevinRemove recently introduced use of ULONG_MAX
2012-04-28 Denys VlasenkoFix recvmsg decode: do not show more data than actually...
2012-04-06 Mike FrysingerDecode mtd ioctls
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-10 Dmitry V. LevinOutput iovec length in vmsplice and process_vm_readv...
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuCheck HAVE_LONG_LONG_OFF_T when printing offset
2012-02-04 Dmitry V. LevinRemove unused sys_pread64 and sys_pwrite64 parsers...
2011-10-11 Dmitry V. LevinImplement decoding of splice, tee and vmsplice(2) syscalls
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-06-13 Dmitry V. LevinAdd argument to tprint_iov() specifying whether to...
2011-05-30 Damir ShayhutdinovLinux: implement decoding of preadv and pwritev syscalls
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2009-11-04 Andreas SchwabFactor out printing of 64bit syscall argument
2008-05-20 Roland McGrath2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2004-10-07 Roland McGrath2004-10-07 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2003-11-14 Roland McGrath2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
2003-08-21 Roland McGrath2003-07-28 Daniel Jacobowitz <drow@mvista.com>
2003-01-14 Roland McGrath2003-01-14 Roland McGrath <roland@redhat.com>
2003-01-14 Roland McGrath2003-01-13 Roland McGrath <roland@redhat.com>
2002-12-15 Roland McGrath2002-12-15 Roland McGrath <roland@redhat.com>
2002-05-23 John HughesImprove tracing of timod ioctls
2002-03-31 Wichert AkkermanFix signed/unsigned problems
2001-07-10 John HughesMerge iov fixes from Richard Kettlewell
2001-03-08 John Hughesreplace wimpy get64 by powerful LONG_LONG :-)
2001-03-08 John HughesUse configure to detect 64bit off_t and rlim_t
2001-03-07 John HughesFix off_t args on FreeBSD
2001-03-06 John HughesMerge Harald Böhme's solaris patches
2000-09-01 Wichert AkkermanAdd FreeBSD support
1999-12-23 Wichert AkkermanBunch of stuff
1999-08-29 Wichert AkkermanCatching up on my mail-backlog, see ChangeLog for details
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-02-19 Wichert AkkermanInitial revision