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
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)
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
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
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/
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
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
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
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
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
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
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,
12 matches
Mail list logo