Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 12:49:06 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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:  <199911242049.MAA21550@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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?199911242049.MAA21550>