Author: mjg
Date: Sun May 12 06:42:17 2019
New Revision: 347504
URL: https://svnweb.freebsd.org/changeset/base/347504
Log:
amd64: fixup MEMMOVE comment (10 -> r10)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/amd64/support.S
Modified: head/sys/amd64/amd64/support.S
Author: mjg
Date: Sun May 12 06:39:30 2019
New Revision: 347503
URL: https://svnweb.freebsd.org/changeset/base/347503
Log:
cache: push sdt probes in cache_zap_locked to code doing the work
Avoids branching to check which probe to evaluate. Very same check was
being done later to do the ac
Author: mjg
Date: Sun May 12 06:36:54 2019
New Revision: 347502
URL: https://svnweb.freebsd.org/changeset/base/347502
Log:
x86: store pending bitmapped IPIs in per-cpu areas
This gets rid of the global cpu_ipi_pending array.
While replace cmpset with fcmpset in the delivery code and op
Author: mjg
Date: Sun May 12 06:34:58 2019
New Revision: 347501
URL: https://svnweb.freebsd.org/changeset/base/347501
Log:
amd64: stop re-reading curpc in suword
Plugs re-reads missed in r341719
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/amd64/support.S
Modified:
Author: mjg
Date: Sun May 12 06:32:46 2019
New Revision: 347500
URL: https://svnweb.freebsd.org/changeset/base/347500
Log:
random(4): depessimize arc4random
- __predict_false reseeding on entry as it is almost never true.
- don't blindly atomic_cmpset as on x86 it ends up dirtying the cac
On 5/11/19 5:52 AM, Bruce Evans wrote:
> On Sat, 11 May 2019, Doug Moore wrote:
>> +#ifdef HAVE_INLINE_FFS
>> + case sizeof(int):
>> + return (ffs(mask) - 1);
>> +#endif
>
> This is unreachable, since sizeof(int) is 4 on all supported arches, and
> sizeof(mask) is 8 on all arches.
>
Anoth
Author: rmacklem
Date: Sat May 11 22:41:58 2019
New Revision: 347498
URL: https://svnweb.freebsd.org/changeset/base/347498
Log:
Factor code into two new functions in preparation for a future commit.
Factor code into two functions.
read_exportfile() a functon which reads the exports file(
Author: schweikh
Date: Sat May 11 19:31:54 2019
New Revision: 347497
URL: https://svnweb.freebsd.org/changeset/base/347497
Log:
Correct a handful of typos.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/
In message <82d76aafd3c93bc2ad2d0e04a761e2628ff1e257.ca...@freebsd.org>
, Ian Le
pore writes:
> On Fri, 2019-05-10 at 23:57 -0500, Doug Moore wrote:
> > With mentor approval, I commit r347469. I start getting email about
> > jenkins failure to build for several architectures on account of the
> >
Author: cy
Date: Sat May 11 17:59:13 2019
New Revision: 347494
URL: https://svnweb.freebsd.org/changeset/base/347494
Log:
Support the use of the ipsec kld.
X-MFC with: r347410
Modified:
head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
Modified: head/sys/contrib/ipfilter/netinet/ip_f
In message <0c6911b6-6fa0-74cd-8999-c628bc3b2...@cs.duke.edu>, Andrew
Gallatin
writes:
> On 2019-05-10 11:50, Kristof Provost wrote:
> > On 10 May 2019, at 8:31, Andrew Gallatin wrote:
> >
> > On 2019-05-10 08:44, Slawa Olhovchenkov wrote:
> >
> > pf have ifdef for IPSEC, but don't h
In message <201905111637.x4bgbawj032...@gndrsh.dnsmgr.net>, "Rodney W.
Grimes"
writes:
> > On Sat, 2019-05-11 at 14:22 +, Xin LI wrote:
> > > Author: delphij
> > > Date: Sat May 11 14:22:21 2019
> > > New Revision: 347488
> > > URL: https://svnweb.freebsd.org/changeset/base/347488
> > >
> > >
> Hi;
>
> On 10/05/2019 23:57, Doug Moore wrote:
> > With mentor approval, I commit r347469.? I start getting email about
> > jenkins failure to build for several architectures on account of the
> > _Generic() construct I introduced in that change.
> >
> > I whip up a patch to undo that part of r3
> On Sat, 2019-05-11 at 14:22 +, Xin LI wrote:
> > Author: delphij
> > Date: Sat May 11 14:22:21 2019
> > New Revision: 347488
> > URL: https://svnweb.freebsd.org/changeset/base/347488
> >
> > Log:
> > Update leap-seconds to leap-seconds.3757622400.
> >
>
> For future reference: it's a
Author: dougm
Date: Sat May 11 16:15:13 2019
New Revision: 347493
URL: https://svnweb.freebsd.org/changeset/base/347493
Log:
A new parameter to blist_alloc specifies an upper bound on the size of
the allocation request, so that the blocks allocated are from the next
set of free blocks big en
Hi;
On 10/05/2019 23:57, Doug Moore wrote:
With mentor approval, I commit r347469. I start getting email about
jenkins failure to build for several architectures on account of the
_Generic() construct I introduced in that change.
I whip up a patch to undo that part of r347469, and ask for ment
On Sat, 2019-05-11 at 14:22 +, Xin LI wrote:
> Author: delphij
> Date: Sat May 11 14:22:21 2019
> New Revision: 347488
> URL: https://svnweb.freebsd.org/changeset/base/347488
>
> Log:
> Update leap-seconds to leap-seconds.3757622400.
>
For future reference: it's a bit better to get this
Author: jhibbits
Date: Sat May 11 15:17:42 2019
New Revision: 347492
URL: https://svnweb.freebsd.org/changeset/base/347492
Log:
revert r346588 for now
The rewrite of strcmp in assembly uses an instruction added in PowerISA
2.05, making it SIGILL on CPUs older than the POWER6, such as the
Author: manu
Date: Sat May 11 15:03:51 2019
New Revision: 347491
URL: https://svnweb.freebsd.org/changeset/base/347491
Log:
twsi: Calculate the clock param based on the bus frequency
Instead of precalculating the different speed, respect the bus frequency
and calculate the clock register
Author: manu
Date: Sat May 11 15:02:55 2019
New Revision: 347490
URL: https://svnweb.freebsd.org/changeset/base/347490
Log:
allwinner: clk: sun8i_r: Correct resets
The i2c reset wasn't defined and some bits where wrong, correct them.
Modified:
head/sys/arm/allwinner/clkng/ccu_sun8i_r.c
Author: manu
Date: Sat May 11 15:02:20 2019
New Revision: 347489
URL: https://svnweb.freebsd.org/changeset/base/347489
Log:
allwinner: clk: prediv_mux: Init the current parent
Do not init the first parent but read the clock register to find
it's current parent and init this one.
Modified
On Fri, 2019-05-10 at 23:57 -0500, Doug Moore wrote:
> With mentor approval, I commit r347469. I start getting email about
> jenkins failure to build for several architectures on account of the
> _Generic() construct I introduced in that change.
>
> I whip up a patch to undo that part of r347469,
Author: delphij
Date: Sat May 11 14:22:21 2019
New Revision: 347488
URL: https://svnweb.freebsd.org/changeset/base/347488
Log:
Update leap-seconds to leap-seconds.3757622400.
As per https://datacenter.iers.org/data/latestVersion/16_BULLETIN_C16.txt:
INTERNATIONAL EARTH ROTATION AN
On 2019-05-10 11:50, Kristof Provost wrote:
On 10 May 2019, at 8:31, Andrew Gallatin wrote:
On 2019-05-10 08:44, Slawa Olhovchenkov wrote:
pf have ifdef for IPSEC, but don't have support IPSEC_SUPPORT
(netpfil/pf/if_pfsync.c).
Thanks for pointing this out. It seems like
On Sat, 11 May 2019, Doug Moore wrote:
Log:
When bitpos can't be implemented with an inline ffs* instruction,
change the binary search so that it does not depend on a single bit
only being set in the bitmask. Use bitpos more generally, and avoid
some clearing of bits to accommodate its curre
Author: dougm
Date: Sat May 11 10:16:43 2019
New Revision: 347487
URL: https://svnweb.freebsd.org/changeset/base/347487
Log:
Callers of swp_pager_getswapspace get either as many blocks as they
requested, or none, and in the latter case it is up to them to pick a
smaller request to make - whi
Author: dougm
Date: Sat May 11 09:09:10 2019
New Revision: 347484
URL: https://svnweb.freebsd.org/changeset/base/347484
Log:
When bitpos can't be implemented with an inline ffs* instruction,
change the binary search so that it does not depend on a single bit
only being set in the bitmask. Us
27 matches
Mail list logo