Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2003 10:47:42 -0600
From:      Scott Long <scott_long@btc.adaptec.com>
To:        obrien@FreeBSD.org
Cc:        John Baldwin <jhb@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/osf1 linprocfs.c src/sys/compat/svr4 svr4_filio.c svr4_misc.c src/sys/i386/i386 machdep.c ...
Message-ID:  <3EC2732E.2040303@btc.adaptec.com>
In-Reply-To: <20030514164208.GA26758@dragon.nuxi.com>
References:  <200305132036.h4DKa2rL045050@repoman.freebsd.org> <20030514164208.GA26758@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote:
> On Tue, May 13, 2003 at 01:36:02PM -0700, John Baldwin wrote:
> 
>>  FreeBSD src repository
>>
>>  Modified files:
> 
> 
> ..list of 32 changed files..
> 
> 
>>  Log:
>>  - Merge struct procsig with struct sigacts.
>>  - Move struct sigacts out of the u-area and malloc() it using the
>>    M_SUBPROC malloc bucket.
>>  - Add a small sigacts_*() API for managing sigacts structures: sigacts_alloc(),
>>    sigacts_free(), sigacts_copy(), sigacts_share(), and sigacts_shared().
>>  - Remove the p_sigignore, p_sigacts, and p_sigcatch macros.
>>  - Add a mutex to struct sigacts that protects all the members of the struct.
>>  - Add sigacts locking.
>>  - Remove Giant from nosys(), kill(), killpg(), and kern_sigaction() now
>>    that sigacts is locked.
>>  - Several in-kernel functions such as psignal(), tdsignal(), trapsignal(),
>>    and thread_stopped() are now MP safe.
> 
> 
> Should we *really* be making large kernel changes like this during a
> release cycle??

proc locking is something that we have had on the list for 5.1, though
it seems to never have made it to the official TODO list.  I'm very glad
that John picked this work back up and pulled it further along now; his
life is likely to get very busy this summer.  It is a major change for
BETA, but it also would never have gone in during an RC.

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EC2732E.2040303>