FreeBSD/src 6e76489sys/netinet tcp_pcap.c tcp_pcap.h

tcp: remove support for TCPPCAP

This feature could be used to store the last sent and received TCP
packets for a TCP endpoint. There was no utility to get these packets
from a live system or core.
This functionality is now provided by TCP Black Box Logging, which also
stores additional events. There are tools to get these traces from a
live system or a core.
Therefore remove TCPPCAP to avoid maintaining it, when it is not
used anymore.

Reviewed by:            rrs, rscheff, Peter Lei, glebiu
Sponsored by:           Netflix, Inc.
Differential Revision:  https://reviews.freebsd.org/D49589
DeltaFile
+0-452sys/netinet/tcp_pcap.c
+0-39sys/netinet/tcp_pcap.h
+0-33sys/netinet/tcp_usrreq.c
+0-24sys/netinet/tcp_subr.c
+0-12sys/netinet/tcp_output.c
+0-7sys/netinet/tcp_input.c
+0-5678 files not shown
+5-58314 files

FreeBSD/src f8167e0sys/amd64/amd64 cpu_switch.S efirt_support.S, sys/dev/mpr mpr_ioctl.h

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in current:
(cherry picked from commit 95ee2897e98f)
DeltaFile
+0-4sys/dev/mpr/mpr_ioctl.h
+0-4sys/dev/mps/mps_ioctl.h
+0-2sys/amd64/amd64/cpu_switch.S
+0-2sys/amd64/amd64/efirt_support.S
+0-2sys/amd64/amd64/exception.S
+0-2sys/amd64/amd64/locore.S
+0-163,795 files not shown
+0-7,6063,801 files

FreeBSD/src 95ee289sys/dev/flash mx25lreg.h, sys/dev/fxp if_fxpreg.h if_fxpvar.h

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
DeltaFile
+0-4sys/dev/mpr/mpr_ioctl.h
+0-4sys/dev/mps/mps_ioctl.h
+0-2sys/dev/flash/mx25lreg.h
+0-2sys/dev/fxp/if_fxpreg.h
+0-2sys/dev/fxp/if_fxpvar.h
+0-2sys/dev/fxp/inphyreg.h
+0-163,592 files not shown
+0-7,2003,598 files

FreeBSD/src 24b9bb5 (r302374)sys/netinet tcp_subr.c tcp_pcap.c

The TCPPCAP debugging feature caches recently-used mbufs for use in
debugging TCP connections. This commit provides a mechanism to free those
mbufs when the system is under memory pressure.

Because this will result in lost debugging information, the behavior is
controllable by a sysctl. The default setting is to free the mbufs.

Reviewed by:    gnn
Approved by:    re (gjb)
Differential Revision:  https://reviews.freebsd.org/D6931
Input from:     novice_techie.com
DeltaFile
+7-0sys/netinet/tcp_subr.c
+4-0sys/netinet/tcp_pcap.c
+2-0sys/netinet/tcp_pcap.h
+13-03 files

FreeBSD/src a5d8944 (r291076)share/colldef zh_Hans_CN.UTF-8.src, sys/dev/ispfw asm_2400.h

Catch up with head (r291075).
DeltaFile
+250,654-0tools/tools/locale/etc/final-maps/map.UTF-8
+71,629-0share/colldef/zh_Hans_CN.UTF-8.src
+63,490-0tools/tools/locale/etc/charmaps/GB18030.TXT
+59,905-0tools/tools/locale/etc/final-maps/map.GB18030
+42,878-0tools/tools/locale/etc/final-maps/widths.txt
+14,251-28,449sys/dev/ispfw/asm_2400.h
+502,807-28,4494,424 files not shown
+1,272,906-194,0464,430 files

FreeBSD/src 11d38a5 (r290100)contrib/sqlite3 sqlite3.c, games/fortune/datfiles fortunes

Merge from head

Sponsored by:   Gandi.net
DeltaFile
+0-59,053games/fortune/datfiles/fortunes
+59,053-0usr.bin/fortune/datfiles/fortunes
+14,251-28,449sys/dev/ispfw/asm_2400.h
+14,827-25,954sys/dev/ispfw/asm_2500.h
+11,995-5,005contrib/sqlite3/sqlite3.c
+15,511-0sys/contrib/dev/iwm/iwm-7265-9.fw.uu
+115,637-118,46110,004 files not shown
+1,057,291-590,42110,010 files

FreeBSD/src 031c294 (r289573)contrib/wpa/src/fst fst_session.c, contrib/wpa/wpa_supplicant p2p_supplicant.c

Merge from head
DeltaFile
+927-1,497contrib/wpa/wpa_supplicant/p2p_supplicant.c
+2,139-0sys/dev/vnic/nicvf_queues.c
+1,414-708sys/dev/ntb/ntb_hw/ntb_hw.c
+1,620-0contrib/wpa/src/fst/fst_session.c
+1,458-0sys/arm/arm/intrng.c
+1,423-0sys/dev/vnic/nicvf_main.c
+8,981-2,205643 files not shown
+45,867-14,912649 files

FreeBSD/src 324fd1c (r289371)contrib/subversion/subversion/libsvn_fs_fs fs_fs.c, contrib/subversion/subversion/libsvn_fs_x tree.c index.c

MFH to r289370

Sponsored by:   The FreeBSD Foundation
DeltaFile
+13,388-0contrib/subversion/subversion/libsvn_subr/utf8proc/utf8proc_data.c
+1,189-10,647contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c
+2,328-2,906contrib/subversion/subversion/libsvn_ra_serf/update.c
+2,849-1,829contrib/subversion/subversion/libsvn_wc/wc_db.c
+4,542-0contrib/subversion/subversion/libsvn_fs_x/tree.c
+3,981-0contrib/subversion/subversion/libsvn_fs_x/index.c
+28,277-15,3821,000 files not shown
+161,016-54,8191,006 files

FreeBSD/src 86a996e (r289276)sys/netinet tcp_pcap.c tcp_pcap.h

There are times when it would be really nice to have a record of the last few
packets and/or state transitions from each TCP socket. That would help with
narrowing down certain problems we see in the field that are hard to reproduce
without understanding the history of how we got into a certain state. This
change provides just that.

It saves copies of the last N packets in a list in the tcpcb. When the tcpcb is
destroyed, the list is freed. I thought this was likely to be more
performance-friendly than saving copies of the tcpcb. Plus, with the packets,
you should be able to reverse-engineer what happened to the tcpcb.

To enable the feature, you will need to compile a kernel with the TCPPCAP
option. Even then, the feature defaults to being deactivated. You can activate
it by setting a positive value for the number of captured packets. You can do
that on either a global basis or on a per-socket basis (via a setsockopt call).

There is no way to get the packets out of the kernel other than using kmem or
getting a coredump. I thought that would help some of the legal/privacy concerns
regarding such a feature. However, it should be possible to add a future effort

    [15 lines not shown]
DeltaFile
+437-0sys/netinet/tcp_pcap.c
+39-0sys/netinet/tcp_pcap.h
+31-0sys/netinet/tcp_usrreq.c
+18-0sys/netinet/tcp_subr.c
+13-0sys/netinet/tcp_output.c
+12-1sys/netinet/tcp_var.h
+550-17 files not shown
+568-213 files