summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-191-2/+2
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync with HEAD.obrien2013-02-082-4/+39
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+2
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | Allow the address and ports to be separated by a colon or period ratherjhb2013-01-302-4/+39
|/ | | | | | | | 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
* Include param.h for CACHE_LINE_SIZE to unbreak the build.bz2011-06-061-1/+2
|
* o Remove an incomplete sentence.maxim2011-04-231-2/+0
| | | | | | PR: docs/156593 Submitted by: Yuri Pankov MFC after: 1 week
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedjmallett2009-06-012-56/+319
| | | | | | | | | | 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.
* Normalize usage output.ru2007-10-311-2/+4
|
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* o Improve the example a bit.maxim2005-03-141-1/+1
| | | | Submitted by: hrs
* Sort xrefsmaxim2005-03-141-2/+2
|
* o Replace OpenBSD-specific example by FreeBSD's one.maxim2005-03-141-4/+4
| | | | Noticed by: Daniel O'Connor
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-141-4/+5
| | | | | | | | | | | | | o Use SYSCTL_IN() macro instead of direct call of copyin(9). Submitted by: ume o Move sysctl_drop() implementation to sys/netinet/tcp_subr.c where most of tcp sysctls live. o There are net.inet[6].tcp[6].getcred sysctls already, no needs in a separate struct tcp_ident_mapping. Suggested by: ume
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-063-0/+160
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
OpenPOWER on IntegriCloud