cvs commit: src/lib/libc/net Makefile.inc sctp_sys_calls.c
src/sys/sys param.h
Randall Stewart
rrs at FreeBSD.org
Fri Dec 15 04:01:55 PST 2006
rrs 2006-12-15 12:01:50 UTC
FreeBSD src repository
Modified files:
lib/libc/net Makefile.inc
sys/sys param.h
Added files:
lib/libc/net sctp_sys_calls.c
Log:
This adds the "system calls"
sctp_getaddrlen()
sctp_connectx()
sctp_bindx()
sctp_opt_info()
sctp_getpaddrs()
sctp_freepaddrs()
sctp_getladdrs()
sctp_freeladdrs()
sctp_sendmsg()
sctp_getassocid()
sctp_send()
sctp_sendx()
sctp_sendmsgx()
sctp_recvmsg()
sctp_peeloff()
Manual pages will be forthcoming (and the commit to porters-handbook)
Revision Changes Path
1.63 +2 -1 src/lib/libc/net/Makefile.inc
1.1 +828 -0 src/lib/libc/net/sctp_sys_calls.c (new)
1.282 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list