Re: svn commit: r313037 - in head/sys: amd64/include kern mips/include net powerpc/include sparc64/include

2017-02-03 Thread Jason Harmening
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

svn commit: r313193 - in head/sys: amd64/include kern mips/include net powerpc/include sparc64/include

2017-02-03 Thread Jason A. Harmening
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:

svn commit: r313192 - in head/sbin: hastctl hastd

2017-02-03 Thread Allan Jude
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.,

Re: svn commit: r313037 - in head/sys: amd64/include kern mips/include net powerpc/include sparc64/include

2017-02-03 Thread Kurt Lidl
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

svn commit: r313190 - head/sbin/nvmecontrol

2017-02-03 Thread Warner Losh
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:

svn commit: r313191 - head/sbin/nvmecontrol

2017-02-03 Thread Warner Losh
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

svn commit: r313188 - head/sbin/nvmecontrol

2017-02-03 Thread Warner Losh
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

svn commit: r313189 - head/tools/tools/nanobsd/embedded

2017-02-03 Thread Warner Losh
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:

Re: svn commit: r313037 - in head/sys: amd64/include kern mips/include net powerpc/include sparc64/include

2017-02-03 Thread Jason Harmening
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?

svn commit: r313186 - head/sys/vm

2017-02-03 Thread Alan Cox
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

svn commit: r313185 - head/sys/geom/part

2017-02-03 Thread Andrey V. Elsukov
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

Re: svn commit: r313037 - in head/sys: amd64/include kern mips/include net powerpc/include sparc64/include

2017-02-03 Thread Alexander Kabaev
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 >

svn commit: r313184 - head

2017-02-03 Thread Bryan Drewery
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

svn commit: r313183 - stable/11/sys/boot/arm/uboot

2017-02-03 Thread Oleksandr Tymoshenko
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

svn commit: r313182 - head

2017-02-03 Thread Ngie Cooper
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:

svn commit: r313181 - head/lib/libc/gen

2017-02-03 Thread Eric van Gyzen
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

svn commit: r313180 - head/sys/dev/pci

2017-02-03 Thread Eric van Gyzen
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

svn commit: r313179 - stable/11/sys/dev/cxgbe/tom

2017-02-03 Thread John Baldwin
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,

svn commit: r313178 - in stable: 10/sys/dev/cxgbe/tom 11/sys/dev/cxgbe/tom

2017-02-03 Thread John Baldwin
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:

svn commit: r313178 - in stable: 10/sys/dev/cxgbe/tom 11/sys/dev/cxgbe/tom

2017-02-03 Thread John Baldwin
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:

Re: svn commit: r313177 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2017-02-03 Thread Konstantin Belousov
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

svn commit: r313177 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2017-02-03 Thread George V. Neville-Neil
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:

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Ngie Cooper (yaneurabeya)
> 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

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Bryan Drewery
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 >>

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Bryan Drewery
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

svn commit: r313176 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/sys modules/dtrace/dtrace modules/dtrace/fasttrap modules/dtrace/systrace

2017-02-03 Thread George V. Neville-Neil
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

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Warren Block
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

svn commit: r313175 - stable/11/sys/dev/cxgbe

2017-02-03 Thread John Baldwin
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()

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Warner Losh
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: >> > > >> > > > >> > > > >> > > >

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread 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: > > > > >

svn commit: r313174 - in head: lib/libc/sys share/man/man4

2017-02-03 Thread Jilles Tjoelker
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

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Warner Losh
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 >>

svn commit: r313173 - head/tools/build/options

2017-02-03 Thread Warren Block
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:

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Ngie Cooper (yaneurabeya)
> 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

Re: svn commit: r313043 - head/sys/kern

2017-02-03 Thread Gleb Smirnoff
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,

Re: svn commit: r313048 - in head: contrib/tcpdump contrib/tcpdump/lbl contrib/tcpdump/missing usr.sbin/tcpdump/tcpdump

2017-02-03 Thread Gleb Smirnoff
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

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Warren Block
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 == ---

svn commit: r313172 - head/tools/build/options

2017-02-03 Thread Warren Block
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:

Re: svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Ronald Klop
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

svn commit: r313171 - stable/11/contrib/llvm/lib/Transforms/Scalar

2017-02-03 Thread Dimitry Andric
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

svn commit: r313170 - in stable/11/contrib/llvm: include/llvm/Analysis lib/Analysis lib/Transforms/Scalar

2017-02-03 Thread Dimitry Andric
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

svn commit: r313169 - head/tools/build/options

2017-02-03 Thread Warren Block
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:

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Ian Lepore
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:

svn commit: r313168 - head/sys/netinet

2017-02-03 Thread Patrick Kelsey
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

svn commit: r313167 - stable/11/bin/dd

2017-02-03 Thread Sevan Janiyan
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

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Toomas Soome
> 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

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Warner Losh
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

Re: svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Ian Lepore
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,

svn commit: r313166 - head/sys/boot/efi/libefi

2017-02-03 Thread Toomas Soome
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

svn commit: r313165 - stable/10/sys/x86/x86

2017-02-03 Thread Pedro F. Giffuni
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

svn commit: r313164 - stable/11/sys/x86/x86

2017-02-03 Thread Pedro F. Giffuni
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

svn commit: r313163 - head

2017-02-03 Thread Bryan Drewery
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

svn commit: r313162 - head/usr.sbin/ctladm

2017-02-03 Thread Warren Block
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

svn commit: r313161 - stable/10/share/misc

2017-02-03 Thread Sevan Janiyan
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

svn commit: r313160 - head/sbin/resolvconf

2017-02-03 Thread Pedro F. Giffuni
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

svn commit: r313159 - vendor/unbound/1.6.0

2017-02-03 Thread Dag-Erling Smørgrav
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

svn commit: r313158 - in vendor/unbound/dist: . cachedb contrib daemon dns64 doc iterator libunbound libunbound/python/doc libunbound/python/doc/examples pythonmod pythonmod/doc pythonmod/doc/examp...

2017-02-03 Thread Dag-Erling Smørgrav
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)

svn commit: r313157 - vendor/ldns/1.7.0

2017-02-03 Thread Dag-Erling Smørgrav
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

svn commit: r313156 - in vendor/ldns/dist: . compat contrib/DNS-LDNS contrib/DNS-LDNS/lib/DNS contrib/DNS-LDNS/lib/DNS/LDNS contrib/DNS-LDNS/t contrib/ldnsx contrib/python doc drill examples ldns m...

2017-02-03 Thread Dag-Erling Smørgrav
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:

svn commit: r313154 - in head/sys: conf i386/conf i386/i386 i386/include i386/isa i386/linux x86/acpica x86/x86

2017-02-03 Thread Konstantin Belousov
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+

svn commit: r313155 - in vendor-crypto/openssh/dist: . openbsd-compat openbsd-compat/regress regress regress/misc regress/misc/kexfuzz regress/unittests regress/unittests/bitmap regress/unittests/h...

2017-02-03 Thread Dag-Erling Smørgrav
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)

svn commit: r313153 - vendor-crypto/openssh/dist

2017-02-03 Thread Dag-Erling Smørgrav
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

svn commit: r313152 - stable/11/share/misc

2017-02-03 Thread Sevan Janiyan
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:

svn commit: r313150 - in stable/10/sys: amd64/amd64 amd64/include i386/i386 i386/include

2017-02-03 Thread Konstantin Belousov
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

svn commit: r313148 - in stable/11/sys: amd64/amd64 amd64/include i386/i386 i386/include

2017-02-03 Thread Konstantin Belousov
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

svn commit: r313146 - head/lib/libc/aarch64/gen

2017-02-03 Thread Andrew Turner
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:

svn commit: r313145 - head/sys/arm/include

2017-02-03 Thread Andrew Turner
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:

svn commit: r313144 - stable/10/bin/kill

2017-02-03 Thread Sevan Janiyan
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

svn commit: r313143 - stable/11/bin/kill

2017-02-03 Thread Sevan Janiyan
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

svn commit: r313142 - stable/11/share/misc

2017-02-03 Thread Sevan Janiyan
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

svn commit: r313141 - head/sys/arm/include

2017-02-03 Thread Andrew Turner
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