Author: np
Date: Sun Aug 23 04:16:20 2020
New Revision: 364497
URL: https://svnweb.freebsd.org/changeset/base/364497
Log:
cxgbe(4): Use large clusters for TOE rx queues when TOE+TLS is enabled.
Rx is more efficient within the chip when the receive buffer size
matches the TLS PDU size.
Author: kib
Date: Sat Aug 22 21:32:11 2020
New Revision: 364495
URL: https://svnweb.freebsd.org/changeset/base/364495
Log:
Fix several issues with process group orphanage.
Attempt of adding assertions that pgrp->pg_jobc counters do not
underflow in r361967, reverted in r362910, points out
Author: emaste
Date: Sat Aug 22 20:52:02 2020
New Revision: 364494
URL: https://svnweb.freebsd.org/changeset/base/364494
Log:
mtree(8): add xref to mtree(5)
mtree(5) and mtree(8) come from different contrib sources. The former
already had an xref to the latter, but not the other way aroun
Author: melifaro
Date: Sat Aug 22 20:02:40 2020
New Revision: 364493
URL: https://svnweb.freebsd.org/changeset/base/364493
Log:
Finish r364492 by renaming rt_flags to rte_flags for multipath code.
Modified:
head/sys/net/route.c
Modified: head/sys/net/route.c
=
Author: melifaro
Date: Sat Aug 22 19:30:56 2020
New Revision: 364492
URL: https://svnweb.freebsd.org/changeset/base/364492
Log:
Rename rt_flags to rte_flags && reduce number of rt_nhop accesses.
No functional changes.
Most of the routing flags are stored in the netxtop instead of rtent
Author: imp
Date: Sat Aug 22 19:18:31 2020
New Revision: 364491
URL: https://svnweb.freebsd.org/changeset/base/364491
Log:
Whitespace change to line up dev_sotfc definition.
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
Author: imp
Date: Sat Aug 22 19:02:15 2020
New Revision: 364490
URL: https://svnweb.freebsd.org/changeset/base/364490
Log:
Retire obsolete sysctl hw.bus.devctl_disable
hw.bus.devctl_disable has tagged been obsolete for a decade. Remove it. Also
remove some long obsolete comments. This was
Author: melifaro
Date: Sat Aug 22 18:14:05 2020
New Revision: 364489
URL: https://svnweb.freebsd.org/changeset/base/364489
Log:
Add test for checking RTF_HOST and RTAX_NETMASK inconsistency.
RTF_HOST indicates whether route is a host route
(netmask is empty or /{32,128}).
Check that if
Author: mjg
Date: Sat Aug 22 16:58:59 2020
New Revision: 364488
URL: https://svnweb.freebsd.org/changeset/base/364488
Log:
vfs: assert that HASBUF is only set with SAVENAME or SAVESTART
as requested by the caller. The intent is to eradicate the mostly
spurious NDFREE_PNBUF calls.
Modifie
Author: mjg
Date: Sat Aug 22 16:58:34 2020
New Revision: 364487
URL: https://svnweb.freebsd.org/changeset/base/364487
Log:
cache: stronger vnode asserts in cache_enter_time
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: mjg
Date: Sat Aug 22 16:57:45 2020
New Revision: 364486
URL: https://svnweb.freebsd.org/changeset/base/364486
Log:
fd: pwd_drop after releasing filedesc lock
Fixes a potential LOR against vnode lock.
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
=
Author: dim
Date: Sat Aug 22 15:31:56 2020
New Revision: 364485
URL: https://svnweb.freebsd.org/changeset/base/364485
Log:
Add a missed source file for LLVM's BPF target. This target is not
enabled by default, so I forgot about it, apologies for the breakage.
Reported by: hrs
MFC after
Author: emaste
Date: Sat Aug 22 14:39:14 2020
New Revision: 364484
URL: https://svnweb.freebsd.org/changeset/base/364484
Log:
acpi_iort: fix mapping end calculation
According to the ARM Design Document "IO Remapping Table Platform"
(DEN 0049D), the "Number of IDs" field of the ID mapping
On 22 Aug 2020, at 16:27, Mark Johnston wrote:
>
> On Sat, Aug 22, 2020 at 12:40:49PM +0200, Antoine Brodin wrote:
>> On Thu, Aug 20, 2020 at 9:28 PM Mark Johnston wrote:
>>>
>>> Author: markj
>>> Date: Thu Aug 20 19:28:19 2020
>>> New Revision: 364438
>>> URL: https://svnweb.freebsd.org/change
On Sat, Aug 22, 2020 at 12:40:49PM +0200, Antoine Brodin wrote:
> On Thu, Aug 20, 2020 at 9:28 PM Mark Johnston wrote:
> >
> > Author: markj
> > Date: Thu Aug 20 19:28:19 2020
> > New Revision: 364438
> > URL: https://svnweb.freebsd.org/changeset/base/364438
> >
> > Log:
> > Enable creation of s
Author: markj
Date: Sat Aug 22 14:24:17 2020
New Revision: 364483
URL: https://svnweb.freebsd.org/changeset/base/364483
Log:
Fix a typo in r364438 affecting 32-bit platforms.
Reported by: antoine
MFC with: r364438
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_lin
On Sat, Aug 22, 2020 at 04:17:33PM +0200, Dimitry Andric wrote:
> On 22 Aug 2020, at 16:07, Shawn Webb wrote:
> >
> > On Sat, Aug 22, 2020 at 12:05:11PM +, Dimitry Andric wrote:
> >> Author: dim
> >> Date: Sat Aug 22 12:05:11 2020
> >> New Revision: 364482
> >> URL: https://svnweb.freebsd.org
On 22 Aug 2020, at 16:07, Shawn Webb wrote:
>
> On Sat, Aug 22, 2020 at 12:05:11PM +, Dimitry Andric wrote:
>> Author: dim
>> Date: Sat Aug 22 12:05:11 2020
>> New Revision: 364482
>> URL: https://svnweb.freebsd.org/changeset/base/364482
>>
>> Log:
>> Add a few new source files to libc++, i
On Sat, Aug 22, 2020 at 12:05:11PM +, Dimitry Andric wrote:
> Author: dim
> Date: Sat Aug 22 12:05:11 2020
> New Revision: 364482
> URL: https://svnweb.freebsd.org/changeset/base/364482
>
> Log:
> Add a few new source files to libc++, in particular the implementation
> part of std::random_
On 22 Aug 2020, at 14:05, Dimitry Andric wrote:
>
> Author: dim
> Date: Sat Aug 22 12:05:11 2020
> New Revision: 364482
> URL: https://svnweb.freebsd.org/changeset/base/364482
>
> Log:
> Add a few new source files to libc++, in particular the implementation
> part of std::random_shuffle. These
Author: dim
Date: Sat Aug 22 12:05:11 2020
New Revision: 364482
URL: https://svnweb.freebsd.org/changeset/base/364482
Log:
Add a few new source files to libc++, in particular the implementation
part of std::random_shuffle. These were split off at some point by
upstream, but I forgot to add t
Author: fernape (ports committer)
Date: Sat Aug 22 11:59:14 2020
New Revision: 364481
URL: https://svnweb.freebsd.org/changeset/base/364481
Log:
sysctl(8): clarify -n flag
-n omits the name of the variable regardless of the type of information that
is
requested. Rephrase to clarify this
Author: dim
Date: Sat Aug 22 10:55:55 2020
New Revision: 364480
URL: https://svnweb.freebsd.org/changeset/base/364480
Log:
Merge commit 1ce07cd614be from llvm git (by me):
Instantiate Error in Target::GetEntryPointAddress() only when
necessary
When Target::GetEntryPointAddress(
Hi,
Gordon Bergling wrote
in <202008210620.07l6kc6m091...@repo.freebsd.org>:
gb> Author: gbe (doc committer)
gb> Date: Fri Aug 21 06:20:11 2020
gb> New Revision: 364449
gb> URL: https://svnweb.freebsd.org/changeset/base/364449
gb>
gb> Log:
gb> ls(1): Update POSIX conformance from 2001 to 200
On Thu, Aug 20, 2020 at 9:28 PM Mark Johnston wrote:
>
> Author: markj
> Date: Thu Aug 20 19:28:19 2020
> New Revision: 364438
> URL: https://svnweb.freebsd.org/changeset/base/364438
>
> Log:
> Enable creation of static userspace probes in incremental builds.
>
> To define USDT probes, dtrace
Author: mjg
Date: Sat Aug 22 07:43:38 2020
New Revision: 364479
URL: https://svnweb.freebsd.org/changeset/base/364479
Log:
Fix tinderbox build after r364465
Modified:
head/sys/net/route/route_tables.c
Modified: head/sys/net/route/route_tables.c
===
26 matches
Mail list logo