History log of /dflybsd-src/lib/libc/gen/sysconf.3 (Results 1 – 25 of 27)
Revision Date Author Comments
# d1f64577 20-Aug-2021 Sascha Wildner <saw@online.de>

sysconf.3: Document more constants.


# 47205a89 15-Jun-2021 Sascha Wildner <saw@online.de>

sysconf.3: Point out that -1 may be returned even if the call succeeded.


# f6406598 15-Jun-2021 Sascha Wildner <saw@online.de>

sysconf.3: Remove wrong info about "minimum maximum" values.

_SC_STREAM_MAX and _SC_TZNAME_MAX do not return the lower bounds of
the respective maximum limits as the manual page claims, but instead

sysconf.3: Remove wrong info about "minimum maximum" values.

_SC_STREAM_MAX and _SC_TZNAME_MAX do not return the lower bounds of
the respective maximum limits as the manual page claims, but instead
the actual maximum values.

See the table here:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html

What the manual page is really thinking of are _POSIX_STREAM_MAX and
_POSIX_TZNAME_MAX. But those are not retrievable with sysconf(), as
there are no corresponding _SC_* constants for them.

While here, fix a typo (types -> bytes).

show more ...


# 845ae98a 13-Jun-2021 Sascha Wildner <saw@online.de>

sysconf.3: Document more constants.

Taken-from: {Free,Net,Open}BSD


# d28c1c80 12-Jun-2021 Sascha Wildner <saw@online.de>

sysconf.3: Separate standard and non-standard constants.


# 25c108e5 09-Jun-2021 Antonio Huete Jimenez <tuxillo@quantumachine.net>

sysconf.3: Add _SC_HOST_NAME_MAX

Taken-from: FreeBSD


# 0d06b0aa 12-May-2019 Sascha Wildner <saw@online.de>

pathconf.2/sysconf.3: Add some related references to SEE ALSO.


# 32f8d3b4 19-Dec-2017 Sascha Wildner <saw@online.de>

libc/sysconf: Add _SC_LEVEL1_DCACHE_LINESIZE.

nginx can make use of it (see http://hg.nginx.org/nginx/rev/057adb2a9d23).

Requested-by: sephe


# de0d9e75 25-Jul-2016 Sascha Wildner <saw@online.de>

sysconf.3: Fix typo.


# 3dda54c6 24-Jul-2016 Sascha Wildner <saw@online.de>

sysconf.3: Document _SC_PAGE_SIZE and _SC_PHYS_PAGES.

Taken-from: FreeBSD
Submitted-by: Sevan Janiyan
Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2929>


# 4ca2ad27 06-Apr-2016 Sascha Wildner <saw@online.de>

libc/libutil: Some mdoc cleanup in various manual pages.


# bbb1a52b 26-Oct-2015 Sascha Wildner <saw@online.de>

sysconf.3: Document _SC_REGEXP and _SC_SHELL.


# acdad883 26-Oct-2015 Sascha Wildner <saw@online.de>

sysconf.3: Use .Dv for _SC*.


# 9e75e80a 25-Oct-2015 Sascha Wildner <saw@online.de>

sysconf.3: Document _SC_XOPEN_SHM.


# dc71b7ab 31-May-2013 Justin C. Sherrill <justin@shiningsilence.com>

Correct BSD License clause numbering from 1-2-4 to 1-2-3.

Apparently everyone's doing it:
http://svnweb.freebsd.org/base?view=revision&revision=251069

Submitted-by: "Eitan Adler" <lists at eitanadl

Correct BSD License clause numbering from 1-2-4 to 1-2-3.

Apparently everyone's doing it:
http://svnweb.freebsd.org/base?view=revision&revision=251069

Submitted-by: "Eitan Adler" <lists at eitanadler.com>

show more ...


# 3170ffd7 06-May-2013 Justin C. Sherrill <justin@shiningsilence.com>

Remove advertising header from man pages.

By: Eitan Adler <lists@eitanadler.com>


# cda2a2d9 07-Nov-2009 Stathis Kamperis <beket@dragonflybsd.org>

sysconf.3: Document _SC_MESSAGE_PASSING.


# 2b9a64c0 07-Nov-2009 Stathis Kamperis <beket@dragonflybsd.org>

sysconf.3: Document _SC_MQ_{OPEN, PRIO}_MAX.

Discussed-with: swildner@
Reviewed-by: swildner@


# 33d5061f 07-Nov-2009 Stathis Kamperis <beket@dragonflybsd.org>

sysconf.3: Sort variables alphabetically.


# 700ac1e0 08-Mar-2009 Stathis Kamperis <ekamperi@gmail.com>

sysconf(3): document _SC_PAGESIZE sysconf option


# 8a7bdfea 02-May-2008 Sascha Wildner <swildner@dragonflybsd.org>

Sweep over our manual pages and remove .Pp before a .Bd or .Bl without
-compact because it has no effect.


# dd47c5d8 21-Feb-2008 Hasso Tepper <hasso@dragonflybsd.org>

Add _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN variables to the
sysconf(3). These are nonstandard, but implemented in many systems.


# 44cb301e 26-May-2006 Sascha Wildner <swildner@dragonflybsd.org>

- Uniformly use .In for header file references.

- Fix numerous wrong directory names.


# 0b84df5c 17-Feb-2006 Sascha Wildner <swildner@dragonflybsd.org>

Sweep-fix man page section order to match mdoc(7), part 2/5.

Note: I haven't touched the few man pages that are still using
the old man(7) macros. They will be converted to mdoc later.


# cbd0496d 09-Nov-2004 Joerg Sonnenberger <joerg@dragonflybsd.org>

Define IOV_MAX for userland too and make it available via sysctl and
getconf/sysconf. This is kind of a hack, but too much code wants it.

Obtained-from: FreeBSD


12