svn commit: r345629 - stable/11/sys/dev/cxgbe/common

2019-03-27 Thread Navdeep Parhar
Author: np Date: Thu Mar 28 06:10:41 2019 New Revision: 345629 URL: https://svnweb.freebsd.org/changeset/base/345629 Log: MFC r329788 (by jhb@): Bring in additional constants and message fields for TLS-related messages. Sponsored by: Chelsio Communications Modified: stable/11/sys/de

svn commit: r345625 - in head: contrib/elftoolchain/readelf lib/libc lib/libthr libexec/rtld-elf sys/sys

2019-03-27 Thread Ed Maste
Author: emaste Date: Thu Mar 28 02:12:32 2019 New Revision: 345625 URL: https://svnweb.freebsd.org/changeset/base/345625 Log: revert r341429 "disable BIND_NOW in libc, libthr, and rtld" r345620 by kib@ fixed the rtld issue that caused a crash at startup during resolution of libc's ifuncs

svn commit: r345627 - head/sys/net

2019-03-27 Thread Kyle Evans
Author: kevans Date: Thu Mar 28 03:31:51 2019 New Revision: 345627 URL: https://svnweb.freebsd.org/changeset/base/345627 Log: if_bridge(4): ensure all traffic passing over the bridge is accounted for Consider a bridge0 with em0 and em1 members. Traffic rx'd by em0 and transmitted by bridg

svn commit: r345628 - head/usr.bin/dtc

2019-03-27 Thread Kyle Evans
Author: kevans Date: Thu Mar 28 03:48:51 2019 New Revision: 345628 URL: https://svnweb.freebsd.org/changeset/base/345628 Log: dtc(1): Update to 1a79f5f26631 Highlights: - Bugfix for order in which /delete-node/ and /delete-property/ are processed [0] - /omit-if-no-ref/ support has b

svn commit: r345622 - in stable/12/sys/dev/cxgbe: . common firmware tom

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 22:51:48 2019 New Revision: 345622 URL: https://svnweb.freebsd.org/changeset/base/345622 Log: MFC r344654, r345334. r344654: cxgbe(4): Request high priority filter support explicitly, as required by recent firmwares. Sponsored by: Chelsio Communications

svn commit: r345621 - in stable/12/sys: conf dev/cxgbe dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 22:42:18 2019 New Revision: 345621 URL: https://svnweb.freebsd.org/changeset/base/345621 Log: MFC r340651, r343264, r343269, and r345083. r340651: cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3. Obtained from:Chelsio Communications Sponsored by: C

svn commit: r345620 - head/libexec/rtld-elf

2019-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 22:35:28 2019 New Revision: 345620 URL: https://svnweb.freebsd.org/changeset/base/345620 Log: rtld: disable relro enforcement for irelative relocation processing. This fixes yet another breakage for relro + bind now. Reported by: emaste Sponsored by: The

svn commit: r345619 - in stable/12/sys/dev/cxgbe: . common

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 22:27:25 2019 New Revision: 345619 URL: https://svnweb.freebsd.org/changeset/base/345619 Log: MFC r344519, r344682, and r344719. r344519: cxgbe(4): Use correct port_info in the call to is_bt(). This fixes a panic during configuration if the tx channel of a

svn commit: r345618 - stable/12/sys/dev/cxgbe/firmware

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 22:21:09 2019 New Revision: 345618 URL: https://svnweb.freebsd.org/changeset/base/345618 Log: MFC r344524: cxgbe(4): Updates to the default and hashfilter configurations. - Do not use nvf = 4 as it is not really supported by the firmware. Firmwares 1.23.

svn commit: r345617 - stable/11/bin/sh

2019-03-27 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 27 22:09:35 2019 New Revision: 345617 URL: https://svnweb.freebsd.org/changeset/base/345617 Log: MFC r344306: sh: Send normal output from bind builtin to stdout PR: 233343 Modified: stable/11/bin/sh/histedit.c stable/11/bin/sh/output.c stable/11

svn commit: r345616 - in stable/12/sys/dev/cxgbe: . common

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 22:05:57 2019 New Revision: 345616 URL: https://svnweb.freebsd.org/changeset/base/345616 Log: MFC r341620: cxgbe(4): Fall back to a basic configuration in case of any error during card initialization. This is an expanded version of r333682. Break up prep_

svn commit: r345615 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:58:48 2019 New Revision: 345615 URL: https://svnweb.freebsd.org/changeset/base/345615 Log: MFC r343889: cxgbev(4): Initialize debug_flags from the environment like in the PF driver. Modified: stable/12/sys/dev/cxgbe/t4_vf.c Directory Properties: stable/12

svn commit: r345614 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:55:36 2019 New Revision: 345614 URL: https://svnweb.freebsd.org/changeset/base/345614 Log: MFC r343539: cxgbe(4): Add adapter information to messages logged by the OS-agnostic code in t4_hw.c. Sponsored by: Chelsio Communications Modified: stable/12/

svn commit: r345613 - stable/12/bin/sh

2019-03-27 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 27 21:53:44 2019 New Revision: 345613 URL: https://svnweb.freebsd.org/changeset/base/345613 Log: MFC r344306: sh: Send normal output from bind builtin to stdout PR: 233343 Modified: stable/12/bin/sh/histedit.c stable/12/bin/sh/output.c stable/12

svn commit: r345612 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:50:07 2019 New Revision: 345612 URL: https://svnweb.freebsd.org/changeset/base/345612 Log: MFC r343233: cxgbe(4): Clear the reply-pending status of a hashfilter when the reply indicates an error. Also, do not remove it twice from the hf list in this case.

svn commit: r345611 - head/sys/dev/jedec_dimm

2019-03-27 Thread Ravi Pokala
Author: rpokala Date: Wed Mar 27 21:50:01 2019 New Revision: 345611 URL: https://svnweb.freebsd.org/changeset/base/345611 Log: Teach jedec_dimm(4) to be more forgiving of non-fatal errors. It looks like some DIMMs claim to have a TSOD, but actually don't. Some claim they weren't able to c

svn commit: r345610 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:46:45 2019 New Revision: 345610 URL: https://svnweb.freebsd.org/changeset/base/345610 Log: MFC r342954: cxgbe(4): Move some INTx specific code to a more appropriate place. Modified: stable/12/sys/dev/cxgbe/t4_sge.c Directory Properties: stable/12/ (prop

svn commit: r345609 - stable/12/sys/dev/cxgbe/tom

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:45:30 2019 New Revision: 345609 URL: https://svnweb.freebsd.org/changeset/base/345609 Log: MFC r342356: Remove unused macros from t4_tom.h. Modified: stable/12/sys/dev/cxgbe/tom/t4_tom.h Directory Properties: stable/12/ (props changed) Modified: stable

svn commit: r345608 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:43:38 2019 New Revision: 345608 URL: https://svnweb.freebsd.org/changeset/base/345608 Log: MFC r342284: cxgbe(4): Make sure the rx queues start off with the correct timestamp settings on initialization. Sponsored by: Chelsio Communications Modified:

svn commit: r345607 - stable/12/sys/dev/cxgbe/common

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:38:18 2019 New Revision: 345607 URL: https://svnweb.freebsd.org/changeset/base/345607 Log: MFC r342758: cxgbe(4): Clear FW_OK if the firmware reports an error. Sponsored by: Chelsio Communications Modified: stable/12/sys/dev/cxgbe/common/t4_hw.c Direct

svn commit: r345606 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:34:13 2019 New Revision: 345606 URL: https://svnweb.freebsd.org/changeset/base/345606 Log: MFC r342234: cxgbe(4): Do not issue mbox commands after t4_fw_bye. Sponsored by: Chelsio Communications Modified: stable/12/sys/dev/cxgbe/t4_clip.c Directory Pro

svn commit: r345605 - stable/12/sys/dev/cxgbe/tom

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:29:45 2019 New Revision: 345605 URL: https://svnweb.freebsd.org/changeset/base/345605 Log: MFC r342208: cxgbe/t4_tom: fixes for issues on the passive open side. - Fix PR 227760 by getting the TOE to respond to the SYN after the call to toe_syncache_ad

svn commit: r345604 - in stable/12/sys: conf dev/cxgbe dev/cxgbe/tom modules/cxgbe/if_cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 21:22:59 2019 New Revision: 345604 URL: https://svnweb.freebsd.org/changeset/base/345604 Log: MFC r341172, r341270 (both by jhb@). r341172: Move CLIP table handling out of TOM and into the base driver. - Store the clip table in 'struct adapter' instead of

svn commit: r345603 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 20:56:06 2019 New Revision: 345603 URL: https://svnweb.freebsd.org/changeset/base/345603 Log: MFC r341654: cxgbe(4): Get Linux cxgb4vf working in bhyve VMs with VFs passed through. cxgb4vf doesn't own the buffer size list but still expects the first two

svn commit: r345602 - stable/12/sbin/bectl/tests

2019-03-27 Thread Enji Cooper
Author: ngie Date: Wed Mar 27 20:29:02 2019 New Revision: 345602 URL: https://svnweb.freebsd.org/changeset/base/345602 Log: MFC r344067: Fix up concurrent test zpool setup and teardown Set up zpools with a more unique name, stash the zpool name away in a file pointed to by `$ZPOOL_N

svn commit: r345601 - head/sys/x86/iommu

2019-03-27 Thread Tycho Nightingale
Author: tychon Date: Wed Mar 27 20:15:51 2019 New Revision: 345601 URL: https://svnweb.freebsd.org/changeset/base/345601 Log: Use the BUS_DMA_NOWRITE flag to expose and create the read-only VT-d IOMMU mappings. Reviewed by: kib Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r345600 - stable/11/share/man/man8

2019-03-27 Thread Enji Cooper
Author: ngie Date: Wed Mar 27 19:59:36 2019 New Revision: 345600 URL: https://svnweb.freebsd.org/changeset/base/345600 Log: MFC r344066: Add rc.resume(8) alias for rc(8) to fix the manpage cross references This issue was noticed when running `make manlint` as part of MFCing r342597 to

svn commit: r345599 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:47:21 2019 New Revision: 345599 URL: https://svnweb.freebsd.org/changeset/base/345599 Log: MFC r339967: cxgbe(4): Add rate limiting support for UDP. Sponsored by: Chelsio Communications Modified: stable/12/sys/dev/cxgbe/t4_sge.c Directory Properties:

URLs in the PR field of commit logs

2019-03-27 Thread Eric van Gyzen
(I apologize for the massive cross-post. There was no obvious place to announce this.) I plan to change the Subversion commit hooks to accept URLs in the PR field of commit logs. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236229 If you anticipate specific problems this might

svn commit: r345598 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:42:24 2019 New Revision: 345598 URL: https://svnweb.freebsd.org/changeset/base/345598 Log: MFC r339965: cxgbe(4): Report a reasonable non-zero if_hw_tsomaxsegsize to the kernel. This reverts an accidental change that snuck in with r339628. Sponsore

svn commit: r345597 - stable/12/contrib/ofed/librdmacm/examples

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:40:31 2019 New Revision: 345597 URL: https://svnweb.freebsd.org/changeset/base/345597 Log: MFC r339886: rping(1): Make sure the socket address defaults to something reasonable when running as the server. Submitted by: Krishnamraju Eraparaju @ Chelsio

svn commit: r345596 - in head/lib/libutil: . tests

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:40:18 2019 New Revision: 345596 URL: https://svnweb.freebsd.org/changeset/base/345596 Log: Fix pidfile_open(3) to handle relative paths with multiple components. r322369's use of basename(3) was incorrect and worked by accident so long as the pidfile path

svn commit: r345595 - in stable/12: sys/dev/cxgbe usr.sbin/cxgbetool

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:37:50 2019 New Revision: 345595 URL: https://svnweb.freebsd.org/changeset/base/345595 Log: MFC r339717, r339749, and r339809. r339717: cxgbe(4): Allow "pass" filters to distribute matching traffic using a subset of a VI's RSS indirection table. This m

svn commit: r345594 - head/sys/conf

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:34:19 2019 New Revision: 345594 URL: https://svnweb.freebsd.org/changeset/base/345594 Log: Stop using -fdebug-prefix-map to map the object directory. We were doing so as a workaround for the problem addressed by r345593, so it's no longer necessary.

svn commit: r345593 - head/contrib/elftoolchain/libdwarf

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:32:21 2019 New Revision: 345593 URL: https://svnweb.freebsd.org/changeset/base/345593 Log: Prepend DW_AT_comp_dir to relative line number directory table entries. Relative directories may appear in the line number program for a CPU if files were included

svn commit: r345592 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:24:37 2019 New Revision: 345592 URL: https://svnweb.freebsd.org/changeset/base/345592 Log: MFC r339705: cxgbe(4): Update the VI's default queue when netmap is enabled/disabled. Sponsored by: Chelsio Communications Modified: stable/12/sys/dev/cxgbe/adap

svn commit: r345591 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 19:18:10 2019 New Revision: 345591 URL: https://svnweb.freebsd.org/changeset/base/345591 Log: MFC r339700: cxgbe(4): new sysctl to display the start of the RSS region for a VI. dev...rss_base For example: dev.cc.0.rss_base: 0 dev.cc.1.rss_base: 128

svn commit: r345590 - stable/11/sys/x86/isa

2019-03-27 Thread Vladimir Kondratyev
Author: wulf Date: Wed Mar 27 19:17:42 2019 New Revision: 345590 URL: https://svnweb.freebsd.org/changeset/base/345590 Log: MFC: r344982, r345022 atrtc(4): install ACPI RTC/CMOS operation region handler FreeBSD base system does not provide an ACPI handler for the PC/AT RTC/CMOS devic

svn commit: r345589 - stable/12/sys/x86/isa

2019-03-27 Thread Vladimir Kondratyev
Author: wulf Date: Wed Mar 27 19:16:03 2019 New Revision: 345589 URL: https://svnweb.freebsd.org/changeset/base/345589 Log: MFC: r344982, r345022 atrtc(4): install ACPI RTC/CMOS operation region handler FreeBSD base system does not provide an ACPI handler for the PC/AT RTC/CMOS devic

svn commit: r345587 - in stable/12: contrib/ofed/libcxgb4 sys/dev/cxgbe sys/dev/cxgbe/iw_cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 18:46:47 2019 New Revision: 345587 URL: https://svnweb.freebsd.org/changeset/base/345587 Log: MFC some iw_cxgbe fixes (r339667, r339891, r340063, r342266, r342270, r342272, r342288-r342289, r343569, r344617, and r345307). r339667: cxgbe/iw_cxgbe: save the ep

svn commit: r345586 - stable/12/sys/dev/cxgbe

2019-03-27 Thread Navdeep Parhar
Author: np Date: Wed Mar 27 18:22:08 2019 New Revision: 345586 URL: https://svnweb.freebsd.org/changeset/base/345586 Log: MFC r339628: cxgbe(4): improve the accuracy of various TSO limits reported to the kernel. Sponsored by: Chelsio Communications Modified: stable/12/sys/dev/cxgbe/

svn commit: r345585 - head/lib/libvgl

2019-03-27 Thread Bruce Evans
Author: bde Date: Wed Mar 27 18:03:34 2019 New Revision: 345585 URL: https://svnweb.freebsd.org/changeset/base/345585 Log: Fix accessing pixels under the mouse cursor: Reading of single pixels didn't look under the cursor. Copying of 1x1 bitmaps didn't look under the cursor for either

svn commit: r345584 - head

2019-03-27 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 27 17:55:39 2019 New Revision: 345584 URL: https://svnweb.freebsd.org/changeset/base/345584 Log: pkgbase: Use uname as ABI_FILE Add some more missed in r345159 MFC after:1 week Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r345583 - head/tools/tools/makeroot

2019-03-27 Thread Ed Maste
Author: emaste Date: Wed Mar 27 17:28:23 2019 New Revision: 345583 URL: https://svnweb.freebsd.org/changeset/base/345583 Log: revert r302146: makeroot: zero out subsecond component of time= keywords After r345281 by mhorne subsecond components are supported. PR: 194703 Spon

svn commit: r345581 - head/sys/riscv/riscv

2019-03-27 Thread Ruslan Bukin
Author: br Date: Wed Mar 27 16:26:03 2019 New Revision: 345581 URL: https://svnweb.freebsd.org/changeset/base/345581 Log: Grab timer frequency from FDT. RISC-V timer has no dedicated DTS node and we have to get timer frequency from cpus node. Tested on Government Furnished Equipment

svn commit: r345579 - in head: crypto/openssh secure/usr.bin/ssh

2019-03-27 Thread Dag-Erling Smørgrav
Author: des Date: Wed Mar 27 15:17:29 2019 New Revision: 345579 URL: https://svnweb.freebsd.org/changeset/base/345579 Log: Add workaround for a QoS-related bug in VMWare Workstation. Submitted by: yuripv Differential Revision:https://reviews.freebsd.org/D18636 Modified: head/cr

svn commit: r345578 - in stable/12/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-03-27 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 27 14:51:03 2019 New Revision: 345578 URL: https://svnweb.freebsd.org/changeset/base/345578 Log: MFC r344569, r344618, r344621 r344569: Implement parallel mounting for ZFS filesystem It was first implemented on Illumos and then ported to ZoL. This patch i

svn commit: r345577 - stable/12/usr.bin/calendar

2019-03-27 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 27 14:47:10 2019 New Revision: 345577 URL: https://svnweb.freebsd.org/changeset/base/345577 Log: MFC r344340: calendar: use iconv to respect the output encoding calendar(1) can have input in various encoding, specifying LANG= to enable calendar(1) to determ

svn commit: r345576 - head/crypto/openssh

2019-03-27 Thread Ed Maste
Author: emaste Date: Wed Mar 27 14:35:38 2019 New Revision: 345576 URL: https://svnweb.freebsd.org/changeset/base/345576 Log: Merge r345574 from vendor-crypto: upstream: when checking that filenames sent by the server side match what the client requested, be prepared to handle shell-st

Re: svn commit: r345549 - head/sys/dev/smartpqi

2019-03-27 Thread Edward Napierala
On Tue, 26 Mar 2019 at 15:47, Edward Tomasz Napierala wrote: > > Author: trasz > Date: Tue Mar 26 15:47:13 2019 > New Revision: 345549 > URL: https://svnweb.freebsd.org/changeset/base/345549 > > Log: > Make smartpqi(4) behave better when running out of memory, by returning > CAM_RESRC_UNAVAIL

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

2019-03-27 Thread Ed Maste
Author: emaste Date: Wed Mar 27 14:07:09 2019 New Revision: 345574 URL: https://svnweb.freebsd.org/changeset/base/345574 Log: Apply commit 3d896c15 from openssh-portable: upstream: when checking that filenames sent by the server side match what the client requested, be prepared to hand

svn commit: r345573 - in head/sys/dev: mpr mps

2019-03-27 Thread Scott Long
Author: scottl Date: Wed Mar 27 12:25:46 2019 New Revision: 345573 URL: https://svnweb.freebsd.org/changeset/base/345573 Log: Add missing break statements. Coverity CID 1400446. Reported by: mav Modified: head/sys/dev/mpr/mpr_table.c head/sys/dev/mps/mps_table.c Modified: head/sys/d

svn commit: r345572 - stable/11/sys/vm

2019-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 11:03:07 2019 New Revision: 345572 URL: https://svnweb.freebsd.org/changeset/base/345572 Log: MFC r345324: vm_fault_copy_entry: accept invalid source pages. Modified: stable/11/sys/vm/vm_fault.c Directory Properties: stable/11/ (props changed) Modified: sta

svn commit: r345571 - stable/12/sys/vm

2019-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 10:58:37 2019 New Revision: 345571 URL: https://svnweb.freebsd.org/changeset/base/345571 Log: MFC r345324: vm_fault_copy_entry: accept invalid source pages. Modified: stable/12/sys/vm/vm_fault.c Directory Properties: stable/12/ (props changed) Modified: sta

svn commit: r345570 - in stable: 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-03-27 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 27 09:18:34 2019 New Revision: 345570 URL: https://svnweb.freebsd.org/changeset/base/345570 Log: MFC r344994: urtw(4): add promiscuous mode callback Also, pass control frames to the host while in MONITOR mode and / or when promiscuous mode is enabled. Was

svn commit: r345570 - in stable: 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-03-27 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 27 09:18:34 2019 New Revision: 345570 URL: https://svnweb.freebsd.org/changeset/base/345570 Log: MFC r344994: urtw(4): add promiscuous mode callback Also, pass control frames to the host while in MONITOR mode and / or when promiscuous mode is enabled. Was

svn commit: r345569 - in stable: 10/usr.bin/lockf 11/usr.bin/lockf 12/usr.bin/lockf

2019-03-27 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 27 08:55:59 2019 New Revision: 345569 URL: https://svnweb.freebsd.org/changeset/base/345569 Log: MFC r345318: lockf(1): return EX_UNAVAILABLE if -n is used and the lock file does not exist Apply EX_UNAVAILABLE patch part from PR 170775 to match the documentati

svn commit: r345569 - in stable: 10/usr.bin/lockf 11/usr.bin/lockf 12/usr.bin/lockf

2019-03-27 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 27 08:55:59 2019 New Revision: 345569 URL: https://svnweb.freebsd.org/changeset/base/345569 Log: MFC r345318: lockf(1): return EX_UNAVAILABLE if -n is used and the lock file does not exist Apply EX_UNAVAILABLE patch part from PR 170775 to match the documentati

svn commit: r345569 - in stable: 10/usr.bin/lockf 11/usr.bin/lockf 12/usr.bin/lockf

2019-03-27 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 27 08:55:59 2019 New Revision: 345569 URL: https://svnweb.freebsd.org/changeset/base/345569 Log: MFC r345318: lockf(1): return EX_UNAVAILABLE if -n is used and the lock file does not exist Apply EX_UNAVAILABLE patch part from PR 170775 to match the documentati

Re: svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-27 Thread Eugene Grosbein
25.03.2019 21:12, Ian Lepore wrote: > On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote: >> In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan >> Jude >> writes: >>> Author: allanjude >>> Date: Mon Mar 25 07:46:20 2019 >>> New Revision: 345491 >>> URL: https://svnweb.freebsd.org/

svn commit: r345568 - head/lib/libvgl

2019-03-27 Thread Bruce Evans
Author: bde Date: Wed Mar 27 08:02:55 2019 New Revision: 345568 URL: https://svnweb.freebsd.org/changeset/base/345568 Log: Fix copying of bitmaps in depths > 8. This fix is complete, except different depths for the source and target are not supported. The bits for higher numbered planes (m