aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar10-0/+30
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar1-0/+4
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar1-0/+5
2013-02-18S/390: Fix _dl_runtime_profileAndreas Krebbel1-32/+38
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers17-197/+32
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar1-10/+4
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar1-4/+15
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar1-1/+4
2013-02-15Remove bounded-pointers build system support.Joseph Myers3-5/+0
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers3-11/+2
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers12-43/+29
2013-02-14Remove redundant return keywordSiddhesh Poyarekar2-26/+0
2013-02-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar3-4/+4
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar7-2/+296
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers36-101/+81
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar1-10/+3
2013-02-13Better exp polynomialSiddhesh Poyarekar1-23/+37
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar1-8/+48
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar1-52/+60
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers30-141/+44
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell1-0/+1
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers32-159/+42
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers1-12/+0
2013-02-07Remove lots of inline keywords.Roland McGrath4-6/+7
2013-02-05Move nss directory into sysdeps Subdirs.Roland McGrath1-0/+1
2013-02-05Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath1-0/+3
2013-02-04Add long-double sparc ULPs updates missing in previous commit.David S. Miller1-0/+36
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller1-0/+126
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers26-109/+35
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers5-21/+3
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers2-72/+0
2013-01-31Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers1-27/+0
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers11-30/+11
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers5-88/+10
2013-01-31Remove bp-thunks code.Joseph Myers5-202/+0
2013-01-31Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers2-0/+366
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller2-12/+30
2013-01-23ulimit: remove buggy bsd implementationPino Toscano1-91/+0
2013-01-23ulimit: include <limits.h>Pino Toscano1-0/+1
2013-01-23ulimit: move linux implementation as posixPino Toscano1-0/+0
2013-01-23S/390: Fix setjmp/longjmp FPR save/restoreAndreas Krebbel3-9/+17
2013-01-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers1-32/+0
2013-01-21Use libgcc unwinder for sparc backtraces, if available.David S. Miller6-57/+188
2013-01-20Remove use of mpa2.hAndreas Schwab2-2/+0
2013-01-18PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard4-29/+33
2013-01-18Fix application of the exception maskSiddhesh Poyarekar1-1/+1
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar2-29/+34
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar1-3/+3
2013-01-17Update sparc ULPs.David S. Miller1-0/+74
2013-01-17Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers2-0/+21