SCTP is in the Tree :-)

Ruslan Ermilov ru at freebsd.org
Thu Nov 9 15:38:32 UTC 2006


On Thu, Nov 09, 2006 at 08:28:38AM -0500, Randall Stewart wrote:
> If you look on one of my postings.. I actually want to
> verify where to place man pages.. I don't have a
> sctp(4).. which is a GREAT idea..
> 
> But I do have
> 
> sctp_sendmsg(2)
> sctp_recvmsg(2)
> sctp_send(2)
> 
What are they?  I can only find

src/sys/netinet/sctp_uio.h:ssize_t sctp_sendmsg

when word-searching for "sctp_sendmsg".  If these are
some new syscalls, then they need to be implemented
first, then added to libc, and then the manpages should
go to src/lib/libc/sys/.  If they are functional wrappers
around existing syscalls (sendmsg(2) etc.), then the
wrapping code and manpages should go into libc/net/,
and section should be 3 and not 2.  If they're something
else, well... tell me what they are supposed to be.  ;)

> And maybe one other that I am not remembering this
> early without a cup of coffee..
> 
> Can I just put these in the doc tree under man2.. and man4
> (assuming I write sctp(4))? (after of course getting
> gnn's approval).. or is there some other process to
> check documents in?
> 
sctp(4) should go where tcp(4) currently lives, and
should preferably have the same structure.


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20061109/44eb1f23/attachment.pgp


More information about the freebsd-current mailing list