summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdrop/tcpdrop.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-101-1/+1
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-051-1/+1
* tcpdrop: ensure NUL termination of a stringEric van Gyzen2018-05-281-3/+3
* Allow TCP connections to be filtered by stack and state.Michael Tuexen2017-09-121-8/+41
* o Clean the whole array of IPv4 addresses not just a local part.Maxim Konovalov2017-04-281-1/+1
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-9/+7
* Allow the address and ports to be separated by a colon or period ratherJohn Baldwin2013-01-301-3/+35
* Include param.h for CACHE_LINE_SIZE to unbreak the build.Bjoern A. Zeeb2011-06-061-1/+2
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedJuli Mallett2009-06-011-43/+274
* Normalize usage output.Ruslan Ermilov2007-10-311-2/+4
* o Add handling of an IPv4-mapped IPv6 address.Maxim Konovalov2005-02-141-4/+5
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)Maxim Konovalov2005-02-061-0/+88