summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-03-09bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger
2011-03-09types.h: remove __ipc_pid_tPeter S. Mazinger
2011-03-03add _dl_errno support to errno.h, cleanupPeter S. Mazinger
2011-03-03simplify guard of uClibc internalsPeter S. Mazinger
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03remove error handling from some syscallsPeter S. Mazinger
2011-03-03use common sigthread.hPeter S. Mazinger
2011-02-09sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-10-22sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko
2010-08-05math: isnan is a C99 featureHenning Heinold
2010-08-02nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer
2010-07-27new helper funcs for alloca/malloc with mmu/nommuMike Frysinger
2010-07-27remove trailing comma in enumBernhard Reutner-Fischer
2010-07-09include/param.h: Dont use ARG_MAX from kernel headersKhem Raj
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-07-03remove extra comma in lock macroAustin Foxley
2010-06-01bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy
2010-04-28fix a few build errors for the no threads caseAustin Foxley
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-20nptl: remove unneeded libc-lock.h includeTimo Teräs
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-05pull kernel-features.h from NPTLBernhard Reutner-Fischer
2010-03-04poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer
2010-02-19update kernel-features.h with futex featuresAustin Foxley
2010-02-17Assorted fixed to get nptl compiling on ARMKhem Raj
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-05kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer
2010-02-02time,times: stop interpreting negative return values ar errorsDenys Vlasenko
2009-11-30uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley
2009-11-30uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-26sync confname, environments with glibcBernhard Reutner-Fischer
2009-11-25in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer
2009-11-23bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-19DO_XSI_MATH: add config knobBernhard Reutner-Fischer
2009-11-09disable _POSIX_SPAWN defineMike Frysinger
2009-10-22disable _POSIX_SPAWN defineMike Frysinger
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-10-05descriptive error messageBernhard Reutner-Fischer
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko