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

2020-07-16 Thread Piotr Pawel Stefaniak
Author: pstef Date: Fri Jul 17 06:33:20 2020 New Revision: 363268 URL: https://svnweb.freebsd.org/changeset/base/363268 Log: Promote use of unprivileged users for building ports by documenting SU_CMD. Phrasing by Daniel O'Connor. Reviewed by: 0mp MFC after:14 days Differential Re

Online activity on-hold !

2020-07-16 Thread Westpac
https://westpac.com.au/ Hi svn-src-head@freebsd.org, Unfortunately we couldn't verify your payment datails from your account. To avoid suspension of your online activity please update your account . https://ercike.hu/.asldknalsda Westpac Team Security ___

svn commit: r363266 - in head/sys: amd64/amd64 i386/i386 mips/mips powerpc/aim powerpc/booke

2020-07-16 Thread Conrad Meyer
Author: cem Date: Thu Jul 16 23:29:26 2020 New Revision: 363266 URL: https://svnweb.freebsd.org/changeset/base/363266 Log: Revert r240317 to prevent leaking pmap entries Subsequent to r240317, kmem_free() was replaced with kva_free() (r254025). kva_free() releases the KVA allocation for t

svn commit: r363265 - in head/tools/tools: . man

2020-07-16 Thread John-Mark Gurney
Author: jmg Date: Thu Jul 16 23:05:18 2020 New Revision: 363265 URL: https://svnweb.freebsd.org/changeset/base/363265 Log: add script to help figure out what man pages need MLINKS updated... Added: head/tools/tools/man/ head/tools/tools/man/README (contents, props changed) head/tools/to

svn commit: r363264 - head/libexec/rtld-elf

2020-07-16 Thread John Baldwin
Author: jhb Date: Thu Jul 16 22:01:01 2020 New Revision: 363264 URL: https://svnweb.freebsd.org/changeset/base/363264 Log: Include FreeBSD ABI tag note in the ELF runtime loader. Reviewed by: kib Sponsored by: DARPA Differential Revision:https://reviews.freebsd.org/D25306 Modi

svn commit: r363263 - in head/lib/csu: . common

2020-07-16 Thread John Baldwin
Author: jhb Date: Thu Jul 16 21:58:43 2020 New Revision: 363263 URL: https://svnweb.freebsd.org/changeset/base/363263 Log: Include ABI note tag in shared libraries. Split the ELF feature note into a separate file that is linked into *crt1.o the same as crtbrand.S was before. crtbrand.o i

svn commit: r363262 - in head: share/man/man9 sys/opencrypto

2020-07-16 Thread John Baldwin
Author: jhb Date: Thu Jul 16 21:30:46 2020 New Revision: 363262 URL: https://svnweb.freebsd.org/changeset/base/363262 Log: Add crypto_initreq() and crypto_destroyreq(). These routines are similar to crypto_getreq() and crypto_freereq() but operate on caller-supplied storage instead of all

Re: svn commit: r363242 - head/sys/amd64/include

2020-07-16 Thread Mateusz Guzik
Sounds good, albeit true to my commit message, I'm strongly recommending you run both at the same time. I had ORIG_ and NEW_, with ffs calling both and comparing the result. But perhaps more importantly this may be a good time to create a MI-header for this stuff and do a pass with other archs. We

Re: svn commit: r363242 - head/sys/amd64/include

2020-07-16 Thread Mitchell Horne
On Thu, Jul 16, 2020 at 8:28 AM Mateusz Guzik wrote: > > Author: mjg > Date: Thu Jul 16 11:28:24 2020 > New Revision: 363242 > URL: https://svnweb.freebsd.org/changeset/base/363242 > > Log: > amd64: patch ffsl to use the compiler builtin > > This shortens fdalloc by over 60 bytes. Correctness

svn commit: r363260 - head/sys/cam

2020-07-16 Thread Kenneth D. Merry
Author: ken Date: Thu Jul 16 20:43:28 2020 New Revision: 363260 URL: https://svnweb.freebsd.org/changeset/base/363260 Log: Hold the mutex when releasing a callout. In xpt_release_device(), callout_stop() was being called without holding the mutex (send_mtx) that is used to protect the cal

svn commit: r363256 - head/sys/netinet

2020-07-16 Thread Michael Tuexen
Author: tuexen Date: Thu Jul 16 16:46:24 2020 New Revision: 363256 URL: https://svnweb.freebsd.org/changeset/base/363256 Log: (Re)-allow 0.0.0.0 to be used as an address in connect() for TCP In r361752 an error handling was introduced for using 0.0.0.0 or 255.255.255.255 as the address in co

Re: svn commit: r363255 - head/sys/dev/virtio/block

2020-07-16 Thread Alan Somers
On Thu, Jul 16, 2020 at 10:32 AM Allan Jude wrote: > Author: allanjude > Date: Thu Jul 16 16:32:16 2020 > New Revision: 363255 > URL: https://svnweb.freebsd.org/changeset/base/363255 > > Log: > Add VIRTIO_BLK_T_DISCARD support to the virtio-blk driver > > If the hypervisor advertises support

svn commit: r363255 - head/sys/dev/virtio/block

2020-07-16 Thread Allan Jude
Author: allanjude Date: Thu Jul 16 16:32:16 2020 New Revision: 363255 URL: https://svnweb.freebsd.org/changeset/base/363255 Log: Add VIRTIO_BLK_T_DISCARD support to the virtio-blk driver If the hypervisor advertises support for the DISCARD command then the guest can perform TRIM commands,

Re: svn commit: r363178 - head/contrib/mandoc

2020-07-16 Thread John Baldwin
On 7/15/20 11:24 AM, Ed Maste wrote: > On Wed, 15 Jul 2020 at 14:11, Rodney W. Grimes > wrote: >> >> The only thing that was added, and herein reverted was incorrect >> information that apropos and makewhatis first appeared in FreeBSD 11, >> conflicting the much richer HISTORY already present in t

svn commit: r363254 - head

2020-07-16 Thread Mark Johnston
Author: markj Date: Thu Jul 16 15:12:52 2020 New Revision: 363254 URL: https://svnweb.freebsd.org/changeset/base/363254 Log: Add a RELNOTES entry for r363253. Sponsored by: The FreeBSD Foundation Modified: head/RELNOTES Modified: head/RELNOTES ===

svn commit: r363253 - in head/sys: amd64/conf arm/conf arm64/conf i386/conf mips/conf powerpc/conf riscv/conf

2020-07-16 Thread Mark Johnston
Author: markj Date: Thu Jul 16 15:09:04 2020 New Revision: 363253 URL: https://svnweb.freebsd.org/changeset/base/363253 Log: Switch from SCTP to SCTP_SUPPORT in GENERIC configs. This removes SCTP from in-tree kernel configuration files. Now, SCTP can be enabled by simply loading the modu

svn commit: r363252 - head/sys/net

2020-07-16 Thread Kyle Evans
Author: kevans Date: Thu Jul 16 15:02:11 2020 New Revision: 363252 URL: https://svnweb.freebsd.org/changeset/base/363252 Log: tuntap: drop redundant if_mtu assignment in tuncreate ether_ifattach will immediately clobber if_mtu with ETHERMTU anyways, just let it happen. MFC after:

svn commit: r363251 - head/sys/dev/safexcel

2020-07-16 Thread Mark Johnston
Author: markj Date: Thu Jul 16 14:21:55 2020 New Revision: 363251 URL: https://svnweb.freebsd.org/changeset/base/363251 Log: safexcel(4): Silence an integer truncation warning. In practice overflow is not possible, but we might as well use the right type for DMA ring sizes. CID:

svn commit: r363250 - head/share/man/man9

2020-07-16 Thread Warner Losh
Author: imp Date: Thu Jul 16 14:12:54 2020 New Revision: 363250 URL: https://svnweb.freebsd.org/changeset/base/363250 Log: Relax the rule against declaring variables in nested scopes and for initializations. Relax some overly perscriptive rules against declarations: they may be at the s

svn commit: r363249 - in head/sys: kern security/mac

2020-07-16 Thread Mateusz Guzik
Author: mjg Date: Thu Jul 16 14:09:18 2020 New Revision: 363249 URL: https://svnweb.freebsd.org/changeset/base/363249 Log: vfs: fix vn_poll performance with either MAC or AUDIT The code would unconditionally lock the vnode to audit or call the mac hoook, even if neither want to do anythin

svn commit: r363247 - in head/sys: kern security/mac

2020-07-16 Thread Mateusz Guzik
Author: mjg Date: Thu Jul 16 14:04:28 2020 New Revision: 363247 URL: https://svnweb.freebsd.org/changeset/base/363247 Log: vfs: fix MAC/AUDIT mismatch in vn_poll Auditing would not be performed without MAC compiled in. Modified: head/sys/kern/vfs_vnops.c head/sys/security/mac/mac_frame

svn commit: r363248 - head/sbin/devd

2020-07-16 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jul 16 14:04:29 2020 New Revision: 363248 URL: https://svnweb.freebsd.org/changeset/base/363248 Log: Remove old devd rules for ActiveWire and Entrega Serial DB25 Those rules have been broken at least since 8-STABLE, when the port providing the e

svn commit: r363244 - head/sys/net

2020-07-16 Thread Kyle Evans
Author: kevans Date: Thu Jul 16 13:37:32 2020 New Revision: 363244 URL: https://svnweb.freebsd.org/changeset/base/363244 Log: ether_ifattach: set mtu before calling if_attach() if_attach() -> if_attach_internal() will call if_attachdomain1(ifp) any time an ethernet interface is setup *aft

svn commit: r363242 - head/sys/amd64/include

2020-07-16 Thread Mateusz Guzik
Author: mjg Date: Thu Jul 16 11:28:24 2020 New Revision: 363242 URL: https://svnweb.freebsd.org/changeset/base/363242 Log: amd64: patch ffsl to use the compiler builtin This shortens fdalloc by over 60 bytes. Correctness verified by running both variants at the same time and comparing the

svn commit: r363241 - head/usr.sbin/efibootmgr

2020-07-16 Thread Toomas Soome
Author: tsoome Date: Thu Jul 16 10:20:35 2020 New Revision: 363241 URL: https://svnweb.freebsd.org/changeset/base/363241 Log: efibootmgr: typo in long option name del-timout should be del-timeout Reported by: mjg MFC after:1 week Modified: head/usr.sbin/efibootmgr/efibootmgr.