I disagree that the problem is intractable. It's just a decision and
it has a one time cost with long term benefits like paying off a high
interest loan. The intractability opinion seemed justifiable for a
long time but it's been proven false by other communities,
particularly Go and Rust and the
It's happening right now, and a few times a year at minimum from my
memory. Any time someone proposes a formatter they are thrown shade,
so the lack of progress there isn't surprising since the current
culture would require a flame proof suit to make progress. It's kind
of tautological that the s
On Fri, Sep 4, 2020, 9:11 PM Kevin Bowling wrote:
> I disagree that the problem is intractable. It's just a decision and
> it has a one time cost with long term benefits like paying off a high
> interest loan. The intractability opinion seemed justifiable for a
> long time but it's been proven
On Sat, Sep 5, 2020 at 12:00 AM Kevin Bowling
wrote:
> On Fri, Sep 4, 2020 at 10:30 PM Warner Losh wrote:
> >
> >
> >
> > On Fri, Sep 4, 2020, 11:24 PM Kevin Bowling
> wrote:
> >>
> >> It's happening right now, and a few times a year at minimum from my
> >> memory.
> >
> >
> > Can I get a point
On Fri, Sep 4, 2020 at 10:30 PM Warner Losh wrote:
>
>
>
> On Fri, Sep 4, 2020, 11:24 PM Kevin Bowling wrote:
>>
>> It's happening right now, and a few times a year at minimum from my
>> memory.
>
>
> Can I get a pointer?
>From recent lossy memory, intel networking drivers (multiply), and the
TC
Author: kib
Date: Sat Sep 5 10:16:24 2020
New Revision: 365360
URL: https://svnweb.freebsd.org/changeset/base/365360
Log:
rtld: Handle ELF dso with program headers outside the first page.
Reported by: Alex Arslan
PR: 229708
Reviewed by: dim (previous version), emaste
Sponsored b
Author: emaste
Date: Sat Sep 5 16:13:36 2020
New Revision: 365362
URL: https://svnweb.freebsd.org/changeset/base/365362
Log:
rtsock.c: remove extraneous space
Submitted by: Neel Chauhan
Differential Revision:https://reviews.freebsd.org/D26249
Modified:
head/sys/net/rtsock.c
Author: emaste
Date: Sat Sep 5 19:03:34 2020
New Revision: 365365
URL: https://svnweb.freebsd.org/changeset/base/365365
Log:
ci-qemu-test.sh: use pkgbase
Reviewed by: bcran (earlier), manu (earlier), imp
Sponsored by: The FreeBSD Foundation
Differential Revision:https://review
Author: sjg
Date: Sat Sep 5 19:29:42 2020
New Revision: 365366
URL: https://svnweb.freebsd.org/changeset/base/365366
Log:
Update to bmake-20200902
Lots of code refactoring, simplification and cleanup.
Lots of new unit-tests providing much higher code coverage.
All courtesy of rillig at
Author: mjg
Date: Sat Sep 5 20:22:02 2020
New Revision: 365367
URL: https://svnweb.freebsd.org/changeset/base/365367
Log:
sx: fix up manpage after r363113
No date change as there is no new information.
Submitted by: sig...@gmail.com
Differential Revision: https://reviews.freebsd.org
On Sat, 2020-09-05 at 19:29 +, Simon J. Gerraty wrote:
> o new debug option -dl: LINT mode, does the equivalent of := for all
> variable assignments so that file and line number are reported for
> variable parse errors.
Doesn't -dl already have a meaning ("loud" builds)?
-- Ian
___
On Sat, 5 Sep 2020 at 16:41, Warner Losh wrote:
>
>> Fixed:
>> - *_FOREACH now has a space before (, equivalent to for (;;)
>
> Except pretty much everywhere we don't have a space there...
Why not? Why should TAILQ_FOREACH have a different style from a for loop?
> broke all alignment of variable
> From: Ed Maste
> Date: Sat, 5 Sep 2020 17:26:47 -0400
> Subject: Re: svn commit: r365071 - in head/sys: net net/altq net/route
> net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu
> netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/common netgraph...
> On Sat, 5 Sep 202
Author: kib
Date: Sat Sep 5 22:41:31 2020
New Revision: 365368
URL: https://svnweb.freebsd.org/changeset/base/365368
Log:
rtld: do not process absent dynamic.
If object has no dynamic phdr, do not try to dereference NULL. This
means that we cannot process any relocation, and that there
Author: kib
Date: Sat Sep 5 22:44:38 2020
New Revision: 365369
URL: https://svnweb.freebsd.org/changeset/base/365369
Log:
rtld: do not refuse to relocate objects without dynamic symtabs.
Such objects can still have valid relocations not requiring symbolic
references.
PR: 249121
Author: kib
Date: Sat Sep 5 22:48:27 2020
New Revision: 365370
URL: https://svnweb.freebsd.org/changeset/base/365370
Log:
Undo 'fix off by one' part of r365360.
Noted by: emaste
Sponsored by: The FreeBSD Foundation
MFC after:6 days
Modified:
head/libexec/rtld-elf/map_object.
Author: dim
Date: Sat Sep 5 23:30:17 2020
New Revision: 365371
URL: https://svnweb.freebsd.org/changeset/base/365371
Log:
Turn MALLOC_PRODUCTION into a regular src.conf(5) option
For historical reasons, defining MALLOC_PRODUCTION in /etc/make.conf has
been used to turn off potentially ex
On 9/5/20 4:30 PM, Dimitry Andric wrote:
> Author: dim
> Date: Sat Sep 5 23:30:17 2020
> New Revision: 365371
> URL: https://svnweb.freebsd.org/changeset/base/365371
>
> Log:
> Turn MALLOC_PRODUCTION into a regular src.conf(5) option
>
> Added: head/tools/build/options/WITHOUT_MALLOC_PRODUCT
18 matches
Mail list logo