Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27   27  # Copyright (c) 2012 by Delphix. All rights reserved.
  28   28  #
       29 +# Copyright (c) 2013 Gary Mills
       30 +#
  29   31  
  30   32  #
  31   33  # MAPFILE HEADER START
  32   34  #
  33   35  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  34   36  # Object versioning must comply with the rules detailed in
  35   37  #
  36   38  #       usr/src/lib/README.mapfiles
  37   39  #
  38   40  # You should not be making modifications here until you've read the most current
↓ open down ↓ 2673 lines elided ↑ open up ↑
2712 2714          __fputws_xpg5;
2713 2715          _ftw;
2714 2716          _gcvt;
2715 2717          _getarg;
2716 2718          __getcontext;
2717 2719          _getdents;
2718 2720          _get_exit_frame_monitor;
2719 2721          _getfp;
2720 2722          _getgroupsbymember;
2721 2723          _getlogin_r;
     2724 +        getloginx;
     2725 +        getloginx_r;
2722 2726          _getsp;
2723 2727          __gettsp;
2724 2728          getvmusage;
2725 2729          __getwchar_xpg5;
2726 2730          __getwc_xpg5;
2727 2731          gtty;
2728 2732          __idmap_flush_kcache;
2729 2733          __idmap_reg;
2730 2734          __idmap_unreg;
2731 2735          __init_daemon_priv;
↓ open down ↓ 49 lines elided ↑ open up ↑
2781 2785          nss_packed_set_status;
2782 2786          nss_search;
2783 2787          nss_setent;
2784 2788          _nss_XbyY_fgets;
2785 2789          __nsw_extended_action_v1;
2786 2790          __nsw_freeconfig_v1;
2787 2791          __nsw_getconfig_v1;
2788 2792          __nthreads;
2789 2793          __openattrdirat;
2790 2794          option_to_attr;
     2795 +        __posix_getloginx_r;
2791 2796          __priv_bracket;
2792 2797          __priv_relinquish;
2793 2798          pset_assign_forced;
2794 2799          pset_bind_lwp;
2795 2800          _psignal;
2796 2801          _pthread_setcleanupinit;
2797 2802          __putwchar_xpg5;
2798 2803          __putwc_xpg5;
2799 2804          rctlctl;
2800 2805          rctllist;
↓ open down ↓ 321 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX