Print this page
5386 want openpty(), forkpty(), etc.

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-library.mf
          +++ new/usr/src/pkg/manifests/system-library.mf
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23      -# Copyright 2014 Nexenta Systems, Inc.
       23 +# Copyright 2015 Nexenta Systems, Inc.
  24   24  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  25   25  # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26   26  # Copyright (c) 2013 Gary Mills
  27   27  #
  28   28  
  29   29  <include system-library.man3.inc>
  30   30  <include system-library.man3avl.inc>
  31   31  <include system-library.man3bsm.inc>
  32   32  <include system-library.man3c.inc>
  33   33  <include system-library.man3c_db.inc>
↓ open down ↓ 554 lines elided ↑ open up ↑
 588  588  license usr/src/lib/pam_modules/authtok_check/THIRDPARTYLICENSE \
 589  589      license=usr/src/lib/pam_modules/authtok_check/THIRDPARTYLICENSE
 590  590  license usr/src/lib/passwdutil/THIRDPARTYLICENSE \
 591  591      license=usr/src/lib/passwdutil/THIRDPARTYLICENSE
 592  592  license usr/src/lib/pkcs11/pkcs11_tpm/THIRDPARTYLICENSE \
 593  593      license=usr/src/lib/pkcs11/pkcs11_tpm/THIRDPARTYLICENSE
 594  594  license usr/src/man/man3c/THIRDPARTYLICENSE.arc4random \
 595  595      license=usr/src/man/man3c/THIRDPARTYLICENSE.arc4random
 596  596  license usr/src/man/man3c/THIRDPARTYLICENSE.getentropy \
 597  597      license=usr/src/man/man3c/THIRDPARTYLICENSE.getentropy
      598 +license usr/src/man/man3c/THIRDPARTYLICENSE.login_tty \
      599 +    license=usr/src/man/man3c/THIRDPARTYLICENSE.login_tty
      600 +license usr/src/man/man3c/THIRDPARTYLICENSE.pty \
      601 +    license=usr/src/man/man3c/THIRDPARTYLICENSE.pty
 598  602  license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \
 599  603      license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
 600  604  link path=lib/$(ARCH64)/libadm.so target=libadm.so.1
 601  605  link path=lib/$(ARCH64)/libaio.so target=libaio.so.1
 602  606  link path=lib/$(ARCH64)/libavl.so target=libavl.so.1
 603  607  link path=lib/$(ARCH64)/libbsm.so target=libbsm.so.1
 604  608  link path=lib/$(ARCH64)/libc.so reboot-needed=true target=libc.so.1
 605  609  link path=lib/$(ARCH64)/libc_db.so target=libc_db.so.1
 606  610  link path=lib/$(ARCH64)/libcontract.so target=libcontract.so.1
 607  611  link path=lib/$(ARCH64)/libcryptoutil.so target=libcryptoutil.so.1
↓ open down ↓ 696 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX