diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-05-13 17:28:38 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-05-13 17:28:38 +0000 |
commit | f017ecf569add3040a006552c5a17326deb7ffae (patch) | |
tree | ac60968ce696bf486bb17e63405a7ee38dc8d676 /usr/src/man/man3c | |
parent | 535ab7f694a50841ab0a4107fd8f48e95a266c11 (diff) | |
parent | 4c46c814833d7980b7ebf54590a97d7f91472bd5 (diff) | |
download | illumos-joyent-f017ecf569add3040a006552c5a17326deb7ffae.tar.gz |
[illumos-gate merge]
commit 4c46c814833d7980b7ebf54590a97d7f91472bd5
12691 Want means of getting the maximum user address in a process
commit 0c06d385ea5bbe11d20ecea2e02cdc78733d5359
12636 Prevent unnecessary resilver restarts
commit 8291b3b94350ddd6df6ecd55435b59079f7a3dd2
12686 dladm: vnic creation over bge0 failed: object already exists
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/sysconf.3c | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/usr/src/man/man3c/sysconf.3c b/usr/src/man/man3c/sysconf.3c index 570c9709ae..2c5cd02f3a 100644 --- a/usr/src/man/man3c/sysconf.3c +++ b/usr/src/man/man3c/sysconf.3c @@ -45,11 +45,10 @@ .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright (c) 2013 Gary Mills .\" -.TH SYSCONF 3C "Apr 16, 2013" +.TH SYSCONF 3C "May 04, 2020" .SH NAME sysconf \- get configurable system variables .SH SYNOPSIS -.LP .nf #include <unistd.h> @@ -57,8 +56,6 @@ sysconf \- get configurable system variables .fi .SH DESCRIPTION -.sp -.LP The \fBsysconf()\fR function provides a method for an application to determine the current value of a configurable system limit or option (variable). .sp @@ -319,6 +316,12 @@ _SC_TTY_NAME_MAX TTYNAME_MAX Max length of tty _SC_TZNAME_MAX TZNAME_MAX Max number of bytes supported for name of a time zone +_SC_UADDR_MAX Maximum valid user + address in a process. + The returned value + should be cast to a + uintptr_t before + being interpreted. _SC_V6_ILP32_OFF32 _POSIX_V6_ILP32_OFF32 Supports X/Open ILP32 w/32-bit offset build @@ -424,8 +427,6 @@ l l . .TE .SH RETURN VALUES -.sp -.LP Upon successful completion, \fBsysconf()\fR returns the current variable value on the system. The value returned will not be more restrictive than the corresponding value described to the application when it was compiled with the @@ -474,8 +475,6 @@ _SC_SPLIT_CACHE .in -2 .SH ERRORS -.sp -.LP The \fBsysconf()\fR function will fail if: .sp .ne 2 @@ -487,8 +486,6 @@ The value of the \fIname\fR argument is invalid. .RE .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -509,13 +506,9 @@ Standard See \fBstandards\fR(5). .TE .SH SEE ALSO -.sp -.LP \fBpooladm\fR(1M), \fBzoneadm\fR(1M), \fBfpathconf\fR(2), \fBseteuid\fR(2), \fBsetrlimit\fR(2), \fBconfstr\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) .SH NOTES -.sp -.LP A call to \fBsetrlimit()\fR can cause the value of \fBOPEN_MAX\fR to change. .sp .LP |