svn commit: r345255 - head/sys/ufs/ufs

2019-03-17 Thread Mark Johnston
Author: markj Date: Mon Mar 18 05:03:55 2019 New Revision: 345255 URL: https://svnweb.freebsd.org/changeset/base/345255 Log: Revert r345244 for now. The code which advances the block number is simplistic and is not correct when the starting offset is non-zero. Revert the change until t

svn commit: r345254 - stable/11/sys/dev/urtwn

2019-03-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 18 02:58:34 2019 New Revision: 345254 URL: https://svnweb.freebsd.org/changeset/base/345254 Log: MFC r344745: urtwn(4): fix Tx instability with RTL8192CU chipsets PR: 233949 Modified: stable/11/sys/dev/urtwn/if_urtwn.c stable/11/sys/dev/urtwn/if_u

svn commit: r345253 - in stable/12/sys/dev/rtwn/rtl8192c: . usb

2019-03-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 18 02:56:51 2019 New Revision: 345253 URL: https://svnweb.freebsd.org/changeset/base/345253 Log: MFC r344745: rtwn_usb(4): fix Tx instability with RTL8192CU chipsets PR: 233949 Modified: stable/12/sys/dev/rtwn/rtl8192c/r92c_reg.h stable/12/sys/dev

svn commit: r345252 - head/sys/net80211

2019-03-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 18 02:40:22 2019 New Revision: 345252 URL: https://svnweb.freebsd.org/changeset/base/345252 Log: net80211: correct check for SMPS node flags updates Update node flags when driver supports SMPS, not when it is disabled or in dynamic mode ((iv_htcaps & HTCAP_SMPS)

svn commit: r345251 - head/usr.bin/calendar/calendars

2019-03-17 Thread Greg Lehey
Author: grog Date: Sun Mar 17 22:26:50 2019 New Revision: 345251 URL: https://svnweb.freebsd.org/changeset/base/345251 Log: Change date of Canberra Day, now on second Monday in March. https://en.wikipedia.org/wiki/Canberra_Day Modified: head/usr.bin/calendar/calendars/calendar.australia

svn commit: r345250 - in stable/12/sys/cddl/contrib/opensolaris/uts: common/dtrace intel/dtrace

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 20:43:31 2019 New Revision: 345250 URL: https://svnweb.freebsd.org/changeset/base/345250 Log: MFC r344599: Fix fasttrap_sig{trap,segv}(). Modified: stable/12/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c stable/12/sys/cddl/contrib/opensolaris/uts

svn commit: r345249 - stable/12/sys/cddl/contrib/opensolaris/uts/intel/dtrace

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 20:43:01 2019 New Revision: 345249 URL: https://svnweb.freebsd.org/changeset/base/345249 Log: MFC r344588: Remove illumos-specific code from the x86 fasttrap_isa.c. Modified: stable/12/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c Directory Prop

svn commit: r345248 - stable/12/sys/kern

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 20:41:06 2019 New Revision: 345248 URL: https://svnweb.freebsd.org/changeset/base/345248 Log: MFC r344670: Allow FIONBIO and FIOASYNC ioctls on POSIX shm descriptors. Modified: stable/12/sys/kern/uipc_shm.c Modified: stable/12/sys/kern/uipc_shm.c

svn commit: r345247 - in stable/12/sys: cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/intel/dtrace cddl/dev/dtrace modules/dtrace

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 20:30:27 2019 New Revision: 345247 URL: https://svnweb.freebsd.org/changeset/base/345247 Log: MFC r344450, r344452, r344453: Fix a tracepoint lookup race in fasttrap_pid_probe(). Modified: stable/12/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c s

svn commit: r345246 - head/sys/i386/i386

2019-03-17 Thread Konstantin Belousov
Author: kib Date: Sun Mar 17 18:31:48 2019 New Revision: 345246 URL: https://svnweb.freebsd.org/changeset/base/345246 Log: i386: improve detection of the fast page fault assist. In particular, check that we are assisting the page fault from kernel mode. Sponsored by: The FreeBSD Founda

svn commit: r345245 - head/sys/ufs/ufs

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 18:06:13 2019 New Revision: 345245 URL: https://svnweb.freebsd.org/changeset/base/345245 Log: Fix the gcc build (-Wstrict-prototypes) after r345244. Reported by: jenkins MFC with: r345244 Modified: head/sys/ufs/ufs/ufs_bmap.c Modified: head/sys/ufs/

Re: svn commit: r345244 - head/sys/ufs/ufs

2019-03-17 Thread Mark Johnston
On Sun, Mar 17, 2019 at 05:34:06PM +, Mark Johnston wrote: > Author: markj > Date: Sun Mar 17 17:34:06 2019 > New Revision: 345244 > URL: https://svnweb.freebsd.org/changeset/base/345244 > > Log: > Optimize lseek(SEEK_DATA) on UFS. > > The old implementation, at the VFS layer, would map

svn commit: r345244 - head/sys/ufs/ufs

2019-03-17 Thread Mark Johnston
Author: markj Date: Sun Mar 17 17:34:06 2019 New Revision: 345244 URL: https://svnweb.freebsd.org/changeset/base/345244 Log: Optimize lseek(SEEK_DATA) on UFS. The old implementation, at the VFS layer, would map the entire range of logical blocks between the starting offset and the first d

Re: svn commit: r345238 - head

2019-03-17 Thread Ian Lepore
On Sun, 2019-03-17 at 10:32 +0100, Wolfram Schneider wrote: > On Sat, 16 Mar 2019 at 23:37, Ian Lepore wrote: > > > > On Sat, 2019-03-16 at 20:02 +, Wolfram Schneider wrote: > > > Author: wosch > > > Date: Sat Mar 16 20:02:57 2019 > > > New Revision: 345238 > > > URL: https://svnweb.freebsd.o

Re: svn commit: r345238 - head

2019-03-17 Thread Wolfram Schneider
On Sat, 16 Mar 2019 at 23:37, Ian Lepore wrote: > > On Sat, 2019-03-16 at 20:02 +, Wolfram Schneider wrote: > > Author: wosch > > Date: Sat Mar 16 20:02:57 2019 > > New Revision: 345238 > > URL: https://svnweb.freebsd.org/changeset/base/345238 > > > > Log: > > `make buildkernel' should displ

svn commit: r345243 - stable/12/sys/mips/mips

2019-03-17 Thread Konstantin Belousov
Author: kib Date: Sun Mar 17 13:02:24 2019 New Revision: 345243 URL: https://svnweb.freebsd.org/changeset/base/345243 Log: MFC r345141: mips: remove dead comment and definitions. Modified: stable/12/sys/mips/mips/vm_machdep.c Directory Properties: stable/12/ (props changed) Modified: s

svn commit: r345241 - head/libexec/rc

2019-03-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 17 09:31:09 2019 New Revision: 345241 URL: https://svnweb.freebsd.org/changeset/base/345241 Log: Fix legacy IP autoconfiguration. It seems my subconcious plan in r345088 to not only prefer IPv6 autoconf but to also slowly deteriorate legacy IP auto-configuration w

svn commit: r345242 - head/lib/libomp

2019-03-17 Thread Dimitry Andric
Author: dim Date: Sun Mar 17 11:27:27 2019 New Revision: 345242 URL: https://svnweb.freebsd.org/changeset/base/345242 Log: Explicitly link libomp.so against -lpthread, as it depends on pthread functionality. This should make example OpenMP programs work out of the box. Reported by: jb

svn commit: r345240 - stable/12/sys/ufs/ffs

2019-03-17 Thread Jason A. Harmening
Author: jah Date: Sun Mar 17 06:05:19 2019 New Revision: 345240 URL: https://svnweb.freebsd.org/changeset/base/345240 Log: MFC r344562: FFS: allow sendfile(2) to work with block sizes greater than the page size Implement ffs_getpages_async(), which when possible calls the asynchronous