summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysconf.c
Commit message (Expand)AuthorAgeFilesLines
* Make sysconf(_SC_PAGESIZE) return the value from getpagesize(3).Edward Tomasz Napierala2018-11-191-4/+1
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Report _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX which show parametersKonstantin Belousov2017-04-121-6/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: Use namespace.h in a few more files.Jilles Tjoelker2015-12-201-2/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-2/+1
* Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX).Konstantin Belousov2014-07-091-3/+9
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-4/+0
* Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPUKonstantin Belousov2012-06-271-0/+4
* Use size of int to fetch sysctl kern.sched.cpusetsize because it hadDavid Xu2011-06-161-3/+3
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,David Xu2010-10-291-0/+9
* Split the contributed code from libc/stdtime from lib/libc/stdtimeEdwin Groothuis2010-02-261-1/+1
* stdio is currently limited to file descriptors not greater thanGarrett Wollman2008-02-271-1/+19
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatesPawel Jakub Dawidek2007-04-141-21/+18
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* band-aide until _SC_PHYS_PAGES actually is definedWarner Losh2006-12-141-0/+2
* Add support for _SC_PHYS_PAGES, which is not standard, but can be found inPawel Jakub Dawidek2006-12-141-1/+14
* goto break; != break;Doug Barton2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-6/+3
* Provide more correct default values for sysconf(3) reporting of the AIOAlfred Perlstein2002-11-161-0/+3
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-1/+23
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.Garrett Wollman2002-09-211-105/+351
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.Garrett Wollman2002-07-151-4/+3
* A break after a return is useless.Dima Dorfman2002-03-241-1/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-5/+2
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).Joseph Koshy2001-12-011-0/+8
* After one too many PRs on the subject, bite the bullet and define IOV_MAXGarrett Wollman2001-06-181-0/+12
* Add a trivial mechanism for returning a useful default value if one isMike Smith1998-06-011-1/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-53/+54
* Reviewed by: bdePeter Dufault1998-03-081-2/+2
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+107
* Include sys/time.h, not sys/user.h.David Greenman1995-12-081-1/+1
* Add #include <sys/user.h>.Poul-Henning Kamp1995-10-281-0/+1
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-1/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Include <time.h> instead of <sys/time.h> to get CLK_TCK. IncludingBruce Evans1995-02-031-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+188