Date: Fri, 23 Aug 1996 20:35:19 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <199608240335.UAA10140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/08/23 20:35:16 Modified: sys/kern uipc_syscalls.c Log: The socketpair(0 syscall is bogusly returning the fd numbers through the primary and secondary return codes, causing it to not behave as documented. This probably originates from the ancient BSD kernels that had pipe(2) implemented by socketpair(2), there are no binaries left that we can run that do this. Pointed out by: Robert Withrow <witr@rwwa.com>, PR#731 Revision Changes Path 1.19 +3 -1 src/sys/kern/uipc_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608240335.UAA10140>
