summaryrefslogtreecommitdiffstats
path: root/libc/unistd/sysconf.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-3/+0
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-191-12/+12
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-3/+3
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-5/+4
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-1/+1
* More merging from trunk."Steven J. Hill"2007-01-211-21/+28
* Merge from trunk."Steven J. Hill"2006-08-211-0/+24
* Merge from trunk."Steven J. Hill"2006-02-251-5/+7
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+2
* Merge from trunk."Steven J. Hill"2005-12-021-6/+4
* Big sync with trunk."Steven J. Hill"2005-09-241-0/+2
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-151-31/+15
* Rip the guts out of the dynamically generated sysconf.c, and live with a simpleEric Andersen2003-11-051-162/+0
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-4/+5
* Oops. Lets try that again.Eric Andersen2001-11-201-0/+2
* Can't use CLK_TCK in here since /usr/include/bits/time.h nowEric Andersen2001-11-201-7/+6
* Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE isEric Andersen2001-10-141-1/+2
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+6
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-4/+4
* Implement getdtablesize(), which is used by the rpc crap.Eric Andersen2001-02-091-1/+1
* Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).Manuel Novoa III2001-01-271-110/+305
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-2/+2
* Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c.Manuel Novoa III2001-01-171-2/+9
* Bad Erik. Repeat after me: "I will always compile before I commit".Eric Andersen2000-11-161-1/+0
* Doh!!! I am an idiot. I had broken malloc by disabling getpagesize(), and IEric Andersen2000-11-161-4/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-0/+855