]> granicus.if.org Git - strace/history - sock.c
Update debian/watch
[strace] / sock.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-18 Eugene SyromyatnikovGeneralise hardware address printing
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-16 Dmitry V. LevinIgnore warnings about overridden initialization of...
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-06-04 Eugene SyromyatnikovPrint arp_hardware_types as a sorted xlat
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-23 Eugene Syromyatnikovsock: guess ifr_hwaddr size in SIOCSIFHWADDR/SIOCGIFHWADDR
2018-05-15 Eugene SyromyatnikovAdd a common MAC address printing routine
2018-05-03 Eugene Syromyatnikovsock: use error_func_msg for printing function name
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 SyromyatnikovReturn 0 instead of 1 on entering path of ioctl decoders
2017-07-09 Dmitry V. LevinIntorduce PRINT_FIELD_SOCKADDR
2017-07-09 Dmitry V. Levinprint_sockaddr: remove "struct tcb *" argument
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-29 Eugene SyromyatnikovMpersify SIOC* ioctls
2016-12-29 Eugene Syromyatnikovsock: rewrite decode_ifconf
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. LevinChange type of ioctl 3rd argument from long to kernel_u...
2016-12-21 Dmitry V. Levinsock: cast pointers to kernel_ureg_t instead of unsigne...
2016-06-21 Dmitry V. Levinsock.c: use print_sockaddr
2016-05-16 Dmitry V. LevinFix printing of invalid struct ifreq.ifr_flags
2016-05-13 Dmitry V. Levinsock.c: include <linux/ioctl.h> instead of <sys/ioctl...
2015-07-12 Elvira KhabirovaChange comparisons with function pointers to comparison...
2015-07-10 Dmitry V. Levinsock.c: enhance socket ioctl parser
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-02-18 Dmitry V. LevinDeclare all format printers with printf format attribute
2015-02-17 Dmitry V. LevinUse printnum_int consistently
2015-01-26 Dmitry V. Levinsock_ioctl: quote network interface names
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2014-10-31 Dmitry V. Levinsock: decode SIOCSIFNAME on entering syscall
2014-10-31 Mike Frysingersock: fix decoding of SIOCSIFNAME
2014-10-31 Mike Frysingersock: fix decoding of struct ifreq.ifr_name
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoFix defined(FOO) style
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-20 Dmitry V. LevinDo not use SYS_ipc and SYS_socketcall
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2009-11-06 Dmitry V. LevinCheck umove() return code
2009-01-13 Denys VlasenkoFixes for ptrace() argument parsing.
2008-12-30 Denys VlasenkoFixing many instances of broken indentation with spaces...
2008-12-10 Dmitry V. Levin2008-11-11 Dmitry V. Levin <ldv@altlinux.org>
2007-03-21 Dmitry V. Levin2007-01-12 Dmitry V. Levin <ldv@altlinux.org>
2007-03-21 Dmitry V. Levin2007-01-12 Dmitry V. Levin <ldv@altlinux.org>
2007-03-21 Dmitry V. Levin2007-01-12 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-02-02 Roland McGrath2005-02-02 Roland McGrath <roland@redhat.com>
2004-10-19 Roland McGrath2004-10-19 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-07-12 Roland McGrath2004-07-12 Roland McGrath <roland@redhat.com>
2003-06-26 Roland McGrath2003-06-26 Roland McGrath <roland@redhat.com>
2003-06-02 Roland McGrath2003-06-02 Roland McGrath <roland@redhat.com>
2003-04-02 Roland McGrath2003-04-01 Philippe De Muyter <phdm@macqel.be>
2002-05-01 Wichert AkkermanMerge patch from Greg Banks for Linux/SuperH support
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-02-19 Wichert AkkermanInitial revision