svn commit: r354607 - head/sys/netinet6

2019-11-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 11 06:28:25 2019 New Revision: 354607 URL: https://svnweb.freebsd.org/changeset/base/354607 Log: It is unclear why in6_pcblookup_local() would require write access to the PCB hash. The function doesn't modify the hash. It always asserted write lock historically

svn commit: r354606 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src lib/libc/stdlib/jemalloc

2019-11-10 Thread Jason Evans
Author: jasone Date: Mon Nov 11 05:06:49 2019 New Revision: 354606 URL: https://svnweb.freebsd.org/changeset/base/354606 Log: Revert r354605: Update jemalloc to version 5.2.1. Compilation fails for non-llvm-based platforms. Added: head/contrib/jemalloc/include/jemalloc/internal/hooks.h

svn commit: r354605 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src lib/libc/stdlib/jemalloc

2019-11-10 Thread Jason Evans
Author: jasone Date: Mon Nov 11 03:27:14 2019 New Revision: 354605 URL: https://svnweb.freebsd.org/changeset/base/354605 Log: Update jemalloc to version 5.2.1. Added: head/contrib/jemalloc/include/jemalloc/internal/bin_types.h (contents, props changed) head/contrib/jemalloc/include/jemal

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

2019-11-10 Thread Mitchell Horne
Author: mhorne Date: Mon Nov 11 01:39:06 2019 New Revision: 354604 URL: https://svnweb.freebsd.org/changeset/base/354604 Log: plic: check for sifive compatible string The Linux dts for the HiFive Unleashed does not contain the usual "riscv,plic0" compat string, but our PLIC driver is comp

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

2019-11-10 Thread Mitchell Horne
Author: mhorne Date: Mon Nov 11 01:35:50 2019 New Revision: 354603 URL: https://svnweb.freebsd.org/changeset/base/354603 Log: plic: fix PLIC_MAX_IRQS The maximum number of PLIC interrupts is defined in the PLIC spec[1] as 1024. [1] https://github.com/riscv/riscv-plic-spec/blob/master

svn commit: r354602 - head/sys/compat/linprocfs

2019-11-10 Thread Olivier Houchard
Author: cognet Date: Mon Nov 11 00:21:05 2019 New Revision: 354602 URL: https://svnweb.freebsd.org/changeset/base/354602 Log: linprocfs: Make sure to report -1 as tty when we have no controlling tty. When reporting a process' stats, we can't just provide the tty as an unsigned long, as if

svn commit: r354601 - head/share/mk

2019-11-10 Thread Justin Hibbits
Author: jhibbits Date: Sun Nov 10 22:08:07 2019 New Revision: 354601 URL: https://svnweb.freebsd.org/changeset/base/354601 Log: Consolidate powerpcspe CFLAGS Don't depend on CPUTYPE to define powerpcspe CFLAGS, they should be set unconditionally. This reduces duplication. Also, set some

svn commit: r354600 - head/share/mk

2019-11-10 Thread Justin Hibbits
Author: jhibbits Date: Sun Nov 10 20:36:38 2019 New Revision: 354600 URL: https://svnweb.freebsd.org/changeset/base/354600 Log: powerpcspe: use -mspe instead of -mspe=yes to enable SPE -mspe=yes/no was deprecated even before GCC 4.2.1 in favor of -mspe/-mno-spe. Clang only supports -mspe

Re: svn commit: r354458 - head/libexec/rc/rc.d

2019-11-10 Thread Edward Tomasz NapieraƂa
On 1110T1147, Conrad Meyer wrote: > Hi, > > Response inline below. > > On Sun, Nov 10, 2019 at 08:08 Edward Tomasz Napierala > wrote: > > > On 1109T2049, Alexander Leidinger wrote: > > > Quoting Edward Tomasz Napierala (from Thu, 7 Nov > > > 2019 18:15:24 + (UTC)): > > > > > > > Author: tr

Re: svn commit: r354458 - head/libexec/rc/rc.d

2019-11-10 Thread Conrad Meyer
Hi, Response inline below. On Sun, Nov 10, 2019 at 08:08 Edward Tomasz Napierala wrote: > On 1109T2049, Alexander Leidinger wrote: > > Quoting Edward Tomasz Napierala (from Thu, 7 Nov > > 2019 18:15:24 + (UTC)): > > > > > Author: trasz > > > Date: Thu Nov 7 18:15:24 2019 > > > New Revisio

svn commit: r354597 - head/share/man/man4

2019-11-10 Thread Alexander Motin
Author: mav Date: Sun Nov 10 18:07:02 2019 New Revision: 354597 URL: https://svnweb.freebsd.org/changeset/base/354597 Log: Some language fixes. Submitted by: rpokala@ MFC after:2 weeks Modified: head/share/man/man4/ntb_transport.4 Modified: head/share/man/man4/ntb_transport.4

svn commit: r354595 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/src contrib/file/tests lib/libmagic

2019-11-10 Thread Xin LI
Author: delphij Date: Sun Nov 10 17:00:23 2019 New Revision: 354595 URL: https://svnweb.freebsd.org/changeset/base/354595 Log: MFV r354582: file 5.37. MFC after:3 days Added: head/contrib/file/magic/Magdir/biosig - copied unchanged from r354582, vendor/file/dist/magic/Magdir/bio

Re: svn commit: r354458 - head/libexec/rc/rc.d

2019-11-10 Thread Edward Tomasz Napierala
On 1109T2049, Alexander Leidinger wrote: > Quoting Edward Tomasz Napierala (from Thu, 7 Nov > 2019 18:15:24 + (UTC)): > > > Author: trasz > > Date: Thu Nov 7 18:15:24 2019 > > New Revision: 354458 > > URL: https://svnweb.freebsd.org/changeset/base/354458 > > > > Log: > > Extend the linux

svn commit: r354594 - head/stand/libsa/zfs

2019-11-10 Thread Toomas Soome
Author: tsoome Date: Sun Nov 10 15:07:36 2019 New Revision: 354594 URL: https://svnweb.freebsd.org/changeset/base/354594 Log: loader: use struct initializer in vdev_probe(). Hopefully it is a bit more clear this way. Modified: head/stand/libsa/zfs/zfsimpl.c Modified: head/stand/libsa/zf

svn commit: r354593 - head/stand/libsa/zfs

2019-11-10 Thread Toomas Soome
Author: tsoome Date: Sun Nov 10 15:03:59 2019 New Revision: 354593 URL: https://svnweb.freebsd.org/changeset/base/354593 Log: loader: memory leak in vdev_label_read_config() We need to free the allocated buffer for label. Modified: head/stand/libsa/zfs/zfsimpl.c Modified: head/stand/lib

svn commit: r354592 - in head/sys/amd64: amd64 include

2019-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 10 10:03:22 2019 New Revision: 354592 URL: https://svnweb.freebsd.org/changeset/base/354592 Log: amd64: change r_gdt to the local variable in hammer_time(). Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/amd64/amd64/machdep.c he

svn commit: r354591 - head/sys/amd64/amd64

2019-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 10 09:41:29 2019 New Revision: 354591 URL: https://svnweb.freebsd.org/changeset/base/354591 Log: amd64: Change SFENCE to locked op for synchronizing with CLFLUSHOPT on Intel. Reviewed by: cem, jhb Discussed with: alc, scottph Sponsored by: The FreeBSD Fo

svn commit: r354589 - in head/sys/amd64: amd64 include

2019-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 10 09:28:18 2019 New Revision: 354589 URL: https://svnweb.freebsd.org/changeset/base/354589 Log: amd64: move common_tss into pcpu. This saves some memory, around 256K I think. It removes some code, e.g. KPTI does not need to specially map common_tss anymore. Al

svn commit: r354588 - head/sys/vm

2019-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 10 09:25:19 2019 New Revision: 354588 URL: https://svnweb.freebsd.org/changeset/base/354588 Log: Include cache zones into zone_foreach() where appropriate. The r354367 is reverted since it is subsumed by this, more complete, approach. Suggested by: markj Rev