summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-221-12/+5
* nptl: remove unneeded libc-lock.h includeTimo Teräs2010-04-201-1/+0
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-162-8/+21
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-0/+5
|\
| * pull kernel-features.h from NPTLBernhard Reutner-Fischer2010-03-051-18/+392
| * poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-041-0/+5
* | update kernel-features.h with futex featuresAustin Foxley2010-02-191-0/+17
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-171-5/+0
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-051-0/+17
|\|
| * time,times: stop interpreting negative return values ar errorsDenys Vlasenko2010-02-021-0/+17
| * uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* | kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer2010-02-051-0/+5
* | uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-285-114/+214
|\|
| * sync confname, environments with glibcBernhard Reutner-Fischer2009-11-262-17/+102
| * in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer2009-11-251-0/+2
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-232-97/+110
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-222-0/+4
|\|
| * SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
| * DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-0/+2
| * disable _POSIX_SPAWN defineMike Frysinger2009-10-221-0/+2
* | disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-2/+2
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-172-12/+84
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-15/+372
|/
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+8
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+5
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-051-0/+5
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-2/+2
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* byteswap: unify common definitionsMike Frysinger2009-07-212-87/+109
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-2/+2
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-092-3/+17
* syscall: unify common syscall definesMike Frysinger2009-07-082-1/+83
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+6
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-85/+87
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-0/+7
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-23/+0
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-01-221-0/+3
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-0/+4
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-55/+48
* __global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko2009-01-181-1/+2
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-293-7/+7
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+2
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-272-5/+12
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-273-96/+90