Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2005 10:47:12 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_usrreq.c tcp_var.h src/usr.sbin Makefile src/usr.sbin/tcpdrop Makefile tcpdrop.8 tcpdrop.c
Message-ID:  <200502061047.j16AlCOS001867@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2005-02-06 10:47:12 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c tcp_var.h 
    usr.sbin             Makefile 
  Added files:
    usr.sbin/tcpdrop     Makefile tcpdrop.8 tcpdrop.c 
  Log:
  o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)
  utility:
  
      The tcpdrop command drops the TCP connection specified by the
      local address laddr, port lport and the foreign address faddr,
      port fport.
  
  Obtained from:  OpenBSD
  Reviewed by:    rwatson (locking), ru (man page), -current
  MFC after:      1 month
  
  Revision  Changes    Path
  1.113     +86 -0     src/sys/netinet/tcp_usrreq.c
  1.115     +7 -1      src/sys/netinet/tcp_var.h
  1.321     +1 -0      src/usr.sbin/Makefile
  1.1       +8 -0      src/usr.sbin/tcpdrop/Makefile (new)
  1.1       +64 -0     src/usr.sbin/tcpdrop/tcpdrop.8 (new)
  1.1       +88 -0     src/usr.sbin/tcpdrop/tcpdrop.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502061047.j16AlCOS001867>