aboutsummaryrefslogtreecommitdiff
path: root/sock.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-06-21sock.c: use print_sockaddrDmitry V. Levin
2016-05-16Fix printing of invalid struct ifreq.ifr_flagsDmitry V. Levin
2016-05-13sock.c: include <linux/ioctl.h> instead of <sys/ioctl.h> or <ioctls.h>Dmitry V. Levin
2015-07-12Change comparisons with function pointers to comparisons with SENsElvira Khabirova
2015-07-10sock.c: enhance socket ioctl parserDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2015-02-18Declare all format printers with printf format attributeDmitry V. Levin
2015-02-17Use printnum_int consistentlyDmitry V. Levin
2015-01-26sock_ioctl: quote network interface namesDmitry V. Levin
2015-01-20ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin
2014-10-31sock: decode SIOCSIFNAME on entering syscallDmitry V. Levin
2014-10-31sock: fix decoding of SIOCSIFNAMEMike Frysinger
2014-10-31sock: fix decoding of struct ifreq.ifr_nameMike Frysinger
2014-09-17Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-02-25Compress blank linesDmitry V. Levin
2012-02-25Fix defined(FOO) styleDenys Vlasenko
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2012-02-20Do not use SYS_ipc and SYS_socketcallDmitry V. Levin
2011-09-01Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko
2011-06-07Whitespace cleanups. no code changes.Denys Vlasenko
2011-05-30"Modernize" all old-style function parameter declarationsDenys Vlasenko
2009-11-06Check umove() return codeDmitry V. Levin
2009-01-13Fixes for ptrace() argument parsing.Denys Vlasenko
2008-12-30Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko
2008-12-102008-11-11 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin
2007-03-212007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin
2007-03-212007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin
2007-03-212007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin
2005-06-012005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath
2005-02-022005-02-02 Roland McGrath <roland@redhat.com>Roland McGrath
2004-10-192004-10-19 Roland McGrath <roland@redhat.com>Roland McGrath
2004-09-042004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath
2004-07-122004-07-12 Roland McGrath <roland@redhat.com>Roland McGrath
2003-06-262003-06-26 Roland McGrath <roland@redhat.com>Roland McGrath
2003-06-022003-06-02 Roland McGrath <roland@redhat.com>Roland McGrath
2003-04-022003-04-01 Philippe De Muyter <phdm@macqel.be>Roland McGrath
2002-05-01Merge patch from Greg Banks for Linux/SuperH supportWichert Akkerman
1999-05-09Merged in a bunch of patches that I got as reaction to the 3.99 release.Wichert Akkerman
1999-02-19Initial revisionWichert Akkerman