History log of /openbsd-current/lib/libc/gen/sysconf.3
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.35 11-Aug-2019 deraadt

No specific called "exec(3)", so move primary manpage to a name which
does exist -- execv(3). Still call this a family but without "Nm".
Adjust Xr in various pages to refer to the precise function used
rather than the family, in most cases the semantics of execve(2) are
being referenced, so change the Xr.
ok jmc


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.34 12-Jan-2018 deraadt

Adjust references for sysctl(3) to sysctl(2)


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.33 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


Revision tags: OPENBSD_5_4_BASE
# 1.32 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


Revision tags: OPENBSD_5_3_BASE
# 1.31 26-Sep-2012 brad

Remove the first paragraph. The first sentence is already stated in the
STANDARDS section and the second sentence is bogus.

ok matthew@


Revision tags: OPENBSD_5_2_BASE
# 1.30 06-Mar-2012 jmc

tweak previous;


# 1.29 06-Mar-2012 ajacoutot

Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)
_SC_MONOTONIC_CLOCK variable.
from Brad

No libc minor crank needed, as no API has been changed, per se (deraadt).

ports bulk testing by landry@
small man rewording from thib@
ok millert@ otto@ deraadt@


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.28 28-Oct-2010 deraadt

support _SC_HOST_NAME_MAX; from brad
a libc crank is happening in < 24 hours


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.27 22-Feb-2010 jmc

fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen


# 1.26 15-Jan-2010 sthen

Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and
_SC_NPROCESSORS_ONLN, implemented by AIX/Tru64/Solaris/Linux/SCO/FreeBSD/NetBSD.
Bump libc minor.

From Brad, ok deraadt@ guenther@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.25 25-Jun-2008 jmc

`Li' needs an argument;


# 1.24 25-Jun-2008 millert

Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,
and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@


# 1.23 16-Mar-2008 kettenis

Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.

ok espie@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.22 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.21 30-Nov-2005 jmc

timezone -> time zone


Revision tags: OPENBSD_3_8_BASE
# 1.20 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.19 03-Jun-2004 espie

cross-Xref to make pathconf/sysconf easy to find.
twiddling and okay jmc@ millert@


# 1.18 07-May-2004 millert

Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.


Revision tags: OPENBSD_3_5_BASE
# 1.17 23-Dec-2003 jmc

- uppercase id
- kill some .Pp's before and after a list


Revision tags: OPENBSD_3_4_BASE
# 1.16 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.15 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.14 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.13 06-Mar-2003 jmc

.Xr's;
typos in man page section

ok deraadt@


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.12 05-Apr-2000 millert

Clarify _SC_ARG_MAX


Revision tags: OPENBSD_2_6_BASE
# 1.11 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.10 03-Jun-1999 aaron

use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@


# 1.9 29-May-1999 aaron

repairs


# 1.8 27-May-1999 aaron

more missing .El macros filled in


# 1.7 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_5_BASE
# 1.6 02-Apr-1999 aaron

.Pp macros do not belong immiedately after .Sh section header lines


Revision tags: OPENBSD_2_4_BASE
# 1.5 15-Jun-1998 mickey

use Bx macro for BSD versions


# 1.4 02-Jun-1998 deraadt

add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleink


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.3 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.2 14-Dec-1995 deraadt

update from netbsd


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.34 12-Jan-2018 deraadt

Adjust references for sysctl(3) to sysctl(2)


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.33 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


Revision tags: OPENBSD_5_4_BASE
# 1.32 05-Jun-2013 tedu

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


Revision tags: OPENBSD_5_3_BASE
# 1.31 26-Sep-2012 brad

Remove the first paragraph. The first sentence is already stated in the
STANDARDS section and the second sentence is bogus.

ok matthew@


Revision tags: OPENBSD_5_2_BASE
# 1.30 06-Mar-2012 jmc

tweak previous;


# 1.29 06-Mar-2012 ajacoutot

Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)
_SC_MONOTONIC_CLOCK variable.
from Brad

No libc minor crank needed, as no API has been changed, per se (deraadt).

ports bulk testing by landry@
small man rewording from thib@
ok millert@ otto@ deraadt@


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.28 28-Oct-2010 deraadt

support _SC_HOST_NAME_MAX; from brad
a libc crank is happening in < 24 hours


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.27 22-Feb-2010 jmc

fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen


# 1.26 15-Jan-2010 sthen

Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and
_SC_NPROCESSORS_ONLN, implemented by AIX/Tru64/Solaris/Linux/SCO/FreeBSD/NetBSD.
Bump libc minor.

From Brad, ok deraadt@ guenther@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.25 25-Jun-2008 jmc

`Li' needs an argument;


# 1.24 25-Jun-2008 millert

Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,
and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@


# 1.23 16-Mar-2008 kettenis

Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.

ok espie@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.22 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.21 30-Nov-2005 jmc

timezone -> time zone


Revision tags: OPENBSD_3_8_BASE
# 1.20 22-Jul-2005 jaredy

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.19 03-Jun-2004 espie

cross-Xref to make pathconf/sysconf easy to find.
twiddling and okay jmc@ millert@


# 1.18 07-May-2004 millert

Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.


Revision tags: OPENBSD_3_5_BASE
# 1.17 23-Dec-2003 jmc

- uppercase id
- kill some .Pp's before and after a list


Revision tags: OPENBSD_3_4_BASE
# 1.16 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.15 30-May-2003 jmc

- correct macro usage
- section reorder


# 1.14 30-Apr-2003 jmc

typos;


Revision tags: OPENBSD_3_3_BASE
# 1.13 06-Mar-2003 jmc

.Xr's;
typos in man page section

ok deraadt@


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.12 05-Apr-2000 millert

Clarify _SC_ARG_MAX


Revision tags: OPENBSD_2_6_BASE
# 1.11 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.10 03-Jun-1999 aaron

use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@


# 1.9 29-May-1999 aaron

repairs


# 1.8 27-May-1999 aaron

more missing .El macros filled in


# 1.7 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_5_BASE
# 1.6 02-Apr-1999 aaron

.Pp macros do not belong immiedately after .Sh section header lines


Revision tags: OPENBSD_2_4_BASE
# 1.5 15-Jun-1998 mickey

use Bx macro for BSD versions


# 1.4 02-Jun-1998 deraadt

add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleink


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.3 19-Aug-1996 tholo

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1.2 14-Dec-1995 deraadt

update from netbsd


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision