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: 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: 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: 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: 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: r345239 - head/sys/dev/fdt

2019-03-17 Thread Justin Hibbits
Author: jhibbits Date: Sun Mar 17 04:33:17 2019 New Revision: 345239 URL: https://svnweb.freebsd.org/changeset/base/345239 Log: fdt: Explicitly mark fdt_slicer as dependent on geom_flashmap Without this dependency relationship, the linker doesn't find the flash_register_slicer() function,