svn commit: r314952 - head/sys/dev/cxgb/ulp/tom

2017-03-08 Thread Alexander Motin
Author: mav Date: Thu Mar 9 07:55:58 2017 New Revision: 314952 URL: https://svnweb.freebsd.org/changeset/base/314952 Log: Fix unused variable when built without INVARIANT_SUPPORT. MFC after:2 weeks Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Modified:

svn commit: r314951 - head/lib/msun/tests

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Thu Mar 9 06:58:47 2017 New Revision: 314951 URL: https://svnweb.freebsd.org/changeset/base/314951 Log: Expect :test_zero_input to fail on amd64 The clang 4.x+ upgrade now causes this testcase to fail, but only on amd64. More investigation will be done to

svn commit: r314950 - head/lib/msun/tests

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Thu Mar 9 06:56:44 2017 New Revision: 314950 URL: https://svnweb.freebsd.org/changeset/base/314950 Log: Don't expect :test_large_inputs to fail with i386 anymore Recent changes (maybe a side-effect of the ATF-ification in r314649) invalidate the failure expectation.

Re: svn commit: r314943 - in head: bin/pwait/tests usr.bin/timeout/tests

2017-03-08 Thread Ngie Cooper (yaneurabeya)
> On Mar 8, 2017, at 20:19, Bryan Drewery wrote: > > Author: bdrewery > Date: Thu Mar 9 04:19:52 2017 > New Revision: 314943 > URL: https://svnweb.freebsd.org/changeset/base/314943 > > Log: > Remove unneeded -x from tests. > > Reported by: ngie > MFC after: 2 weeks

Re: svn commit: r314944 - in head: . bin/pwait/tests usr.bin/timeout/tests

2017-03-08 Thread Ngie Cooper (yaneurabeya)
> On Mar 8, 2017, at 20:20, Bryan Drewery wrote: > > Author: bdrewery > Date: Thu Mar 9 04:20:00 2017 > New Revision: 314944 > URL: https://svnweb.freebsd.org/changeset/base/314944 > > Log: > Rename some tests to end in _test. > > Requested by:ngie > MFC

svn commit: r314949 - head/contrib/traceroute

2017-03-08 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Mar 9 06:41:00 2017 New Revision: 314949 URL: https://svnweb.freebsd.org/changeset/base/314949 Log: Cache NLS data for strerror(3). Modified: head/contrib/traceroute/traceroute.c Modified: head/contrib/traceroute/traceroute.c

Re: svn commit: r314936 - head/sys/x86/isa

2017-03-08 Thread Bruce Evans
On Thu, 9 Mar 2017, Eric van Gyzen wrote: Log: Validate values read from the RTC before trying BCD decoding Submitted by: cem Reported by: Michael Gmelin Tested by: Oleksandr Tymoshenko Sponsored by: Dell EMC This continues bad fixes for

svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-03-08 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Mar 9 06:01:24 2017 New Revision: 314948 URL: https://svnweb.freebsd.org/changeset/base/314948 Log: Try to extract the RFC1048 data from PXE. If we get enough info we can skip the bootp(). It removes unnecessary DHCP request from pxeloader. Submitted by:

svn commit: r314947 - head/share/man/man4

2017-03-08 Thread Alan Somers
Author: asomers Date: Thu Mar 9 05:30:05 2017 New Revision: 314947 URL: https://svnweb.freebsd.org/changeset/base/314947 Log: Slight rewording in nvme(4) Reviewed by: jimharris, imp MFC after:3 weeks Differential Revision:https://reviews.freebsd.org/D9927 Modified:

svn commit: r314946 - head/usr.sbin/ntp

2017-03-08 Thread Cy Schubert
Author: cy Date: Thu Mar 9 05:29:24 2017 New Revision: 314946 URL: https://svnweb.freebsd.org/changeset/base/314946 Log: Configure leap-second smearing (always). Leap-second smearing is an experimental option that may be specified in ntp.conf(5) and the -x option on the command line to

svn commit: r314945 - head/sys/boot/i386/libi386

2017-03-08 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Mar 9 05:13:07 2017 New Revision: 314945 URL: https://svnweb.freebsd.org/changeset/base/314945 Log: Some style(9) fixes. No functional changes. Submitted by: kczekirda Sponsored by: Oktawave MFC after:3 weeks Differential Revision:

Re: svn commit: r314942 - head/usr.bin/awk

2017-03-08 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: bapt > Date: Thu Mar 9 03:27:53 2017 > New Revision: 314942 > URL: https://svnweb.freebsd.org/changeset/base/314942 > > Log: > Import the awk(1) manpage from OpenBSD > > As discussed during AsiaBSDcon devsummit, import the manpage

svn commit: r314944 - in head: . bin/pwait/tests usr.bin/timeout/tests

2017-03-08 Thread Bryan Drewery
) +++ head/ObsoleteFiles.inc Thu Mar 9 04:20:00 2017(r314944) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20170308: rename some tests +OLD_FILES+=usr/tests/bin/pwait/pwait +OLD_FILES+=usr/tests/usr.bin/timeout/timeout # 20170307: remove pcap-int.h OLD_FILES+=usr

svn commit: r314943 - in head: bin/pwait/tests usr.bin/timeout/tests

2017-03-08 Thread Bryan Drewery
Author: bdrewery Date: Thu Mar 9 04:19:52 2017 New Revision: 314943 URL: https://svnweb.freebsd.org/changeset/base/314943 Log: Remove unneeded -x from tests. Reported by: ngie MFC after:2 weeks X-MFC-With: r314886 Modified: head/bin/pwait/tests/pwait.sh

svn commit: r314942 - head/usr.bin/awk

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Thu Mar 9 03:27:53 2017 New Revision: 314942 URL: https://svnweb.freebsd.org/changeset/base/314942 Log: Import the awk(1) manpage from OpenBSD As discussed during AsiaBSDcon devsummit, import the manpage from OpenBSD which is has been rewritten in mdoc(7) format

svn commit: r314941 - stable/11

2017-03-08 Thread Kristof Provost
Author: kp Date: Thu Mar 9 03:21:41 2017 New Revision: 314941 URL: https://svnweb.freebsd.org/changeset/base/314941 Log: MFC r314810: pf: Fix a crash in low-memory situations (Merge-tracking only. This was mistakenly committed directly to stable/11 in r314702) Modified: Directory

svn commit: r314940 - stable/10/sys/netpfil/pf

2017-03-08 Thread Kristof Provost
Author: kp Date: Thu Mar 9 03:20:20 2017 New Revision: 314940 URL: https://svnweb.freebsd.org/changeset/base/314940 Log: MFC r314810: pf: Fix a crash in low-memory situations If the call to pf_state_key_clone() in pf_get_translation() fails (i.e. there's no more memory for it) it

Re: svn commit: r314842 - head/sys/dev/xen/netfront

2017-03-08 Thread Roger Pau Monn챕
On Tue, Mar 07, 2017 at 09:52:31PM +0900, YongHyeon PYUN wrote: > On Tue, Mar 07, 2017 at 09:18:52AM +, Roger Pau Monn?? wrote: > > Author: royger > > Date: Tue Mar 7 09:18:52 2017 > > New Revision: 314842 > > URL: https://svnweb.freebsd.org/changeset/base/314842 > > > > Log: > >

svn commit: r314939 - in stable/10/sys/dev/vxge: . vxgehal

2017-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Mar 9 02:59:02 2017 New Revision: 314939 URL: https://svnweb.freebsd.org/changeset/base/314939 Log: MFC r314145, r314158 vxge(4): double assignments. Fix some suspicious code, likely caused by excessive copy-pasting. Found with: coccinelle (da.cocci)

svn commit: r314938 - in stable/11/sys/dev/vxge: . vxgehal

2017-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Mar 9 02:58:02 2017 New Revision: 314938 URL: https://svnweb.freebsd.org/changeset/base/314938 Log: MFC r314145, r314158 vxge(4): double assignments. Fix some suspicious code, likely caused by excessive copy-pasting. Found with: coccinelle (da.cocci)

svn commit: r314937 - in stable/10/sys: fs/ext2fs modules/ext2fs

2017-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Mar 9 02:47:01 2017 New Revision: 314937 URL: https://svnweb.freebsd.org/changeset/base/314937 Log: Revert 294545: Bringing back ext4: add support for reading sparse files Add GCC_MS_EXTENSIONS to the CFLAGS in the module to make the old GCC in base happy. This

svn commit: r314936 - head/sys/x86/isa

2017-03-08 Thread Eric van Gyzen
Author: vangyzen Date: Thu Mar 9 02:19:30 2017 New Revision: 314936 URL: https://svnweb.freebsd.org/changeset/base/314936 Log: Validate values read from the RTC before trying BCD decoding Submitted by: cem Reported by: Michael Gmelin Tested by:Oleksandr

svn commit: r314935 - head/release/tools

2017-03-08 Thread Andrew Thompson
Author: thompsa Date: Thu Mar 9 01:26:10 2017 New Revision: 314935 URL: https://svnweb.freebsd.org/changeset/base/314935 Log: ec2.conf and vmimage.subr can be used from the installation livecd after install to prepare an AMI image. This can be used to create a ZFS AMI disk image using a

svn commit: r314934 - in head/sys/modules: . spigen

2017-03-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 9 01:21:28 2017 New Revision: 314934 URL: https://svnweb.freebsd.org/changeset/base/314934 Log: [spigen] Add spigen module spigen provides userland API to SPI bus. Make it available as a loadable module so people using official ARM images can enabled it on

Re: svn commit: r314933 - head/sys/dev/spibus

2017-03-08 Thread Konstantin Belousov
On Wed, Mar 08, 2017 at 05:12:39PM -0800, Oleksandr Tymoshenko wrote: > Konstantin Belousov (kostik...@gmail.com) wrote: > > On Thu, Mar 09, 2017 at 01:00:27AM +, Oleksandr Tymoshenko wrote: > > > Author: gonzo > > > Date: Thu Mar 9 01:00:27 2017 > > > New Revision: 314933 > > > URL:

Re: svn commit: r314933 - head/sys/dev/spibus

2017-03-08 Thread Oleksandr Tymoshenko
Konstantin Belousov (kostik...@gmail.com) wrote: > On Thu, Mar 09, 2017 at 01:00:27AM +, Oleksandr Tymoshenko wrote: > > Author: gonzo > > Date: Thu Mar 9 01:00:27 2017 > > New Revision: 314933 > > URL: https://svnweb.freebsd.org/changeset/base/314933 > > > > Log: > > [spigen] make spigen

Re: svn commit: r314933 - head/sys/dev/spibus

2017-03-08 Thread Konstantin Belousov
On Thu, Mar 09, 2017 at 01:00:27AM +, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Thu Mar 9 01:00:27 2017 > New Revision: 314933 > URL: https://svnweb.freebsd.org/changeset/base/314933 > > Log: > [spigen] make spigen device ready to be compiled as a module > > - Add flag to

svn commit: r314933 - head/sys/dev/spibus

2017-03-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 9 01:00:27 2017 New Revision: 314933 URL: https://svnweb.freebsd.org/changeset/base/314933 Log: [spigen] make spigen device ready to be compiled as a module - Add flag to indicate that device is opened by userland - Replace "always fail" detach method with

svn commit: r314932 - head/sys/sys

2017-03-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 9 00:58:21 2017 New Revision: 314932 URL: https://svnweb.freebsd.org/changeset/base/314932 Log: Do not turn LOCK_DEBUG for INVARIANT_SUPPORT. This allows to add INVARIANT_SUPPORT into a kernel without performance penalties. Discussed with: jhb, mjg

svn commit: r314931 - head/sys/kern

2017-03-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 9 00:56:07 2017 New Revision: 314931 URL: https://svnweb.freebsd.org/changeset/base/314931 Log: In linker_load_file() print name of a file that failed to load. Discussed with: kib Modified: head/sys/kern/kern_linker.c Modified:

svn commit: r314930 - head/sys/netinet

2017-03-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 9 00:55:19 2017 New Revision: 314930 URL: https://svnweb.freebsd.org/changeset/base/314930 Log: Make inp_lock_assert() depend on INVARIANT_SUPPORT, not INVARIANTS. This will make INVARIANT-enabled modules, that use this function to load successfully on a

svn commit: r314929 - head/sys/kern

2017-03-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 9 00:45:15 2017 New Revision: 314929 URL: https://svnweb.freebsd.org/changeset/base/314929 Log: Reduce stack usage in link_elf_load_file(), allocating struct nameidata. This function may be called recursively, when a module pulls its dependencies. Under

svn commit: r314928 - in head/usr.sbin: . efidp

2017-03-08 Thread Warner Losh
Author: imp Date: Thu Mar 9 00:33:38 2017 New Revision: 314928 URL: https://svnweb.freebsd.org/changeset/base/314928 Log: efidp manipulates UEFI Device Paths in various ways. At the moment, it formats and parses UEFI standard Device Paths. In the future it will also translate between

svn commit: r314926 - head/lib/libefivar

2017-03-08 Thread Warner Losh
Author: imp Date: Thu Mar 9 00:31:31 2017 New Revision: 314926 URL: https://svnweb.freebsd.org/changeset/base/314926 Log: Bring in EDK2 routines for printing and parsing device paths. This commit implements the (mostly?) Linux compatible efidp_format_device_path and

svn commit: r314927 - head/usr.sbin/efivar

2017-03-08 Thread Warner Losh
Author: imp Date: Thu Mar 9 00:31:36 2017 New Revision: 314927 URL: https://svnweb.freebsd.org/changeset/base/314927 Log: Finish implementing -d/--device/--device-path flag to print variable as if it were a device path. Remove language about a=b syntax on the command line. This will not

svn commit: r314925 - in head: lib/libefivar sys/boot/efi/include sys/boot/efi/libefi

2017-03-08 Thread Warner Losh
Author: imp Date: Thu Mar 9 00:24:01 2017 New Revision: 314925 URL: https://svnweb.freebsd.org/changeset/base/314925 Log: Share UCS2/UTF8 routines between boot loader and userland. Move the UCS2 to UTF8 routines over into sys/boot/efi and have libefivar grab them from there.

svn commit: r314924 - head/sbin/devfs

2017-03-08 Thread Ngie Cooper
Author: ngie Date: Wed Mar 8 23:58:10 2017 New Revision: 314924 URL: https://svnweb.freebsd.org/changeset/base/314924 Log: sbin/devfs: clarify usage - Note existence of -m option. - Note that -s applies to rule keyword, only, by adding usage text specifically for the `rule` and

svn commit: r314923 - head/sys/dev/iwn

2017-03-08 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 8 22:49:22 2017 New Revision: 314923 URL: https://svnweb.freebsd.org/changeset/base/314923 Log: iwn: add promiscuous mode support. Tested with Intel 6205, STA / MONITOR modes. Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwnreg.h

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Ngie Cooper
> On Mar 8, 2017, at 14:39, Gleb Smirnoff wrote: > > On Wed, Mar 08, 2017 at 01:57:32PM -0800, Ngie Cooper (yaneurabeya) wrote: > N> > On Wed, Mar 08, 2017 at 01:00:30AM +0200, Andriy Gapon wrote: > N> > A> On 08/03/2017 00:17, Gleb Smirnoff wrote: > N> > A> > On Tue, Mar

svn commit: r314922 - in stable/10/sys/boot: arm/uboot powerpc/ofw powerpc/ps3 powerpc/uboot userboot/userboot

2017-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 8 22:39:45 2017 New Revision: 314922 URL: https://svnweb.freebsd.org/changeset/base/314922 Log: MFC r314505: Split the ficl CFLAGS when they refer to an arch-specific include path. This is a minimal attempt to keep consistency in the Makefiles so that moving

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Gleb Smirnoff
On Wed, Mar 08, 2017 at 01:57:32PM -0800, Ngie Cooper (yaneurabeya) wrote: N> > On Wed, Mar 08, 2017 at 01:00:30AM +0200, Andriy Gapon wrote: N> > A> On 08/03/2017 00:17, Gleb Smirnoff wrote: N> > A> > On Tue, Mar 07, 2017 at 03:43:49PM +, Andriy Gapon wrote: N> > A> > A> Author: avg N> > A> >

svn commit: r314921 - in stable/11/sys/boot: arm/uboot powerpc/kboot powerpc/ofw powerpc/ps3 powerpc/uboot userboot/userboot

2017-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 8 22:38:40 2017 New Revision: 314921 URL: https://svnweb.freebsd.org/changeset/base/314921 Log: MFC r314505: Split the ficl CFLAGS when they refer to an arch-specific include path. This is a minimal attempt to keep consistency in the Makefiles so that moving

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Ngie Cooper (yaneurabeya)
> On Mar 8, 2017, at 13:55, Gleb Smirnoff wrote: > > On Wed, Mar 08, 2017 at 01:00:30AM +0200, Andriy Gapon wrote: > A> On 08/03/2017 00:17, Gleb Smirnoff wrote: > A> > On Tue, Mar 07, 2017 at 03:43:49PM +, Andriy Gapon wrote: > A> > A> Author: avg > A> > A> Date: Tue

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Gleb Smirnoff
On Wed, Mar 08, 2017 at 01:00:30AM +0200, Andriy Gapon wrote: A> On 08/03/2017 00:17, Gleb Smirnoff wrote: A> > On Tue, Mar 07, 2017 at 03:43:49PM +, Andriy Gapon wrote: A> > A> Author: avg A> > A> Date: Tue Mar 7 15:43:49 2017 A> > A> New Revision: 314862 A> > A> URL:

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Gleb Smirnoff
On Wed, Mar 08, 2017 at 07:47:13PM +1100, Bruce Evans wrote: B> > On 08/03/2017 00:17, Gleb Smirnoff wrote: B> >> On Tue, Mar 07, 2017 at 03:43:49PM +, Andriy Gapon wrote: B> >> A> Author: avg B> >> A> Date: Tue Mar 7 15:43:49 2017 B> >> A> New Revision: 314862 B> >> A> URL:

Re: svn commit: r314843 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Hans Petter Selasky
On 03/08/17 21:57, Andreas Tobler wrote: warning: type qualifiers ignored on function return type [-Wreturn-type] Thank you for the notice. Your suggestion is fine. See r314920. --HPS ___ svn-src-all@freebsd.org mailing list

svn commit: r314920 - head/sys/compat/linuxkpi/common/src

2017-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 8 21:28:53 2017 New Revision: 314920 URL: https://svnweb.freebsd.org/changeset/base/314920 Log: Fix compilation warning for powerpc64 by not using const keyword in return types: Type qualifiers ignored on function return type [-Wreturn-type] Reported

svn commit: r314919 - head/sys/dev/uart

2017-03-08 Thread Ian Lepore
Author: ian Date: Wed Mar 8 20:58:56 2017 New Revision: 314919 URL: https://svnweb.freebsd.org/changeset/base/314919 Log: Update the comment for the Wacom WACF00e to make it clear it's not an accidental duplicate of WACF004. PR: 217306 Modified:

Re: svn commit: r314843 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Andreas Tobler
Hi Hans Petter, On 07.03.17 13:09, Hans Petter Selasky wrote: Author: hselasky Date: Tue Mar 7 12:09:14 2017 New Revision: 314843 URL: https://svnweb.freebsd.org/changeset/base/314843 Log: LinuxKPI workqueue cleanup. This change makes the workqueue implementation behave more like in

svn commit: r314918 - head/sys/dev/uart

2017-03-08 Thread Ian Lepore
Author: ian Date: Wed Mar 8 20:41:27 2017 New Revision: 314918 URL: https://svnweb.freebsd.org/changeset/base/314918 Log: Add the pnp id for a Wacom 'WACF00e' tablet. PR: 217306 Submitted by: large.hadron.colli...@gmx.com Modified: head/sys/dev/uart/uart_bus_acpi.c

Re: svn commit: r314917 - head/sys/dev/uart

2017-03-08 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ian > Date: Wed Mar 8 18:53:32 2017 > New Revision: 314917 > URL: https://svnweb.freebsd.org/changeset/base/314917 > > Log: > Handle fifo size differences between older and newer revs of pl011 hardware. > > Starting with rev 5 (which

svn commit: r314917 - head/sys/dev/uart

2017-03-08 Thread Ian Lepore
Author: ian Date: Wed Mar 8 18:53:32 2017 New Revision: 314917 URL: https://svnweb.freebsd.org/changeset/base/314917 Log: Handle fifo size differences between older and newer revs of pl011 hardware. Starting with rev 5 (which is inexplicably indicated by a version number of '3' in the

svn commit: r314916 - head/release/packages

2017-03-08 Thread Glen Barber
Author: gjb Date: Wed Mar 8 18:52:40 2017 New Revision: 314916 URL: https://svnweb.freebsd.org/changeset/base/314916 Log: Fix permissions on /tmp when installing the runtime package. Reported by: many Patch by: Kyle Evans PR: 217574 MFC after:3 days Sponsored

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Rodney W. Grimes
> On Wed, Mar 8, 2017 at 10:05 AM, Warner Losh wrote: > >>> The project's guidance to > >>> committers for the last 20 years is to do a range of copyright dates. > >> The projects guidance has wrongly been changed then, as I have > >> always tried to make sure the A, B, C-D

Re: svn commit: r314915 - head/tools/tools/netmap

2017-03-08 Thread Luigi Rizzo
On Wed, Mar 8, 2017 at 9:29 AM, Sean Bruno wrote: > Author: sbruno > Date: Wed Mar 8 17:29:40 2017 > New Revision: 314915 > URL: https://svnweb.freebsd.org/changeset/base/314915 > > Log: > Use the buildworld includes and defaults when building pkt-gen. This will > mean

svn commit: r314915 - head/tools/tools/netmap

2017-03-08 Thread Sean Bruno
Author: sbruno Date: Wed Mar 8 17:29:40 2017 New Revision: 314915 URL: https://svnweb.freebsd.org/changeset/base/314915 Log: Use the buildworld includes and defaults when building pkt-gen. This will mean that you need a world built to reliably build pkg-gen but this keeps the build from

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Warner Losh
On Wed, Mar 8, 2017 at 10:05 AM, Warner Losh wrote: >>> The project's guidance to >>> committers for the last 20 years is to do a range of copyright dates. >> The projects guidance has wrongly been changed then, as I have >> always tried to make sure the A, B, C-D information was

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Rodney W. Grimes
> On Wed, Mar 8, 2017 at 9:07 AM, Rodney W. Grimes > wrote: ... > > Though widly seen, often miss understood, this modification technically > > under the copyright > > law can be used to assert that you have claimed copyright on the 2014 work > > more than one >

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Warner Losh
On Wed, Mar 8, 2017 at 10:03 AM, Rodney W. Grimes wrote: >> On Wed, Mar 8, 2017 at 9:07 AM, Rodney W. Grimes >> wrote: > ... > >> > Though widly seen, often miss understood, this modification technically >> > under the copyright >>

Re: svn commit: r314886 - in head: bin/pwait bin/pwait/tests etc/mtree targets/pseudo/tests

2017-03-08 Thread Bryan Drewery
On 3/7/2017 4:39 PM, Ngie Cooper wrote: > Thank you very much for writing tests! Thanks for your test review, will get in fixes soon. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: svn commit: r314892 - head/etc/mtree

2017-03-08 Thread Bryan Drewery
On 3/7/2017 9:27 PM, Cy Schubert wrote: > Author: cy > Date: Wed Mar 8 05:27:04 2017 > New Revision: 314892 > URL: https://svnweb.freebsd.org/changeset/base/314892 > > Log: > Fix install due to incorrect placement of pwait dir in r314886. > > Reported by:Shawn Webb

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Warner Losh
On Wed, Mar 8, 2017 at 9:07 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: hselasky >> Date: Wed Mar 8 11:09:27 2017 >> New Revision: 314905 >> URL: https://svnweb.freebsd.org/changeset/base/314905 >> >> Log: >> Cleanup the

Re: svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: hselasky > Date: Wed Mar 8 11:09:27 2017 > New Revision: 314905 > URL: https://svnweb.freebsd.org/changeset/base/314905 > > Log: > Cleanup the LinuxKPI slab implementation. > > Put large functions into linux_slab.c instead of

svn commit: r314914 - head/sys/dev/sdhci

2017-03-08 Thread Michal Meloun
Author: mmel Date: Wed Mar 8 14:52:03 2017 New Revision: 314914 URL: https://svnweb.freebsd.org/changeset/base/314914 Log: Release all previously allocated resources. Modified: head/sys/dev/sdhci/sdhci_fdt_gpio.c Modified: head/sys/dev/sdhci/sdhci_fdt_gpio.c

svn commit: r314913 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-08 Thread Andriy Gapon
Author: avg Date: Wed Mar 8 13:52:45 2017 New Revision: 314913 URL: https://svnweb.freebsd.org/changeset/base/314913 Log: MFV r314911: 7867 ARC space accounting leak illumos/illumos-gate@6de76ce2a90f54fecb0dba46dca08c99cef7aa08

svn commit: r314912 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-08 Thread Andriy Gapon
Author: avg Date: Wed Mar 8 13:48:26 2017 New Revision: 314912 URL: https://svnweb.freebsd.org/changeset/base/314912 Log: MFV r314910: 7843 get_clones_stat() is suboptimal for lots of clones illumos/illumos-gate@c5bde7273ef861a8dc54cfb9abe48d56062177da

svn commit: r314911 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-03-08 Thread Andriy Gapon
Author: avg Date: Wed Mar 8 13:40:24 2017 New Revision: 314911 URL: https://svnweb.freebsd.org/changeset/base/314911 Log: 7867 ARC space accounting leak illumos/illumos-gate@6de76ce2a90f54fecb0dba46dca08c99cef7aa08

svn commit: r314910 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-03-08 Thread Andriy Gapon
Author: avg Date: Wed Mar 8 13:39:22 2017 New Revision: 314910 URL: https://svnweb.freebsd.org/changeset/base/314910 Log: 7843 get_clones_stat() is suboptimal for lots of clones illumos/illumos-gate@c5bde7273ef861a8dc54cfb9abe48d56062177da

svn commit: r314909 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-03-08 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Wed Mar 8 13:09:12 2017 New Revision: 314909 URL: https://svnweb.freebsd.org/changeset/base/314909 Log: MFC r314219 Add linux_preadv() and linux_pwritev() syscalls to Linuxulator. Approved by: dchagin Modified:

svn commit: r314908 - head/sys/geom

2017-03-08 Thread Alexander Motin
Author: mav Date: Wed Mar 8 12:18:58 2017 New Revision: 314908 URL: https://svnweb.freebsd.org/changeset/base/314908 Log: When chunking large DIOCGDELETE, do it on stripe edge. MFC after:2 weeks Modified: head/sys/geom/geom_dev.c Modified: head/sys/geom/geom_dev.c

svn commit: r314907 - head/contrib/compiler-rt/lib/builtins

2017-03-08 Thread Michal Meloun
Author: mmel Date: Wed Mar 8 11:40:27 2017 New Revision: 314907 URL: https://svnweb.freebsd.org/changeset/base/314907 Log: Unbreak ARMv6 world. The new compiler_rt library imported with clang 4.0.0 have several fatal issues (non-functional __udivsi3 for example) with ARM specific

svn commit: r314906 - head/sys/cam/scsi

2017-03-08 Thread Alexander Motin
Author: mav Date: Wed Mar 8 11:24:33 2017 New Revision: 314906 URL: https://svnweb.freebsd.org/changeset/base/314906 Log: Add initial support for UNMAP granularity. Report UNMAP granularity as stripesize/-offset if we have no other values to report there. Add new quirk

svn commit: r314905 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 8 11:09:27 2017 New Revision: 314905 URL: https://svnweb.freebsd.org/changeset/base/314905 Log: Cleanup the LinuxKPI slab implementation. Put large functions into linux_slab.c instead of declaring them static inline. Add support for more memory

svn commit: r314904 - head/sys/compat/linuxkpi/common/include/linux

2017-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 8 09:53:20 2017 New Revision: 314904 URL: https://svnweb.freebsd.org/changeset/base/314904 Log: Implement eth_zero_addr() in the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

Re: svn commit: r314862 - head/sys/modules/qlxgbe

2017-03-08 Thread Bruce Evans
On Wed, 8 Mar 2017, Andriy Gapon wrote: On 08/03/2017 00:17, Gleb Smirnoff wrote: On Tue, Mar 07, 2017 at 03:43:49PM +, Andriy Gapon wrote: A> Author: avg A> Date: Tue Mar 7 15:43:49 2017 A> New Revision: 314862 A> URL: https://svnweb.freebsd.org/changeset/base/314862 A> A> Log: A>

svn commit: r314903 - head/share/man/man7

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 8 08:57:35 2017 New Revision: 314903 URL: https://svnweb.freebsd.org/changeset/base/314903 Log: Remove reference to GNU info hier(7) we have removed texinfo in FreeBSD 11.0 Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7

svn commit: r314902 - in head: . etc/mtree

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 8 08:52:15 2017 New Revision: 314902 URL: https://svnweb.freebsd.org/changeset/base/314902 Log: texinfo is gone in r276551 remove the related directories Reported by: jbeich Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist Modified:

svn commit: r314901 - head/lib/libpam/static_libpam

2017-03-08 Thread Brooks Davis
Author: brooks Date: Wed Mar 8 08:25:26 2017 New Revision: 314901 URL: https://svnweb.freebsd.org/changeset/base/314901 Log: Use LDFLAGS rather than CFLAGS when linking. Reviewed by: kan Obtained from:CheriBSD Sponsored by: DARPA, AFRL Differential Revision:

svn commit: r314900 - head/sys/net

2017-03-08 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 8 08:09:41 2017 New Revision: 314900 URL: https://svnweb.freebsd.org/changeset/base/314900 Log: Remove now unneded cast. Modified: head/sys/net/if_stf.c Modified: head/sys/net/if_stf.c ==

svn commit: r314899 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-08 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 8 07:59:45 2017 New Revision: 314899 URL: https://svnweb.freebsd.org/changeset/base/314899 Log: MFC r314497: Do not invoke the resize event when previous provider's size was zero. This is similar to r303637 fix for geom_disk. Modified: