CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2012/10/04 19:30:28
Modified files: sys/kern : uipc_socket.c lib/libc/sys : send.2 Log message: add send(2) MSG_DONTWAIT support which enables us to choose nonblocking or blocking for each send(2) call. diff from UMEZAWA Takeshi ok bluhm