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
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
___
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
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
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
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
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
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
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
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
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
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
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,
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
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
===
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
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:
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:
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
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
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
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
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
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
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.
25 matches
Mail list logo