Christoph Badura writes:
> On Tue, Dec 25, 2018 at 11:45:42AM +0530, Cherry G.Mathew wrote:
>> Joerg Sonnenberger writes:
>> > On Sat, Dec 22, 2018 at 09:27:22PM +, Cherry G. Mathew wrote:
>> >> Modified Files:
>> >> src/sys/arch/amd64/amd64: cpufunc.S
>> >> src/sys/arch/i386/i386:
> On Dec 26, 2018, at 4:11 PM, Taylor R Campbell
> wrote:
>
> Job reference counting is currently slightly busted -- my draft for
> threadpool_schedule_job didn't increment it correctly, and your
> threadpool_schedule_job doesn't handle failure in threadpool_job_hold.
Ok, I looked at this
> On Dec 28, 2018, at 10:14 AM, Mathew, Cherry G. wrote:
>
> ic, this probably explains why it's used sparingly so far. Thanks for the
> explanation. I'll try to educate myself on this wrt enabling this for modload.
We use weak symbols all over the place in user space. It's just that the
> On Dec 30, 2018, at 6:51 AM, Sevan Janiyan wrote:
>
> Modified Files:
> src/sys/arch/evbmips/conf: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY AP30
> CI20 CPMBR1400 DB120 ERLITE GDIUM LINKITSMART7688 LOONGSON MALTA
> MERAKI RB153 RB433UAH SBMIPS WGT624V3 XLSATX ZYXELKX
On Dec 31, 4:23am, u...@stderr.spb.ru (Valery Ushakov) wrote:
-- Subject: Re: CVS commit: src
| On Sun, Dec 30, 2018 at 18:19:41 -0500, Christos Zoulas wrote:
|
| > Modified Files:
| > src: build.sh
| >
| > Log Message:
| > add build libs (undocumented).
|
| Just curious, what is it for?
On 30/12/2018 16:16, Jason Thorpe wrote:
> Maybe create a std.evmips that the various std. files can
> include to get options that you want for everything?
Noted, I was thinking about the pull up to the 8 branch and making that
as easy as possible. I don't have anything else further at the
> On Dec 30, 2018, at 4:34 PM, Sevan Janiyan wrote:
>
> On 30/12/2018 16:16, Jason Thorpe wrote:
>> Maybe create a std.evmips that the various std. files can
>> include to get options that you want for everything?
>
> Noted, I was thinking about the pull up to the 8 branch and making that
>
On Sun, Dec 30, 2018 at 18:19:41 -0500, Christos Zoulas wrote:
> Modified Files:
> src: build.sh
>
> Log Message:
> add build libs (undocumented).
Just curious, what is it for? Also build.sh -V NOBINARIES= build
already does more or less the same, isn't it?
-uwe