DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/dev/misc/streams streams.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Wed, 22 Jun 2005 23:29:37 +0200
Mail-followup-to: commits@crater.dragonflybsd.org

On Wed, Jun 22, 2005 at 01:28:09PM -0700, Matthew Dillon wrote:
> 
> :
> :joerg       2005/06/22 13:11:59 PDT
> :
> :DragonFly src repository
> :
> :  Modified files:
> :    sys/dev/misc/streams streams.c 
> :  Log:
> :  Instead of emulating a userland system call via stackgap, use
> :  kern_open directly.
> :  
> :  Revision  Changes    Path
> :  1.18      +10 -13    src/sys/dev/misc/streams/streams.c
> 
>     Is it possible to test these changes somehow?

Well, anyone having a SysV binary laying around? For this change,
I'm pretty sure it is correct since it does the same thing as open(2),
without pushing the path to userland first. That was a bad hack around
missing kern_open.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]