Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 21 lines elided ↑ open up ↑
  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  # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  29   29  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  30   30  # Copyright (c) 2013 Gary Mills
  31   31  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       32 +# Copyright 2015 RackTop Systems.
  32   33  
  33   34  #
  34   35  # MAPFILE HEADER START
  35   36  #
  36   37  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  37   38  # Object versioning must comply with the rules detailed in
  38   39  #
  39   40  #       usr/src/lib/README.mapfiles
  40   41  #
  41   42  # You should not be making modifications here until you've read the most current
↓ open down ↓ 224 lines elided ↑ open up ↑
 266  267          aio_error;
 267  268          aio_fsync;
 268  269          aio_read;
 269  270          aioread;
 270  271          aio_return;
 271  272          aio_suspend;
 272  273          aiowait;
 273  274          aio_waitn;
 274  275          aio_write;
 275  276          aiowrite;
 276      -        asprintf;
 277  277          assfail;
 278  278          backtrace;
 279  279          backtrace_symbols;
 280  280          backtrace_symbols_fd;
 281  281          canonicalize_file_name;
 282  282          clearenv;
 283  283          clock_getres;
 284  284          clock_gettime;
 285  285          clock_nanosleep;
 286  286          clock_settime;
↓ open down ↓ 10 lines elided ↑ open up ↑
 297  297          door_server_create;
 298  298          door_setparam;
 299  299          door_ucred;
 300  300          door_unbind;
 301  301          door_xcreate;
 302  302          err;
 303  303          errx;
 304  304          faccessat;
 305  305          fchmodat;
 306  306          fcloseall;
 307      -        fdatasync;
 308  307          ffsl;
 309  308          ffsll;
 310  309          fgetattr;
 311  310          fls;
 312  311          flsl;
 313  312          flsll;
 314  313          forkallx;
 315  314          forkx;
 316  315          fsetattr;
 317  316          getattrat;
↓ open down ↓ 64 lines elided ↑ open up ↑
 382  381          sem_unlink;
 383  382          sem_wait;
 384  383          setattrat;
 385  384          setprogname;
 386  385          _sharefs;
 387  386          shm_open;
 388  387          shm_unlink;
 389  388          sigqueue;
 390  389          sigtimedwait;
 391  390          sigwaitinfo;
 392      -        smt_pause;
 393  391          stpcpy;
 394  392          stpncpy;
 395  393          strcasestr;
 396  394          strchrnul;
 397  395          strndup;
 398  396          strnlen;
 399  397          strnstr;
 400  398          strsep;
 401  399          symlinkat;
 402  400          thr_keycreate_once;
↓ open down ↓ 3 lines elided ↑ open up ↑
 406  404          timer_gettime;
 407  405          timer_settime;
 408  406          u8_strcmp;
 409  407          u8_validate;
 410  408          uconv_u16tou32;
 411  409          uconv_u16tou8;
 412  410          uconv_u32tou16;
 413  411          uconv_u32tou8;
 414  412          uconv_u8tou16;
 415  413          uconv_u8tou32;
 416      -        vasprintf;
 417  414          verr;
 418  415          verrx;
 419  416          vforkx;
 420  417          vwarn;
 421  418          vwarnx;
 422  419          warn;
 423  420          warnx;
 424  421          wcpcpy;
 425  422          wcpncpy;
 426  423          wcscasecmp;
↓ open down ↓ 10 lines elided ↑ open up ↑
 437  434          aio_return64;
 438  435          aio_suspend64;
 439  436          aio_waitn64;
 440  437          aio_write64;
 441  438          aiowrite64;
 442  439          lio_listio64;
 443  440          mkstemps64;
 444  441          posix_fadvise64;
 445  442          posix_fallocate64;
 446  443  $endif
      444 +} SUNW_1.22.7;
      445 +
      446 +SYMBOL_VERSION SUNW_1.22.7 {    # s10u10 - SunOS 5.10 (Solaris 10) patch additions
      447 +    protected:
      448 +        asprintf;
      449 +        fdatasync;
      450 +        smt_pause;
      451 +        vasprintf;
 447  452  } SUNW_1.22.6;
 448  453  
 449  454  SYMBOL_VERSION SUNW_1.22.6 {    # s10u9 - SunOS 5.10 (Solaris 10) patch additions
 450  455      protected:
 451  456          futimens;
 452  457          utimensat;
 453  458  } SUNW_1.22.5;
 454  459  
 455  460  SYMBOL_VERSION SUNW_1.22.5 {    # s10u8 - SunOS 5.10 (Solaris 10) patch additions
 456  461      protected:
↓ open down ↓ 2802 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX