summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-222-52/+48
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-137/+57
* remove stray comment (the identical one is just a few lines down)Denis Vlasenko2008-12-221-2/+0
* Remove unused macrosDenis Vlasenko2008-12-221-15/+0
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-22/+0
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-153-82/+33
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-111-0/+80
* A missing change when we recently released a lot of fixCarmelo Amoroso2008-12-031-2/+0
* Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso2008-12-032-1/+2
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-012-13/+29
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-42/+85
* reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko2008-11-291-5/+11
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-3/+3
* - hide locksBernhard Reutner-Fischer2008-11-251-3/+3
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-0/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-204-0/+6
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+6
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-6/+0
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-262-0/+102
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-3/+3
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-236-8/+8
* Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso2008-07-022-138/+1
* Fix typo in macro for tls access modelCarmelo Amoroso2008-05-291-1/+1
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
* Enable all of the remaining baud rates. All of the other architectures have t..."Steven J. Hill"2007-07-181-4/+0
* svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley2007-03-081-5/+0
* ifdef out RTLD defines we dont actually support nor are in POSIXMike Frysinger2007-02-281-0/+2
* Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt2007-02-021-2/+4
* - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/gBernhard Reutner-Fischer2007-01-291-2/+2
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
* Disable declarations for NPTL."Steven J. Hill"2007-01-201-0/+2
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-101-1/+1