1. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  2. 894c7e3 Add decoding of sockets descriptor 'paths' for network calls by Philippe Ombredanne · 11 years ago
  3. aa4633c net: add more sockopt options by Mike Frysinger · 11 years ago
  4. 840a253 Remove unneeded redefinitions of IPPROTO_* macros by Dmitry V. Levin · 11 years ago
  5. 70e84c4 Remove unused code by Dmitry V. Levin · 11 years ago
  6. ea0d2a6 Update AF_*, PF_*, MSG_*, and TCP_* constants by Dmitry V. Levin · 11 years ago
  7. 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 12 years ago
  8. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 12 years ago
  9. 5ea9765 Fix recvmmsg decode: do not show more data than actually returned by Dmitry V. Levin · 12 years ago
  10. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 12 years ago
  11. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 12 years ago
  12. 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 13 years ago
  13. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  14. 3df080a net.c: recognize MSG_WAITFORONE by Dmitry V. Levin · 13 years ago
  15. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 13 years ago
  16. b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
  17. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  18. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
  19. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  20. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  21. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  22. c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 13 years ago
  23. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
  24. b05fc54 * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h by Dmitry V. Levin · 13 years ago
  25. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  26. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  27. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  28. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
  29. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  30. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  31. 9cd3850 Print shutdown(2) modes as SHUT_* constants by Sebastian Pipping · 14 years ago
  32. d475c06 Fix struct xlat initialization bugs by Dmitry V. Levin · 14 years ago
  33. 7fea79b Parse SOL_SCTP socket options by Holger Hans Peter Freyther · 14 years ago
  34. ce9e0f4 * net.c (socketlayers): Add more SOL_* constants from linux/socket.h by Holger Hans Peter Freyther · 14 years ago
  35. d48c6b9 * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.h by Dmitry V. Levin · 14 years ago
  36. efa8bda * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE. by Holger Hans Peter Freyther · 14 years ago
  37. 0ddd8ad Decode struct ucred for getsockopt SO_PEERCRED by Dmitry V. Levin · 14 years ago
  38. e659103 Enhance recvmmsg parser by Dmitry V. Levin · 15 years ago
  39. 0873f29 Decode recvmmsg syscall by Andreas Schwab · 15 years ago
  40. e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
  41. ca75bd6 Decode more SOL_PACKET socket options by Dmitry V. Levin · 15 years ago
  42. 3128919 Fix getsockopt decoding on architectures where sizeof(long) > sizeof(int) by Dmitry V. Levin · 15 years ago
  43. 705ff10 Replace x86-64 paccept with accept4 by Paolo Bonzini · 15 years ago
  44. 132c52a * system.c (sram_alloc_flag): Add L2_SRAM constant. by Denys Vlasenko · 16 years ago
  45. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  46. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
  47. 2fc6615 2009-01-01 Andreas Schwab <schwab@suse.de> by Dmitry V. Levin · 16 years ago
  48. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  49. 8a550d7 2008-10-22 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  50. c294b8f 2007-11-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  51. 16fbe97 net.c (printsock): Really use printpathn() as written in ChangeLog entry by Dmitry V. Levin · 17 years ago
  52. b6c32f4 2007-10-01 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  53. 71d3d66 2007-08-03 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  54. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  55. c0b9e37 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  56. 04ac03a 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  57. 9814a94 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  58. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  59. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  60. 96ad7b8 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  61. fc544db 2005-01-22 Andreas Schwab <schwab@suse.de> by Roland McGrath · 20 years ago
  62. 5077082 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  63. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  64. 1bf4373 2004-08-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  65. 4f6ba69 2004-08-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  66. 6d1a65c 2004-07-07 David S. Miller <davem@nuts.davemloft.net> by Roland McGrath · 20 years ago
  67. 5687ff1 2004-07-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  68. 5a8146a 2004-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  69. 05e5e79 2004-04-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  70. b4ce176 2004-02-26 Andreas Schwab <schwab@suse.de> by Roland McGrath · 21 years ago
  71. 36ef1bc 2003-11-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  72. 8758e54 2003-06-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  73. 6b1d43e 2003-02-26 Stuart Menefy <stuart.menefy@st.com> by Roland McGrath · 22 years ago
  74. c3ca0d8 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  75. 6d2b349 2002-12-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  76. 2c4e3a8 fix unsigned arithmetic bug in previous change by John Hughes · 22 years ago
  77. 38ae88d Improve tracing of timod ioctls by John Hughes · 22 years ago
  78. 93f7fcc improve {set,get}sockopt by John Hughes · 22 years ago
  79. b0c598f decode packet options by Wichert Akkerman · 23 years ago
  80. 8b8ff7c Add new TCP socket options by Wichert Akkerman · 23 years ago
  81. 1fcb1d6 fix sockaddr display by John Hughes · 23 years ago
  82. 1d08dcf Merge iov fixes from Richard Kettlewell by John Hughes · 23 years ago
  83. 6156357 Fix compile errors with SCO UDK compiler by John Hughes · 24 years ago
  84. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
  85. 1e4cb34 fix compile on UW by John Hughes · 24 years ago
  86. fa30618 Fix format for Unix domain sockets by Wichert Akkerman · 24 years ago
  87. f185065 add support for IPv6 scope ids by Wichert Akkerman · 24 years ago
  88. 8c7122c Test for netinet/tcp.h and udp.h and use those by Wichert Akkerman · 24 years ago
  89. efdecac fix formating error in sys_setsockopt by Wichert Akkerman · 24 years ago
  90. 2e4ffe5 more FreeBSD updates by Wichert Akkerman · 24 years ago
  91. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  92. 16a03d2 test/clone.c: minor fixup by Wichert Akkerman · 24 years ago
  93. 7987cdf net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCP by Wichert Akkerman · 24 years ago
  94. 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
  95. e4aafd4 Merge patches from John Hughes by Wichert Akkerman · 25 years ago
  96. f5eeabb Start merging linux-ip-routing fork by Wichert Akkerman · 25 years ago
  97. 2f473da Fix duplicate for sys_create_module Include linux/in6.h only for Linux MIPS by Wichert Akkerman · 25 years ago
  98. 505e176 test for linux/in6.h in configure by Wichert Akkerman · 25 years ago
  99. 15dea97 Compilation updates by Wichert Akkerman · 25 years ago
  100. 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago