about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-213-4/+4
* S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2013-02-211-5/+11
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-1/+1
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-1/+1
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-203-2/+12
* Remove some bounded-pointers support from i386 .S files.Joseph Myers2013-02-1951-477/+27
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-7/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-1810-0/+30
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-0/+4
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-0/+5
* S/390: Fix _dl_runtime_profileAndreas Krebbel2013-02-181-32/+38
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-1717-197/+32
* Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2013-02-161-10/+4
* Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2013-02-161-4/+15
* Fix determination of lower precision in __mulSiddhesh Poyarekar2013-02-151-1/+4
* Remove bounded-pointers build system support.Joseph Myers2013-02-153-5/+0
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-153-11/+2
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-1412-43/+29
* Remove redundant return keywordSiddhesh Poyarekar2013-02-142-26/+0
* Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar2013-02-143-4/+4
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-147-2/+296
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-1336-101/+81
* Remove unnecessary factorial arraySiddhesh Poyarekar2013-02-131-10/+3
* Better exp polynomialSiddhesh Poyarekar2013-02-131-23/+37
* Optimized mp multiplicationSiddhesh Poyarekar2013-02-131-8/+48
* Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar2013-02-131-52/+60
* Remove CHECK_N and bp-checks.h.Joseph Myers2013-02-0830-141/+44
* ARM: Support loading unmarked objects from cache.Carlos O'Donell2013-02-081-0/+1
* Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers2013-02-0832-159/+42
* Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers2013-02-081-12/+0
* Remove lots of inline keywords.Roland McGrath2013-02-074-6/+7
* Move nss directory into sysdeps Subdirs.Roland McGrath2013-02-051-0/+1
* Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath2013-02-051-0/+3
* Add long-double sparc ULPs updates missing in previous commit.David S. Miller2013-02-041-0/+36
* Update sparc ULPs after Joseph's casin fixes.David S. Miller2013-02-041-0/+126
* Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2013-02-0426-109/+35
* Remove BOUNDED_N and BOUNDED_1.Joseph Myers2013-02-015-21/+3
* Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers2013-02-012-72/+0
* Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers2013-01-311-27/+0
* Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers2013-01-3111-30/+11
* Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers2013-01-315-88/+10
* Remove bp-thunks code.Joseph Myers2013-01-315-202/+0
* Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers2013-01-312-0/+366
* Add a minor 'cas' atomic optimization on sparc.David S. Miller2013-01-232-12/+30
* ulimit: remove buggy bsd implementationPino Toscano2013-01-231-91/+0
* ulimit: include <limits.h>Pino Toscano2013-01-231-0/+1
* ulimit: move linux implementation as posixPino Toscano2013-01-231-0/+0
* S/390: Fix setjmp/longjmp FPR save/restoreAndreas Krebbel2013-01-233-9/+17