| Commit message (Expand) | Author | Age | Files | Lines |
* | Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on entering | Dmitry V. Levin | 2017-08-28 | 1 | -3/+3 |
* | Replace return 1 ioctl sub-decoder hack with proper flag | Eugene Syromyatnikov | 2017-08-28 | 1 | -3/+3 |
* | Return 0 instead of 1 on entering path of ioctl decoders | Eugene Syromyatnikov | 2017-08-28 | 1 | -2/+2 |
* | Intorduce PRINT_FIELD_SOCKADDR | Dmitry V. Levin | 2017-07-09 | 1 | -13/+6 |
* | print_sockaddr: remove "struct tcb *" argument | Dmitry V. Levin | 2017-07-09 | 1 | -7/+7 |
* | Add copyright headers | Eugene Syromyatnikov | 2017-05-22 | 1 | -0/+1 |
* | Mpersify SIOC* ioctls | Eugene Syromyatnikov | 2016-12-29 | 1 | -15/+25 |
* | sock: rewrite decode_ifconf | Eugene Syromyatnikov | 2016-12-29 | 1 | -43/+86 |
* | Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t | Dmitry V. Levin | 2016-12-26 | 1 | -3/+3 |
* | Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_t | Dmitry V. Levin | 2016-12-26 | 1 | -1/+1 |
* | printstr: rename to printstrn, add printstr as a thin wrapper | Dmitry V. Levin | 2016-12-25 | 1 | -1/+1 |
* | Change type of ioctl 3rd argument from long to kernel_ureg_t | Dmitry V. Levin | 2016-12-25 | 1 | -4/+4 |
* | sock: cast pointers to kernel_ureg_t instead of unsigned long | Dmitry V. Levin | 2016-12-21 | 1 | -1/+1 |
* | sock.c: use print_sockaddr | Dmitry V. Levin | 2016-06-21 | 1 | -29/+11 |
* | Fix printing of invalid struct ifreq.ifr_flags | Dmitry V. Levin | 2016-05-16 | 1 | -1/+1 |
* | sock.c: include <linux/ioctl.h> instead of <sys/ioctl.h> or <ioctls.h> | Dmitry V. Levin | 2016-05-13 | 1 | -7/+3 |
* | Change comparisons with function pointers to comparisons with SENs | Elvira Khabirova | 2015-07-12 | 1 | -5/+0 |
* | sock.c: enhance socket ioctl parser | Dmitry V. Levin | 2015-07-10 | 1 | -187/+245 |
* | Declare syscall parsers using SYS_FUNC macro | Dmitry V. Levin | 2015-04-07 | 1 | -2/+1 |
* | Change last parameter of umoven() from char* to void* | Denys Vlasenko | 2015-03-21 | 1 | -1/+1 |
* | Declare all format printers with printf format attribute | Dmitry V. Levin | 2015-02-18 | 1 | -1/+1 |
* | Use printnum_int consistently | Dmitry V. Levin | 2015-02-17 | 1 | -1/+1 |
* | sock_ioctl: quote network interface names | Dmitry V. Levin | 2015-01-26 | 1 | -13/+27 |
* | ioctl: assume that all ioctl commands have unsigned int type | Dmitry V. Levin | 2015-01-20 | 1 | -1/+1 |
* | sock: decode SIOCSIFNAME on entering syscall | Dmitry V. Levin | 2014-10-31 | 1 | -13/+13 |
* | sock: fix decoding of SIOCSIFNAME | Mike Frysinger | 2014-10-31 | 1 | -7/+19 |
* | sock: fix decoding of struct ifreq.ifr_name | Mike Frysinger | 2014-10-31 | 1 | -6/+8 |
* | Fix compilation warnings reported by gcc -Wsign-compare | Dmitry V. Levin | 2014-09-17 | 1 | -2/+2 |
* | Generate xlat/*.in files | Dmitry V. Levin | 2014-05-30 | 1 | -18/+1 |
* | Use XLAT_END macro | Dmitry V. Levin | 2014-02-05 | 1 | -1/+1 |
* | Use XLAT macro | Dmitry V. Levin | 2014-02-05 | 1 | -15/+15 |
* | Tidy up includes and copyright notices, fix indentation | Denys Vlasenko | 2012-03-16 | 1 | -5/+1 |
* | Compress blank lines | Dmitry V. Levin | 2012-02-25 | 1 | -1/+0 |
* | Fix defined(FOO) style | Denys Vlasenko | 2012-02-25 | 1 | -6/+6 |
* | Automated removal of non-Linux code | Denys Vlasenko | 2012-02-25 | 1 | -7/+0 |
* | Do not use SYS_ipc and SYS_socketcall | Dmitry V. Levin | 2012-02-20 | 1 | -0/+6 |
* | Use tprints with literal strings, it may be faster than tprintf | Denys Vlasenko | 2011-09-01 | 1 | -14/+14 |
* | Whitespace cleanups. no code changes. | Denys Vlasenko | 2011-06-07 | 1 | -2/+2 |
* | "Modernize" all old-style function parameter declarations | Denys Vlasenko | 2011-05-30 | 1 | -4/+1 |
* | Check umove() return code | Dmitry V. Levin | 2009-11-06 | 1 | -2/+6 |
* | Fixes for ptrace() argument parsing. | Denys Vlasenko | 2009-01-13 | 1 | -2/+0 |
* | Fixing many instances of broken indentation with spaces instead of tabs. | Denys Vlasenko | 2008-12-30 | 1 | -2/+2 |
* | 2008-11-11 Dmitry V. Levin <ldv@altlinux.org> | Dmitry V. Levin | 2008-12-10 | 1 | -5/+28 |
* | 2007-01-12 Dmitry V. Levin <ldv@altlinux.org> | Dmitry V. Levin | 2007-03-21 | 1 | -5/+9 |
* | 2007-01-12 Dmitry V. Levin <ldv@altlinux.org> | Dmitry V. Levin | 2007-03-21 | 1 | -0/+12 |
* | 2007-01-12 Dmitry V. Levin <ldv@altlinux.org> | Dmitry V. Levin | 2007-03-21 | 1 | -3/+5 |
* | 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> | Roland McGrath | 2005-06-01 | 1 | -1/+1 |
* | 2005-02-02 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-02-02 | 1 | -14/+108 |
* | 2004-10-19 Roland McGrath <roland@redhat.com> | Roland McGrath | 2004-10-19 | 1 | -0/+1 |
* | 2004-09-03 Roland McGrath <roland@redhat.com> | Roland McGrath | 2004-09-04 | 1 | -1/+1 |