sbuf(9) functions in userspace

Wojciech A. Koszek wkoszek at freebsd.org
Fri Jul 31 15:51:38 UTC 2009


On Fri, Jul 31, 2009 at 03:53:49PM +0200, 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.

sbuf_subr.c are used in the user-space as well -- the very same
file is compiled as a user-space library.

Take a look at:

	src/lib/libsbuf

-- 
Wojciech A. Koszek
wkoszek at FreeBSD.org
http://FreeBSD.czest.pl/~wkoszek/


More information about the soc-status mailing list