- d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 9 years ago
- fddeeba net: move fallback definitions of SOL_* constants to xlat/ by Dmitry V. Levin · 9 years ago
- 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 9 years ago
- ae28093 net: factor out interface index printing code by Dmitry V. Levin · 9 years ago
- 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
- a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
- 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
- 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
- 3910d0f print_setsockopt: fix fall-through bug in SOL_IP switch case by Dmitry V. Levin · 10 years ago
- f362a33 net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based code by Dmitry V. Levin · 10 years ago
- d0dceaf printsock: do not fetch sockaddr.sa_data twice by Dmitry V. Levin · 10 years ago
- a0a4909 setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP by Dmitry V. Levin · 10 years ago
- f57bd11 printsock: print the whole sockaddr_un.sun_path by Dmitry V. Levin · 10 years ago
- d9177df printsock: do not fetch sockaddr_un.sun_path twice by Dmitry V. Levin · 10 years ago
- 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 10 years ago
- 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 10 years ago
- 0509c8e getsockopt, setsockopt: do not decode structures in non-verbose mode by Dmitry V. Levin · 10 years ago
- 00244b9 sendmsg: do not decode msghdr in non-verbose mode by Dmitry V. Levin · 10 years ago
- 0e9d594 printsock: quote network interface names by Dmitry V. Levin · 10 years ago
- 513e96e Rework string_quote API by Dmitry V. Levin · 10 years ago
- b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 10 years ago
- 05884d8 Fix ILP32 personality struct cmsghdr decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
- d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 10 years ago
- 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
- b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
- a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
- caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
- b248543 Introduce a separate function to copy from msghdr32 to msghdr by Masatake YAMATO · 10 years ago
- c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
- 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 1e42f2d tprint_sock_type: remove unused parameter by Dmitry V. Levin · 10 years ago
- 1306365 printsock: fix decoding of unrecognized AF_PACKET packet types by Dmitry V. Levin · 10 years ago
- 15114ec Decode file descriptors returned by accept and accept4 syscalls by Dmitry V. Levin · 10 years ago
- d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
- 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
- f23b097 Decode file descriptors passed via SCM_RIGHTS control messages by Dmitry V. Levin · 11 years ago
- 2394a3d Decode protocol argument for PF_NETLINK sockets by Masatake YAMATO · 11 years ago
- 033fb91 Cleanup socketpair decoding by Dmitry V. Levin · 11 years ago
- 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
- bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
- 894c7e3 Add decoding of sockets descriptor 'paths' for network calls by Philippe Ombredanne · 11 years ago
- aa4633c net: add more sockopt options by Mike Frysinger · 11 years ago
- 840a253 Remove unneeded redefinitions of IPPROTO_* macros by Dmitry V. Levin · 11 years ago
- 70e84c4 Remove unused code by Dmitry V. Levin · 11 years ago
- ea0d2a6 Update AF_*, PF_*, MSG_*, and TCP_* constants by Dmitry V. Levin · 12 years ago
- 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 12 years ago
- 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 12 years ago
- 5ea9765 Fix recvmmsg decode: do not show more data than actually returned by Dmitry V. Levin · 13 years ago
- 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 13 years ago
- e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 13 years ago
- 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- 3df080a net.c: recognize MSG_WAITFORONE by Dmitry V. Levin · 13 years ago
- 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 13 years ago
- b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
- e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
- 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
- c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
- 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
- ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
- c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 13 years ago
- a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
- b05fc54 * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h by Dmitry V. Levin · 13 years ago
- 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
- 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
- 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
- 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
- b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
- 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
- 9cd3850 Print shutdown(2) modes as SHUT_* constants by Sebastian Pipping · 14 years ago
- d475c06 Fix struct xlat initialization bugs by Dmitry V. Levin · 14 years ago
- 7fea79b Parse SOL_SCTP socket options by Holger Hans Peter Freyther · 14 years ago
- ce9e0f4 * net.c (socketlayers): Add more SOL_* constants from linux/socket.h by Holger Hans Peter Freyther · 14 years ago
- d48c6b9 * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.h by Dmitry V. Levin · 14 years ago
- efa8bda * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE. by Holger Hans Peter Freyther · 14 years ago
- 0ddd8ad Decode struct ucred for getsockopt SO_PEERCRED by Dmitry V. Levin · 14 years ago
- e659103 Enhance recvmmsg parser by Dmitry V. Levin · 15 years ago
- 0873f29 Decode recvmmsg syscall by Andreas Schwab · 15 years ago
- e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
- ca75bd6 Decode more SOL_PACKET socket options by Dmitry V. Levin · 15 years ago
- 3128919 Fix getsockopt decoding on architectures where sizeof(long) > sizeof(int) by Dmitry V. Levin · 15 years ago
- 705ff10 Replace x86-64 paccept with accept4 by Paolo Bonzini · 15 years ago
- 132c52a * system.c (sram_alloc_flag): Add L2_SRAM constant. by Denys Vlasenko · 16 years ago
- 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
- f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
- 2fc6615 2009-01-01 Andreas Schwab <schwab@suse.de> by Dmitry V. Levin · 16 years ago
- 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 8a550d7 2008-10-22 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- c294b8f 2007-11-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- 16fbe97 net.c (printsock): Really use printpathn() as written in ChangeLog entry by Dmitry V. Levin · 17 years ago
- b6c32f4 2007-10-01 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
- 71d3d66 2007-08-03 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
- b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- c0b9e37 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- 04ac03a 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- 9814a94 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- 96ad7b8 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago