| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall | Dmitry V. Levin | 2016-02-13 | 1 | -10/+7 |
* | Fix dumping of recvmmsg syscall in case of short read | Dmitry V. Levin | 2016-01-20 | 1 | -2/+2 |
* | Fix dumping of recvmsg syscall in case of short read | Dmitry V. Levin | 2016-01-20 | 1 | -2/+2 |
* | net: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options | Dmitry V. Levin | 2015-11-22 | 1 | -1/+1 |
* | Implement IPPROTO_IP control messages decoding | Dmitry V. Levin | 2015-11-22 | 1 | -0/+136 |
* | Simplify control messages printers | Dmitry V. Levin | 2015-11-22 | 1 | -24/+23 |
* | net: factor out address printing code to a separate function | Dmitry V. Levin | 2015-11-21 | 1 | -113/+95 |
* | printcmsghdr: move type and data decoders to a separate function | Dmitry V. Levin | 2015-11-19 | 1 | -40/+45 |
* | Assume that libc provides sendmsg | Dmitry V. Levin | 2015-11-18 | 1 | -11/+1 |
* | net.c: move fallback definition of SCM_SECURITY to xlat/ | Dmitry V. Levin | 2015-11-18 | 1 | -3/+0 |
* | Convert another parser of struct timespec to new mpers infrastructure | Dmitry V. Levin | 2015-09-19 | 1 | -8/+7 |
* | decode extend getsockopt/setsockopt options | Mike Frysinger | 2015-08-26 | 1 | -5/+26 |
* | pipe, pipe2, socketpair: print returned descriptors using printfd | Dmitry V. Levin | 2015-08-03 | 1 | -5/+26 |
* | socket: mark return code with RVAL_FD flag | Dmitry V. Levin | 2015-08-03 | 1 | -1/+1 |
* | net.c: use printaddr | Dmitry V. Levin | 2015-07-30 | 1 | -7/+3 |
* | net.c: recvfrom fixes | Denys Vlasenko | 2015-07-30 | 1 | -9/+17 |
* | Alias sys_connect to sys_bind | Dmitry V. Levin | 2015-07-20 | 1 | -5/+0 |
* | net.c: make use of RVAL_DECODED | Dmitry V. Levin | 2015-07-20 | 1 | -85/+77 |
* | net.c: use printaddr and umove_or_printaddr | Dmitry V. Levin | 2015-07-20 | 1 | -59/+37 |
* | Use printpair_int | Dmitry V. Levin | 2015-07-09 | 1 | -20/+5 |
* | Consistenly use #ifdef to check for AC_DEFINE'd macros | Dmitry V. Levin | 2015-06-17 | 1 | -1/+1 |
* | net: move fallback definitions of SOL_* constants to xlat/ | Dmitry V. Levin | 2015-06-17 | 1 | -99/+0 |
* | net: decode setsockopt() multicast arguments | Dmitry V. Levin | 2015-06-08 | 1 | -0/+81 |
* | net: factor out interface index printing code | Dmitry V. Levin | 2015-06-05 | 1 | -23/+24 |
* | Introduce memory allocation wrappers | Dmitry V. Levin | 2015-05-25 | 1 | -1/+1 |
* | Declare syscall parsers using SYS_FUNC macro | Dmitry V. Levin | 2015-04-07 | 1 | -42/+21 |
* | alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding | Dmitry V. Levin | 2015-03-23 | 1 | -11/+12 |
* | Change last parameter of umoven() from char* to void* | Denys Vlasenko | 2015-03-21 | 1 | -2/+2 |
* | print_setsockopt: fix fall-through bug in SOL_IP switch case | Dmitry V. Levin | 2015-02-08 | 1 | -0/+1 |
* | net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based code | Dmitry V. Levin | 2015-01-31 | 1 | -27/+0 |
* | printsock: do not fetch sockaddr.sa_data twice | Dmitry V. Levin | 2015-01-30 | 1 | -2/+2 |
* | setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP | Dmitry V. Levin | 2015-01-30 | 1 | -0/+60 |
* | printsock: print the whole sockaddr_un.sun_path | Dmitry V. Levin | 2015-01-29 | 1 | -2/+2 |
* | printsock: do not fetch sockaddr_un.sun_path twice | Dmitry V. Levin | 2015-01-29 | 1 | -2/+6 |
* | net: define all SOL_* constants | Dmitry V. Levin | 2015-01-29 | 1 | -79/+126 |
* | setsockopt: decode PACKET_ADD_MEMBERSHIP | Dmitry V. Levin | 2015-01-29 | 1 | -1/+32 |
* | getsockopt, setsockopt: do not decode structures in non-verbose mode | Dmitry V. Levin | 2015-01-29 | 1 | -206/+225 |
* | sendmsg: do not decode msghdr in non-verbose mode | Dmitry V. Levin | 2015-01-28 | 1 | -2/+2 |
* | printsock: quote network interface names | Dmitry V. Levin | 2015-01-26 | 1 | -2/+7 |
* | Rework string_quote API | Dmitry V. Levin | 2015-01-26 | 1 | -9/+3 |
* | Impove struct cmsghdr decoding | Dmitry V. Levin | 2015-01-24 | 1 | -58/+122 |
* | Fix ILP32 personality struct cmsghdr decoding on LP64 architectures | Dmitry V. Levin | 2015-01-24 | 1 | -20/+65 |
* | Fix build on systems that lack NETLINK_SOCK_DIAG definition | Dmitry V. Levin | 2015-01-09 | 1 | -1/+4 |
* | Alias sys_getpeername to sys_getsockname | Dmitry V. Levin | 2014-12-02 | 1 | -6/+0 |
* | Include <sys/uio.h> unconditionally | Dmitry V. Levin | 2014-11-21 | 1 | -3/+1 |
* | Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg | Masatake YAMATO | 2014-11-11 | 1 | -28/+45 |
* | Use the definition of struct mmsghdr if it is defined in build environment | Masatake YAMATO | 2014-11-11 | 1 | -4/+8 |
* | Introduce a separate function to copy from msghdr32 to msghdr | Masatake YAMATO | 2014-11-11 | 1 | -7/+15 |
* | Dump details for Bluetooth socket operations | Lubomir Rintel | 2014-11-04 | 1 | -0/+42 |
* | Add a function for dumping iovec in msghdr used in sendmsg and recvmsg | Masatake YAMATO | 2014-11-01 | 1 | -19/+33 |