summaryrefslogtreecommitdiff
path: root/sock.c
Commit message (Expand)AuthorAgeFilesLines
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-3/+3
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-3/+3
* Return 0 instead of 1 on entering path of ioctl decodersEugene Syromyatnikov2017-08-281-2/+2
* Intorduce PRINT_FIELD_SOCKADDRDmitry V. Levin2017-07-091-13/+6
* print_sockaddr: remove "struct tcb *" argumentDmitry V. Levin2017-07-091-7/+7
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Mpersify SIOC* ioctlsEugene Syromyatnikov2016-12-291-15/+25
* sock: rewrite decode_ifconfEugene Syromyatnikov2016-12-291-43/+86
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-3/+3
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-1/+1
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* sock: cast pointers to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-211-1/+1
* sock.c: use print_sockaddrDmitry V. Levin2016-06-211-29/+11
* Fix printing of invalid struct ifreq.ifr_flagsDmitry V. Levin2016-05-161-1/+1
* sock.c: include <linux/ioctl.h> instead of <sys/ioctl.h> or <ioctls.h>Dmitry V. Levin2016-05-131-7/+3
* Change comparisons with function pointers to comparisons with SENsElvira Khabirova2015-07-121-5/+0
* sock.c: enhance socket ioctl parserDmitry V. Levin2015-07-101-187/+245
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-1/+1
* Declare all format printers with printf format attributeDmitry V. Levin2015-02-181-1/+1
* Use printnum_int consistentlyDmitry V. Levin2015-02-171-1/+1
* sock_ioctl: quote network interface namesDmitry V. Levin2015-01-261-13/+27
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-1/+1
* sock: decode SIOCSIFNAME on entering syscallDmitry V. Levin2014-10-311-13/+13
* sock: fix decoding of SIOCSIFNAMEMike Frysinger2014-10-311-7/+19
* sock: fix decoding of struct ifreq.ifr_nameMike Frysinger2014-10-311-6/+8
* Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin2014-09-171-2/+2
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-18/+1
* Use XLAT_END macroDmitry V. Levin2014-02-051-1/+1
* Use XLAT macroDmitry V. Levin2014-02-051-15/+15
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-5/+1
* Compress blank linesDmitry V. Levin2012-02-251-1/+0
* Fix defined(FOO) styleDenys Vlasenko2012-02-251-6/+6
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-7/+0
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-201-0/+6
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-14/+14
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-071-2/+2
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-301-4/+1
* Check umove() return codeDmitry V. Levin2009-11-061-2/+6
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-131-2/+0
* Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko2008-12-301-2/+2
* 2008-11-11 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-12-101-5/+28
* 2007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-03-211-5/+9
* 2007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-03-211-0/+12
* 2007-01-12 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-03-211-3/+5
* 2005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-06-011-1/+1
* 2005-02-02 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-021-14/+108
* 2004-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-191-0/+1
* 2004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-041-1/+1