summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mib[2] is no longer used; ok guentherderaadt2020-10-121-2/+2
* Add hw.ncpuonline to count the number of online CPUs.cheloha2018-07-121-2/+2
* shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to beguenther2017-09-101-2/+2
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-1/+3
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+2
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-161-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-3/+3
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-7/+8
* sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not someguenther2013-03-241-7/+3
* Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctlymatthew2012-08-291-6/+38
* In sysconf(), don't bother querying the kernel for userspace-onlymatthew2012-06-241-40/+19
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-29/+231
* Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)ajacoutot2012-03-061-1/+3
* Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for thesthen2011-04-251-2/+3
* support _SC_HOST_NAME_MAX; from bradderaadt2010-10-281-1/+5
* Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andsthen2010-01-151-1/+10
* Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,millert2008-06-251-1/+15
* Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.kettenis2008-03-161-1/+27
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify function definitions and zap some `register'jfb2004-05-181-3/+2
* Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.millert2004-05-071-4/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleinkderaadt1998-06-021-1/+18
* Remove dead codetholo1996-09-151-2/+1
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+194