svn commit: r362459 - head/sys/kern

2020-06-20 Thread Jeff Roberson
Author: jeff Date: Sun Jun 21 04:59:02 2020 New Revision: 362459 URL: https://svnweb.freebsd.org/changeset/base/362459 Log: Use zone nomenclature that is consistent with UMA. Modified: head/sys/kern/kern_mbuf.c Modified: head/sys/kern/kern_mbuf.c =

svn commit: r362458 - in head/sys: amd64/amd64 arm/arm arm64/arm64 ddb dev/ksyms i386/i386 kern mips/mips powerpc/powerpc

2020-06-20 Thread Brandon Bergren
Author: bdragon Date: Sun Jun 21 03:39:26 2020 New Revision: 362458 URL: https://svnweb.freebsd.org/changeset/base/362458 Log: [PowerPC] More relocation fixes It turns out relocating the symbol table itself can cause issues, like fbt crashing because it applies the offsets to the kernel t

svn commit: r362457 - head/sys/rpc

2020-06-20 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 21 02:49:56 2020 New Revision: 362457 URL: https://svnweb.freebsd.org/changeset/base/362457 Log: Fix up a comment added by r362455. Modified: head/sys/rpc/clnt_vc.c Modified: head/sys/rpc/clnt_vc.c ===

svn commit: r362455 - head/sys/rpc

2020-06-20 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 21 00:06:04 2020 New Revision: 362455 URL: https://svnweb.freebsd.org/changeset/base/362455 Log: Modify the way the client side krpc does soreceive() for TCP. Without this patch, clnt_vc_soupcall() first does a soreceive() for 4 bytes (the Sun RPC over TCP r

svn commit: r362454 - head/sys/netinet

2020-06-20 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 20 23:48:57 2020 New Revision: 362454 URL: https://svnweb.freebsd.org/changeset/base/362454 Log: Set a variable also in the case of an INET6 only kernel MFC after:1 week Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

Re: svn commit: r362420 - head/share/misc

2020-06-20 Thread Rodney W. Grimes
> On Sat, Jun 20, 2020 at 5:13 AM Rodney W. Grimes > wrote: > > > > On Sat, Jun 20, 2020 at 04:07:44AM +, Warner Losh wrote: > > > > New Revision: 362420 > > > > URL: https://svnweb.freebsd.org/changeset/base/362420 > > > > > > > > Log: > > > > Correct 1BSD release date. > > > > > > > > T

svn commit: r362452 - in head: contrib/xz/src/liblzma/check lib/liblzma share/mk

2020-06-20 Thread Xin LI
Author: delphij Date: Sat Jun 20 21:32:07 2020 New Revision: 362452 URL: https://svnweb.freebsd.org/changeset/base/362452 Log: liblzma: Make liblzma use libmd implementation of SHA256. MFC after:2 weeks PR: 200142 Deleted: head/contrib/xz/src/liblzma/check/sha256.c Modifi

svn commit: r362453 - head/sys/sys

2020-06-20 Thread Xin LI
Author: delphij Date: Sat Jun 20 21:32:14 2020 New Revision: 362453 URL: https://svnweb.freebsd.org/changeset/base/362453 Log: Bump __FreeBSD_version after making liblzma to use libmd implementation of SHA256. PR: 200142 Modified: head/sys/sys/param.h Modified: head/sys/sys/

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Rodney W. Grimes
> On Sat, Jun 20, 2020 at 2:19 PM Alexey Dokuchaev wrote: > > > On Sat, Jun 20, 2020 at 08:12:40PM +, Colin Percival wrote: > > > Thanks for backing this out, Warner. > > > > I also appreciate it. > > > > You bet. I had enough people send me dispassionate context around to > realize that min

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 03:03:15PM -0600, Warner Losh wrote: > On Sat, Jun 20, 2020 at 2:19 PM Alexey Dokuchaev wrote: > > ... > > Please, just open a DR for that so all interested parties can participate > > and fine-tune particular grammar and language choices. Also, r362447 > > should be revert

svn commit: r362451 - in head: lib/libc/net sys/netinet

2020-06-20 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 20 21:06:02 2020 New Revision: 362451 URL: https://svnweb.freebsd.org/changeset/base/362451 Log: Use a struct sockaddr_in pr struct sockaddr_in6 as the option value for the IPPROTO_SCTP level socket options SCTP_BINDX_ADD_ADDR and SCTP_BINDX_REM_ADDR. These socke

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Warner Losh
On Sat, Jun 20, 2020 at 2:19 PM Alexey Dokuchaev wrote: > On Sat, Jun 20, 2020 at 08:12:40PM +, Colin Percival wrote: > > Thanks for backing this out, Warner. > > I also appreciate it. > You bet. I had enough people send me dispassionate context around to realize that minion was no longer a

svn commit: r362450 - head/sys/sys

2020-06-20 Thread Doug Moore
Author: dougm Date: Sat Jun 20 20:25:39 2020 New Revision: 362450 URL: https://svnweb.freebsd.org/changeset/base/362450 Log: In concluding RB_REMOVE_COLOR, in the case when the sibling of the root of the too-short tree is black and at least one of the children of that sibling is red, either

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 08:19:35PM +, Alexey Dokuchaev wrote: > ... > Please, just open a DR for that so all interested parties can participate > and fine-tune particular grammar and language choices. Also, r362447 > should be reverted on the same grounds as r362422. Perhaps full backout is n

svn commit: r362449 - head/sys/vm

2020-06-20 Thread Jeff Roberson
Author: jeff Date: Sat Jun 20 20:21:04 2020 New Revision: 362449 URL: https://svnweb.freebsd.org/changeset/base/362449 Log: Clarify some language. Favor primary where both master and primary were used in conjunction with secondary. Modified: head/sys/vm/uma.h head/sys/vm/uma_core.c hea

svn commit: r362448 - head/sys/netinet

2020-06-20 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 20 20:20:16 2020 New Revision: 362448 URL: https://svnweb.freebsd.org/changeset/base/362448 Log: Cleanup the adding and deleting of addresses via sctp_bindx(). There is no need to use the association identifier, so remove it. While there, cleanup the code a bi

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 08:12:40PM +, Colin Percival wrote: > Thanks for backing this out, Warner. I also appreciate it. > I'd like to change "slave" to "worker" here (which I think is a reasonably > neutral and entirely inoffensive term), and in the process perhaps make some > associated gra

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Colin Percival
... never mind, it looks like Conrad got here first with r362447. On 2020-06-20 13:12, Colin Percival wrote: > Thanks for backing this out, Warner. > > I'd like to change "slave" to "worker" here (which I think is a reasonably > neutral and entirely inoffensive term), and in the process perhaps m

svn commit: r362447 - head/sbin/dump

2020-06-20 Thread Conrad Meyer
Author: cem Date: Sat Jun 20 20:14:50 2020 New Revision: 362447 URL: https://svnweb.freebsd.org/changeset/base/362447 Log: dump(8): Reapply slightly modified r362422 Go ahead and replace the distasteful slave language for worker processes with the straightforward description, "worker(s)."

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Warner Losh
On Sat, Jun 20, 2020 at 12:46 PM Ian Lepore wrote: > On Sat, 2020-06-20 at 07:57 -0600, Warner Losh wrote: > > On Sat, Jun 20, 2020 at 7:27 AM Hans Petter Selasky > wrote: > > > > > On 2020-06-20 13:10, Rodney W. Grimes wrote: > > > > > Author: imp > > > > > Date: Sat Jun 20 04:19:17 2020 > > >

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Colin Percival
Thanks for backing this out, Warner. I'd like to change "slave" to "worker" here (which I think is a reasonably neutral and entirely inoffensive term), and in the process perhaps make some associated grammatical changes (since "enworker" is dubious at best). To avoid causing any further issues: I

svn commit: r362445 - in head: contrib/llvm-project contrib/llvm-project/clang/lib/Sema contrib/llvm-project/clang/lib/Tooling/Syntax contrib/llvm-project/clang/utils/TableGen contrib/llvm-project/...

2020-06-20 Thread Dimitry Andric
Author: dim Date: Sat Jun 20 20:06:52 2020 New Revision: 362445 URL: https://svnweb.freebsd.org/changeset/base/362445 Log: Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp llvmorg-10.0.0-97-g6f71678ecd2 (not quite 10.0.1 rc2, as more fixes are still pending). MFC

svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Warner Losh
Author: imp Date: Sat Jun 20 20:06:14 2020 New Revision: 362444 URL: https://svnweb.freebsd.org/changeset/base/362444 Log: Revert -r362422. While whimsical, there's too much negative energy around minion as well as the positive. Modified: head/sbin/dump/tape.c Modified: head/sbin/dump

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Ian Lepore
On Sat, 2020-06-20 at 07:57 -0600, Warner Losh wrote: > On Sat, Jun 20, 2020 at 7:27 AM Hans Petter Selasky wrote: > > > On 2020-06-20 13:10, Rodney W. Grimes wrote: > > > > Author: imp > > > > Date: Sat Jun 20 04:19:17 2020 > > > > New Revision: 362422 > > > > URL:https://svnweb.freebsd.org/chan

svn commit: r362441 - in head/sys: amd64/linux amd64/linux32 arm64/linux i386/linux

2020-06-20 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jun 20 18:31:02 2020 New Revision: 362441 URL: https://svnweb.freebsd.org/changeset/base/362441 Log: Regen after r362440. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/amd64/linux/linux_proto.h head/sys/amd64/linux/linux_syscall

svn commit: r362440 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/linux i386/linux sys vm

2020-06-20 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jun 20 18:29:22 2020 New Revision: 362440 URL: https://svnweb.freebsd.org/changeset/base/362440 Log: Add linux_madvise(2) instead of having Linux apps call the native FreeBSD madvise(2) directly. While some of the flag values match, most don't. PR: ker

svn commit: r362439 - head/sys/dev/oce

2020-06-20 Thread Conrad Meyer
Author: cem Date: Sat Jun 20 17:22:46 2020 New Revision: 362439 URL: https://svnweb.freebsd.org/changeset/base/362439 Log: oce(4): Account and trace mbufs before handing to hw Once tx mbufs have been handed to hardware, nothing serializes the tx path against completion and potential use-a

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Gary Jennejohn
On Sat, 20 Jun 2020 07:57:29 -0600 Warner Losh wrote: > On Sat, Jun 20, 2020 at 7:27 AM Hans Petter Selasky wrote: > > > On 2020-06-20 13:10, Rodney W. Grimes wrote: > > >> Author: imp > > >> Date: Sat Jun 20 04:19:17 2020 > > >> New Revision: 362422 > > >> URL:https://svnweb.freebsd.org/chan

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Mark Millard via svn-src-head
Hans Petter Selasky hps at selasky.org wrote on Sat Jun 20 13:27:13 UTC 2020 : > On 2020-06-20 13:10, Rodney W. Grimes wrote: > >> Author: imp > >> Date: Sat Jun 20 04:19:17 2020 > >> New Revision: 362422 > >> URL:https://svnweb.freebsd.org/changeset/base/362422 > >> > >> Log: > >>Increase the

svn commit: r362437 - head/sys/dev/sound/usb

2020-06-20 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jun 20 14:16:24 2020 New Revision: 362437 URL: https://svnweb.freebsd.org/changeset/base/362437 Log: Improve debug message to be more precise and clear. For the sake of the record, this is the last use of the words master and slave in the FreeBSD's USB stack, dr

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Warner Losh
On Sat, Jun 20, 2020 at 7:27 AM Hans Petter Selasky wrote: > On 2020-06-20 13:10, Rodney W. Grimes wrote: > >> Author: imp > >> Date: Sat Jun 20 04:19:17 2020 > >> New Revision: 362422 > >> URL:https://svnweb.freebsd.org/changeset/base/362422 > >> > >> Log: > >>Increase the whimsy in this fil

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Hans Petter Selasky
On 2020-06-20 13:10, Rodney W. Grimes wrote: Author: imp Date: Sat Jun 20 04:19:17 2020 New Revision: 362422 URL:https://svnweb.freebsd.org/changeset/base/362422 Log: Increase the whimsy in this file by famring dump's work out to minions. Adjust variables accordingly. Thankfully, we are a

Re: svn commit: r362420 - head/share/misc

2020-06-20 Thread Warner Losh
On Sat, Jun 20, 2020 at 5:13 AM Rodney W. Grimes wrote: > > On Sat, Jun 20, 2020 at 04:07:44AM +, Warner Losh wrote: > > > New Revision: 362420 > > > URL: https://svnweb.freebsd.org/changeset/base/362420 > > > > > > Log: > > > Correct 1BSD release date. > > > > > > The Quarter Century of

svn commit: r362436 - head/usr.bin/join

2020-06-20 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Sat Jun 20 11:27:59 2020 New Revision: 362436 URL: https://svnweb.freebsd.org/changeset/base/362436 Log: join(1): Add EXAMPLES section Add EXAMPLES covering options -e, -o, -t, -v, -1 Approved by: 0mp@ Differential Revision: https://reviews.fr

svn commit: r362435 - head/usr.bin/seq

2020-06-20 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Sat Jun 20 11:24:29 2020 New Revision: 362435 URL: https://svnweb.freebsd.org/changeset/base/362435 Log: seq(1): complete EXAMPLES section * Add a small description before the EXAMPLES that are already in the man page to explicitely state what we

svn commit: r362434 - head/usr.bin/cmp

2020-06-20 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Sat Jun 20 11:20:16 2020 New Revision: 362434 URL: https://svnweb.freebsd.org/changeset/base/362434 Log: cmp(1): Add EXAMPLES section Add a small number of examples depicting the use of -l, -z and byte offsets Approved by: 0mp@ Modified: head

Re: svn commit: r362420 - head/share/misc

2020-06-20 Thread Rodney W. Grimes
> On Sat, Jun 20, 2020 at 04:07:44AM +, Warner Losh wrote: > > New Revision: 362420 > > URL: https://svnweb.freebsd.org/changeset/base/362420 > > > > Log: > > Correct 1BSD release date. > > > > The Quarter Century of Unix book said that 1BSD was released March 1979. > > However, the 1

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Rodney W. Grimes
> Author: imp > Date: Sat Jun 20 04:19:17 2020 > New Revision: 362422 > URL: https://svnweb.freebsd.org/changeset/base/362422 > > Log: > Increase the whimsy in this file by famring dump's work out to minions. > Adjust > variables accordingly. Thankfully, we are able to do this without additio

svn commit: r362433 - head/stand/libofw

2020-06-20 Thread Toomas Soome
Author: tsoome Date: Sat Jun 20 08:22:57 2020 New Revision: 362433 URL: https://svnweb.freebsd.org/changeset/base/362433 Log: loader: libofw build is missing sys/list.h after r362431 Add another include path Modified: head/stand/libofw/Makefile Modified: head/stand/libofw/Makefile =

svn commit: r362432 - head/stand/libofw

2020-06-20 Thread Toomas Soome
Author: tsoome Date: Sat Jun 20 07:46:43 2020 New Revision: 362432 URL: https://svnweb.freebsd.org/changeset/base/362432 Log: loader: fix libofw build after r362431 Modified: head/stand/libofw/Makefile Modified: head/stand/libofw/Makefile =