OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / unistd / sysconf.c
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingersysconf.c: the clock_getres function is good for NPTL...
2012-06-15 Peter S. Mazingerwordexp.c, sysconf.c: include ctype.h for isspace
2012-04-17 Bernhard Reutner... sysconf: use getrlimit to determine ARG_MAX
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-29 Bernhard Reutner... sysconf: clock_getres depends on HAS_REALTIME
2010-08-05 Bernhard Reutner... sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSOR...
2010-07-09 Khem Rajinclude/param.h: Dont use ARG_MAX from kernel headers
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-17 Khem RajAssorted fixed to get nptl compiling on ARM
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-26 Bernhard Reutner... sync confname, environments with glibc
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleylibrt additions that are now possible with nptl
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-05 Bernhard Reutner... handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-06-16 Bernhard Reutner... - fix build error
2008-06-12 Peter KjellerstedtInclude sys/syscall.h since we are checking for __NR_cl...
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-01-22 Peter KjellerstedtRecognize _SC_MONOTONIC_CLOCK in sysconf() even if...
2007-01-21 Bernhard Reutner... - repair misplaced #endif that got introduced in r17410...
2007-01-20 "Steven J. Hill"The case for _SC_MONOTONIC_CLOCK should only exist...
2006-09-22 Peter KjellerstedtAdded support for sysconf(_SC_MONOTONIC_CLOCK).
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-11-29 Peter S. MazingerHiding again
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
2004-07-15 Eric AndersenCleanup a few of the more egregiously broken sysconf...
2003-11-05 Eric AndersenRip the guts out of the dynamically generated sysconf...
2002-12-04 Eric AndersenFor now, always claim we have exactly one cpu. It...
2002-07-15 Manuel Novoa III Clean up CLK_TCK situation. clock() and sysconf()...
2001-11-20 Eric AndersenOops. Lets try that again.
2001-11-20 Eric AndersenCan't use CLK_TCK in here since /usr/include/bits/time...
2001-10-14 Eric AndersenErwin Authried <eauth@softsys.co.at> noticed that _XOPE...
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-02-09 Eric AndersenImplement getdtablesize(), which is used by the rpc...
2001-01-27 Manuel Novoa III Enable auto-generation of a size-optimized sysconf...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-17 Manuel Novoa III Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MA...
2000-11-16 Eric AndersenBad Erik. Repeat after me: "I will always compile...
2000-11-16 Eric AndersenDoh!!! I am an idiot. I had broken malloc by disablin...
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.