Print this page
9971 Make getrandom(2) a public interface
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013, OmniTI Computer Consulting, Inc
  15 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  17 # Copyright 2017 Peter Tribble
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        2
  23 
  24 MANFILES=       Intro.2                 \
  25                 __sparc_utrap_install.2 \
  26                 _lwp_cond_signal.2      \
  27                 _lwp_cond_wait.2        \
  28                 _lwp_info.2             \
  29                 _lwp_kill.2             \
  30                 _lwp_mutex_lock.2       \
  31                 _lwp_self.2             \
  32                 _lwp_sema_wait.2        \
  33                 _lwp_suspend.2          \
  34                 access.2                \
  35                 acct.2                  \
  36                 acl.2                   \


  46                 close.2                 \
  47                 creat.2                 \
  48                 dup.2                   \
  49                 exec.2                  \
  50                 exit.2                  \
  51                 fcntl.2                 \
  52                 fork.2                  \
  53                 fpathconf.2             \
  54                 getacct.2               \
  55                 getaudit.2              \
  56                 getauid.2               \
  57                 getcontext.2            \
  58                 getdents.2              \
  59                 getgroups.2             \
  60                 getisax.2               \
  61                 getitimer.2             \
  62                 getmsg.2                \
  63                 getpflags.2             \
  64                 getpid.2                \
  65                 getppriv.2              \

  66                 getrlimit.2             \
  67                 getsid.2                \
  68                 getuid.2                \
  69                 getustack.2             \
  70                 ioctl.2                 \
  71                 issetugid.2             \
  72                 kill.2                  \
  73                 link.2                  \
  74                 llseek.2                \
  75                 lseek.2                 \
  76                 memcntl.2               \
  77                 meminfo.2               \
  78                 mincore.2               \
  79                 mkdir.2                 \
  80                 mknod.2                 \
  81                 mmap.2                  \
  82                 mmapobj.2               \
  83                 mount.2                 \
  84                 mprotect.2              \
  85                 msgctl.2                \


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013, OmniTI Computer Consulting, Inc
  15 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright (c) 2018, Joyent, Inc.  All rights reserved.
  17 # Copyright 2017 Peter Tribble
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        2
  23 
  24 MANFILES=       Intro.2                 \
  25                 __sparc_utrap_install.2 \
  26                 _lwp_cond_signal.2      \
  27                 _lwp_cond_wait.2        \
  28                 _lwp_info.2             \
  29                 _lwp_kill.2             \
  30                 _lwp_mutex_lock.2       \
  31                 _lwp_self.2             \
  32                 _lwp_sema_wait.2        \
  33                 _lwp_suspend.2          \
  34                 access.2                \
  35                 acct.2                  \
  36                 acl.2                   \


  46                 close.2                 \
  47                 creat.2                 \
  48                 dup.2                   \
  49                 exec.2                  \
  50                 exit.2                  \
  51                 fcntl.2                 \
  52                 fork.2                  \
  53                 fpathconf.2             \
  54                 getacct.2               \
  55                 getaudit.2              \
  56                 getauid.2               \
  57                 getcontext.2            \
  58                 getdents.2              \
  59                 getgroups.2             \
  60                 getisax.2               \
  61                 getitimer.2             \
  62                 getmsg.2                \
  63                 getpflags.2             \
  64                 getpid.2                \
  65                 getppriv.2              \
  66                 getrandom.2             \
  67                 getrlimit.2             \
  68                 getsid.2                \
  69                 getuid.2                \
  70                 getustack.2             \
  71                 ioctl.2                 \
  72                 issetugid.2             \
  73                 kill.2                  \
  74                 link.2                  \
  75                 llseek.2                \
  76                 lseek.2                 \
  77                 memcntl.2               \
  78                 meminfo.2               \
  79                 mincore.2               \
  80                 mkdir.2                 \
  81                 mknod.2                 \
  82                 mmap.2                  \
  83                 mmapobj.2               \
  84                 mount.2                 \
  85                 mprotect.2              \
  86                 msgctl.2                \