cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sat Feb 17 21:02:40 UTC 2007


rwatson     2007-02-17 21:02:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c in_pcb.h tcp_usrreq.c 
  Log:
  Add "show inpcb", "show tcpcb" DDB commands, which should come in handy
  for debugging sblock and other network panics.
  
  Revision  Changes    Path
  1.186     +251 -1    src/sys/netinet/in_pcb.c
  1.92      +6 -0      src/sys/netinet/in_pcb.h
  1.146     +321 -1    src/sys/netinet/tcp_usrreq.c


More information about the cvs-all mailing list