Date: Tue, 24 Apr 2001 13:44:02 -0700 From: "Robert E. Cousins" <rec@dotrocket.com> To: freebsd-questions@FreeBSD.ORG Subject: Question about library routines Message-ID: <3AE5E592.E6404631@DotRocket.com>
next in thread | raw e-mail | index | archive | help
Hello:
I have written several C routines which I think might be useful to
add
to the FreeBSD distribution. Would I be better off contributing them
to the Free Software Foundation for inclusion in their libc
implementation?
The routines break into two categories:
1.) Routines which manipulate struct iovec (such as used in readv and
writev). They copy, compare and manipulate blocks of memory tied
together through iovec structures.
2.) A circular queue set. These routines allow the creation,
initialization
and manipulation of circular queues. I haven't implemented thread
locking
but it would be trivial to add.
Thanx
Bob Cousins
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AE5E592.E6404631>
