cvs commit: src/sys/kern kern_mpipe.c kern_sysctl.c
Joerg Sonnenberger
joerg at britannica.bec.de
Mon Mar 29 07:59:31 PST 2004
On Mon, Mar 29, 2004 at 07:48:11AM -0800, Matthew Dillon wrote:
>
> :
> :On Mon, Mar 29, 2004 at 06:06:31AM -0800, Joerg Sonnenberger wrote:
> :> joerg 2004/03/29 06:06:31 PST
> :>
> :> DragonFly src repository
> :>
> :> Modified files:
> :> sys/kern kern_mpipe.c kern_sysctl.c
> :> Log:
> :> kern_sysctl.c
> :
> :Sorry for this. It was not intended. I should hack my local cvs to remove -m.
> :
> :Joerg
>
> It's my fault... I will commit my existing mpipe changes today, they've
> been sitting in my tree too long.
Nope, this is a different patch. You might have a look at it, it is an SMP
safe version of the current code with the allocation API of your code w/o
the support for a destructor. I still don't like the destructor, since I
can't think of any real use. The option to disable zeroing is fine, e.g.
for mbufs which will be overriden anyway. The code needs some more
tweaking anyway and some further extensions, but should work.
Joerg
>
> -Matt
>
>
More information about the Commits
mailing list