aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar
2013-02-21S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar
2013-02-19Remove some bounded-pointers support from i386 .S files.Joseph Myers
2013-02-18unify xmalloc prototypes & friendsMike Frysinger
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar
2013-02-18S/390: Fix _dl_runtime_profileAndreas Krebbel
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-02-14Remove redundant return keywordSiddhesh Poyarekar
2013-02-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar
2013-02-13Better exp polynomialSiddhesh Poyarekar
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-02-05Move nss directory into sysdeps Subdirs.Roland McGrath
2013-02-05Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath
2013-02-04Add long-double sparc ULPs updates missing in previous commit.David S. Miller
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers
2013-01-31Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers
2013-01-31Remove bp-thunks code.Joseph Myers
2013-01-31Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller
2013-01-23ulimit: remove buggy bsd implementationPino Toscano
2013-01-23ulimit: include <limits.h>Pino Toscano
2013-01-23ulimit: move linux implementation as posixPino Toscano