summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysconf.c
AgeCommit message (Expand)Author
2022-07-19Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not.Claudio Jeker
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2013-03-24sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not somePhilip Guenther
2012-08-29Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctlyMatthew Dempsky
2012-06-24In sysconf(), don't bother querying the kernel for userspace-onlyMatthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2011-04-25Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for theStuart Henderson
2010-10-28support _SC_HOST_NAME_MAX; from bradTheo de Raadt
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2008-06-25Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,Todd C. Miller
2008-03-16Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.Mark Kettenis
2005-08-08zap remaining rcsid.Marc Espie
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2004-05-07Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...Theo de Raadt
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt