Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Peter Jeremy
On 2017-Feb-01 23:26:21 +, Alexey Dokuchaev wrote: >Well, we're doing something more than devoid any support claims: we're >deliberately breaking it, often for little to no reason. Things like >r431746 are disgrace to FreeBSD and utter disrespect to our users. :-( Actually, that's an excelle

svn commit: r313089 - head/sys/dev/cesa

2017-02-01 Thread Wojciech Macek
Author: wma Date: Thu Feb 2 06:07:39 2017 New Revision: 313089 URL: https://svnweb.freebsd.org/changeset/base/313089 Log: Remove remaining ifdefs from CESA header Commit r312743 ("Use SoC ID - based detection in CESA") resulted in build failing for Marvell armv5 platforms, which don't su

svn commit: r313088 - head/sys/contrib/dev/ath/ath_hal/ar9300

2017-02-01 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 05:29:22 2017 New Revision: 313088 URL: https://svnweb.freebsd.org/changeset/base/313088 Log: [ath_hal] [ar9300] initial hacks to make spectral scan working on AR9380 and later NICs. * add debugging * disable the manual noise floor calibration and tracking

svn commit: r313085 - head/sys/dev/ath

2017-02-01 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 05:27:06 2017 New Revision: 313085 URL: https://svnweb.freebsd.org/changeset/base/313085 Log: [ath] add spectral scan priority. Modified: head/sys/dev/ath/if_athioctl.h Modified: head/sys/dev/ath/if_athioctl.h ==

svn commit: r313087 - head/sys/dev/ath

2017-02-01 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 05:27:48 2017 New Revision: 313087 URL: https://svnweb.freebsd.org/changeset/base/313087 Log: [ath] ensure the NIC is woken up before changing the spectral scan parameters. Modified: head/sys/dev/ath/if_ath_spectral.c Modified: head/sys/dev/ath/if_ath_spectral

svn commit: r313086 - head/sys/dev/ath/ath_hal

2017-02-01 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 05:27:27 2017 New Revision: 313086 URL: https://svnweb.freebsd.org/changeset/base/313086 Log: [ath_hal] add debugging level for spectral scan. Modified: head/sys/dev/ath/ath_hal/ah_debug.h Modified: head/sys/dev/ath/ath_hal/ah_debug.h =

svn commit: r313084 - head/tools/tools/ath/athspectral

2017-02-01 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 05:26:39 2017 New Revision: 313084 URL: https://svnweb.freebsd.org/changeset/base/313084 Log: [athspectral] add a knob to expose the spectral scan priority. This is required for AR9380 and later chips.. please leave it at 0 for now. Modified: head/tools/to

svn commit: r313083 - head/usr.sbin/tcpdump/tcpdump

2017-02-01 Thread Gleb Smirnoff
Author: glebius Date: Thu Feb 2 04:53:33 2017 New Revision: 313083 URL: https://svnweb.freebsd.org/changeset/base/313083 Log: Fix build with WITHOUT_INET6. Submitted by: Alex Deiter Modified: head/usr.sbin/tcpdump/tcpdump/Makefile Modified: head/usr.sbin/tcpdump/tcpdump/Makefile =

svn commit: r313082 - head/sys/dev/de

2017-02-01 Thread Warner Losh
Author: imp Date: Thu Feb 2 04:50:20 2017 New Revision: 313082 URL: https://svnweb.freebsd.org/changeset/base/313082 Log: Remove dangling DE425 EISA card references in the de driver. They aren't used, and this doesn't change the supported hardware. Modified: head/sys/dev/de/dc21040reg.h M

svn commit: r313081 - head/tests/sys/geom/class/gate

2017-02-01 Thread Ngie Cooper
Author: ngie Date: Thu Feb 2 03:54:43 2017 New Revision: 313081 URL: https://svnweb.freebsd.org/changeset/base/313081 Log: Replace for/retry loops with "wait_for_ggate_device" calls and check results of commands As noted in r313008, the underlying issue was that geom_gate device creati

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Warner Losh
On Wed, Feb 1, 2017 at 2:55 PM, Ian Lepore wrote: > On Thu, 2017-02-02 at 00:50 +0300, Slawa Olhovchenkov wrote: >> On Wed, Feb 01, 2017 at 03:39:57PM -0600, Mark Linimon wrote: >> >> > >> > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: >> > > >> > > Also, I am think current

Re: svn commit: r312975 - head/sys/i386/include

2017-02-01 Thread Mateusz Guzik
On Wed, Feb 01, 2017 at 10:12:57PM +1100, Bruce Evans wrote: > On Mon, 30 Jan 2017, Bruce Evans wrote: > > >On Mon, 30 Jan 2017, Mateusz Guzik wrote: > > > >>Log: > >> i386: add atomic_fcmpset > >> > >> Tested by: pho > > > >This is has some bugs and style bugs. > > This is still broken. The inv

svn commit: r313080 - head/sys/i386/include

2017-02-01 Thread Mateusz Guzik
Author: mjg Date: Thu Feb 2 01:33:08 2017 New Revision: 313080 URL: https://svnweb.freebsd.org/changeset/base/313080 Log: i386: fixup fcmpset An incorrect output specifier was used which worked with clang by accident, but breaks with the in-tree gcc version. While here plug a whites

svn commit: r313074 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar contrib/libarchive/tar/test lib/libarchive lib/libarchive/t...

2017-02-01 Thread Martin Matuska
Author: mm Date: Thu Feb 2 00:50:46 2017 New Revision: 313074 URL: https://svnweb.freebsd.org/changeset/base/313074 Log: MFV r313071: Sync libarchive with vendor Vendor changes (relevant to FreeBSD): - support extracting NFSv4 ACLs from Solaris tar archives - bugfixes and optimizatio

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Alexey Dokuchaev
On Wed, Feb 01, 2017 at 03:39:57PM -0600, Mark Linimon wrote: > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > > Also, I am think current ports don't build on 4.x. > > I will personally guarantee, in writing, that current ports do not build > on 4.x, nor have they done so fo

svn commit: r313069 - in head/etc/periodic: daily monthly weekly

2017-02-01 Thread Alan Somers
Author: asomers Date: Wed Feb 1 23:22:54 2017 New Revision: 313069 URL: https://svnweb.freebsd.org/changeset/base/313069 Log: Allow 999.local to run scripts in any language If one of the scripts listed in (daily|weekly|monthly)_local is executable, 999.local should simply execute it. Onl

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Wed, Feb 01, 2017 at 10:56:24AM -0700, Warner Losh wrote: > >> > > Fair enough. I haven't fully put away my 12 axe and am toying with > >> > > dropping any ISA-only storage and NIC drivers (and perhaps pccard-only > >> > > as well in that case). Hardware that wants to use ISA/pccard for > >>

svn commit: r313068 - head/sys/arm/ti/am335x

2017-02-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Feb 1 22:03:59 2017 New Revision: 313068 URL: https://svnweb.freebsd.org/changeset/base/313068 Log: [am335x] Fallback to standard video interface bindings when using Linux dts Historically AM335x LCDC driver used non-standard "hdmi" property to refer to HDMI frame

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Ian Lepore
On Thu, 2017-02-02 at 00:50 +0300, Slawa Olhovchenkov wrote: > On Wed, Feb 01, 2017 at 03:39:57PM -0600, Mark Linimon wrote: > > > > > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > > > > > > Also, I am think current ports don't build on 4.x. > > I will personally guarante

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Wed, Feb 01, 2017 at 01:45:14PM -0800, John Baldwin wrote: > On Wednesday, February 01, 2017 03:39:57 PM Mark Linimon wrote: > > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > > > Also, I am think current ports don't build on 4.x. > > > > I will personally guarantee, in

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Wed, Feb 01, 2017 at 03:39:57PM -0600, Mark Linimon wrote: > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > > Also, I am think current ports don't build on 4.x. > > I will personally guarantee, in writing, that current ports do not build > on 4.x, nor have they done so f

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread John Baldwin
On Wednesday, February 01, 2017 03:39:57 PM Mark Linimon wrote: > On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > > Also, I am think current ports don't build on 4.x. > > I will personally guarantee, in writing, that current ports do not build > on 4.x, nor have they done so

Re: svn commit: r312988 - in head/sys: compat/cloudabi compat/linux kern sys

2017-02-01 Thread John Baldwin
On Wednesday, February 01, 2017 10:23:37 AM Gleb Smirnoff wrote: > On Tue, Jan 31, 2017 at 02:13:36PM -0800, John Baldwin wrote: > J> On Monday, January 30, 2017 12:57:23 PM Edward Tomasz Napierala wrote: > J> > Author: trasz > J> > Date: Mon Jan 30 12:57:22 2017 > J> > New Revision: 312988 > J> >

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Mark Linimon
On Wed, Feb 01, 2017 at 08:09:50PM +0300, Slawa Olhovchenkov wrote: > Also, I am think current ports don't build on 4.x. I will personally guarantee, in writing, that current ports do not build on 4.x, nor have they done so for years. I personally removed the legacy cruft when 4.11 finally went E

svn commit: r313052 - in head/contrib/compiler-rt/lib: asan lsan sanitizer_common

2017-02-01 Thread Dimitry Andric
Author: dim Date: Wed Feb 1 20:41:09 2017 New Revision: 313052 URL: https://svnweb.freebsd.org/changeset/base/313052 Log: Pull in r293536 from upstream compiler-rt trunk: Recommit: Stop intercepting some malloc-related functions on FreeBSD and macOS Summary: In https://bug

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

2017-02-01 Thread Gleb Smirnoff
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 them are critical, even in absense of Capsicum. Security:

svn commit: r313047 - in head/sys/boot: common i386/libi386 uboot/lib usb/storage zfs

2017-02-01 Thread Toomas Soome
Author: tsoome Date: Wed Feb 1 20:10:56 2017 New Revision: 313047 URL: https://svnweb.freebsd.org/changeset/base/313047 Log: loader: disk/part api needs to use uint64_t offsets The disk_* and part_* api is using 64bit values for media size and offsets. However, the current api is using o

svn commit: r313045 - in head: cddl/lib/libdtrace sys/netinet

2017-02-01 Thread George V. Neville-Neil
Author: gnn Date: Wed Feb 1 19:33:00 2017 New Revision: 313045 URL: https://svnweb.freebsd.org/changeset/base/313045 Log: Add an mbuf to ipinfo_t translator to finish cleanup of mbuf passing to TCP probes. Reviewed by: markj MFC after:2 weeks Sponsored by: DARPA, AFRL Different

Re: svn commit: r312988 - in head/sys: compat/cloudabi compat/linux kern sys

2017-02-01 Thread Gleb Smirnoff
On Tue, Jan 31, 2017 at 02:13:36PM -0800, John Baldwin wrote: J> On Monday, January 30, 2017 12:57:23 PM Edward Tomasz Napierala wrote: J> > Author: trasz J> > Date: Mon Jan 30 12:57:22 2017 J> > New Revision: 312988 J> > URL: https://svnweb.freebsd.org/changeset/base/312988 J> > J> > Log: J> >

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

2017-02-01 Thread Gleb Smirnoff
On Wed, Feb 01, 2017 at 01:12:07PM +, Hartmut Brandt wrote: H> Author: harti H> Date: Wed Feb 1 13:12:07 2017 H> New Revision: 313043 H> URL: https://svnweb.freebsd.org/changeset/base/313043 H> H> Log: H> Merge filt_soread and filt_solisten and decide what to do when checking H> for EVFIL

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Warner Losh
On Wed, Feb 1, 2017 at 10:06 AM, Slawa Olhovchenkov wrote: > On Wed, Feb 01, 2017 at 08:59:40AM -0800, John Baldwin wrote: > >> On Wednesday, February 01, 2017 01:35:56 PM Slawa Olhovchenkov wrote: >> > On Tue, Jan 31, 2017 at 02:46:23PM -0800, John Baldwin wrote: >> > >> > > On Tuesday, January 3

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

2017-02-01 Thread hiren panchasara
On 02/01/17 at 01:12P, Hartmut Brandt wrote: > Author: harti > Date: Wed Feb 1 13:12:07 2017 > New Revision: 313043 > URL: https://svnweb.freebsd.org/changeset/base/313043 > > Log: > Merge filt_soread and filt_solisten and decide what to do when checking > for EVFILT_READ at the point of the

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Wed, Feb 01, 2017 at 08:59:40AM -0800, John Baldwin wrote: > > > Fair enough. I haven't fully put away my 12 axe and am toying with > > > dropping any ISA-only storage and NIC drivers (and perhaps pccard-only > > > as well in that case). Hardware that wants to use ISA/pccard for > > > storage

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Wed, Feb 01, 2017 at 08:59:40AM -0800, John Baldwin wrote: > On Wednesday, February 01, 2017 01:35:56 PM Slawa Olhovchenkov wrote: > > On Tue, Jan 31, 2017 at 02:46:23PM -0800, John Baldwin wrote: > > > > > On Tuesday, January 31, 2017 03:33:55 PM Warner Losh wrote: > > > > On Tue, Jan 31, 201

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread John Baldwin
On Wednesday, February 01, 2017 01:35:56 PM Slawa Olhovchenkov wrote: > On Tue, Jan 31, 2017 at 02:46:23PM -0800, John Baldwin wrote: > > > On Tuesday, January 31, 2017 03:33:55 PM Warner Losh wrote: > > > On Tue, Jan 31, 2017 at 3:20 PM, John Baldwin wrote: > > > > On Saturday, January 28, 2017

Re: svn commit: r313008 - head/tests/sys/geom/class/gate

2017-02-01 Thread Ngie Cooper (yaneurabeya)
> On Jan 31, 2017, at 07:10, Alan Somers wrote: > > I think wait_for_ggate_device should also be used at line 32, which > calls "ggatec create". > -Alan Yes, you’re right. If I add in the wait_for_ggate_device call, then I can get rid of the other for loops with retry logic in them. I’

Re: svn commit: r313040 - head/sys/mips/include

2017-02-01 Thread David Chisnall
On 1 Feb 2017, at 08:13, Konstantin Belousov wrote: > > On Wed, Feb 01, 2017 at 10:38:42AM -0500, Alexander Kabaev wrote: >> On Wed, 1 Feb 2017 16:17:21 +0200 >> Konstantin Belousov wrote: >> >>> Please do not retry on sc failure, return the error to upper layer. >>> See also r313007 and precee

Re: svn commit: r313040 - head/sys/mips/include

2017-02-01 Thread Konstantin Belousov
On Wed, Feb 01, 2017 at 10:38:42AM -0500, Alexander Kabaev wrote: > On Wed, 1 Feb 2017 16:17:21 +0200 > Konstantin Belousov wrote: > > > Please do not retry on sc failure, return the error to upper layer. > > See also r313007 and preceeding discussion after r312973. > > There was not much a disc

Re: svn commit: r313040 - head/sys/mips/include

2017-02-01 Thread Alexander Kabaev
On Wed, 1 Feb 2017 16:17:21 +0200 Konstantin Belousov wrote: > Please do not retry on sc failure, return the error to upper layer. > See also r313007 and preceeding discussion after r312973. There was not much a discussion there, do you mind expanding a bit on why one behavior is more desired th

Re: svn commit: r313040 - head/sys/mips/include

2017-02-01 Thread Konstantin Belousov
On Wed, Feb 01, 2017 at 05:00:34AM +, Alexander Kabaev wrote: > Author: kan > Date: Wed Feb 1 05:00:34 2017 > New Revision: 313040 > URL: https://svnweb.freebsd.org/changeset/base/313040 > > Log: > Add atomic_fcmpset_*() inlines for MIPS > > atomic_fcmpset_*() is analogous to atomic_cm

svn commit: r313043 - head/sys/kern

2017-02-01 Thread Hartmut Brandt
Author: harti Date: Wed Feb 1 13:12:07 2017 New Revision: 313043 URL: https://svnweb.freebsd.org/changeset/base/313043 Log: Merge filt_soread and filt_solisten and decide what to do when checking for EVFILT_READ at the point of the check not when the event is registers. This fixes a problem

Re: svn commit: r312975 - head/sys/i386/include

2017-02-01 Thread Bruce Evans
On Mon, 30 Jan 2017, Bruce Evans wrote: On Mon, 30 Jan 2017, Mateusz Guzik wrote: Log: i386: add atomic_fcmpset Tested by: pho This is has some bugs and style bugs. This is still broken. The invalid asm breaks building at least atomic.o with gcc-4.2.1. Tested fix: X Index: i386/i

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-02-01 Thread Bruce Evans
On Tue, 31 Jan 2017, Conrad Meyer wrote: On Tue, Jan 31, 2017 at 7:16 PM, Bruce Evans wrote: Another reply to this... On Tue, 31 Jan 2017, Conrad Meyer wrote: On Tue, Jan 31, 2017 at 7:36 AM, Bruce Evans wrote: On Tue, 31 Jan 2017, Bruce Evans wrote: I think there should by no alignment

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-01 Thread Slawa Olhovchenkov
On Tue, Jan 31, 2017 at 02:46:23PM -0800, John Baldwin wrote: > On Tuesday, January 31, 2017 03:33:55 PM Warner Losh wrote: > > On Tue, Jan 31, 2017 at 3:20 PM, John Baldwin wrote: > > > On Saturday, January 28, 2017 02:22:15 AM Takahashi Yoshihiro wrote: > > >> Author: nyan > > >> Date: Sat Jan

svn commit: r313042 - in head/sys/boot: efi/include efi/libefi efi/loader forth

2017-02-01 Thread Toomas Soome
Author: tsoome Date: Wed Feb 1 08:46:59 2017 New Revision: 313042 URL: https://svnweb.freebsd.org/changeset/base/313042 Log: loader.efi environment related cleanups Since we have dedicated libefi/env.c file for variable support, the following changes are done: Simple cstyle changes