History log of /freebsd-current/usr.sbin/tcpdrop/tcpdrop.8
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 31537ea5 04-Dec-2021 Michael Tuexen <tuexen@FreeBSD.org>

tcpdrop: allow TCP connections to be filtered by cc-algo

In addition to filtering by stack and state, allow filtering
by the congestion control module used. Choose the command line
options to be consistent with the ones of sockstat.

MFC after: 1 week
Sponsored by: Netflix, Inc.


# 7ef45bd3 04-Dec-2021 Michael Tuexen <tuexen@FreeBSD.org>

tcpdrop: update man page, since the fastack stack has been removed

MFC after: 1 week
Sponsored by: Netflix, Inc.


# 7c9470c0 15-Sep-2017 Michael Tuexen <tuexen@FreeBSD.org>

Remove empty line accidently introduced in r323626.


# c3c1d365 15-Sep-2017 Michael Tuexen <tuexen@FreeBSD.org>

Add references. Suggested by Maxim Konovalov.

Sponsored by: Netflix, Inc.


# 507a9c43 14-Sep-2017 Michael Tuexen <tuexen@FreeBSD.org>

Bump date missed in r323596. Trim trailing whitespace.

Sponsored by: Netflix, Inc.


# 314e8196 14-Sep-2017 Michael Tuexen <tuexen@FreeBSD.org>

Add a description how tcpdrop handles the case of specifying the
-s and the -S option.

Sponsored by: Netflix, Inc.


# e1418fa5 12-Sep-2017 Michael Tuexen <tuexen@FreeBSD.org>

Allow TCP connections to be filtered by stack and state.

Choose the command line options to be consistent with the ones of
sockstat.

Sponsored by: Netflix, Inc.


# 01c2b8ac 20-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part2)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


# 2d5d7a0c 30-Jan-2013 John Baldwin <jhb@FreeBSD.org>

Allow the address and ports to be separated by a colon or period rather
than a space to permit directly pasting the output of commands such as
netstat and sockstat on the command line.

Reviewed by: net
MFC after: 1 week


# e094d2c0 22-Apr-2011 Maxim Konovalov <maxim@FreeBSD.org>

o Remove an incomplete sentence.

PR: docs/156593
Submitted by: Yuri Pankov
MFC after: 1 week


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# ba33818d 01-Jun-2009 Juli Mallett <jmallett@FreeBSD.org>

o) Restructure tcpdrop(8) to provide a facility to try to drop all established
connections. Including a flag to instead output a sequence of tcpdrop(8)
invocations that would accomplish the same thing, which is convenient for
scripting.
o) Make tcpdrop complain if the addresses given to it are entirely in different
address families, rather than failing silently.
o) When cross-referencing httpd(8), do not explicitly specify the apache2 port,
since the example in question is generic.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# f0ea72a0 14-Jul-2005 Christian Brueffer <brueffer@FreeBSD.org>

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


# f6da7367 14-Mar-2005 Maxim Konovalov <maxim@FreeBSD.org>

o Improve the example a bit.

Submitted by: hrs


# 08e0b6bb 13-Mar-2005 Maxim Konovalov <maxim@FreeBSD.org>

Sort xrefs


# e27b2d27 13-Mar-2005 Maxim Konovalov <maxim@FreeBSD.org>

o Replace OpenBSD-specific example by FreeBSD's one.

Noticed by: Daniel O'Connor


# 212a79b0 06-Feb-2005 Maxim Konovalov <maxim@FreeBSD.org>

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