It's hard to argue with that:) I've backed it out until we can figure out
what's going on.
Sorry for the breakage.
On Fri, Feb 3, 2017 at 9:54 PM, Kurt Lidl wrote:
> Having just spent a couple of hours bisecting what broke the kernel on
> my mips64 machine, I can definitively state it was this
Author: jah
Date: Sat Feb 4 06:24:49 2017
New Revision: 313193
URL: https://svnweb.freebsd.org/changeset/base/313193
Log:
Revert r313037
The switch to get_pcpu() in MI code seems to cause hangs on MIPS.
Back out until we can get a better idea of what's happening there.
Reported by:
Author: allanjude
Date: Sat Feb 4 06:12:48 2017
New Revision: 313192
URL: https://svnweb.freebsd.org/changeset/base/313192
Log:
Switch hastctl and hastd to libmd instead of openssl for sha256
Reviewed by: bapt, brnrd, pjd
Approved by: pjd (maintainer)
Sponsored by: ScaleEngine Inc.,
Having just spent a couple of hours bisecting what broke the kernel on
my mips64 machine, I can definitively state it was this commit.
With this commit in place, the kernel hangs early in the
autoconfiguration:
gcc version 4.2.1 20070831 patched [FreeBSD]
Preloaded elf kernel "kernel" at 0xf
Author: imp
Date: Sat Feb 4 05:52:53 2017
New Revision: 313190
URL: https://svnweb.freebsd.org/changeset/base/313190
Log:
Move the usage and command name lookup into functions.
Modified:
head/sbin/nvmecontrol/nvmecontrol.c
head/sbin/nvmecontrol/nvmecontrol.h
Modified: head/sbin/nvmecontro
Author: imp
Date: Sat Feb 4 05:53:00 2017
New Revision: 313191
URL: https://svnweb.freebsd.org/changeset/base/313191
Log:
Implement 5 wdc-specific nvme control options for their HGST drives:
wdc cap-diagCapture diagnostic data from drive
wdc drive-log Captu
Author: imp
Date: Sat Feb 4 05:52:50 2017
New Revision: 313188
URL: https://svnweb.freebsd.org/changeset/base/313188
Log:
Put the arguments to aligned_alloc in the right order.
Modified:
head/sbin/nvmecontrol/firmware.c
Modified: head/sbin/nvmecontrol/firmware.c
Author: imp
Date: Sat Feb 4 05:52:51 2017
New Revision: 313189
URL: https://svnweb.freebsd.org/changeset/base/313189
Log:
Back off using CPUTYPE for the moment. There's still some issues with
that.
Modified:
head/tools/tools/nanobsd/embedded/rpi2.cfg
Modified: head/tools/tools/nanobsd/emb
Hi,
I'm a bit confused as to how this change breaks MIPS. The new function,
get_pcpu() is intended to be used only to access the per-cpu data pointer
locally. It returns pcpup, which is the per-cpu pointer wired into the
local TLB to translate to the local CPU's physical data region, correct?
T
Author: alc
Date: Sat Feb 4 05:23:10 2017
New Revision: 313186
URL: https://svnweb.freebsd.org/changeset/base/313186
Log:
Over the years, the code and comments in vm_page_startup() have diverged in
one respect. When determining how many page structures to allocate,
contrary to what the com
Author: ae
Date: Sat Feb 4 05:09:47 2017
New Revision: 313185
URL: https://svnweb.freebsd.org/changeset/base/313185
Log:
Check that primary GPT header is valid before wiping partitioning.
This allows safely destroy corrupted GPT when primary header was
rewritten by some data, that do not
On Wed, 1 Feb 2017 03:32:49 + (UTC)
"Jason A. Harmening" wrote:
> Author: jah
> Date: Wed Feb 1 03:32:49 2017
> New Revision: 313037
> URL: https://svnweb.freebsd.org/changeset/base/313037
>
> Log:
> Implement get_pcpu() for the remaining architectures and use it to
> replace pcpu_find(
Author: bdrewery
Date: Sat Feb 4 02:15:49 2017
New Revision: 313184
URL: https://svnweb.freebsd.org/changeset/base/313184
Log:
Remove LOCAL_LIB_DIRS warning added in r275839.
The case for which this was added, r274807, causes this warning to
always show. LOCAL_DIRS=foo LOCAL_LIB_DIRS=fo
Author: gonzo
Date: Sat Feb 4 01:24:21 2017
New Revision: 313183
URL: https://svnweb.freebsd.org/changeset/base/313183
Log:
MFC r310124 (by andrew):
Add -fPIC to the ubldr build. Without this the self relocation code will
try to use an absolute address in a switch statement, jumping to a
Author: ngie
Date: Sat Feb 4 01:21:48 2017
New Revision: 313182
URL: https://svnweb.freebsd.org/changeset/base/313182
Log:
Fix typo in variable name (_REDUNDENT_LIB_DIRS -> _REDUNDANT_LIB_DIRS)
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified:
Author: vangyzen
Date: Sat Feb 4 00:37:25 2017
New Revision: 313181
URL: https://svnweb.freebsd.org/changeset/base/313181
Log:
Fix grammar in getpeereid(3)
Modified:
head/lib/libc/gen/getpeereid.3
Modified: head/lib/libc/gen/getpeereid.3
=
Author: vangyzen
Date: Sat Feb 4 00:34:00 2017
New Revision: 313180
URL: https://svnweb.freebsd.org/changeset/base/313180
Log:
PCIe HotPlug: remove tests for DL active link capability
As of r313097, the HotPlug code requires the link to support
reporting of the data-link status. Remove
Author: jhb
Date: Fri Feb 3 23:48:56 2017
New Revision: 313179
URL: https://svnweb.freebsd.org/changeset/base/313179
Log:
MFC 312904: Don't drop a reference to the TOE PCB in undo_offload_socket().
undo_offload_socket() is only called by t4_connect() during a connection
setup failure, bu
Author: jhb
Date: Fri Feb 3 23:33:06 2017
New Revision: 313178
URL: https://svnweb.freebsd.org/changeset/base/313178
Log:
MFC 312906:
Unregister CPL handlers for TOE-related messages when unloading TOM.
Sponsored by: Chelsio Communications
Modified:
stable/11/sys/dev/cxgbe/tom/t4_conn
Author: jhb
Date: Fri Feb 3 23:33:06 2017
New Revision: 313178
URL: https://svnweb.freebsd.org/changeset/base/313178
Log:
MFC 312906:
Unregister CPL handlers for TOE-related messages when unloading TOM.
Sponsored by: Chelsio Communications
Modified:
stable/10/sys/dev/cxgbe/tom/t4_conn
On Fri, Feb 03, 2017 at 10:40:13PM +, George V. Neville-Neil wrote:
> +
> +#ifndef _DTRACE_XOROSHIRO128_PLUS_H
> +#define _DTRACE_XOROSHIRO128_PLUS_H
> +#endif
This protective define is useless unless #endif is placed properly.
> +
> +#include
> +
> +extern void dtrace_xoroshiro128_plus_jump(
Author: gnn
Date: Fri Feb 3 22:40:13 2017
New Revision: 313177
URL: https://svnweb.freebsd.org/changeset/base/313177
Log:
Files which implement the new random number system code for DTrace
Submitted by: Graeme Jenkinson
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Added:
head/sy
> On Feb 3, 2017, at 14:39, Bryan Drewery wrote:
>
> On 2/3/2017 11:09 AM, Warren Block wrote:
>> Modified: head/tools/build/options/makeman
>> ==
>> --- head/tools/build/options/makeman Fri Feb 3 17:02:57 2017
On 2/3/2017 2:39 PM, Bryan Drewery wrote:
> On 2/3/2017 11:09 AM, Warren Block wrote:
>> Modified: head/tools/build/options/makeman
>> ==
>> --- head/tools/build/options/makeman Fri Feb 3 17:02:57 2017
>> (r313168)
On 2/3/2017 11:09 AM, Warren Block wrote:
> Modified: head/tools/build/options/makeman
> ==
> --- head/tools/build/options/makeman Fri Feb 3 17:02:57 2017
> (r313168)
> +++ head/tools/build/options/makeman Fri Fe
Author: gnn
Date: Fri Feb 3 22:26:19 2017
New Revision: 313176
URL: https://svnweb.freebsd.org/changeset/base/313176
Log:
Replace the implementation of DTrace's RAND subroutine for generating
low-quality random numbers with a modern implementation (xoroshiro128+)
that is capable of generati
On Fri, 3 Feb 2017, Ngie Cooper (yaneurabeya) wrote:
On Feb 3, 2017, at 11:09, Warren Block wrote:
Author: wblock (doc committer)
Date: Fri Feb 3 19:09:46 2017
New Revision: 313169
URL: https://svnweb.freebsd.org/changeset/base/313169
Log:
Clarify some option descriptions, add a line of t
Author: jhb
Date: Fri Feb 3 21:37:27 2017
New Revision: 313175
URL: https://svnweb.freebsd.org/changeset/base/313175
Log:
MFC 313020: Fix a couple of issues with t4iov probe and attach.
- Check for Chelsio vendor ID in probe routines.
- Fail attach instead of faulting if pci_find_dbsf()
On Fri, Feb 3, 2017 at 1:44 PM, Ian Lepore wrote:
> On Fri, 2017-02-03 at 13:25 -0700, Warner Losh wrote:
>> On Fri, Feb 3, 2017 at 11:20 AM, Ian Lepore wrote:
>> >
>> > On Fri, 2017-02-03 at 18:52 +0200, Toomas Soome wrote:
>> > >
>> > > >
>> > > >
>> > > > On 3. veebr 2017, at 18:47, Ian Lepore
On Fri, 2017-02-03 at 13:25 -0700, Warner Losh wrote:
> On Fri, Feb 3, 2017 at 11:20 AM, Ian Lepore wrote:
> >
> > On Fri, 2017-02-03 at 18:52 +0200, Toomas Soome wrote:
> > >
> > > >
> > > >
> > > > On 3. veebr 2017, at 18:47, Ian Lepore wrote:
> > > >
> > > > On Fri, 2017-02-03 at 16:39 +0
Author: jilles
Date: Fri Feb 3 20:33:23 2017
New Revision: 313174
URL: https://svnweb.freebsd.org/changeset/base/313174
Log:
Clean up documentation of AF_UNIX control messages.
Document AF_UNIX control messages in unix(4) only, not split between unix(4)
and recv(2).
Also, warn about
On Fri, Feb 3, 2017 at 11:20 AM, Ian Lepore wrote:
> On Fri, 2017-02-03 at 18:52 +0200, Toomas Soome wrote:
>> >
>> > On 3. veebr 2017, at 18:47, Ian Lepore wrote:
>> >
>> > On Fri, 2017-02-03 at 16:39 +, Toomas Soome wrote:
>> > >
>> > > Author: tsoome
>> > > Date: Fri Feb 3 16:39:10 2017
>
Author: wblock (doc committer)
Date: Fri Feb 3 20:17:54 2017
New Revision: 313173
URL: https://svnweb.freebsd.org/changeset/base/313173
Log:
Re-enable an accidentally-disabled temp directory creation test.
Reported by: bjk
Sponsored by: iXsystems
Modified:
head/tools/build/options/ma
> On Feb 3, 2017, at 11:09, Warren Block wrote:
>
> Author: wblock (doc committer)
> Date: Fri Feb 3 19:09:46 2017
> New Revision: 313169
> URL: https://svnweb.freebsd.org/changeset/base/313169
>
> Log:
> Clarify some option descriptions, add a line of text to makeman to
> add the slightest
On Fri, Feb 03, 2017 at 07:51:24AM +, hartmut.bra...@dlr.de wrote:
H> It was attached to my mail, but maybe got removed somewhere. Here it is. It
does not use asio, but reproduces the same sequence of system calls. You start
it and the try to connect with telnet to port 1.
I was blind, s
On Fri, Feb 03, 2017 at 06:26:49AM -0200, Renato Botelho wrote:
R> > Author: glebius
R> > Date: Wed Feb 1 20:26:42 2017
R> > New Revision: 313048
R> > URL: https://svnweb.freebsd.org/changeset/base/313048
R> >
R> > Log:
R> > Update tcpdump to 4.9.0.
R> >
R> > It fixes many buffer overflow in d
On Fri, 3 Feb 2017, Ronald Klop wrote:
On Fri, 03 Feb 2017 20:09:46 +0100, Warren Block wrote:
Modified: head/tools/build/options/WITHOUT_INSTALLLIB
==
--- head/tools/build/options/WITHOUT_INSTALLLIB Fri Feb 3 17:02:
Author: wblock (doc committer)
Date: Fri Feb 3 19:21:28 2017
New Revision: 313172
URL: https://svnweb.freebsd.org/changeset/base/313172
Log:
Decromulate an extra "if".
Reported by: rpokala
Sponsored by: iXsystems
Modified:
head/tools/build/options/WITHOUT_INSTALLLIB
Modified: head/t
On Fri, 03 Feb 2017 20:09:46 +0100, Warren Block
wrote:
Modified: head/tools/build/options/WITHOUT_INSTALLLIB
==
--- head/tools/build/options/WITHOUT_INSTALLLIB Fri Feb 3 17:02:57
2017 (r313168)
+++ head/tools/buil
Author: dim
Date: Fri Feb 3 19:15:53 2017
New Revision: 313171
URL: https://svnweb.freebsd.org/changeset/base/313171
Log:
MFC r312993:
Pull in r279454 from upstream llvm trunk (by James Molloy):
[SROA] Remove incorrect assertion
Confirmed with aprantl, this assertion is incor
Author: dim
Date: Fri Feb 3 19:12:54 2017
New Revision: 313170
URL: https://svnweb.freebsd.org/changeset/base/313170
Log:
MFC r312832:
Pull in r278160 from upstream llvm trunk (by Wei Mi):
Recommit "Use ValueOffsetPair to enhance value reuse during SCEV
expansion".
The fi
Author: wblock (doc committer)
Date: Fri Feb 3 19:09:46 2017
New Revision: 313169
URL: https://svnweb.freebsd.org/changeset/base/313169
Log:
Clarify some option descriptions, add a line of text to makeman to
add the slightest hint of a shade of a clue of what it does.
Sponsored by: iXsys
On Fri, 2017-02-03 at 18:52 +0200, Toomas Soome wrote:
> >
> > On 3. veebr 2017, at 18:47, Ian Lepore wrote:
> >
> > On Fri, 2017-02-03 at 16:39 +, Toomas Soome wrote:
> > >
> > > Author: tsoome
> > > Date: Fri Feb 3 16:39:10 2017
> > > New Revision: 313166
> > > URL: https://svnweb.freebs
Author: pkelsey
Date: Fri Feb 3 17:02:57 2017
New Revision: 313168
URL: https://svnweb.freebsd.org/changeset/base/313168
Log:
Fix VIMAGE-related bugs in TFO. The autokey callout vnet context was
not being initialized, and the per-vnet fastopen context was only
being initialized for the def
Author: sevan (doc committer)
Date: Fri Feb 3 16:57:14 2017
New Revision: 313167
URL: https://svnweb.freebsd.org/changeset/base/313167
Log:
Add history section for dd(1)
First version of UNIX to include dd found using TUHS
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c
> On 3. veebr 2017, at 18:47, Ian Lepore wrote:
>
> On Fri, 2017-02-03 at 16:39 +, Toomas Soome wrote:
>> Author: tsoome
>> Date: Fri Feb 3 16:39:10 2017
>> New Revision: 313166
>> URL: https://svnweb.freebsd.org/changeset/base/313166
>>
>> Log:
>> loader: libefi/env.c warnings in arm bu
On Fri, Feb 3, 2017 at 9:47 AM, Ian Lepore wrote:
> On Fri, 2017-02-03 at 16:39 +, Toomas Soome wrote:
>> Author: tsoome
>> Date: Fri Feb 3 16:39:10 2017
>> New Revision: 313166
>> URL: https://svnweb.freebsd.org/changeset/base/313166
>>
>> Log:
>> loader: libefi/env.c warnings in arm build
On Fri, 2017-02-03 at 16:39 +, Toomas Soome wrote:
> Author: tsoome
> Date: Fri Feb 3 16:39:10 2017
> New Revision: 313166
> URL: https://svnweb.freebsd.org/changeset/base/313166
>
> Log:
> loader: libefi/env.c warnings in arm build
>
> The arm build has revealed some of the warnings,
Author: tsoome
Date: Fri Feb 3 16:39:10 2017
New Revision: 313166
URL: https://svnweb.freebsd.org/changeset/base/313166
Log:
loader: libefi/env.c warnings in arm build
The arm build has revealed some of the warnings, the fix for CHAR16
warning is to switch the warning off for env.c (same
Author: pfg
Date: Fri Feb 3 16:36:14 2017
New Revision: 313165
URL: https://svnweb.freebsd.org/changeset/base/313165
Log:
MFC r312001:
Remove __nonnull() attributes from x86 machine check architecture.
In this case the attributes serve little purpose as they just don't
enforce run time
Author: pfg
Date: Fri Feb 3 16:35:10 2017
New Revision: 313164
URL: https://svnweb.freebsd.org/changeset/base/313164
Log:
MFC r312001:
Remove __nonnull() attributes from x86 machine check architecture.
In this case the attributes serve little purpose as they just don't
enforce run time
Author: bdrewery
Date: Fri Feb 3 16:27:23 2017
New Revision: 313163
URL: https://svnweb.freebsd.org/changeset/base/313163
Log:
native-xtools: Add missing readelf.
The switch to elftoolchain's readelf in r280859 caused native-xtools
to no longer build readelf. This fixes poudriere builds
Author: wblock (doc committer)
Date: Fri Feb 3 16:21:30 2017
New Revision: 313162
URL: https://svnweb.freebsd.org/changeset/base/313162
Log:
Replace Cyrillic characters with Latin (normal) ones.
PR: 216534
Submitted by: eborisch+free...@gmail.com
MFC after:1 week
Sponso
Author: sevan (doc committer)
Date: Fri Feb 3 16:15:06 2017
New Revision: 313161
URL: https://svnweb.freebsd.org/changeset/base/313161
Log:
MFC from r27 to 307002.
Modified:
stable/10/share/misc/bsd-family-tree
Modified: stable/10/share/misc/bsd-family-tree
=
Author: pfg
Date: Fri Feb 3 16:08:58 2017
New Revision: 313160
URL: https://svnweb.freebsd.org/changeset/base/313160
Log:
resolvconf: restore RESTARTCMD=, CMD1=, CMD2= and sed pattern as before.
r312992 removed RESTARTCMD_WITH_ARG for @RESTARTCMD something@ but
reverted the sed to be '@R
Author: des
Date: Fri Feb 3 13:07:24 2017
New Revision: 313159
URL: https://svnweb.freebsd.org/changeset/base/313159
Log:
tag unbound 1.6.0
Added:
vendor/unbound/1.6.0/
- copied from r313158, vendor/unbound/dist/
___
svn-src-all@freebsd.org ma
Author: des
Date: Fri Feb 3 13:06:34 2017
New Revision: 313158
URL: https://svnweb.freebsd.org/changeset/base/313158
Log:
import unbound 1.6.0
Added:
vendor/unbound/dist/.gitattributes
vendor/unbound/dist/doc/CNAME-basedRedirectionDesignNotes.pdf (contents,
props changed)
vendor/unbou
Author: des
Date: Fri Feb 3 13:01:33 2017
New Revision: 313157
URL: https://svnweb.freebsd.org/changeset/base/313157
Log:
tag ldns 1.7.0
Added:
vendor/ldns/1.7.0/
- copied from r313156, vendor/ldns/dist/
___
svn-src-all@freebsd.org mailing lis
Author: des
Date: Fri Feb 3 13:01:00 2017
New Revision: 313156
URL: https://svnweb.freebsd.org/changeset/base/313156
Log:
import ldns 1.7.0
Added:
vendor/ldns/dist/contrib/DNS-LDNS/META.yml
vendor/ldns/dist/m4/ax_config_feature.m4
vendor/ldns/dist/m4/ax_have_poll.m4
Modified:
vendor/ld
Author: kib
Date: Fri Feb 3 12:51:40 2017
New Revision: 313154
URL: https://svnweb.freebsd.org/changeset/base/313154
Log:
For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE
and device npx.
This means that FPU is always initialized and handled when available,
and SSE+
Author: des
Date: Fri Feb 3 12:51:40 2017
New Revision: 313155
URL: https://svnweb.freebsd.org/changeset/base/313155
Log:
More property fixups. Damn svn autoprops :(
Modified:
Directory Properties:
vendor-crypto/openssh/dist/openbsd-compat/bsd-err.c (props changed)
vendor-crypto/openssh
Author: des
Date: Fri Feb 3 12:48:44 2017
New Revision: 313153
URL: https://svnweb.freebsd.org/changeset/base/313153
Log:
Add missing properties
Modified:
Directory Properties:
vendor-crypto/openssh/dist/cipher-aesctr.c (props changed)
vendor-crypto/openssh/dist/cipher-aesctr.h (props
Author: sevan (doc committer)
Date: Fri Feb 3 12:47:24 2017
New Revision: 313152
URL: https://svnweb.freebsd.org/changeset/base/313152
Log:
Revert previous merge as it contained incorrect commit message.
Modified:
stable/11/share/misc/bsd-family-tree
Modified: stable/11/share/misc/bsd-famil
Author: kib
Date: Fri Feb 3 12:20:44 2017
New Revision: 313150
URL: https://svnweb.freebsd.org/changeset/base/313150
Log:
MFC r289894:
CLFLUSH does not need barriers, the instruction is ordered WRT other writes.
Use CLFLUSHOPT when available.
MFC r312555:
Use SFENCE for ordering CLFL
Author: kib
Date: Fri Feb 3 12:03:10 2017
New Revision: 313148
URL: https://svnweb.freebsd.org/changeset/base/313148
Log:
MFC r312555:
Use SFENCE for ordering CLFLUSHOPT.
Modified:
stable/11/sys/amd64/amd64/pmap.c
stable/11/sys/amd64/include/cpufunc.h
stable/11/sys/i386/i386/pmap.c
s
Author: andrew
Date: Fri Feb 3 11:51:06 2017
New Revision: 313146
URL: https://svnweb.freebsd.org/changeset/base/313146
Log:
Fix the comment showing the meaning of the first argument to sigprocmask.
Sponsored by: ABT Systems Ltd
Modified:
head/lib/libc/aarch64/gen/setjmp.S
Modified: he
Author: andrew
Date: Fri Feb 3 11:47:57 2017
New Revision: 313145
URL: https://svnweb.freebsd.org/changeset/base/313145
Log:
Remove an old use of _ARM_ARCH_6, we are moving to using the standard
__ARM_ARCH >= 6 spelling.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/include/asm
Author: sevan (doc committer)
Date: Fri Feb 3 11:18:34 2017
New Revision: 313144
URL: https://svnweb.freebsd.org/changeset/base/313144
Log:
In v3 UNIX, the kill utility is documented in category 8, not 1.
Add a note of it.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man8/kill.8
Author: sevan (doc committer)
Date: Fri Feb 3 11:17:44 2017
New Revision: 313143
URL: https://svnweb.freebsd.org/changeset/base/313143
Log:
In v3 UNIX, the kill utility is documented in category 8, not 1.
Add a note of it.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man8/kill.8
Author: sevan (doc committer)
Date: Fri Feb 3 11:04:50 2017
New Revision: 313142
URL: https://svnweb.freebsd.org/changeset/base/313142
Log:
Fix the previous commit to the family tree file. It is too early
to list 11.0, and we do not list -CURRENT here.
Submitted by: maxim
Sponsored by
Author: andrew
Date: Fri Feb 3 10:04:17 2017
New Revision: 313141
URL: https://svnweb.freebsd.org/changeset/base/313141
Log:
Only define atomic_fcmpset_long in the kernel. We may include
machine/atomic.h in userspace, however atomic_fcmpset_32 is unimplemented
there.
Sponsored by: ABT
On 01/31/17 16:36, Bruce Evans wrote:
gcc-4.2.1 is an ancient compiler. Good riddance.
I prefer it.
This change also breaks compilation with clang v3.6 (FYI)
--HPS
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo
> On 1 Feb 2017, at 18:26, Gleb Smirnoff wrote:
>
> Author: glebius
> Date: Wed Feb 1 20:26:42 2017
> New Revision: 313048
> URL: https://svnweb.freebsd.org/changeset/base/313048
>
> Log:
> Update tcpdump to 4.9.0.
>
> It fixes many buffer overflow in different protocol parsers, but none of
73 matches
Mail list logo