svn commit: r294785 - in stable/10/etc: . rc.d

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:58:59 2016 New Revision: 294785 URL: https://svnweb.freebsd.org/changeset/base/294785 Log: MFH (r290008): load_rc_config no longer requires a service name Modified: stable/10/etc/rc.d/othermta stable/10/etc/rc.shutdown Directory Properties: stable/10/

svn commit: r294787 - in stable/10/usr.sbin: . vigr

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 09:09:20 2016 New Revision: 294787 URL: https://svnweb.freebsd.org/changeset/base/294787 Log: MFH (r275765): add a vigr(8) tool to mirror vipw(8) Added: stable/10/usr.sbin/vigr/ - copied from r275768, head/usr.sbin/vigr/ Modified:

svn commit: r294792 - head/sys/kern

2016-01-26 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 26 11:28:55 2016 New Revision: 294792 URL: https://svnweb.freebsd.org/changeset/base/294792 Log: Fix the way RCTL handles rules' rrl_exceeded on credenials change. Because of what this variable does, it was probably harmless - but still incorrect. MFC after:

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 12:26:32 2016 New Revision: 294793 URL: https://svnweb.freebsd.org/changeset/base/294793 Log: 6367 spa_config_tryenter incorrectly handles the multiple-lock case Reviewed by: Alek Pinchuk Reviewed by: Josef 'Jeff' Sipek

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 12:28:53 2016 New Revision: 294794 URL: https://svnweb.freebsd.org/changeset/base/294794 Log: MFV r294793: 6367 spa_config_tryenter incorrectly handles the multiple-lock case Reviewed by: Alek Pinchuk Reviewed by: Josef 'Jeff'

Re: svn commit: r294767 - head/sys/boot/efi/loader

2016-01-26 Thread Steven Hartland
No plan to MFC these changes? On 26/01/2016 06:26, Warner Losh wrote: Author: imp Date: Tue Jan 26 06:26:46 2016 New Revision: 294767 URL: https://svnweb.freebsd.org/changeset/base/294767 Log: Parse the command line arguments, and do it before we initialize the console so it can be

Re: svn commit: r294778 - in head: lib/libc/sys sys/kern

2016-01-26 Thread Bruce Evans
On Tue, 26 Jan 2016, Kubilay Kocak wrote: Log: Restore flushing of output for revoke(2) again. Document revoke()'s intended behaviour in its man page. Simplify tty_drain() to match. Don't call ttydevsw methods in tty_flush() if the device is gone since we now sometimes call it then.

svn commit: r294795 - head/sys/dev/ixgbe

2016-01-26 Thread Steven Hartland
Author: smh Date: Tue Jan 26 12:30:17 2016 New Revision: 294795 URL: https://svnweb.freebsd.org/changeset/base/294795 Log: ixgbe sysctl hardware defaults Added hw.ix.flow_control which enables the default flow_control of all ix interfaces to be set in loader.conf. Added

svn commit: r294788 - head/sys/dev/hyperv/netvsc

2016-01-26 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 26 09:42:13 2016 New Revision: 294788 URL: https://svnweb.freebsd.org/changeset/base/294788 Log: hyperv/hn: Improve sending performance - Avoid main lock contention by trylock for if_start, if that fails, schedule TX taskqueue for if_start - Don't do

svn commit: r294791 - head/sys/arm/arm

2016-01-26 Thread Svatopluk Kraus
Author: skra Date: Tue Jan 26 10:24:18 2016 New Revision: 294791 URL: https://svnweb.freebsd.org/changeset/base/294791 Log: Don't do icache sync on kernel memory and keep in line with comment in elf_cpu_load_file(). The only time when the sync is needed is after kernel module is loaded and

svn commit: r294784 - stable/10/etc

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:57:45 2016 New Revision: 294784 URL: https://svnweb.freebsd.org/changeset/base/294784 Log: MFH (r290006): loading rc.subr and rc.conf has no effect here Modified: stable/10/etc/netstart Directory Properties: stable/10/ (props changed) Modified:

svn commit: r294789 - head/sys/arm/arm

2016-01-26 Thread Svatopluk Kraus
Author: skra Date: Tue Jan 26 09:50:23 2016 New Revision: 294789 URL: https://svnweb.freebsd.org/changeset/base/294789 Log: Make code more compact and readable better in pmap_extract() like functions. No functional change. This is a follow up to r294722. Suggested by: kib Modified:

svn commit: r294790 - stable/10/usr.sbin/bhyvectl

2016-01-26 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 26 09:50:36 2016 New Revision: 294790 URL: https://svnweb.freebsd.org/changeset/base/294790 Log: MFH: r293745 Add a basic bhyvectl manpage. Added: stable/10/usr.sbin/bhyvectl/bhyvectl.8 - copied unchanged from r293745,

svn commit: r294783 - in stable/10: share/man/man4 sys/dev/syscons/plasma sys/modules/syscons sys/modules/syscons/plasma

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:55:31 2016 New Revision: 294783 URL: https://svnweb.freebsd.org/changeset/base/294783 Log: MFH (r293034, r29304): plasma screensaver Added: stable/10/sys/dev/syscons/plasma/ - copied from r293034, head/sys/dev/syscons/plasma/

svn commit: r294886 - in head/sys/dev/hyperv: include vmbus

2016-01-26 Thread Sepherosa Ziehau
Author: sephe Date: Wed Jan 27 03:53:30 2016 New Revision: 294886 URL: https://svnweb.freebsd.org/changeset/base/294886 Log: hyperv/vmbus: Event handling code refactor. - Use taskqueue instead of swi for event handling. - Scan the interrupt flags in filter - Disable ringbuffer

Re: svn commit: r294869 - in head: sys/dev/cxgbe/tom sys/netinet usr.bin/systat

2016-01-26 Thread Sepherosa Ziehau
BTW, amd64 LINT builds fine. On Wed, Jan 27, 2016 at 11:50 AM, Sepherosa Ziehau wrote: > This seems to break i386 LINT: > > /usr/freebsd-svn/head/sys/modules/cxgb/tom/../../../dev/cxgb/ulp/tom/cxgb_cpl_io.c:1021:20: > error: use of undeclared identifier 'tcpstates'; did you

svn commit: r294889 - in head/sys/dev: cxgb/ulp/tom cxgbe/tom

2016-01-26 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 27 05:15:53 2016 New Revision: 294889 URL: https://svnweb.freebsd.org/changeset/base/294889 Log: More fixes to the build. Modified: head/sys/dev/cxgb/ulp/tom/cxgb_listen.c head/sys/dev/cxgbe/tom/t4_connect.c head/sys/dev/cxgbe/tom/t4_listen.c

svn commit: r294891 - head/usr.sbin/makefs/tests

2016-01-26 Thread Garrett Cooper
Author: ngie Date: Wed Jan 27 06:14:20 2016 New Revision: 294891 URL: https://svnweb.freebsd.org/changeset/base/294891 Log: Require /sbin/mount_cd9660 when running the cd9660 tests In some cases the test system might not have mount_cd9660(8). Don't implicitly rely on it while testing

svn commit: r294895 - stable/10/lib/libdpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 06:25:59 2016 New Revision: 294895 URL: https://svnweb.freebsd.org/changeset/base/294895 Log: MFC r293868: Default to en_US.ISO8859-1 if no locale Modified: stable/10/lib/libdpv/dpv.c stable/10/lib/libdpv/dpv.h Directory Properties: stable/10/ (props

svn commit: r294899 - head/contrib/netbsd-tests/lib/libc/sys

2016-01-26 Thread Garrett Cooper
Author: ngie Date: Wed Jan 27 07:06:49 2016 New Revision: 294899 URL: https://svnweb.freebsd.org/changeset/base/294899 Log: Add debug output via ATF_REQUIRE_MSG when the first call to mlock(2) fails This helps identify the problem with running this test on my VM hosts (ENOMEM) MFC

svn commit: r294902 - head/sys/netinet

2016-01-26 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 27 07:34:00 2016 New Revision: 294902 URL: https://svnweb.freebsd.org/changeset/base/294902 Log: Fix issues with TCP_CONGESTION handling after r294540: o Return back the buf[TCP_CA_NAME_MAX] for TCP_CONGESTION, for TCP_CCALGOOPT use dynamically allocated

svn commit: r294890 - stable/10/sys/dev/hyperv/storvsc

2016-01-26 Thread Sepherosa Ziehau
Author: sephe Date: Wed Jan 27 05:19:05 2016 New Revision: 294890 URL: https://svnweb.freebsd.org/changeset/base/294890 Log: MFC r294557: hyperv/stor: Verify returned inquiry data before further dispatching Windows 10 and Window 2016 will return all zero inquiry data for

svn commit: r294894 - head/contrib/netbsd-tests/lib/libc/sys

2016-01-26 Thread Garrett Cooper
Author: ngie Date: Wed Jan 27 06:24:19 2016 New Revision: 294894 URL: https://svnweb.freebsd.org/changeset/base/294894 Log: Adjust vm.max_wired in order to avoid hitting EAGAIN artificially Set vm.max_wired to INT_MAX in :mlock_err, :mlock_mmap, and :mlock_nested to avoid hitting EAGAIN

svn commit: r294896 - head/etc

2016-01-26 Thread Marcelo Araujo
Author: araujo Date: Wed Jan 27 06:28:56 2016 New Revision: 294896 URL: https://svnweb.freebsd.org/changeset/base/294896 Log: Fix regression introduced on r293801. The UID/GID 93 is in using by jaber on PORTS, we will use UID/GID 160 for ypldap(8). Reported by: antoine Approved by:

Re: svn commit: r294869 - in head: sys/dev/cxgbe/tom sys/netinet usr.bin/systat

2016-01-26 Thread Sepherosa Ziehau
This seems to break i386 LINT: /usr/freebsd-svn/head/sys/modules/cxgb/tom/../../../dev/cxgb/ulp/tom/cxgb_cpl_io.c:1021:20: error: use of undeclared identifier 'tcpstates'; did you mean 'tcpstat'? toep->tp_tid, tcpstates[tp->t_state], toep, inp); ^

svn commit: r294885 - head/sys/sys

2016-01-26 Thread Justin Hibbits
Author: jhibbits Date: Wed Jan 27 03:51:24 2016 New Revision: 294885 URL: https://svnweb.freebsd.org/changeset/base/294885 Log: Fix the build post-r294883. Pointy-hat to:jhibbits X-MFC with: r294883 Modified: head/sys/sys/rman.h Modified: head/sys/sys/rman.h

svn commit: r294893 - head/lib/libdpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 06:21:35 2016 New Revision: 294893 URL: https://svnweb.freebsd.org/changeset/base/294893 Log: Fix a crash if `-D' is used without `-t title' dialog(3)'s dlg_reallocate_gauge(), used both by dialog(3)'s dialog_gauge() and dialog(1)'s `--gauge', will

svn commit: r294898 - stable/10/usr.sbin/bsdconfig/share

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 06:38:03 2016 New Revision: 294898 URL: https://svnweb.freebsd.org/changeset/base/294898 Log: MFC 293617,294669: Minor fixes r293617: Fix improper duration for f_dialog_pause() API r294669: Fix a typo in a comment Modified:

svn commit: r294900 - in head/sys: amd64/linux amd64/linux32 i386/linux

2016-01-26 Thread Xin LI
Author: delphij Date: Wed Jan 27 07:20:55 2016 New Revision: 294900 URL: https://svnweb.freebsd.org/changeset/base/294900 Log: Implement AT_SECURE properly. AT_SECURE auxv entry has been added to the Linux 2.5 kernel to pass a boolean flag indicating whether secure mode should be

svn commit: r294904 - in releng: 10.1 10.1/contrib/ntp 10.1/contrib/ntp/html 10.1/contrib/ntp/include 10.1/contrib/ntp/libntp 10.1/contrib/ntp/ntpd 10.1/contrib/ntp/ntpdc 10.1/contrib/ntp/ntpq 10.1...

2016-01-26 Thread Xin LI
Author: delphij Date: Wed Jan 27 07:41:31 2016 New Revision: 294904 URL: https://svnweb.freebsd.org/changeset/base/294904 Log: Fix multiple vulnerabilities of ntp. [SA-16:09] Fix Linux compatibility layer issetugid(2) system call vulnerability. [SA-16:10] Security:

svn commit: r294905 - in releng/9.3: . contrib/bind9/lib/dns/rdata/in_1 contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/libntp contrib/ntp/ntpd contrib/ntp/ntpdc contrib/ntp/ntpq contr...

2016-01-26 Thread Xin LI
Author: delphij Date: Wed Jan 27 07:42:11 2016 New Revision: 294905 URL: https://svnweb.freebsd.org/changeset/base/294905 Log: Fix BIND remote denial of service vulnerability. [SA-16:08] Fix multiple vulnerabilities of ntp. [SA-16:09] Fix Linux compatibility layer issetugid(2) system

Re: svn commit: r294535 - in head/sys/netinet: . cc tcp_stacks

2016-01-26 Thread Lawrence Stewart
On 01/24/16 19:07, Gleb Smirnoff wrote: > Lawrence, > > On Sat, Jan 23, 2016 at 05:19:36PM +1100, Lawrence Stewart wrote: > L> > The problem is that cc.h (or tcp_cc.h) is already depening on many > L> > TCP types. So, the structures defined inside are not agnostic, including > L> > tcp headers

svn commit: r294901 - in stable/10/sys: amd64/linux amd64/linux32 i386/linux

2016-01-26 Thread Xin LI
Author: delphij Date: Wed Jan 27 07:28:55 2016 New Revision: 294901 URL: https://svnweb.freebsd.org/changeset/base/294901 Log: MFC r294900: Implement AT_SECURE properly. AT_SECURE auxv entry has been added to the Linux 2.5 kernel to pass a boolean flag indicating whether secure mode

svn commit: r294888 - stable/10/share/dtrace

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 05:04:17 2016 New Revision: 294888 URL: https://svnweb.freebsd.org/changeset/base/294888 Log: MFC 294548-294549,294556,294684: Add watch scripts r294548: Add scripts for watching common entry points. r294549: Fix bad title on script (caused by copy/paste).

svn commit: r294897 - stable/10/usr.bin/dpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 06:30:23 2016 New Revision: 294897 URL: https://svnweb.freebsd.org/changeset/base/294897 Log: MFC r289797: dpv(1) merged to stable/10 before release/10.2.0 Modified: stable/10/usr.bin/dpv/dpv.1 Directory Properties: stable/10/ (props changed) Modified:

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

2016-01-26 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 27 04:59:28 2016 New Revision: 294887 URL: https://svnweb.freebsd.org/changeset/base/294887 Log: Fix build on i386. I can't yet understand why does it build on amd64. Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Modified:

Re: svn commit: r294889 - in head/sys/dev: cxgb/ulp/tom cxgbe/tom

2016-01-26 Thread Sepherosa Ziehau
Thanks! On Wed, Jan 27, 2016 at 1:15 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Wed Jan 27 05:15:53 2016 > New Revision: 294889 > URL: https://svnweb.freebsd.org/changeset/base/294889 > > Log: > More fixes to the build. > > Modified: >

svn commit: r294892 - head/lib/libdpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 06:16:53 2016 New Revision: 294892 URL: https://svnweb.freebsd.org/changeset/base/294892 Log: Remove unused function prototype MFC after:3 days X-MFC-to: stable/10 Modified: head/lib/libdpv/dialog_util.h Modified: head/lib/libdpv/dialog_util.h

svn commit: r294903 - in stable/9/sys: amd64/linux32 dev/usb/wlan i386/linux

2016-01-26 Thread Xin LI
Author: delphij Date: Wed Jan 27 07:34:23 2016 New Revision: 294903 URL: https://svnweb.freebsd.org/changeset/base/294903 Log: MFC r294900: Implement AT_SECURE properly. AT_SECURE auxv entry has been added to the Linux 2.5 kernel to pass a boolean flag indicating whether secure mode

svn commit: r294780 - stable/10/etc/periodic/daily

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:45:19 2016 New Revision: 294780 URL: https://svnweb.freebsd.org/changeset/base/294780 Log: MFH (r290743): support an exclusion regex, like security/200.chkmounts Modified: stable/10/etc/periodic/daily/400.status-disks Directory Properties: stable/10/

svn commit: r294779 - stable/10/usr.bin/locate/locate

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:44:01 2016 New Revision: 294779 URL: https://svnweb.freebsd.org/changeset/base/294779 Log: MFH (r290742): don't index /var/db/freebsd-update Modified: stable/10/usr.bin/locate/locate/locate.rc stable/10/usr.bin/locate/locate/updatedb.sh Directory Properties:

svn commit: r294782 - stable/10/sys/conf

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:49:44 2016 New Revision: 294782 URL: https://svnweb.freebsd.org/changeset/base/294782 Log: MFH (r293033): ignore unload unless loaded + add a reload target Modified: stable/10/sys/conf/kmod.mk Directory Properties: stable/10/ (props changed) Modified:

svn commit: r294781 - stable/10/lib/libc/stdio

2016-01-26 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 26 08:46:02 2016 New Revision: 294781 URL: https://svnweb.freebsd.org/changeset/base/294781 Log: MFH (r291197): markup fixes Modified: stable/10/lib/libc/stdio/fopen.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/stdio/fopen.3

svn commit: r294816 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:20:31 2016 New Revision: 294816 URL: https://svnweb.freebsd.org/changeset/base/294816 Log: 4986 receiving replication stream fails if any snapshot exceeds refquota Reviewed by: John Kennedy Reviewed by: Matthew Ahrens

svn commit: r294816 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:20:31 2016 New Revision: 294816 URL: https://svnweb.freebsd.org/changeset/base/294816 Log: 4986 receiving replication stream fails if any snapshot exceeds refquota Reviewed by: John Kennedy Reviewed by: Matthew Ahrens

svn commit: r294817 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:37:30 2016 New Revision: 294817 URL: https://svnweb.freebsd.org/changeset/base/294817 Log: MFV r294816: 4986 receiving replication stream fails if any snapshot exceeds refquota Reviewed by: John Kennedy Reviewed by: Matthew

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:40:22 2016 New Revision: 294818 URL: https://svnweb.freebsd.org/changeset/base/294818 Log: 6494 ASSERT supported zio_types for file and disk vdevs Reviewed by: George Wilson Reviewed by: Matthew Ahrens

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:44:47 2016 New Revision: 294819 URL: https://svnweb.freebsd.org/changeset/base/294819 Log: 6495 Fix mutex leak in dmu_objset_find_dp Reviewed by: George Wilson Reviewed by: Matthew Ahrens Approved by:

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:45:41 2016 New Revision: 294820 URL: https://svnweb.freebsd.org/changeset/base/294820 Log: MFV r294819: 6495 Fix mutex leak in dmu_objset_find_dp Reviewed by: George Wilson Reviewed by: Matthew Ahrens

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

2016-01-26 Thread Alexander Motin
Author: mav Date: Tue Jan 26 13:49:46 2016 New Revision: 294821 URL: https://svnweb.freebsd.org/changeset/base/294821 Log: 6529 Properly handle updates of variably-sized SA entries. Reviewed by: Brian Behlendorf Reviewed by: Matthew Ahrens

svn commit: r294822 - head/sys/arm/arm

2016-01-26 Thread Svatopluk Kraus
Author: skra Date: Tue Jan 26 13:50:44 2016 New Revision: 294822 URL: https://svnweb.freebsd.org/changeset/base/294822 Log: Make pmap_fault() return values vm subsystem compliant to simplify their handling in abort_handler(). While here, remove one extra initialization of pcb variable.

svn commit: r294823 - head/secure/lib/libcrypto

2016-01-26 Thread Ruslan Bukin
Author: br Date: Tue Jan 26 14:17:39 2016 New Revision: 294823 URL: https://svnweb.freebsd.org/changeset/base/294823 Log: Add the openssl header for RISC-V. Copied from aarch64 as we can't generate it yet. Added: head/secure/lib/libcrypto/opensslconf-riscv.h (contents, props changed)

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:20:25 2016 New Revision: 294824 URL: https://svnweb.freebsd.org/changeset/base/294824 Log: Add more LinuxKPI PCI related functions and defines. Removed comments deriving from Linux. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:21:30 2016 New Revision: 294825 URL: https://svnweb.freebsd.org/changeset/base/294825 Log: Define __get_user() and __put_user() for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:27:00 2016 New Revision: 294826 URL: https://svnweb.freebsd.org/changeset/base/294826 Log: Add definition for the NETDEV_CHANGE event and tidy up the LinuxKPI notifier header file a bit while at it. MFC after:1 week Sponsored by: Mellanox

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:29:50 2016 New Revision: 294827 URL: https://svnweb.freebsd.org/changeset/base/294827 Log: Add more network related macros and functions to the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r294828 - in vendor-sys/alpine-hal/2.7: . eth

2016-01-26 Thread Zbigniew Bodek
Author: zbb Date: Tue Jan 26 14:30:03 2016 New Revision: 294828 URL: https://svnweb.freebsd.org/changeset/base/294828 Log: Add networking components to Annapurna Labs HAL for Alpine PoC Added files required by the NIC driver. HAL version: 2.7 Obtained from: Semihalf Sponsored

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:31:20 2016 New Revision: 294829 URL: https://svnweb.freebsd.org/changeset/base/294829 Log: Implement bitmap_weight() and bitmap_equal() for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:33:20 2016 New Revision: 294830 URL: https://svnweb.freebsd.org/changeset/base/294830 Log: Implement is_vlan_dev() and vlan_dev_vlan_id() for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r294831 - head/usr.sbin

2016-01-26 Thread Ruslan Bukin
Author: br Date: Tue Jan 26 14:34:40 2016 New Revision: 294831 URL: https://svnweb.freebsd.org/changeset/base/294831 Log: Remove uathload from build due to issue with GCC 5.2.0: "ld: --relax and -r may not be used together." Requires fixing ld command line arguments and testing. Modified:

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

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 14:36:16 2016 New Revision: 294832 URL: https://svnweb.freebsd.org/changeset/base/294832 Log: Implement ether_addr_equal(), ether_addr_equal_64bits() and random_ether_addr() for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies

svn commit: r294835 - in vendor-sys/alpine-hal/dist: . eth

2016-01-26 Thread Zbigniew Bodek
Author: zbb Date: Tue Jan 26 14:45:25 2016 New Revision: 294835 URL: https://svnweb.freebsd.org/changeset/base/294835 Log: Update alpine-hal/dist/ accordingly after r294828 alpine-hal/dist was omitted in the previous commit. Files added here. HAL version: 2.7 Obtained from:

svn commit: r294834 - head/gnu/lib/libgcc

2016-01-26 Thread Ruslan Bukin
Author: br Date: Tue Jan 26 14:45:21 2016 New Revision: 294834 URL: https://svnweb.freebsd.org/changeset/base/294834 Log: Make libgcc compilable on RISC-V. Modified: head/gnu/lib/libgcc/Makefile Modified: head/gnu/lib/libgcc/Makefile

svn commit: r294836 - head/sys/kern

2016-01-26 Thread Konstantin Belousov
Author: kib Date: Tue Jan 26 14:46:39 2016 New Revision: 294836 URL: https://svnweb.freebsd.org/changeset/base/294836 Log: Don't clear the software flow control flag before draining for last close or assert the bug that it is clear when leaving. Remove an unrelated rotted comment that

svn commit: r294833 - head/lib/msun/riscv

2016-01-26 Thread Ruslan Bukin
Author: br Date: Tue Jan 26 14:40:41 2016 New Revision: 294833 URL: https://svnweb.freebsd.org/changeset/base/294833 Log: Add fenv.c for RISC-V. Copied from MIPS. Added: head/lib/msun/riscv/fenv.c (contents, props changed) Added: head/lib/msun/riscv/fenv.c

Re: svn commit: r294767 - head/sys/boot/efi/loader

2016-01-26 Thread Warner Losh
Just forgot to add Mac after 1week. But with all the churn here, predicting when may be tough. Warner On January 26, 2016, at 3:29 AM, Steven Hartland wrote: No plan to MFC these changes? On 26/01/2016 06:26, Warner Losh wrote: > Author: imp > Date: Tue Jan

svn commit: r294837 - in head/sys: compat/linuxkpi/common/include/linux ofed/drivers/net/mlx4

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 15:12:31 2016 New Revision: 294837 URL: https://svnweb.freebsd.org/changeset/base/294837 Log: LinuxKPI list updates: - Add some new hlist macros. - Update existing hlist macros removing the need for a temporary iteration variable. - Properly define

svn commit: r294838 - in head/sys/contrib/alpine-hal: . eth

2016-01-26 Thread Zbigniew Bodek
Author: zbb Date: Tue Jan 26 15:22:04 2016 New Revision: 294838 URL: https://svnweb.freebsd.org/changeset/base/294838 Log: Import Annapurna Labs Alpine HAL for networking Files required for the NIC driver Import from vendor-sys/alpine-hal/2.7 SVN rev.: 294828 HAL version: 2.7

svn commit: r294839 - in head/sys: compat/linuxkpi/common/include/asm compat/linuxkpi/common/include/linux dev/cxgb

2016-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 26 15:26:35 2016 New Revision: 294839 URL: https://svnweb.freebsd.org/changeset/base/294839 Log: Update and add various macros to the LinuxKPI and resolve a macro redefinition issue in the cxgb driver. MFC after:1 week Sponsored by: Mellanox

Re: svn commit: r294839 - in head/sys: compat/linuxkpi/common/include/asm compat/linuxkpi/common/include/linux dev/cxgb

2016-01-26 Thread Navdeep Parhar
On Tue, Jan 26, 2016 at 03:26:36PM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Jan 26 15:26:35 2016 > New Revision: 294839 > URL: https://svnweb.freebsd.org/changeset/base/294839 > > Log: > Update and add various macros to the LinuxKPI and resolve a macro > redefinition

svn commit: r294840 - head/sys/netinet

2016-01-26 Thread Hiren Panchasara
Author: hiren Date: Tue Jan 26 16:33:38 2016 New Revision: 294840 URL: https://svnweb.freebsd.org/changeset/base/294840 Log: Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and 60 seconds, respectively. Turn them into sysctls that can be tuned live. The default

svn commit: r294841 - head/sys/dev/rtwn

2016-01-26 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 26 16:34:27 2016 New Revision: 294841 URL: https://svnweb.freebsd.org/changeset/base/294841 Log: rtwn: use ieee80211_restart_all() for device reset Tested by:kevlo Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

svn commit: r294842 - head/sys/dev/rtwn

2016-01-26 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 26 16:50:59 2016 New Revision: 294842 URL: https://svnweb.freebsd.org/changeset/base/294842 Log: rtwn: do not start vap when initialization fails - Start vap(s) (via ieee80211_start_all()) only when initialization succeeds; stop the first vap otherwise (via

svn commit: r294843 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-26 Thread Alan Somers
Author: asomers Date: Tue Jan 26 17:00:31 2016 New Revision: 294843 URL: https://svnweb.freebsd.org/changeset/base/294843 Log: MFC r292066, r292069, r293708, r294027, and r294358, mostly to vdev_geom.c r292066 | asomers | 2015-12-10 14:46:21 -0700 (Thu, 10 Dec 2015) | 25 lines During

svn commit: r294844 - head/sys/sys

2016-01-26 Thread Ed Maste
Author: emaste Date: Tue Jan 26 18:20:25 2016 New Revision: 294844 URL: https://svnweb.freebsd.org/changeset/base/294844 Log: Add STT_SPARC_REGISTER ELF definition MFC after:1 week Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h

svn commit: r294845 - svnadmin/conf

2016-01-26 Thread John Baldwin
Author: jhb Date: Tue Jan 26 18:32:48 2016 New Revision: 294845 URL: https://svnweb.freebsd.org/changeset/base/294845 Log: Release Ravi from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r294846 - head/sys/mips/mips

2016-01-26 Thread Warner Losh
Author: imp Date: Tue Jan 26 18:39:23 2016 New Revision: 294846 URL: https://svnweb.freebsd.org/changeset/base/294846 Log: Add a comment about why at is turned off in the exception handler. Only k0 and k1 may be touched until we save registers somewhere. MFC After: 2 days Modified:

svn commit: r294847 - in head/sys/boot: mips/beri/boot2 pc98/boot2

2016-01-26 Thread Warner Losh
Author: imp Date: Tue Jan 26 18:39:30 2016 New Revision: 294847 URL: https://svnweb.freebsd.org/changeset/base/294847 Log: Remove static from these two. They slipped through the cracks. MFC After: 1 week Modified: head/sys/boot/mips/beri/boot2/boot2.c head/sys/boot/pc98/boot2/boot2.c

svn commit: r294848 - head/tools/tools/nanobsd

2016-01-26 Thread Warner Losh
Author: imp Date: Tue Jan 26 18:39:31 2016 New Revision: 294848 URL: https://svnweb.freebsd.org/changeset/base/294848 Log: Default NANO_DRIVE to ada0 not ad0. This shouldn't affect working configs (since they'd have to change NANO_DRIVE to be ada0 to work), but will fix old ones that used

svn commit: r294849 - in head: lib/libsysdecode usr.bin/kdump usr.bin/truss

2016-01-26 Thread John Baldwin
Author: jhb Date: Tue Jan 26 19:07:09 2016 New Revision: 294849 URL: https://svnweb.freebsd.org/changeset/base/294849 Log: Add support to libsysdecode for decoding system call names. A new sysdecode_syscallname() function accepts a system call code and returns a string of the

svn commit: r294850 - stable/10/usr.bin/truncate/tests

2016-01-26 Thread Alan Somers
Author: asomers Date: Tue Jan 26 20:45:41 2016 New Revision: 294850 URL: https://svnweb.freebsd.org/changeset/base/294850 Log: MFC r294347 Fix usr.bin.truncate.truncate_test.bad_truncate with ZFS /tmp. The bad_truncate test sets the uimmutable flag to produce an error in truncate,

svn commit: r294851 - head/sys/kern

2016-01-26 Thread John Baldwin
Author: jhb Date: Tue Jan 26 21:24:49 2016 New Revision: 294851 URL: https://svnweb.freebsd.org/changeset/base/294851 Log: Various style fixes. - Wrap long lines. - Fix indentation. - Remove excessive parens. - Whitespace fixes in struct definitions. Reviewed by: kib

svn commit: r294852 - in stable: 10/sys/boot/i386/libi386 9/sys/boot/i386/libi386

2016-01-26 Thread Jung-uk Kim
Author: jkim Date: Tue Jan 26 21:35:47 2016 New Revision: 294852 URL: https://svnweb.freebsd.org/changeset/base/294852 Log: MFC: r256940 Allow users to set UUID in network byte order regardless of SMBIOS version. Modified: stable/10/sys/boot/i386/libi386/Makefile

svn commit: r294852 - in stable: 10/sys/boot/i386/libi386 9/sys/boot/i386/libi386

2016-01-26 Thread Jung-uk Kim
Author: jkim Date: Tue Jan 26 21:35:47 2016 New Revision: 294852 URL: https://svnweb.freebsd.org/changeset/base/294852 Log: MFC: r256940 Allow users to set UUID in network byte order regardless of SMBIOS version. Modified: stable/9/sys/boot/i386/libi386/Makefile

svn commit: r294853 - stable/10/sys/fs/nandfs

2016-01-26 Thread Ravi Pokala
Author: rpokala Date: Tue Jan 26 22:14:55 2016 New Revision: 294853 URL: https://svnweb.freebsd.org/changeset/base/294853 Log: MFC r294200: [PR 206224] bv_cnt is sometimes examined without holding the bufobj lock Add locking around access to bv_cnt which is currently being done unlocked

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

2016-01-26 Thread David C Somayajulu
Author: davidcs Date: Tue Jan 26 22:32:58 2016 New Revision: 294854 URL: https://svnweb.freebsd.org/changeset/base/294854 Log: Upgrade FW to 5.4.56 Update driver version to 3.10.26 Modified: head/sys/dev/qlxgbe/ql_fw.c head/sys/dev/qlxgbe/ql_ver.h Modified: head/sys/dev/qlxgbe/ql_fw.c

Re: svn commit: r294788 - head/sys/dev/hyperv/netvsc

2016-01-26 Thread Gleb Smirnoff
Sepherosa, On Tue, Jan 26, 2016 at 09:42:13AM +, Sepherosa Ziehau wrote: S> Author: sephe S> Date: Tue Jan 26 09:42:13 2016 S> New Revision: 294788 S> URL: https://svnweb.freebsd.org/changeset/base/294788 S> S> Log: S> hyperv/hn: Improve sending performance S> S> - Avoid main lock

svn commit: r294855 - head/sys/netpfil/ipfw

2016-01-26 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 26 22:45:05 2016 New Revision: 294855 URL: https://svnweb.freebsd.org/changeset/base/294855 Log: avoid warnings for signed/unsigned comparison and unused arguments Modified: head/sys/netpfil/ipfw/dn_heap.c Modified: head/sys/netpfil/ipfw/dn_heap.c

svn commit: r294856 - head/sys/netpfil/ipfw

2016-01-26 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 26 22:45:45 2016 New Revision: 294856 URL: https://svnweb.freebsd.org/changeset/base/294856 Log: prevent warning for unused argument Modified: head/sys/netpfil/ipfw/dn_sched_fifo.c Modified: head/sys/netpfil/ipfw/dn_sched_fifo.c

svn commit: r294857 - head/sys/netpfil/ipfw

2016-01-26 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 26 22:46:58 2016 New Revision: 294857 URL: https://svnweb.freebsd.org/changeset/base/294857 Log: prevent warnings for signed/unsigned comparisons and unused arguments. Add checks for parameters overflowing 32 bit. Modified: head/sys/netpfil/ipfw/dn_sched_rr.c

Re: svn commit: r294840 - head/sys/netinet

2016-01-26 Thread Gleb Smirnoff
Hiren, On Tue, Jan 26, 2016 at 04:33:38PM +, Hiren Panchasara wrote: H> Author: hiren H> Date: Tue Jan 26 16:33:38 2016 H> New Revision: 294840 H> URL: https://svnweb.freebsd.org/changeset/base/294840 H> H> Log: H> Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5

Re: svn commit: r294855 - head/sys/netpfil/ipfw

2016-01-26 Thread Gleb Smirnoff
Luigi, On Tue, Jan 26, 2016 at 10:45:05PM +, Luigi Rizzo wrote: L> Modified: head/sys/netpfil/ipfw/dn_heap.c L> == L> --- head/sys/netpfil/ipfw/dn_heap.c Tue Jan 26 22:32:58 2016 (r294854) L> +++

svn commit: r294858 - head/sys/netpfil/ipfw

2016-01-26 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 26 23:36:18 2016 New Revision: 294858 URL: https://svnweb.freebsd.org/changeset/base/294858 Log: fix various warnings (signed/unsigned, printf types, unused arguments) Modified: head/sys/netpfil/ipfw/dn_sched_qfq.c Modified: head/sys/netpfil/ipfw/dn_sched_qfq.c

svn commit: r294859 - head/sys/netpfil/ipfw/test

2016-01-26 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 26 23:37:07 2016 New Revision: 294859 URL: https://svnweb.freebsd.org/changeset/base/294859 Log: fix various warnings to compile the test code with -Wextra Modified: head/sys/netpfil/ipfw/test/Makefile head/sys/netpfil/ipfw/test/main.c

svn commit: r294860 - in head: lib/libdpv sys/sys

2016-01-26 Thread Devin Teske
Author: dteske Date: Tue Jan 26 23:56:27 2016 New Revision: 294860 URL: https://svnweb.freebsd.org/changeset/base/294860 Log: Add keep_tite configuration option Similar to dialog(3) keep_tite option used to prevent visually disturbing initialization or exit that could occur when run from

svn commit: r294861 - head/usr.bin/dpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Tue Jan 26 23:59:30 2016 New Revision: 294861 URL: https://svnweb.freebsd.org/changeset/base/294861 Log: Add `-k' for dpv(3) `keep_tite' config option For scripts using dialog(1) several times, it can be visually distracting running dpv(1) several times amidst other

svn commit: r294862 - head/lib/libdpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 00:02:51 2016 New Revision: 294862 URL: https://svnweb.freebsd.org/changeset/base/294862 Log: Bump copyrights Modified: head/lib/libdpv/dpv.c head/lib/libdpv/dpv.h head/lib/libdpv/dpv_private.h Modified: head/lib/libdpv/dpv.c

svn commit: r294863 - head/usr.bin/dpv

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 00:03:43 2016 New Revision: 294863 URL: https://svnweb.freebsd.org/changeset/base/294863 Log: Bump copyright Modified: head/usr.bin/dpv/dpv.c Modified: head/usr.bin/dpv/dpv.c == ---

svn commit: r294864 - head/usr.sbin/bsdconfig/share/packages

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 00:08:23 2016 New Revision: 294864 URL: https://svnweb.freebsd.org/changeset/base/294864 Log: Change incorrect path Modified: head/usr.sbin/bsdconfig/share/packages/index.subr Modified: head/usr.sbin/bsdconfig/share/packages/index.subr

svn commit: r294865 - head/usr.sbin/bsdconfig/share/packages

2016-01-26 Thread Devin Teske
Author: dteske Date: Wed Jan 27 00:09:53 2016 New Revision: 294865 URL: https://svnweb.freebsd.org/changeset/base/294865 Log: Fix ABI parsing Modified: head/usr.sbin/bsdconfig/share/packages/musthavepkg.subr Modified: head/usr.sbin/bsdconfig/share/packages/musthavepkg.subr

  1   2   >