Print this page
9704 move socket functions to libc

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-library.man3socket.inc
          +++ new/usr/src/pkg/manifests/system-library.man3socket.inc
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright 2018 Nexenta Systems, Inc.
  15   15  # Copyright 2013, OmniTI Computer Consulting, Inc.
  16   16  #
  17   17  
  18      -file path=usr/share/man/man3socket/accept.3socket
  19      -file path=usr/share/man/man3socket/bind.3socket
  20   18  file path=usr/share/man/man3socket/byteorder.3socket
  21      -file path=usr/share/man/man3socket/connect.3socket
  22   19  file path=usr/share/man/man3socket/ethers.3socket
  23   20  file path=usr/share/man/man3socket/getaddrinfo.3socket
  24   21  file path=usr/share/man/man3socket/getifaddrs.3socket
  25   22  file path=usr/share/man/man3socket/getipnodebyname.3socket
  26   23  file path=usr/share/man/man3socket/getnetbyname.3socket
  27      -file path=usr/share/man/man3socket/getpeername.3socket
  28   24  file path=usr/share/man/man3socket/getprotobyname.3socket
  29   25  file path=usr/share/man/man3socket/getservbyname.3socket
  30      -file path=usr/share/man/man3socket/getsockname.3socket
  31      -file path=usr/share/man/man3socket/getsockopt.3socket
  32   26  file path=usr/share/man/man3socket/getsourcefilter.3socket
  33   27  file path=usr/share/man/man3socket/icmp6_filter.3socket
  34   28  file path=usr/share/man/man3socket/if_nametoindex.3socket
  35   29  file path=usr/share/man/man3socket/inet6_opt.3socket
  36   30  file path=usr/share/man/man3socket/inet6_rth.3socket
  37      -file path=usr/share/man/man3socket/listen.3socket
  38   31  file path=usr/share/man/man3socket/rcmd.3socket
  39      -file path=usr/share/man/man3socket/recv.3socket
  40   32  file path=usr/share/man/man3socket/rexec.3socket
  41   33  file path=usr/share/man/man3socket/sctp_bindx.3socket
  42   34  file path=usr/share/man/man3socket/sctp_getladdrs.3socket
  43   35  file path=usr/share/man/man3socket/sctp_getpaddrs.3socket
  44   36  file path=usr/share/man/man3socket/sctp_opt_info.3socket
  45   37  file path=usr/share/man/man3socket/sctp_peeloff.3socket
  46   38  file path=usr/share/man/man3socket/sctp_recvmsg.3socket
  47   39  file path=usr/share/man/man3socket/sctp_send.3socket
  48   40  file path=usr/share/man/man3socket/sctp_sendmsg.3socket
  49      -file path=usr/share/man/man3socket/send.3socket
  50      -file path=usr/share/man/man3socket/shutdown.3socket
  51      -file path=usr/share/man/man3socket/sockaddr.3socket
  52      -file path=usr/share/man/man3socket/socket.3socket
  53      -file path=usr/share/man/man3socket/socketpair.3socket
  54   41  file path=usr/share/man/man3socket/spray.3socket
  55      -link path=usr/share/man/man3socket/accept4.3socket target=accept.3socket
  56   42  link path=usr/share/man/man3socket/endnetent.3socket \
  57   43      target=getnetbyname.3socket
  58   44  link path=usr/share/man/man3socket/endprotoent.3socket \
  59   45      target=getprotobyname.3socket
  60   46  link path=usr/share/man/man3socket/endservent.3socket \
  61   47      target=getservbyname.3socket
  62   48  link path=usr/share/man/man3socket/ether_aton.3socket target=ethers.3socket
  63   49  link path=usr/share/man/man3socket/ether_aton_r.3socket target=ethers.3socket
  64   50  link path=usr/share/man/man3socket/ether_hostton.3socket target=ethers.3socket
  65   51  link path=usr/share/man/man3socket/ether_line.3socket target=ethers.3socket
↓ open down ↓ 76 lines elided ↑ open up ↑
 142  128  link path=usr/share/man/man3socket/inet6_rth_reverse.3socket \
 143  129      target=inet6_rth.3socket
 144  130  link path=usr/share/man/man3socket/inet6_rth_segments.3socket \
 145  131      target=inet6_rth.3socket
 146  132  link path=usr/share/man/man3socket/inet6_rth_space.3socket \
 147  133      target=inet6_rth.3socket
 148  134  link path=usr/share/man/man3socket/ntohl.3socket target=byteorder.3socket
 149  135  link path=usr/share/man/man3socket/ntohll.3socket target=byteorder.3socket
 150  136  link path=usr/share/man/man3socket/ntohs.3socket target=byteorder.3socket
 151  137  link path=usr/share/man/man3socket/rcmd_af.3socket target=rcmd.3socket
 152      -link path=usr/share/man/man3socket/recvfrom.3socket target=recv.3socket
 153      -link path=usr/share/man/man3socket/recvmsg.3socket target=recv.3socket
 154  138  link path=usr/share/man/man3socket/rexec_af.3socket target=rexec.3socket
 155  139  link path=usr/share/man/man3socket/rresvport.3socket target=rcmd.3socket
 156  140  link path=usr/share/man/man3socket/rresvport_af.3socket target=rcmd.3socket
 157  141  link path=usr/share/man/man3socket/ruserok.3socket target=rcmd.3socket
 158  142  link path=usr/share/man/man3socket/sctp_freeladdrs.3socket \
 159  143      target=sctp_getladdrs.3socket
 160  144  link path=usr/share/man/man3socket/sctp_freepaddrs.3socket \
 161  145      target=sctp_getpaddrs.3socket
 162      -link path=usr/share/man/man3socket/sendmsg.3socket target=send.3socket
 163      -link path=usr/share/man/man3socket/sendto.3socket target=send.3socket
 164  146  link path=usr/share/man/man3socket/setipv4sourcefilter.3socket \
 165  147      target=getsourcefilter.3socket
 166  148  link path=usr/share/man/man3socket/setnetent.3socket \
 167  149      target=getnetbyname.3socket
 168  150  link path=usr/share/man/man3socket/setprotoent.3socket \
 169  151      target=getprotobyname.3socket
 170  152  link path=usr/share/man/man3socket/setservent.3socket \
 171  153      target=getservbyname.3socket
 172      -link path=usr/share/man/man3socket/setsockopt.3socket \
 173      -    target=getsockopt.3socket
 174  154  link path=usr/share/man/man3socket/setsourcefilter.3socket \
 175  155      target=getsourcefilter.3socket
 176      -link path=usr/share/man/man3socket/sockaddr_dl.3socket target=sockaddr.3socket
 177      -link path=usr/share/man/man3socket/sockaddr_in.3socket target=sockaddr.3socket
 178      -link path=usr/share/man/man3socket/sockaddr_in6.3socket \
 179      -    target=sockaddr.3socket
 180      -link path=usr/share/man/man3socket/sockaddr_ll.3socket target=sockaddr.3socket
 181      -link path=usr/share/man/man3socket/sockaddr_storage.3socket \
 182      -    target=sockaddr.3socket
 183      -link path=usr/share/man/man3socket/sockaddr_un.3socket target=sockaddr.3socket
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX