]> sourceware.org Git - glibc.git/history - sysdeps
Create <bits/mman-linux.h>
[glibc.git] / sysdeps /
2013-03-04 Andreas JaegerCreate <bits/mman-linux.h>
2013-03-04 Adhemerval ZanellaBZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm
2013-03-01 Joseph MyersUse same installed powerpc headers for hard and soft...
2013-03-01 Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-02-28 Joseph MyersRemove powerpc32 bounded-pointers code.
2013-02-28 Siddhesh PoyarekarSync up ppc add_magnitudes and sub_magnitudes with...
2013-02-27 Siddhesh PoyarekarFormat mpsqrt.c
2013-02-27 Siddhesh PoyarekarFormat mpatan2.c
2013-02-27 Siddhesh PoyarekarFormat mpatan.c
2013-02-27 Siddhesh PoyarekarFormat mptan.c
2013-02-27 Siddhesh PoyarekarFormat mplog.c
2013-02-26 Siddhesh PoyarekarAnother tweak to the multiplication algorithm
2013-02-26 Siddhesh PoyarekarDon't duplicate mpone and mptwo
2013-02-25 Siddhesh PoyarekarRemove commented declarations
2013-02-25 Siddhesh PoyarekarUse long wherever possible in mpa.c
2013-02-25 Siddhesh PoyarekarFormat slowexp.c
2013-02-25 Siddhesh PoyarekarReformat slowpow.c
2013-02-25 Siddhesh PoyarekarRemove commented code
2013-02-25 Siddhesh PoyarekarSync up powerpc __mp_dbl with default code
2013-02-21 Joseph MyersRemove remaining bounded-pointers support from i386...
2013-02-21 Siddhesh PoyarekarMark __inv as static in powerpc
2013-02-21 Siddhesh PoyarekarFix whitespace differences between generic and powerpc...
2013-02-21 Andreas KrebbelS/390: Fix _dl_runtime_profile for 32 bit.
2013-02-21 Siddhesh PoyarekarMark ZERO inputs to __mul as unlikely on powerpc
2013-02-20 Thomas SchwingeRespect the user's namespace in installed header files.
2013-02-20 Thomas Schwingebits/nan.h: Change __attribute_used__ to __attribute__...
2013-02-20 Siddhesh PoyarekarCopy comment about inner loop from powerpc mpa.c to...
2013-02-19 Joseph MyersRemove some bounded-pointers support from i386 .S files.
2013-02-18 Mike Frysingerunify xmalloc prototypes & friends
2013-02-18 Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-18 Siddhesh PoyarekarNew function _dl_find_dso_for_object
2013-02-18 Siddhesh PoyarekarFUTEX_*_REQUEUE_PI support for non-x86 code
2013-02-18 Andreas KrebbelS/390: Fix _dl_runtime_profile
2013-02-17 Joseph MyersRemove bounded-pointers handling from x86_64 assembly...
2013-02-15 Siddhesh PoyarekarDon't require LIM to determine loop end in __sqr
2013-02-15 Siddhesh PoyarekarUse intermediate variable to compute exponent in __mul
2013-02-15 Siddhesh PoyarekarFix determination of lower precision in __mul
2013-02-15 Joseph MyersRemove bounded-pointers build system support.
2013-02-15 Joseph MyersRemove miscellaneous bounded-pointers relics in C code.
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-14 Siddhesh PoyarekarRemove redundant return keyword
2013-02-14 Siddhesh PoyarekarUse __sqr instead of __mul wherever possible
2013-02-14 Siddhesh PoyarekarNew __sqr function as a faster special case of __mul
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-13 Siddhesh PoyarekarRemove unnecessary factorial array
2013-02-13 Siddhesh PoyarekarBetter exp polynomial
2013-02-13 Siddhesh PoyarekarOptimized mp multiplication
2013-02-13 Siddhesh PoyarekarClean up add_magnitudes and sub_magnitudes
2013-02-08 Joseph MyersRemove CHECK_N and bp-checks.h.
2013-02-08 Carlos O'DonellARM: Support loading unmarked objects from cache.
2013-02-08 Joseph MyersRemove CHECK_1 and CHECK_1_NULL_OK.
2013-02-08 Joseph MyersRemove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C...
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-02-05 Roland McGrathMove nss directory into sysdeps Subdirs.
2013-02-05 Roland McGrathAdd missing includes to sysdeps/generic/malloc-sysdep.h.
2013-02-04 David S. MillerAdd long-double sparc ULPs updates missing in previous...
2013-02-04 David S. MillerUpdate sparc ULPs after Joseph's casin fixes.
2013-02-04 Joseph MyersRemove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
2013-02-01 Joseph MyersRemove BOUNDED_N and BOUNDED_1.
2013-02-01 Joseph MyersRemove bp-start.h and INIT_ARGV_and_ENVIRON.
2013-01-31 Joseph MyersRemove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.
2013-01-31 Joseph MyersRemove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
2013-01-31 Joseph MyersRemove bp-semctl.h and CHECK_SEMCTL.
2013-01-31 Joseph MyersRemove bp-thunks code.
2013-01-31 Joseph MyersFix casinh spurious underflows away from [-i,i] (bug...
2013-01-23 David S. MillerAdd a minor 'cas' atomic optimization on sparc.
2013-01-23 Pino Toscanoulimit: remove buggy bsd implementation
2013-01-23 Pino Toscanoulimit: include <limits.h>
2013-01-23 Pino Toscanoulimit: move linux implementation as posix
2013-01-23 Andreas KrebbelS/390: Fix setjmp/longjmp FPR save/restore
2013-01-23 Joseph MyersMake bits/wchar.h correct for all architectures (bug...
2013-01-21 David S. MillerUse libgcc unwinder for sparc backtraces, if available.
2013-01-20 Andreas SchwabRemove use of mpa2.h
2013-01-18 Anton BlanchardPowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_ge...
2013-01-18 Siddhesh PoyarekarFix application of the exception mask
2013-01-18 Siddhesh PoyarekarSimplify calculation of 2^-m in __mpexp
2013-01-18 Siddhesh PoyarekarRemove unnecessary multiplication with RADIXI
2013-01-18 David S. MillerUpdate sparc ULPs.
2013-01-17 Joseph MyersFix cacos real-part inaccuracy for result real part...
2013-01-17 Pino ToscanoAdd HAVE_MREMAP for mremap usage
2013-01-17 Siddhesh PoyarekarFix header comment
2013-01-17 H.J. LuImplement x86 SIZE32/SIZE64 relocations
2013-01-17 Joseph MyersAdapt installed powerpc headers better for soft-float...
2013-01-16 Siddhesh PoyarekarConsolidate constant defines into mpa.h
2013-01-16 Siddhesh PoyarekarFix the value of TWO
2013-01-16 David S. MillerOptimize trunc{,f} on sparc.
2013-01-16 David S. MillerOptimize nearbyint{,f} on sparc.
2013-01-16 David S. MillerUse libc_fe*() in 32-bit nearbyint()
2013-01-15 Mike Frysingerscsi/sg.h: include stddef.h for size_t
2013-01-15 David S. MillerOptimize sparc {ceil,floor}{,f} using vis2 'siam' instr...
2013-01-15 David S. MillerOptimize fdim/fdimf on sparc.
2013-01-14 Roland McGrathFix up log format, wrap a long line.
2013-01-14 Siddhesh PoyarekarMinor tweak to mp multiplication
2013-01-14 Siddhesh PoyarekarFix code formatting in mpa.c
2013-01-14 Siddhesh PoyarekarRemove unnecessary local variable mptwo
2013-01-12 David S. MillerAdd 64-bit VIS3 optimized GMP routines for sparc.
2013-01-12 David S. MillerRedo sparc 32-bit V9 GMP optimizations with fixed copyr...
2013-01-12 David S. MillerAdjust sparc for Roland's multiarch sysdep directory...
2013-01-11 Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-11 Andreas JaegerAdd MSG_FASTOPEN
next
This page took 0.080128 seconds and 8 git commands to generate.