aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdrop
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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Remove empty line accidently introduced in r323626.Michael Tuexen2017-09-151-1/+0
* Add references. Suggested by Maxim Konovalov.Michael Tuexen2017-09-151-2/+5
* Bump date missed in r323596. Trim trailing whitespace.Michael Tuexen2017-09-141-2/+2
* Add a description how tcpdrop handles the case of specifying theMichael Tuexen2017-09-141-0/+20
* Allow TCP connections to be filtered by stack and state.Michael Tuexen2017-09-122-14/+108
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-082-4/+39
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+2
| |/ |/|
* | Allow the address and ports to be separated by a colon or period ratherJohn Baldwin2013-01-302-4/+39
|/
* Include param.h for CACHE_LINE_SIZE to unbreak the build.Bjoern A. Zeeb2011-06-061-1/+2
* o Remove an incomplete sentence.Maxim Konovalov2011-04-231-2/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedJuli Mallett2009-06-012-56/+319
* Normalize usage output.Ruslan Ermilov2007-10-311-2/+4
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
* o Improve the example a bit.Maxim Konovalov2005-03-141-1/+1
* Sort xrefsMaxim Konovalov2005-03-141-2/+2
* o Replace OpenBSD-specific example by FreeBSD's one.Maxim Konovalov2005-03-141-4/+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-063-0/+160