cvs commit: src/include/protocols talkd.h src/sys/conf files src/sys/emulation/43bsd 43bsd_socket.c 43bsd_socket.h src/sys/emulation/svr4 svr4_ioctl.c svr4_sockio.c svr4_sysvec.c src/sys/kern uipc_syscalls.c src/sys/net if.c src/sys/sys socket.h

David P. Reese daver at crater.dragonflybsd.org
Thu Sep 11 17:44:13 PDT 2003


daver       2003/09/11 17:43:31 PDT

  Modified files:
    include/protocols    talkd.h 
    sys/conf             files 
    sys/emulation/svr4   svr4_ioctl.c svr4_sockio.c svr4_sysvec.c 
    sys/kern             uipc_syscalls.c 
    sys/net              if.c 
    sys/sys              socket.h 
  Added files:
    sys/emulation/43bsd  43bsd_socket.c 43bsd_socket.h 
  Log:
  Create an emulation/43bsd directory and move the recently modified
  compatibility syscalls there. Any future work on the COMPAT_43 code
  should be split from the rest of the kernel and moved here.
  
  Everything in the kernel that explicity uses the osockaddr structure
  has been modified to include "emulation/43bsd/43bsd_socket.h".
  
  There was one case where struct osockaddr was used in userland,
  talk/talkd.  This commit has a temporary fix for talk/talkd.
  
  Revision  Changes    Path
  1.2       +11 -0     src/include/protocols/talkd.h
  1.13      +1 -1      src/sys/conf/files
  1.11      +2 -0      src/sys/emulation/svr4/svr4_ioctl.c
  1.6       +2 -0      src/sys/emulation/svr4/svr4_sockio.c
  1.7       +2 -0      src/sys/emulation/svr4/svr4_sysvec.c
  1.14      +4 -99     src/sys/kern/uipc_syscalls.c
  1.7       +4 -0      src/sys/net/if.c
  1.4       +0 -8      src/sys/sys/socket.h






More information about the Commits mailing list