svn commit: r348527 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Mon Jun 3 05:25:22 2019 New Revision: 348527 URL: https://svnweb.freebsd.org/changeset/base/348527 Log: Another partial revert of r301289. In this case, a change was made in one-true-awk from *FS to getsval(fsloc) in a line just after one of the lines that had the 0 ->

svn commit: r348526 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Mon Jun 3 05:25:16 2019 New Revision: 348526 URL: https://svnweb.freebsd.org/changeset/base/348526 Log: Fix mismerge that crept into r301289. The conversion of 0 -> NULL required a rebase at some point, as noted in r301289 when pfg commited it. In that rebase, three lin

svn commit: r348525 - head/sys/vm

2019-06-02 Thread Alan Cox
Author: alc Date: Mon Jun 3 05:15:36 2019 New Revision: 348525 URL: https://svnweb.freebsd.org/changeset/base/348525 Log: Retire vm_reserv_extend_{contig,page}(). These functions were introduced as part of a false start toward fine-grained reservation locking. In the end, they were not ne

svn commit: r348524 - stable/12/sys/contrib/ipfilter/netinet

2019-06-02 Thread Cy Schubert
Author: cy Date: Mon Jun 3 04:38:07 2019 New Revision: 348524 URL: https://svnweb.freebsd.org/changeset/base/348524 Log: MFC r348312: style(9) Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/contrib/ipf

svn commit: r348523 - stable/12/sys/contrib/ipfilter/netinet

2019-06-02 Thread Cy Schubert
Author: cy Date: Mon Jun 3 04:36:57 2019 New Revision: 348523 URL: https://svnweb.freebsd.org/changeset/base/348523 Log: MFC r348311: Fix indentation and while at it simplfy the code. Reported by: lwhsu@ Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c Directory Properties:

svn commit: r348522 - stable/12/sys/contrib/ipfilter/netinet

2019-06-02 Thread Cy Schubert
Author: cy Date: Mon Jun 3 04:35:28 2019 New Revision: 348522 URL: https://svnweb.freebsd.org/changeset/base/348522 Log: MFC r348310: Remove compile-time tests for unsupported versions of FreeBSD. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_rules.c Directory Properties: stable

Re: svn commit: r348512 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
On Sun, Jun 2, 2019 at 7:31 PM Pedro Giffuni wrote: > > On 02/06/2019 11:28, Warner Losh wrote: > > Author: imp > > Date: Sun Jun 2 16:28:20 2019 > > New Revision: 348512 > > URL: https://svnweb.freebsd.org/changeset/base/348512 > > > > Log: > >Reapply r301289 by pfg: > > > >|MFV r30

Re: svn commit: r348512 - head/contrib/one-true-awk

2019-06-02 Thread Pedro Giffuni
On 02/06/2019 11:28, Warner Losh wrote: Author: imp Date: Sun Jun 2 16:28:20 2019 New Revision: 348512 URL: https://svnweb.freebsd.org/changeset/base/348512 Log: Reapply r301289 by pfg: |MFV r300961: one-true-awk: replace 0 with NULL for pointers |Also remove a redundant

svn commit: r348521 - in head: . etc sys/conf sys/modules usr.bin/login usr.sbin/services_mkdb

2019-06-02 Thread Maxim Sobolev
Author: sobomax Date: Sun Jun 2 23:38:19 2019 New Revision: 348521 URL: https://svnweb.freebsd.org/changeset/base/348521 Log: Fix several places where tool name has been hardcoded: install -> ${INSTALL} mtree -> ${MTREE_CMD} services_mkdb -> ${SERVICES_MKDB_CMD} cap_m

svn commit: r348520 - head/sys/dev/atkbdc

2019-06-02 Thread Vladimir Kondratyev
Author: wulf Date: Sun Jun 2 22:27:26 2019 New Revision: 348520 URL: https://svnweb.freebsd.org/changeset/base/348520 Log: psm(4): Add Elantech touchpad IC type 15 found on Thinkpad L480 laptops PR: 238291 Submitted by: Andrey Kosachenko MFC after:2 weeks Modified: he

svn commit: r348519 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 20:52:21 2019 New Revision: 348519 URL: https://svnweb.freebsd.org/changeset/base/348519 Log: Revert r348518 It should not have happened. The change is actually in upstream and I misread the diffs. Modified: head/contrib/one-true-awk/tran.c Modified: head/c

svn commit: r348518 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 20:47:15 2019 New Revision: 348518 URL: https://svnweb.freebsd.org/changeset/base/348518 Log: Reapply r301691: Revert r301689 - one-true-awk: Avoid a NULL dereference. I got this wrong and the coverity report doesn't match the NetBSD change, which was tho

svn commit: r348517 - stable/12/sys/dev/netmap

2019-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Jun 2 20:03:00 2019 New Revision: 348517 URL: https://svnweb.freebsd.org/changeset/base/348517 Log: MFC r347944 netmap: align if_ptnet to the changes introduced by r347233 This removes non-functional SCTP checksum offload support. More information in the

svn commit: r348516 - stable/12/tests/sys/netmap

2019-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Jun 2 18:46:21 2019 New Revision: 348516 URL: https://svnweb.freebsd.org/changeset/base/348516 Log: MFC r346184 netmap: add test cases for multiple host rings Extend the netmap unit tests with new test cases for the multiple-host-rings feature introduced

svn commit: r348515 - head/usr.bin/awk

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 16:44:50 2019 New Revision: 348515 URL: https://svnweb.freebsd.org/changeset/base/348515 Log: This should have been committed in r348511 with the awk update. It was in my tree, the build worked, but I committed from contrib/one-true-awk rather than the top lev

svn commit: r348514 - head/share/man/man7

2019-06-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 2 16:33:24 2019 New Revision: 348514 URL: https://svnweb.freebsd.org/changeset/base/348514 Log: Make tests(7) point people at the atf(7) man page. Other frameworks, such as googletest, should be added there as well, once they become viable. For now let's keep

svn commit: r348513 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 16:30:53 2019 New Revision: 348513 URL: https://svnweb.freebsd.org/changeset/base/348513 Log: Reapply r315426 by pfg: |MFV r315425: one-true-awk: have calloc(3) do the multiplication. Modified: head/contrib/one-true-awk/b.c Modified: head/contrib/one-tru

svn commit: r348512 - head/contrib/one-true-awk

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 16:28:20 2019 New Revision: 348512 URL: https://svnweb.freebsd.org/changeset/base/348512 Log: Reapply r301289 by pfg: |MFV r300961: one-true-awk: replace 0 with NULL for pointers |Also remove a redundant semicolon. |Also had to rebase on upstream

svn commit: r348511 - in head/contrib/one-true-awk: . bugs-fixed

2019-06-02 Thread Warner Losh
Author: imp Date: Sun Jun 2 16:25:07 2019 New Revision: 348511 URL: https://svnweb.freebsd.org/changeset/base/348511 Log: Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.git Note: this backs out a number of changes we've made to awk because they aren't upstream, bu

Re: svn commit: r348504 - in head: lib/clang/libllvm tools/build/mk usr.bin/clang

2019-06-02 Thread Kyle Evans
On Sun, Jun 2, 2019 at 6:56 AM Shawn Webb wrote: > > On Sun, Jun 02, 2019 at 04:04:21AM +, Kyle Evans wrote: > > Author: kevans > > Date: Sun Jun 2 04:04:21 2019 > > New Revision: 348504 > > URL: https://svnweb.freebsd.org/changeset/base/348504 > > > > Log: > > llvm-symbolizer: Move out of

svn commit: r348510 - head/sbin/bectl

2019-06-02 Thread Kyle Evans
Author: kevans Date: Sun Jun 2 14:05:51 2019 New Revision: 348510 URL: https://svnweb.freebsd.org/changeset/base/348510 Log: bectl(8): Don't accept jid=0 from jail_getid This will trivially exist, but we don't want it - none of our jailed BEs will have jid=0. MFC after:3 days M

svn commit: r348509 - head/lib/libjail

2019-06-02 Thread Kyle Evans
Author: kevans Date: Sun Jun 2 14:03:56 2019 New Revision: 348509 URL: https://svnweb.freebsd.org/changeset/base/348509 Log: jail_getid(3): add special-case immediate return for jid 0 As depicted in the comment: jid 0 always exists, but the lookup will fail as it does not appear in the k

Re: svn commit: r348504 - in head: lib/clang/libllvm tools/build/mk usr.bin/clang

2019-06-02 Thread Shawn Webb
On Sun, Jun 02, 2019 at 04:04:21AM +, Kyle Evans wrote: > Author: kevans > Date: Sun Jun 2 04:04:21 2019 > New Revision: 348504 > URL: https://svnweb.freebsd.org/changeset/base/348504 > > Log: > llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG > > ASAN reports become a lot more us

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

2019-06-02 Thread Konstantin Belousov
Author: kib Date: Sun Jun 2 09:28:50 2019 New Revision: 348508 URL: https://svnweb.freebsd.org/changeset/base/348508 Log: MFC r348433: Remove TODO comment after posixshmcontrol(1) added. Modified: stable/12/sys/kern/uipc_shm.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r348507 - stable/12/usr.bin/posixshmcontrol

2019-06-02 Thread Konstantin Belousov
Author: kib Date: Sun Jun 2 09:27:38 2019 New Revision: 348507 URL: https://svnweb.freebsd.org/changeset/base/348507 Log: MFC r348432: Minor tweaks to the layout. Modified: stable/12/usr.bin/posixshmcontrol/posixshmcontrol.1 Directory Properties: stable/12/ (props changed) Modified: s