| Commit message (Expand) | Author | Age | Files | Lines |
* | sysconf: clock_getres depends on HAS_REALTIME | Bernhard Reutner-Fischer | 2011-04-29 | 1 | -3/+2 |
* | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer | 2010-08-05 | 1 | -8/+72 |
* | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj | 2010-07-09 | 1 | -1/+14 |
* | Assorted fixed to get nptl compiling on ARM | Khem Raj | 2010-02-17 | 1 | -3/+0 |
* | Merge remote branch 'origin/master' into nptl | Austin Foxley | 2009-11-28 | 1 | -1/+26 |
|\ |
|
| * | sync confname, environments with glibc | Bernhard Reutner-Fischer | 2009-11-26 | 1 | -1/+26 |
* | | librt additions that are now possible with nptl | Austin Foxley | 2009-10-17 | 1 | -2/+24 |
|/ |
|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -3/+0 |
* | handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer | 2009-08-05 | 1 | -12/+12 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -3/+3 |
* | - fix build error | Bernhard Reutner-Fischer | 2008-06-16 | 1 | -1/+1 |
* | Include sys/syscall.h since we are checking for __NR_clock_getres. | Peter Kjellerstedt | 2008-06-12 | 1 | -0/+1 |
* | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt | 2007-04-13 | 1 | -4/+2 |
* | Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres | Peter Kjellerstedt | 2007-01-22 | 1 | -2/+2 |
* | - repair misplaced #endif that got introduced in r17410. Fixes compilation. | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -1/+1 |
* | The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does. | "Steven J. Hill" | 2007-01-20 | 1 | -0/+2 |
* | Added support for sysconf(_SC_MONOTONIC_CLOCK). | Peter Kjellerstedt | 2006-09-22 | 1 | -0/+7 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -5/+6 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+2 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -3/+2 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -3/+2 |
* | include headers only if the related option is enabled | Peter S. Mazinger | 2005-09-21 | 1 | -0/+2 |
* | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | 2004-07-15 | 1 | -31/+15 |
* | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen | 2003-11-05 | 1 | -162/+0 |
* | For now, always claim we have exactly one cpu. It should | Eric Andersen | 2002-12-04 | 1 | -2/+4 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -4/+5 |
* | Oops. Lets try that again. | Eric Andersen | 2001-11-20 | 1 | -0/+2 |
* | Can't use CLK_TCK in here since /usr/include/bits/time.h now | Eric Andersen | 2001-11-20 | 1 | -7/+6 |
* | Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE is | Eric Andersen | 2001-10-14 | 1 | -1/+2 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+6 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -4/+4 |
* | Implement getdtablesize(), which is used by the rpc crap. | Eric Andersen | 2001-02-09 | 1 | -1/+1 |
* | Enable auto-generation of a size-optimized sysconf function (saves .5k on i386). | Manuel Novoa III | 2001-01-27 | 1 | -110/+305 |
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -2/+2 |
* | Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c. | Manuel Novoa III | 2001-01-17 | 1 | -2/+9 |
* | Bad Erik. Repeat after me: "I will always compile before I commit". | Eric Andersen | 2000-11-16 | 1 | -1/+0 |
* | Doh!!! I am an idiot. I had broken malloc by disabling getpagesize(), and I | Eric Andersen | 2000-11-16 | 1 | -4/+1 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -0/+855 |