summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2010-03-05pull kernel-features.h from NPTLBernhard Reutner-Fischer
2010-03-04poll: unavailable on linux < 2.2.0Bernhard 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-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-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-19DO_XSI_MATH: add config knobBernhard Reutner-Fischer
2009-10-22disable _POSIX_SPAWN defineMike Frysinger
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
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-08-05handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2009-07-26enable nanosecond stat support for everyoneMike Frysinger
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-21byteswap: unify common definitionsMike Frysinger
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
2009-07-20some ports define ENOTSUPMike Frysinger
2009-07-20INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-02-18mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko
2009-02-13- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer
2009-01-22- make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2009-01-18__global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-27Help unifdef to remove private parts of headersDenis Vlasenko
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-22UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer
2008-12-22remove stray comment (the identical one is just a few lines down)Denis Vlasenko
2008-12-22Remove unused macrosDenis Vlasenko
2008-12-21more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko
2008-12-15remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-11Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso
2008-12-03A missing change when we recently released a lot of fixCarmelo Amoroso
2008-12-03Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-29reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer