cvs commit: src/sys/dev/virtual/net if_vke.c src/sys/kern kern_resource.c uipc_socket.c uipc_socket2.c uipc_usrreq.c src/sys/platform/vkernel/platform init.c src/sys/sys socketvar.h unpcb.h
Hasso Tepper
hasso at estpak.ee
Tue May 27 06:07:29 PDT 2008
Matthew Dillon wrote:
> Get rid of the crufty code and simply add a flag to the
> signalsockbuf, SSB_STOP, to stop the sender.
This breaks userspace applications including socketvar.h, seems. AFAICS,
SSB_STOP is inside of ifdef _KERNEL, the ssb_space() using this define
isn't.
--
Hasso Tepper
More information about the Commits
mailing list