Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2009 17:36:09 +0200
From:      "Wojciech A. Koszek" <wkoszek@freebsd.org>
To:        marta carbone <marta@freebsd.org>
Cc:        soc-status@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: sbuf(9) functions in userspace
Message-ID:  <20090731153609.GG28136@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 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@FreeBSD.org
http://FreeBSD.czest.pl/~wkoszek/



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