svn commit: r318013 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 05:32:35 2017 New Revision: 318013 URL: https://svnweb.freebsd.org/changeset/base/318013 Log: [iwm] Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap. * This better matches how things are organized in Linux's iwlwifi. Obtained from:

svn commit: r318012 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 05:31:38 2017 New Revision: 318012 URL: https://svnweb.freebsd.org/changeset/base/318012 Log: [iwm] Allow listening on both chains/atennas to get diversity. This might improve throughput slightly when far from the accesspoint, apparently by allowing the

svn commit: r318011 - head/sys/modules/tests

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:22:51 2017 New Revision: 318011 URL: https://svnweb.freebsd.org/changeset/base/318011 Log: Mark this Makefile SUBDIR_PARALLEL I inserted the necessary SUBDIR+= .WAIT in the previous commit MFC after:3 weeks Sponsored by: Dell EMC Isilon

Re: svn commit: r318008 - head/sys/modules

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 22:06, O. Hartmann wrote: > > On Tue, 9 May 2017 04:59:05 + (UTC) > Ngie Cooper wrote: … > Ooopsie ... ;-) > > Something went wrong after I sucked in this commit just a few seconds ago, > compiling kernel failed: You’re

svn commit: r318010 - head/sys/tests/callout_test

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:08:47 2017 New Revision: 318010 URL: https://svnweb.freebsd.org/changeset/base/318010 Log: style(9): sort headers MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/tests/callout_test/callout_test.c Modified:

Re: svn commit: r318008 - head/sys/modules

2017-05-08 Thread O. Hartmann
On Tue, 9 May 2017 04:59:05 + (UTC) Ngie Cooper wrote: > Author: ngie > Date: Tue May 9 04:59:05 2017 > New Revision: 318008 > URL: https://svnweb.freebsd.org/changeset/base/318008 > > Log: > Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined > > MFC

svn commit: r318009 - head/sys/conf

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:03:35 2017 New Revision: 318009 URL: https://svnweb.freebsd.org/changeset/base/318009 Log: Add MK_TESTS to kern.opts.mk to support r31800 MFC after:3 weeks MFC with: r318008 Pointyhat to: ngie Sponsored by: Dell EMC Isilon Modified:

svn commit: r318008 - head/sys/modules

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:59:05 2017 New Revision: 318008 URL: https://svnweb.freebsd.org/changeset/base/318008 Log: Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/modules/Makefile

svn commit: r318007 - head/sys/modules/tests

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:56:14 2017 New Revision: 318007 URL: https://svnweb.freebsd.org/changeset/base/318007 Log: Add intermediary Makefile for compiling all items in the directory MFC after:3 weeks Sponsored by: Dell EMC Isilon Added: head/sys/modules/tests/Makefile

svn commit: r318006 - head/sys/tests/framework

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:54:29 2017 New Revision: 318006 URL: https://svnweb.freebsd.org/changeset/base/318006 Log: style(9): sort headers and remove duplicates MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/tests/framework/kern_testfrwk.c Modified:

svn commit: r318005 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 04:15:07 2017 New Revision: 318005 URL: https://svnweb.freebsd.org/changeset/base/318005 Log: [iwm] Add basic powermanagement support via ifconfig wlan0 powersave. * The DEVICE_POWER_FLAGS_CAM_MSK flag was removed in the upstream iwlwifi in Linux commit

svn commit: r318004 - head/contrib/netbsd-tests/usr.bin/grep

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:11:53 2017 New Revision: 318004 URL: https://svnweb.freebsd.org/changeset/base/318004 Log: Remove expected failure that no longer fails with gnu grep in base Reported by: Jenkins Submitted by: Kyle Evans Sponsored by: Dell EMC Isilon

svn commit: r318003 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:42:53 2017 New Revision: 318003 URL: https://svnweb.freebsd.org/changeset/base/318003 Log: [iwm] Add iwm_nic_unlock() calls missing from previous commit. Obtained from:dragonflybsd.git f88ab372284e63c4c13da93e9026a203b9b4cdc5 Modified:

svn commit: r318002 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:41:33 2017 New Revision: 318002 URL: https://svnweb.freebsd.org/changeset/base/318002 Log: [iwm] iwm_{read,write}_prph() don't grab the nic lock in iwm themselves. * Fix a couple of cases where the nic lock ended up not being grabbed during an

svn commit: r318001 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:38:23 2017 New Revision: 318001 URL: https://svnweb.freebsd.org/changeset/base/318001 Log: [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. Modified: head/sys/dev/iwm/if_iwm.c head/sys/dev/iwm/if_iwm_7000.c

svn commit: r318000 - in head: bin/dd lib/libbsnmp/libbsnmp lib/libsysdecode libexec/dma/dma-mbox-create rescue/rescue sbin/dumpon sbin/hastctl sbin/hastd sys/boot/i386/loader sys/boot/i386/zfsload...

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:23 2017 New Revision: 318000 URL: https://svnweb.freebsd.org/changeset/base/318000 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: Dell EMC Isilon Modified: head/bin/dd/Makefile.depend head/lib/libbsnmp/libbsnmp/Makefile.depend

svn commit: r317999 - in head: lib/libzstd sbin/decryptcore share/doc/pjdfstest targets/pseudo/clang targets/pseudo/userland targets/pseudo/userland/share usr.bin/getaddrinfo usr.bin/zstd usr.sbin/...

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:14 2017 New Revision: 317999 URL: https://svnweb.freebsd.org/changeset/base/317999 Log: DIRDEPS_BUILD: Connect new directories. Sponsored by: Dell EMC Isilon Added: head/lib/libzstd/Makefile.depend (contents, props changed)

svn commit: r317998 - head/secure/lib/libssh

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:02 2017 New Revision: 317998 URL: https://svnweb.freebsd.org/changeset/base/317998 Log: Fix invalid .o SRCS from r314527. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/secure/lib/libssh/Makefile Modified:

svn commit: r317997 - stable/11/usr.bin/proccontrol

2017-05-08 Thread Brooks Davis
Author: brooks Date: Tue May 9 01:08:45 2017 New Revision: 317997 URL: https://svnweb.freebsd.org/changeset/base/317997 Log: MFC r317706: Use MAN= rather than MK_MAN=no to not install a manpage. Modified: stable/11/usr.bin/proccontrol/Makefile Directory Properties: stable/11/

svn commit: r317996 - head/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Tue May 9 01:01:41 2017 New Revision: 317996 URL: https://svnweb.freebsd.org/changeset/base/317996 Log: Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi() MFC after:3 days

svn commit: r317995 - stable/10/sys/dev/ixgbe

2017-05-08 Thread Eric Joyner
Author: erj Date: Tue May 9 00:51:10 2017 New Revision: 317995 URL: https://svnweb.freebsd.org/changeset/base/317995 Log: ixv(4): Fix more tinderbox builds by adding missing declarations. Sponsored by: Intel Corporation Modified: stable/10/sys/dev/ixgbe/ixv_osdep.h Modified:

svn commit: r317994 - stable/11/sys/boot/fdt

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue May 9 00:29:29 2017 New Revision: 317994 URL: https://svnweb.freebsd.org/changeset/base/317994 Log: MFC r315019: [loader][fdt] Fix applying overlays without __local_fixups__ node Do not return error if __local_fixups__ node is missing in DTB overlay because

svn commit: r317993 - stable/11/gnu/usr.bin/dtc

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 8 23:57:54 2017 New Revision: 317993 URL: https://svnweb.freebsd.org/changeset/base/317993 Log: MFC r315010: [dtc] regenerate version file if upstream Makefile has been changed Keep version file in sync by adding dependency to upstream Makefile Modified:

Re: svn commit: r317967 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ed Maste
On 8 May 2017 at 14:42, Ngie Cooper wrote: > Author: ngie > Date: Mon May 8 18:42:38 2017 > New Revision: 317967 > URL: https://svnweb.freebsd.org/changeset/base/317967 > > Log: > Restore `sectorsize` global to unbreak makefs after r317744 > > This also unbreaks the fstyp

svn commit: r317992 - stable/9/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:44:16 2017 New Revision: 317992 URL: https://svnweb.freebsd.org/changeset/base/317992 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317991 - stable/10/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:41:13 2017 New Revision: 317991 URL: https://svnweb.freebsd.org/changeset/base/317991 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317990 - stable/11/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:37:37 2017 New Revision: 317990 URL: https://svnweb.freebsd.org/changeset/base/317990 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317989 - stable/11/sys/dev/evdev

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 8 22:35:15 2017 New Revision: 317989 URL: https://svnweb.freebsd.org/changeset/base/317989 Log: MFC r315176-r315178 r315176: [evdev] Do not ignore result evdev_register in UI_DEV_CREATE handler Make sure that uinput state field reflects actual state by

svn commit: r317988 - stable/11/sys/cam/ctl

2017-05-08 Thread Alexander Motin
Author: mav Date: Mon May 8 22:24:06 2017 New Revision: 317988 URL: https://svnweb.freebsd.org/changeset/base/317988 Log: MFC r317370: Change ctl_free_lun() locking. This fixes potential callout_drain() sleep under non-sleepable lock. PR: 218167 Modified:

svn commit: r317987 - stable/11/sys/cam/ctl

2017-05-08 Thread Alexander Motin
Author: mav Date: Mon May 8 22:23:01 2017 New Revision: 317987 URL: https://svnweb.freebsd.org/changeset/base/317987 Log: MFC r317369: Slightly compact the code. Modified: stable/11/sys/cam/ctl/ctl_backend_block.c stable/11/sys/cam/ctl/ctl_backend_ramdisk.c Directory Properties:

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread Konstantin Belousov
On Mon, May 08, 2017 at 11:52:10PM +0300, Konstantin Belousov wrote: > On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote: > > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > > > Author: kib > > > Date: Thu May 4 21:31:50 2017 > > > New Revision: 317809 > > > URL:

svn commit: r317986 - stable/10/sys/fs/nfsserver

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 21:58:29 2017 New Revision: 317986 URL: https://svnweb.freebsd.org/changeset/base/317986 Log: MFC: r317382 Allow use of a write open stateid for reading in the NFSv4 server. The NFSv4 RFCs give a server the option of allowing the use of an open stateid

svn commit: r317985 - stable/11/sys/fs/nfsserver

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 21:49:55 2017 New Revision: 317985 URL: https://svnweb.freebsd.org/changeset/base/317985 Log: MFC: r317382 Allow use of a write open stateid for reading in the NFSv4 server. The NFSv4 RFCs give a server the option of allowing the use of an open stateid

svn commit: r317984 - in stable/10/sys/fs: nfs nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 21:40:42 2017 New Revision: 317984 URL: https://svnweb.freebsd.org/changeset/base/317984 Log: MFC: r317345 Make the NFSv4 client to use a write open for reading if allowed by the server. An NFSv4 server has the option of allowing a Read to be done using

svn commit: r317983 - in stable/11/sys/fs: nfs nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 21:29:29 2017 New Revision: 317983 URL: https://svnweb.freebsd.org/changeset/base/317983 Log: MFC: r317345 Make the NFSv4 client to use a write open for reading if allowed by the server. An NFSv4 server has the option of allowing a Read to be done using

svn commit: r317982 - in head/sys: kern sys

2017-05-08 Thread Marius Strobl
Author: marius Date: Mon May 8 21:08:39 2017 New Revision: 317982 URL: https://svnweb.freebsd.org/changeset/base/317982 Log: - Also outside of the KOBJOPLOOKUP macro - which in turn is used by the code auto-generated for *.m - kobj_lookup_method(9) is useful; for example in back-ends

svn commit: r317981 - head/sys/modules/mmcsd

2017-05-08 Thread Marius Strobl
Author: marius Date: Mon May 8 20:58:32 2017 New Revision: 317981 URL: https://svnweb.freebsd.org/changeset/base/317981 Log: Revise r315430; there's no need to build mmc_subr.c into both mmc.ko and mmcsd.ko. Modified: head/sys/modules/mmcsd/Makefile Modified:

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread Konstantin Belousov
On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote: > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > > Author: kib > > Date: Thu May 4 21:31:50 2017 > > New Revision: 317809 > > URL: https://svnweb.freebsd.org/changeset/base/317809 > > > > Log: > > Provide

svn commit: r317980 - head/share/mk

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Mon May 8 20:44:21 2017 New Revision: 317980 URL: https://svnweb.freebsd.org/changeset/base/317980 Log: Fix syntax error in parse_path after r316952. Also fix bad whitespace in sort_unique after r314809. The parse_path syntax error came up in DIRDEPS_BUILD as

svn commit: r317979 - head/targets/pseudo/userland

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Mon May 8 20:44:12 2017 New Revision: 317979 URL: https://svnweb.freebsd.org/changeset/base/317979 Log: Remove MK_MANDOCDB option missed in r315057 Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend

Re: svn commit: r317938 - head/share/man/man7

2017-05-08 Thread John Baldwin
On Monday, May 08, 2017 02:17:10 PM Ed Maste wrote: > Author: emaste > Date: Mon May 8 14:17:10 2017 > New Revision: 317938 > URL: https://svnweb.freebsd.org/changeset/base/317938 > > Log: > arch(7): correct initial versions for alpha and pc98 > > Submitted by: imp > > Modified: >

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread John Baldwin
On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > Author: kib > Date: Thu May 4 21:31:50 2017 > New Revision: 317809 > URL: https://svnweb.freebsd.org/changeset/base/317809 > > Log: > Provide introduction for the arch(7) manpage. > > Start with some words about linear

svn commit: r317978 - stable/10/sys/fs/nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 20:30:30 2017 New Revision: 317978 URL: https://svnweb.freebsd.org/changeset/base/317978 Log: MFC: r317305 Fix the NFSv4.1/pNFS client return layout on close. The "return layout on close" case in the pNFS client was badly broken. Fortunately, extant

svn commit: r317977 - stable/11/sys/fs/nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 20:21:10 2017 New Revision: 317977 URL: https://svnweb.freebsd.org/changeset/base/317977 Log: MFC: r317305 Fix the NFSv4.1/pNFS client return layout on close. The "return layout on close" case in the pNFS client was badly broken. Fortunately, extant

svn commit: r317976 - stable/11/sys/arm/arm

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 8 20:09:23 2017 New Revision: 317976 URL: https://svnweb.freebsd.org/changeset/base/317976 Log: MFC r310791: [qemu] Fix VERSATILEPB kernel boot in QEMU broken by r300968 QEMU does not implement hardware debug registers so when dbg_monitor_is_enabled is

svn commit: r317974 - stable/11/sys/arm/broadcom/bcm2835

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 8 19:57:15 2017 New Revision: 317974 URL: https://svnweb.freebsd.org/changeset/base/317974 Log: MFC r308424, r310636 r308424: Fix locking in bcm2835_audio driver - Move all VCHI activity to worker thread: channel methods are called with

svn commit: r317975 - stable/10/sys/fs/nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 19:57:43 2017 New Revision: 317975 URL: https://svnweb.freebsd.org/changeset/base/317975 Log: MFC: r317296 Fix some krpc leaks for the NFSv4.1/pNFS client. The NFSv4.1/pNFS client wasn't doing a newnfs_disconnect() call for the connection to the Data

svn commit: r317973 - stable/11/sys/fs/nfsclient

2017-05-08 Thread Rick Macklem
Author: rmacklem Date: Mon May 8 19:50:35 2017 New Revision: 317973 URL: https://svnweb.freebsd.org/changeset/base/317973 Log: MFC: r317296 Fix some krpc leaks for the NFSv4.1/pNFS client. The NFSv4.1/pNFS client wasn't doing a newnfs_disconnect() call for the connection to the Data

svn commit: r317970 - stable/11/sys/contrib/vchiq/interface/vchiq_arm

2017-05-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 8 19:22:59 2017 New Revision: 317970 URL: https://svnweb.freebsd.org/changeset/base/317970 Log: MFC r310560: [vchi] replace non-reproducible __DATE__/__TIME__ with hardcoded string Although vchiq_build_date and vchiq_build_time are not used in current

svn commit: r317968 - head

2017-05-08 Thread John Baldwin
Author: jhb Date: Mon May 8 18:51:13 2017 New Revision: 317968 URL: https://svnweb.freebsd.org/changeset/base/317968 Log: Honor WITHOUT_LIB32 on mips64. The closing paren for the list of architectures that should enable LIB32 by default was in the wrong place resulting in LIB32 always

Re: svn commit: r317744 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 11:24, Ngie Cooper (yaneurabeya) > wrote: > >> >> On May 3, 2017, at 07:21, Ed Maste wrote: >> >> Author: emaste >> Date: Wed May 3 14:21:18 2017 >> New Revision: 317744 >> URL: https://svnweb.freebsd.org/changeset/base/317744

svn commit: r317967 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Mon May 8 18:42:38 2017 New Revision: 317967 URL: https://svnweb.freebsd.org/changeset/base/317967 Log: Restore `sectorsize` global to unbreak makefs after r317744 This also unbreaks the fstyp tests. Reported by: Alastair Hogge , Jenkins

svn commit: r317966 - stable/10/sbin/camcontrol

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 18:30:56 2017 New Revision: 317966 URL: https://svnweb.freebsd.org/changeset/base/317966 Log: MFC r317854: When editing a mode page on a tape drive, do not clear the device specific parameter. Tape drives include write protect (WP), Buffered Mode

svn commit: r317965 - stable/11/sbin/camcontrol

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 18:30:55 2017 New Revision: 317965 URL: https://svnweb.freebsd.org/changeset/base/317965 Log: MFC r317854: When editing a mode page on a tape drive, do not clear the device specific parameter. Tape drives include write protect (WP), Buffered Mode

Re: svn commit: r317744 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 3, 2017, at 07:21, Ed Maste wrote: > > Author: emaste > Date: Wed May 3 14:21:18 2017 > New Revision: 317744 > URL: https://svnweb.freebsd.org/changeset/base/317744 > > Log: > makefs: make buf generic > > it has nothing to do with ffs and will eventually be

svn commit: r317963 - in stable/11: share/man/man4 sys/cam/scsi usr.bin/mt

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:55:49 2017 New Revision: 317963 URL: https://svnweb.freebsd.org/changeset/base/317963 Log: MFC r317848: Add basic programmable early warning error injection to the sa(4) driver. This will help application developers simulate end of tape conditions.

svn commit: r317964 - in stable/10: share/man/man4 sys/cam/scsi usr.bin/mt

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:55:51 2017 New Revision: 317964 URL: https://svnweb.freebsd.org/changeset/base/317964 Log: MFC r317848: Add basic programmable early warning error injection to the sa(4) driver. This will help application developers simulate end of tape conditions.

svn commit: r317962 - stable/10/sys/cam/scsi

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:21:57 2017 New Revision: 317962 URL: https://svnweb.freebsd.org/changeset/base/317962 Log: MFC r317799: Add the SCSI Solid State Media Log page (0x11) definition. sys/cam/scsi/scsi_all.h: Add the SCSI Solid State Media log page (0x11)

svn commit: r317961 - stable/11/sys/cam/scsi

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:21:55 2017 New Revision: 317961 URL: https://svnweb.freebsd.org/changeset/base/317961 Log: MFC r317799: Add the SCSI Solid State Media Log page (0x11) definition. sys/cam/scsi/scsi_all.h: Add the SCSI Solid State Media log page (0x11)

Re: svn commit: r317942 - in head/usr.bin/csplit: . tests

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 08:51, Conrad Meyer wrote: > > Author: cem > Date: Mon May 8 15:51:29 2017 > New Revision: 317942 > URL: https://svnweb.freebsd.org/changeset/base/317942 > > Log: > csplit(1): Fix extraneous output in edge case > > When the input to csplit contains

svn commit: r317959 - in vendor/lldb/dist: include/lldb/API include/lldb/Core include/lldb/Expression include/lldb/Host include/lldb/Host/common include/lldb/Target include/lldb/Utility packages/Py...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:54 2017 New Revision: 317959 URL: https://svnweb.freebsd.org/changeset/base/317959 Log: Vendor import of lldb trunk r302418: https://llvm.org/svn/llvm-project/lldb/trunk@302418 Added: vendor/lldb/dist/unittests/Host/MainLoopTest.cpp (contents, props

svn commit: r317960 - vendor/lldb/lldb-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:14:01 2017 New Revision: 317960 URL: https://svnweb.freebsd.org/changeset/base/317960 Log: Tag lldb trunk r302418. Added: vendor/lldb/lldb-trunk-r302418/ - copied from r317959, vendor/lldb/dist/ ___

svn commit: r317958 - vendor/lld/lld-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:50 2017 New Revision: 317958 URL: https://svnweb.freebsd.org/changeset/base/317958 Log: Tag lld trunk r302418. Added: vendor/lld/lld-trunk-r302418/ - copied from r317957, vendor/lld/dist/ ___

svn commit: r317953 - in vendor/compiler-rt/dist: include/xray lib/asan lib/builtins lib/cfi lib/scudo lib/ubsan lib/xray test/asan/TestCases/Linux test/builtins/Unit test/sanitizer_common/TestCase...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:22 2017 New Revision: 317953 URL: https://svnweb.freebsd.org/changeset/base/317953 Log: Vendor import of compiler-rt trunk r302418: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302418 Added: vendor/compiler-rt/dist/lib/scudo/scudo_tls_android.cpp

svn commit: r317957 - in vendor/lld/dist: . COFF ELF include/lld/Core include/lld/Support lib/Core test/ELF test/ELF/Inputs test/ELF/linkerscript test/ELF/linkerscript/Inputs test/ELF/lto test/ELF/...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:44 2017 New Revision: 317957 URL: https://svnweb.freebsd.org/changeset/base/317957 Log: Vendor import of lld trunk r302418: https://llvm.org/svn/llvm-project/lld/trunk@302418 Added: vendor/lld/dist/include/lld/Core/TaskGroup.h (contents, props changed)

svn commit: r317951 - in vendor/clang/dist: docs include/clang/AST include/clang/ASTMatchers include/clang/Basic include/clang/Driver include/clang/Frontend include/clang/Lex include/clang/Sema inc...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:11 2017 New Revision: 317951 URL: https://svnweb.freebsd.org/changeset/base/317951 Log: Vendor import of clang trunk r302418: https://llvm.org/svn/llvm-project/cfe/trunk@302418 Added: vendor/clang/dist/lib/Headers/lwpintrin.h (contents, props changed)

svn commit: r317954 - vendor/compiler-rt/compiler-rt-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:29 2017 New Revision: 317954 URL: https://svnweb.freebsd.org/changeset/base/317954 Log: Tag compiler-rt trunk r302418. Added: vendor/compiler-rt/compiler-rt-trunk-r302418/ - copied from r317953, vendor/compiler-rt/dist/

svn commit: r317956 - vendor/libc++/libc++-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:41 2017 New Revision: 317956 URL: https://svnweb.freebsd.org/changeset/base/317956 Log: Tag libc++ trunk r302418. Added: vendor/libc++/libc++-trunk-r302418/ - copied from r317955, vendor/libc++/dist/ ___

svn commit: r317955 - in vendor/libc++/dist: . docs docs/DesignDocs include include/experimental include/support/win32 lib src src/experimental/filesystem src/support/runtime test/libcxx/algorithms...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:34 2017 New Revision: 317955 URL: https://svnweb.freebsd.org/changeset/base/317955 Log: Vendor import of libc++ trunk r302418: https://llvm.org/svn/llvm-project/libcxx/trunk@302418 Added: vendor/libc++/dist/docs/DesignDocs/AvailabilityMarkup.rst

svn commit: r317952 - vendor/clang/clang-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:19 2017 New Revision: 317952 URL: https://svnweb.freebsd.org/changeset/base/317952 Log: Tag clang trunk r302418. Added: vendor/clang/clang-trunk-r302418/ - copied from r317951, vendor/clang/dist/ ___

svn commit: r317948 - in vendor/llvm/dist: docs examples/Kaleidoscope/BuildingAJIT/Chapter1 examples/Kaleidoscope/BuildingAJIT/Chapter2 examples/Kaleidoscope/BuildingAJIT/Chapter3 examples/Kaleidos...

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:12:57 2017 New Revision: 317948 URL: https://svnweb.freebsd.org/changeset/base/317948 Log: Vendor import of llvm trunk r302418: https://llvm.org/svn/llvm-project/llvm/trunk@302418 Added: vendor/llvm/dist/include/llvm/CodeGen/MIRPrinter.h (contents, props

svn commit: r317949 - head/etc/mtree

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Mon May 8 17:13:00 2017 New Revision: 317949 URL: https://svnweb.freebsd.org/changeset/base/317949 Log: Fix the build after r317942 by adding usr.bin/csplit to BSD.tests.dist Pointyhat to: cem MFC with: r317942 Sponsored by: Dell EMC Isilon Modified:

svn commit: r317950 - vendor/llvm/llvm-trunk-r302418

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 17:13:05 2017 New Revision: 317950 URL: https://svnweb.freebsd.org/changeset/base/317950 Log: Tag llvm trunk r302418. Added: vendor/llvm/llvm-trunk-r302418/ - copied from r317949, vendor/llvm/dist/ ___

svn commit: r317947 - stable/10/sbin/camcontrol

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:02:03 2017 New Revision: 317947 URL: https://svnweb.freebsd.org/changeset/base/317947 Log: MFC r317774, r317776 r317774: Add the ability to rescan or reset devices specified by peripheral name and unit number in camcontrol(8). Previously

svn commit: r317946 - stable/11/sbin/camcontrol

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 17:02:01 2017 New Revision: 317946 URL: https://svnweb.freebsd.org/changeset/base/317946 Log: MFC r317774, r317776 r317774: Add the ability to rescan or reset devices specified by peripheral name and unit number in camcontrol(8). Previously

svn commit: r317945 - head/usr.sbin/makefs

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 16:57:33 2017 New Revision: 317945 URL: https://svnweb.freebsd.org/changeset/base/317945 Log: makefs: further size_t warning cleanup (missing from r317944) Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/walk.c Modified:

svn commit: r317944 - head/usr.sbin/makefs

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 16:34:39 2017 New Revision: 317944 URL: https://svnweb.freebsd.org/changeset/base/317944 Log: makefs: cast snprintf return value to size_t to clear warning Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/ffs.c

svn commit: r317943 - stable/11/contrib/llvm/lib/Target/PowerPC

2017-05-08 Thread Dimitry Andric
Author: dim Date: Mon May 8 16:06:20 2017 New Revision: 317943 URL: https://svnweb.freebsd.org/changeset/base/317943 Log: MFC r317810: Pull in r302183 from upstream llvm trunk (by Krzysztof Parzyszek): [PPC] When restoring R30 (PIC base pointer), mark it as This happened on

svn commit: r317942 - in head/usr.bin/csplit: . tests

2017-05-08 Thread Conrad Meyer
Author: cem Date: Mon May 8 15:51:29 2017 New Revision: 317942 URL: https://svnweb.freebsd.org/changeset/base/317942 Log: csplit(1): Fix extraneous output in edge case When the input to csplit contains fewer lines than the number of matches specified, extra output was mistakenly

svn commit: r317940 - stable/11/sys/cam/scsi

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 14:48:37 2017 New Revision: 317940 URL: https://svnweb.freebsd.org/changeset/base/317940 Log: MFC r317745: Don't bother retrying errors for encrypted drives that are locked. sys/cam/scsi/scsi_all.c: In the asc_table, if we get a 0x20,0x02 error

svn commit: r317941 - stable/10/sys/cam/scsi

2017-05-08 Thread Kenneth D. Merry
Author: ken Date: Mon May 8 14:48:39 2017 New Revision: 317941 URL: https://svnweb.freebsd.org/changeset/base/317941 Log: MFC r317745: Don't bother retrying errors for encrypted drives that are locked. sys/cam/scsi/scsi_all.c: In the asc_table, if we get a 0x20,0x02 error

svn commit: r317939 - in head: share/misc usr.bin/calendar/calendars

2017-05-08 Thread Danilo G. Baio
Author: dbaio (ports committer) Date: Mon May 8 14:33:38 2017 New Revision: 317939 URL: https://svnweb.freebsd.org/changeset/base/317939 Log: Add myself (dbaio) as a new ports committer Approved by: garga (mentor) Differential Revision:https://reviews.freebsd.org/D10633

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

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 14:17:10 2017 New Revision: 317938 URL: https://svnweb.freebsd.org/changeset/base/317938 Log: arch(7): correct initial versions for alpha and pc98 Submitted by: imp Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/arch.7

svn commit: r317937 - in head/usr.sbin/makefs: . cd9660

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 13:09:27 2017 New Revision: 317937 URL: https://svnweb.freebsd.org/changeset/base/317937 Log: makefs: use size_t as appropriate to clean up warnings Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/cd9660/cd9660_eltorito.c

svn commit: r317936 - stable/11/sys/compat/linux

2017-05-08 Thread Dmitry Chagin
Author: dchagin Date: Mon May 8 10:51:30 2017 New Revision: 317936 URL: https://svnweb.freebsd.org/changeset/base/317936 Log: MFC r317645: Fix NULL pointer dereference in futex_wake_op() in case when the same address specified for arguments uaddr and uaddr2. PR: 218987

svn commit: r317935 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 09:14:41 2017 New Revision: 317935 URL: https://svnweb.freebsd.org/changeset/base/317935 Log: Sort variable declarations; no functional changes. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/usr.bin/resizewin/resizewin.c Modified:

svn commit: r317934 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 08:58:51 2017 New Revision: 317934 URL: https://svnweb.freebsd.org/changeset/base/317934 Log: Add resizewin -z. It makes resizewin not do anything if the terminal size is already set to something other than zero. It's supposed to be called from eg /etc/profile

Re: svn commit: r317909 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
On 0507T2028, Jilles Tjoelker wrote: > On Sun, May 07, 2017 at 09:01:43PM +0300, Konstantin Belousov wrote: > > On Sun, May 07, 2017 at 05:21:23PM +, Edward Tomasz Napierala wrote: > > > Author: trasz > > > Date: Sun May 7 17:21:22 2017 > > > New Revision: 317909 > > > URL:

svn commit: r317933 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 08:34:50 2017 New Revision: 317933 URL: https://svnweb.freebsd.org/changeset/base/317933 Log: Use tcflush(3) instead of (nonstandard) TIOCFLUSH. Reported by: kib MFC after:2 weeks Sponsored by: DARPA, AFRL Modified:

Re: svn commit: r317901 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
On 0507T0919, Conrad Meyer wrote: > On Sun, May 7, 2017 at 2:19 AM, Edward Tomasz Napierala > wrote: > > Author: trasz > > Date: Sun May 7 09:19:42 2017 > > New Revision: 317901 > > URL: https://svnweb.freebsd.org/changeset/base/317901 > > > > Log: > > Improve error