Patrick Kelsey
8bdc5a6251
MFV r285191: tcpdump 4.7.4.
...
Also, the changes made in r272451 and r272653 that were lost in the
merge of 4.6.2 (r276788) have been restored.
PR: 199568
Differential Revision: https://reviews.freebsd.org/D3007
Reviewed by: brooks, hiren
Approved by: jmallett (mentor)
MFC after: 1 month
2015-07-08 16:19:32 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
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
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
98e0ffaefb
Merge sync of head
2015-05-27 01:19:58 +00:00
Xin LI
3c602fabf9
MFV r276761: tcpdump 4.6.2.
...
MFC after: 1 month
2015-01-07 19:55:18 +00:00
Baptiste Daroussin
c6db8143ed
Convert usr.sbin to LIBADD
...
Reduce overlinking
2014-11-25 16:57:27 +00:00
Simon J. Gerraty
ee7b0571c2
Merge head from 7/28
2014-08-19 06:50:54 +00:00
Warner Losh
04efeffe99
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
...
remove the now-redundant checks for RELEASE_CRUNCH. This originally
was defined for building smaller sysinstall images, but was later also
used by picobsd builds for a similar purpose. Now that we've moved
away from sysinstall, picobsd is the only remaining consumer of this
interface. Adding these two options reduces the RELEASE_CRUNCH
special cases in the tree by half.
2014-06-06 04:09:07 +00:00
Simon J. Gerraty
fae50821ae
Updated dependencies
2014-05-16 14:09:51 +00:00
Simon J. Gerraty
cc3f4b9965
Merge from head
2014-05-08 23:54:15 +00:00
Warner Losh
c6063d0da8
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
Simon J. Gerraty
3b8f084595
Merge head
2014-04-28 07:50:45 +00:00
Pawel Jakub Dawidek
252e504548
Add Casper support.
...
Sponsored by: The FreeBSD Foundation
2013-12-15 23:05:19 +00:00
Gleb Smirnoff
3e4d5cd37b
Make userland tools honor WITHOUT_PF build option.
...
Tested by: dt71@gmx.com
2013-10-29 17:38:13 +00:00
Simon J. Gerraty
d1d0158641
Merge from head
2013-09-05 20:18:59 +00:00
Xin LI
9417953e08
Convert Makefile to have only one file for each line, while I'm there, sort
...
SRCS to ease future upgrades.
2013-05-30 21:24:33 +00:00
Xin LI
d03c0883ad
MFV: tcpdump 4.4.0.
...
MFC after: 4 weeks
2013-05-30 20:51:22 +00:00
Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
Simon J. Gerraty
23090366f7
Sync from head
2012-11-04 02:52:03 +00:00
Xin LI
d09a7e67b9
MFV: tcpdump 4.3.0.
...
MFC after: 4 weeks
2012-10-05 20:19:28 +00:00
Gleb Smirnoff
ffe9c13e2a
Provide ability for printing and decoding pfsync(4) traffic. This
...
doesn't mean supporting IFT_PFSYNC (which I hope will eventually
die). This means decoding packets with IP protocol of 240 caught
on any normal interface like Ethernet.
The code is based on couple of files from OpenBSD, significantly
modified by myself.
Parser differentiates for four levels of verbosity: no -v, -v,
-vv and -vvv.
We don't yet forward this code upstream, because currently it
strongly relies on if_pfsync.h and even on pfvar.h. I hope that
this can be fixed in future.
Reviewed by: gnn, delphij
2012-10-05 07:51:21 +00:00
Eitan Adler
96240c89f0
Correct double "the the"
...
Approved by: cperciva
MFC after: 3 days
2012-09-14 21:28:56 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Xin LI
cac3dcd5f9
Merge tcpdump 4.2.1.
...
MFC after: 2 weeks
2012-05-17 05:11:57 +00:00
Eitan Adler
50d675f7a9
Remove trailing whitespace per mdoc lint warning
...
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
2012-03-29 05:02:12 +00:00
Ulrich Spörlein
3df5ecac8c
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
Eitan Adler
36daf0495a
- change "is is" to "is" or "it is"
...
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
2011-10-16 14:30:28 +00:00
Dimitry Andric
812b0fb7ee
Actually remove the HAVE_CAST_H define this time.
2010-10-30 16:30:50 +00:00
Dimitry Andric
04eefab695
Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, and
...
remove unused HAVE_RC5_H and HAVE_CAST_H defines from CFLAGS.
2010-10-30 16:25:08 +00:00
Rui Paulo
964964e942
Add print-ipnet.c
...
Submitted by: dim
2010-10-29 21:03:59 +00:00
Rui Paulo
636720d7bc
Update for the new tcpdump 4.1.1. The man page is a result of running
...
tcpdump's autoconf on FreeBSD.
2010-10-28 19:08:56 +00:00
Warner Losh
25faff346c
MFtbemd:
...
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
2010-08-23 22:24:11 +00:00
Ed Schouten
71ccf09269
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
Rui Paulo
143a3e63c3
Add new build targets for tcpdump 4.0.0.
2009-03-21 18:40:38 +00:00
Max Laier
f454dc50d8
Update for tcpdump 3.9.8
2007-10-16 02:32:44 +00:00
Bruce M Simpson
790ca1147e
De-orbit burn tcpslice.
...
Reviewed by: sam, bmah
2006-09-24 09:18:36 +00:00
Bruce M Simpson
81fbc3d1f3
Disconnect tcpslice from build.
...
Reviewed by: sam, bmah
2006-09-24 09:16:27 +00:00
Bruce M Simpson
2c2da9973b
Fix our ancient tcpslice for >2GB limits.
...
PR: bin/13691
MFC after: 1 week
Submitted by: Bruce A. Mah
2006-09-23 21:12:23 +00:00
Sam Leffler
56e4b2d3cc
update for v3.9.4
...
MFC after: 1 month
2006-09-04 20:27:05 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Sam Leffler
8d0b27ec4d
update for v3.9.1 (releaes)
...
Approved by: re (scottl)
2005-07-11 04:14:42 +00:00
Sam Leffler
3a9ae5b3af
update after import of v3.9.1-096
...
Reviewed by: bms
2005-05-29 19:11:21 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Colin Percival
d37df47d31
Join the 21st century: Cryptography is no longer an optional component
...
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
2004-08-06 07:27:08 +00:00
Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Bruce M Simpson
9661523edf
Merge of tcpdump 3.8.3 from tcpdump.org.
2004-03-31 15:00:44 +00:00
Mark Murray
ebb9f0efa8
Don't check for the existance of src/crypto/ for building items that
...
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
2003-07-24 18:30:25 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00