]> granicus.if.org Git - strace/history - io.c
bfin, csky, m68k, sh: fix build regression
[strace] / io.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-05 Fabien SironAdd file descriptor argument to decode_netlink
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-17 Dmitry V. LevinFix the length argument passed from print_iovec to...
2017-02-25 Dmitry V. Levinx32: fix decoding of flags argument of preadv2 and...
2016-12-26 Dmitry V. LevinReplace widen_to_ulong with truncate_kulong_to_current_...
2016-12-26 Dmitry V. LevinSimplify print_lld_from_low_high_val ifdefery
2016-12-26 Dmitry V. LevinRemove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
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. Levinio: change size types from unsigned long to kernel_ureg_t
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-23 Dmitry V. Levintprint_iov*: change address argument type from unsigned...
2016-12-20 Dmitry V. LevinMake tprint_iov function a static inline wrapper
2016-12-20 Eugene Syromyatnikovx32: fix decoding of 3rd argument of preadv* and pwrite...
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-10-28 Eugene Syromyatnikovio: use umoven_or_printaddr_ignore_syserror as umove...
2016-10-02 Eugene Syromyatnikovio: handle data_size of -1 as unlimited data in print_iovec
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-08-21 Eugene SyromyatnikovMove SH-specific argument number calculation to getllval
2016-07-13 Dmitry V. LevinPrint struct iovec as a regular structure
2016-07-07 Fabien SironAdd a general netlink socket parser
2016-06-22 Fabien SironAdd a enum for decoding to tprint_iov() and tprint_iov_...
2016-06-17 Dmitry V. LevinIntroduce HAVE_STRUCT_TCB_EXT_ARG macro
2016-05-26 Dmitry V. LevinFix explicit casts of signed integer types to unsigned...
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-05-07 Dmitry V. Levinio.c: use print_array function
2016-04-02 Dmitry V. LevinFix printing of negative offsets in pread64 and pwrite6...
2016-03-30 Dmitry V. LevinFix decoding of preadv syscall in case of short read
2016-03-30 Dmitry V. LevinFix printing of negative offsets in preadv and pwritev...
2016-03-30 Dmitry V. LevinFix printing of unreadable struct iovec
2016-02-14 Dmitry V. LevinFix printing of negative offsets in splice syscall
2016-01-20 Dmitry V. LevinFix decoding and dumping of readv syscall in case of...
2015-11-26 Dmitry V. Levinx86_64: fix x32 personality support in print_llu_from_l...
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
next