> 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
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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinf
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
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: 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: 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: 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: 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: 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: 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
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,
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 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
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
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: 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, 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: 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, 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:
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, 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 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
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 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: 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, 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
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, 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: 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
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 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
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 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 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: 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: 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: 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: 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
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: 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
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
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: 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: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: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
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: 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.,
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:
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
50 matches
Mail list logo