Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2009 10:03:41 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        soc-status@freebsd.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: sbuf(9) functions in userspace
Message-ID:  <200907311003.41484.jhb@freebsd.org>
In-Reply-To: <b62a99a60907310653y35b4f53bhefa63b22f4c0327f@mail.gmail.com>
References:  <b62a99a60907310653y35b4f53bhefa63b22f4c0327f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 31 July 2009 9:53:49 am marta carbone wrote:
> Hello,
> 
> as part of the GSoc project I'm working on the ipfw code,
> and I need some functions similar to the sbuf(9) family but
> working in userspace.
> There is something like that already available for userland?
> 
> Otherwise I could use the following library:
> 
>     http://info.iet.unipi.it/~luigi/FreeBSD/#dynstring
> 
> that works like the sbuf(9) functions and it is ready to be used
> in userland.
> 
> thanks, marta

The sbuf() routines are actually already available in userland via libsbuf.  
There probably should be an sbuf(3) manpage however (or at least an MLINK)?

-- 
John Baldwin



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