Remove building with NOCRYPTO option
[minix.git] / lib / libc / gen / sysconf.3
blob30bf56264b8184250d5a51c4b571ee85849ecb76
1 .\"     $NetBSD: sysconf.3,v 1.44 2015/08/20 11:05:39 wiz Exp $
2 .\"
3 .\" Copyright (c) 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)sysconf.3   8.3 (Berkeley) 4/19/94
31 .\"
32 .Dd August 20, 2015
33 .Dt SYSCONF 3
34 .Os
35 .Sh NAME
36 .Nm sysconf
37 .Nd get configurable system variables
38 .Sh LIBRARY
39 .Lb libc
40 .Sh SYNOPSIS
41 .In unistd.h
42 .Ft long
43 .Fn sysconf "int name"
44 .Sh DESCRIPTION
45 This interface is defined by
46 .St -p1003.1-88 .
47 A far more complete interface is available using
48 .Xr sysctl 3 .
49 .Pp
50 The
51 .Fn sysconf
52 function provides a method for applications to determine the current
53 value of a configurable system limit or option variable.
54 The
55 .Fa name
56 argument specifies the system variable to be queried.
57 Symbolic constants for each name value are found in the include file
58 .In unistd.h .
59 .Pp
60 The available values are as follows:
61 .Bl -tag -width "123456"
62 .It Li _SC_ARG_MAX
63 The maximum bytes of argument to
64 .Xr execve 2 .
65 .It Li _SC_ATEXIT_MAX
66 The maximum number of functions that may be registered with
67 .Xr atexit 3 .
68 .It Li _SC_BARRIERS
69 The version of
70 .St -p1003.1
71 and its
72 Barriers
73 option to which the system attempts to conform,
74 otherwise \-1.
75 .It Li _SC_CLOCK_SELECTION
76 Return the
77 .Tn POSIX
78 version the implementation of the Clock Selection Option
79 on this system conforms to,
80 or \-1 if unavailable.
81 .It Li _SC_CHILD_MAX
82 The maximum number of simultaneous processes per user id.
83 .It Li _SC_CLK_TCK
84 The number of clock ticks per second.
85 .It Li _SC_FSYNC
86 Return 1 if the File Synchronization Option is available on this system,
87 otherwise \-1.
88 .It Li _SC_HOST_NAME_MAX
89 The maximum size of a hostname, including
90 .Dv NULL .
91 .It Li _SC_IOV_MAX
92 The maximum number of
93 .Va iovec
94 structures that a process has available for use with
95 .Xr preadv 2 ,
96 .Xr pwritev 2 ,
97 .Xr readv 2 ,
98 .Xr recvmsg 2 ,
99 .Xr sendmsg 2
101 .Xr writev 2 .
102 .It Li _SC_JOB_CONTROL
103 Return 1 if job control is available on this system, otherwise \-1.
104 .It Li _SC_LOGIN_NAME_MAX
105 Returns the size of the storage required for a login name, in bytes,
106 including the terminating NUL.
107 .It Li _SC_MAPPED_FILES
108 Return 1 if the Memory Mapped Files Option is available on this system,
109 otherwise \-1.
110 .It Li _SC_MEMLOCK
111 Return 1 if the Process Memory Locking Option is available on this system,
112 otherwise \-1.
113 .It Li _SC_MEMLOCK_RANGE
114 Return 1 if the Range Memory Locking Option is available on this system,
115 otherwise \-1.
116 .It Li _SC_MEMORY_PROTECTION
117 Return 1 if the Memory Protection Option is available on this system,
118 otherwise \-1.
119 .It Li _SC_MONOTONIC_CLOCK
120 Return the
121 .Tn POSIX
122 version the implementation of the Monotonic Clock Option
123 on this system conforms to,
124 or \-1 if unavailable.
125 .It Li _SC_NGROUPS_MAX
126 The maximum number of supplemental groups.
127 .It Li _SC_OPEN_MAX
128 The maximum number of open files per process.
129 .It Li _SC_PAGESIZE
130 The size of a system page in bytes.
131 .It Li _SC_PASS_MAX
132 The maximum length of the password, not counting
133 .Dv NULL .
134 .It Li _SC_READER_WRITER_LOCKS
135 The version of
136 .St -p1003.1
137 and its
138 Read-Write Locks
139 option to which the system attempts to conform,
140 otherwise \-1.
141 .It Li _SC_REGEXP
142 Return 1 if
143 .Tn POSIX
144 regular expressions are available on this system, otherwise \-1.
145 .It Li _SC_SEMAPHORES
146 The version of
147 .St -p1003.1
148 and its
149 Semaphores
150 option to which the system attempts to conform,
151 otherwise \-1.
152 .It Li _SC_SHELL
153 Return 1 if
154 .Tn POSIX
155 shell is available on this system, otherwise \-1.
156 .It Li _SC_SPIN_LOCKS
157 The version of
158 .St -p1003.1
159 and its
160 Spin Locks
161 option to which the system attempts to conform,
162 otherwise \-1.
163 .It Li _SC_STREAM_MAX
164 The minimum maximum number of streams that a process may have open
165 at any one time.
166 .It Li _SC_SYMLOOP_MAX
167 The maximum number of symbolic links that may be expanded in a path name.
168 .It Li _SC_SYNCHRONIZED_IO
169 Return 1 if the Synchronized I/O Option is available on this system,
170 otherwise \-1.
171 .It Li _SC_THREADS
172 The version of
173 .St -p1003.1
174 and its
175 Threads
176 option to which the system attempts to conform,
177 otherwise \-1.
178 .It Li _SC_TIMERS
179 The version of
180 .St -p1003.1
181 and its
182 Timers
183 option to which the system attempts to conform,
184 otherwise \-1.
185 .It Li _SC_TZNAME_MAX
186 The minimum maximum number of types supported for the name of a
187 timezone.
188 .It Li _SC_SAVED_IDS
189 Returns 1 if saved set-group and saved set-user ID is available,
190 otherwise \-1.
191 .It Li _SC_VERSION
192 The version of ISO/IEC 9945 (POSIX 1003.1) with which the system
193 attempts to comply.
194 .It Li _SC_XOPEN_SHM
195 Return 1 if the
196 .St -xpg4.2
197 Shared Memory
198 option is available on this system,
199 otherwise \-1.
201 Availability of the
202 Shared Memory
203 option depends on the
204 .Li SYSVSHM
205 kernel option.
206 .It Li _SC_BC_BASE_MAX
207 The maximum ibase/obase values in the
208 .Xr bc 1
209 utility.
210 .It Li _SC_BC_DIM_MAX
211 The maximum array size in the
212 .Xr bc 1
213 utility.
214 .It Li _SC_BC_SCALE_MAX
215 The maximum scale value in the
216 .Xr bc 1
217 utility.
218 .It Li _SC_BC_STRING_MAX
219 The maximum string length in the
220 .Xr bc 1
221 utility.
222 .It Li _SC_COLL_WEIGHTS_MAX
223 The maximum number of weights that can be assigned to any entry of
224 the LC_COLLATE order keyword in the locale definition file.
225 .It Li _SC_EXPR_NEST_MAX
226 The maximum number of expressions that can be nested within
227 parenthesis by the
228 .Xr expr 1
229 utility.
230 .It Li _SC_LINE_MAX
231 The maximum length in bytes of a text-processing utility's input
232 line.
233 .It Li _SC_RE_DUP_MAX
234 The maximum number of repeated occurrences of a regular expression
235 permitted when using interval notation.
236 .It Li _SC_2_VERSION
237 The version of POSIX 1003.2 with which the system attempts to comply.
238 .It Li _SC_2_C_BIND
239 Return 1 if the system's C-language development facilities support the
240 C-Language Bindings Option, otherwise \-1.
241 .It Li _SC_2_C_DEV
242 Return 1 if the system supports the C-Language Development Utilities Option,
243 otherwise \-1.
244 .It Li _SC_2_CHAR_TERM
245 Return 1 if the system supports at least one terminal type capable of
246 all operations described in POSIX 1003.2, otherwise \-1.
247 .It Li _SC_2_FORT_DEV
248 Return 1 if the system supports the FORTRAN Development Utilities Option,
249 otherwise \-1.
250 .It Li _SC_2_FORT_RUN
251 Return 1 if the system supports the FORTRAN Runtime Utilities Option,
252 otherwise \-1.
253 .It Li _SC_2_LOCALEDEF
254 Return 1 if the system supports the creation of locales, otherwise \-1.
255 .It Li _SC_2_SW_DEV
256 Return 1 if the system supports the Software Development Utilities Option,
257 otherwise \-1.
258 .It Li _SC_2_UPE
259 Return 1 if the system supports the User Portability Utilities Option,
260 otherwise \-1.
261 .It Li _SC_GETGR_R_SIZE_MAX
262 The minimum size of the
263 .Fa buffer
264 passed to
265 .Xr getgrgid_r 3
267 .Xr getgrnam_r 3 .
268 .It Li _SC_GETPW_R_SIZE_MAX
269 The minimum size of the
270 .Fa buffer
271 passed to
272 .Xr getpwnam_r 3
274 .Xr getpwuid_r 3 .
275 .It Li _SC_NPROCESSORS_CONF
276 The number of processors configured.
277 .It Li _SC_NPROCESSORS_ONLN
278 The number of processors online (capable of running processes).
279 .It Li _SC_PHYS_PAGES
280 The amount of physical memory on the system in
281 .Li _SC_PAGESIZE
282 bytes.
284 .Sh RETURN VALUES
285 If the call to
286 .Nm sysconf
287 is not successful, \-1 is returned and
288 .Va errno
289 is set appropriately.
290 Otherwise, if the variable is associated with functionality that is not
291 supported, \-1 is returned and
292 .Va errno
293 is not modified.
294 Otherwise, the current variable value is returned.
295 .Sh ERRORS
297 .Fn sysconf
298 function may fail and set
299 .Va errno
300 for any of the errors specified for the library functions
301 .Xr sysctl 3 .
302 In addition, the following error may be reported:
303 .Bl -tag -width Er
304 .It Bq Er EINVAL
305 The value of the
306 .Fa name
307 argument is invalid.
309 .Sh SEE ALSO
310 .Xr getconf 1 ,
311 .Xr limits 3 ,
312 .Xr sysctl 3
313 .Sh STANDARDS
315 .Fn sysconf
316 function conforms to
317 .St -p1003.1-90 .
318 The constants
319 .Li _SC_NPROCESSORS_CONF
321 .Li _SC_NPROCESSORS_ONLN
322 are not part of the standard, but are provided by many systems.
323 .Sh HISTORY
325 .Nm sysconf
326 function first appeared in
327 .Bx 4.4 .
328 .Sh BUGS
329 The value for _SC_STREAM_MAX is a minimum maximum, and required to be
330 the same as ANSI C's FOPEN_MAX, so the returned value is a ridiculously
331 small and misleading number.