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

Joerg Sonnenberger joerg at britannica.bec.de
Wed Jun 22 14:31:08 PDT 2005


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





More information about the Commits mailing list