cvs commit: src/sys/conf files options src/sys/kern init_sysent.c syscalls.c syscalls.master uipc_socket.c uipc_syscalls.c src/sys/net rtsock.c src/sys/netinet in.h in_proto.c src/sys/sys mbuf.h protosw.h socket.h syscall-args syscall-hide.h syscall.h ...
Matthew Dillon
dillon at apollo.backplane.com
Sat Jul 16 09:57:27 PDT 2005
:..
:> sys/netinet in.h in_proto.c
:> sys/sys mbuf.h protosw.h socket.h syscall-args
:> syscall-hide.h syscall.h syscall.mk
:> sysproto.h sysunion.h
:> Log:
:> Tie SCTP into the kernel, this includes adding a new syscall (sctp_peeloff).
:
:Is that really necessary? I find it kind of dump to have a syscall
:specific for a single network protocol.
:
:Joerg
I didn't like it either, and we will probably want to change it to e.g.
an ioctl(), or to something more generic, but in the interest of getting
all the work in we can live with the system call for now.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list