Date: Wed, 24 Nov 1999 21:53:51 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys accept.2 bind.2 connect.2 getpeername.2 getsockname.2 getsockopt.2 recv.2 send.2 socket.2 src/lib/libc_r/uthread uthread_accept.c uthread_bind.c uthread_connect.c uthread_getpeername.c uthread_getsockname.c ... Message-ID: <37445.943476831@critter.freebsd.dk> In-Reply-To: Your message of "Wed, 24 Nov 1999 12:49:06 PST." <199911242049.MAA21550@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
And of course I forgot to paste in: Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> In message <199911242049.MAA21550@freefall.freebsd.org>, Poul-Henning Kamp writ es: >phk 1999/11/24 12:49:05 PST > > Modified files: > lib/libc/sys accept.2 bind.2 connect.2 getpeername.2 > getsockname.2 getsockopt.2 recv.2 send.2 > socket.2 > lib/libc_r/uthread uthread_accept.c uthread_bind.c > uthread_connect.c uthread_getpeername.c > uthread_getsockname.c > uthread_getsockopt.c uthread_recvfrom.c > uthread_sendto.c uthread_setsockopt.c > sys/kern uipc_syscalls.c > sys/svr4 svr4_stream.c > sys/sys socket.h > Log: > General clean-up of socket.h and associated sources to synchronise up > with NetBSD and the Single Unix Specification v2. > > This updates some structures with other, almost equivalent types and > effort is under way to get the whole more consistent. > > Also removes a double definition of INET6 and some other clean-ups. > > Reviewed by: green, bde, phk > Some part obtained from: NetBSD, SUSv2 specification > > Revision Changes Path > 1.9 +2 -2 src/lib/libc/sys/accept.2 > 1.11 +2 -2 src/lib/libc/sys/bind.2 > 1.10 +2 -2 src/lib/libc/sys/connect.2 > 1.9 +2 -2 src/lib/libc/sys/getpeername.2 > 1.9 +2 -2 src/lib/libc/sys/getsockname.2 > 1.12 +3 -3 src/lib/libc/sys/getsockopt.2 > 1.8 +2 -2 src/lib/libc/sys/recv.2 > 1.10 +2 -2 src/lib/libc/sys/send.2 > 1.11 +40 -13 src/lib/libc/sys/socket.2 > 1.10 +2 -2 src/lib/libc_r/uthread/uthread_accept.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_bind.c > 1.7 +2 -2 src/lib/libc_r/uthread/uthread_connect.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_getpeername.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_getsockname.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_getsockopt.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_recvfrom.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_sendto.c > 1.6 +2 -2 src/lib/libc_r/uthread/uthread_setsockopt.c > 1.64 +2 -2 src/sys/kern/uipc_syscalls.c > 1.10 +2 -2 src/sys/svr4/svr4_stream.c > 1.34 +34 -29 src/sys/sys/socket.h > > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37445.943476831>