]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps
Port the 0x7efe...feff pattern to GCC 6.
[thirdparty/glibc.git] / sysdeps /
2015-08-18  H.J. LuDefine HAS_CPUID/HAS_I586/HAS_I686 from -march=
2015-08-18  Alan Modrahppa: start.S: rework references to fix PIE TEXTRELs...
2015-08-18  Mike Frysingerhppa: timerfd.h: move to common sys/timerfd.h
2015-08-18  Mike Frysingerhppa: signalfd.h: move to common sys/signalfd.h
2015-08-18  Mike Frysingerhppa: inotify.h: move to common sys/inotify.h
2015-08-18  Mike Frysingerhppa: eventfd.h: move to common sys/eventfd.h
2015-08-18  Mike Frysingerhppa: epoll.h: move to common sys/epoll.h
2015-08-18  Mike Frysingerhppa: sigaction.h: update define export based on __USE_...
2015-08-18  Mike Frysingerhppa: shm.h: add SHM_EXEC
2015-08-18  Mike Frysingerhppa: drop __ASSUME_LWS_CAS define
2015-08-18  Mike Frysingerhppa: assume TLS everywhere
2015-08-17  Andreas SchwabAdd version set GLIBC_2.19 for linux/powerpc
2015-08-15  Paul PluzhnikovFix BZ #18084 -- backtrace (..., 0) dumps core on x86.
2015-08-14  Joseph MyersFix fma spurious underflows (bug 18824).
2015-08-14  Paul PluzhnikovRegenerated sysdeps/x86_64/fpu/libm-test-ulps with...
2015-08-14  Siddhesh PoyarekarRemove incorrect register mov in floorf/nearbyint on...
2015-08-13  Joseph MyersAdd more random libm-test inputs.
2015-08-13  Joseph MyersFix tanh missing underflows (bug 16520).
2015-08-13  H.J. LuCheck if cpuid is available in init_cpu_features
2015-08-13  H.J. LuDon't include <cpuid.h> in elision-conf.h
2015-08-13  H.J. LuUpdate x86 elision-conf.c for <cpu-features.h>
2015-08-13  H.J. LuUpdate libmvec multiarch functions for <cpu-features.h>
2015-08-13  H.J. LuUpdate i686 multiarch functions for <cpu-features.h>
2015-08-13  H.J. LuUpdate x86_64 multiarch functions for <cpu-features.h>
2015-08-13  H.J. LuAdd _dl_x86_cpu_features to rtld_global
2015-08-12  Paul PluzhnikovFix BZ #18086 -- nice resets errno to 0.
2015-08-11  Ondrej Bilkapowerpc: Fix stpcpy performance for power8
2015-08-11  Adhemerval Zanellapowerpc: Fix PPC64/POWER7 conform tests
2015-08-11  Adhemerval Zanellapowerpc: Use default strcpy optimization for POWER7
2015-08-11  Adhemerval Zanellapowerpc: Fix strnlen/power7 build
2015-08-11  Adhemerval Zanellapowerpc: Fix strstr/power7 build
2015-08-11  Andreas SchwabRemove unused definition of __openat(64)_nocancel
2015-08-11  Joseph MyersAdd more tests of various libm functions.
2015-08-10  Joseph MyersFix ldbl-128ibm tanhl inaccuracy (bug 18790).
2015-08-10  Andreas SchwabReadd O_LARGEFILE flag for openat64 (bug 18781)
2015-08-10  Joseph MyersFix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).
2015-08-09  H.J. LuAdd a missing break in tst-auditmod3b.c
2015-08-09  Mike Frysingerhppa: put custom madvise defines behind __USE_MISC
2015-08-09  John David Anglinhppa: Fix miscompilation of sched_setaffinity() [BZ...
2015-08-08  John David Anglinhppa: Fix reload error with atomic code [BZ #18787]
2015-08-08  Mike Frysingermicroblaze: include unix/sysdep.h
2015-08-07  Joseph MyersFix tan missing underflows (bug 16517).
2015-08-07  Mike Frysingerhppa: _dl_symbol_address: add missing hidden def
2015-08-06  Joseph MyersFix sinh missing underflows (bug 16519).
2015-08-05  Andreas SchwabProperly terminate FDE in makecontext for m68k (bug...
2015-08-05  H.J. LuAlign stack to 16 bytes when calling __errno_location
2015-08-05  H.J. LuAlign stack to 16 bytes when calling __gettimeofday
2015-08-05  H.J. LuAlign stack to 16 bytes when calling __setcontext
2015-08-05  H.J. LuCompile {memcpy,strcmp}-sse2-unaligned.S only for libc
2015-08-05  Wilco DijkstraImprove performance of mempcpy by inlining and using...
2015-08-05  Wilco DijkstraImprove feenableexcept performance - avoid an unnecessa...
2015-08-05  Wilco DijkstraImprove fesetenv performance by avoiding unnecessary...
2015-08-05  Joseph MyersFix powf (close to -1, large) (bug 18647).
2015-08-05  Adhemerval Zanellaarm: Assembly implementation cleanup
2015-08-05  Mike Frysingermmap64: fix undef warnings
2015-08-04  Chris Metcalftilepro: fix warnings in sysdeps/tile/tilepro/bits...
2015-08-04  Andreas SchwabProperly terminate FDE in makecontext for ix86 (bug...
2015-07-30  Andrew SenkevichPrevent runtime fail of SSE vector math tests on non...
2015-07-30  Mike Frysingerhppa: fix pthreadtypes.h namespace failures
2015-07-30  Torvald Riegelhppa: Remove custom lowlevellock.h.
2015-07-30  Mike Frysingerhppa: sigaction.h: change sa_flags to an int
2015-07-30  Mike Frysingerhppa: fix sysdep.h header setup
2015-07-30  Mike Frysingerhppa: rewrite INLINE_SYSCALL
2015-07-29  H.J. LuExtend local PLT reference check
2015-07-29  Andrew SenkevichAdded runtime check for AVX vector math tests.
2015-07-28  Mike Frysingeria64: drop __tls_get_addr from expected ld.so plt usage
2015-07-28  Mike Frysingeria64: atomic.h: fix atomic_exchange_and_add 64bit handling
2015-07-28  Mike Frysingeria64: clean up old kernel headers cruft
2015-07-26  Chung-Lin TangFixes extern protected data handling testcases elf...
2015-07-25  Chung-Lin TangUpdate Nios II ulps file.
2015-07-25  Chung-Lin TangFix order of arguments to rt_sigprocmask syscall when...
2015-07-24  Roland McGrathNaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.
2015-07-24  Adhemerval ZanellaUpdate powerpc-fpu libm-test-ulps.
2015-07-24  Andrew SenkevichFixed several libmvec bugs found during testing on...
2015-07-24  Szabolcs Nagy[ARM][BZ #17711] Fix extern protected data handling
2015-07-24  Szabolcs Nagy[AArch64][BZ #17711] Fix extern protected data handling
2015-07-24  Roland McGrathMake sysdeps/posix bring in login subdir.
2015-07-23  Roland McGrathNaCl: Fix missing getdtablesize symbol.
2015-07-23  Mike Frysingeria64: sigaction.h: fix sa_flags ordering
2015-07-22  Mike Frysingeria64: msg.h: fix msg_qnum/msg_qbytes types
2015-07-22  Mike Frysingeria64: stat.h: rename pad0 to __glibc_reserved0
2015-07-22  Mike Frysingeria64: sifaction.h: change sa_flags to an int
2015-07-22  Mike Frysingeria64: siginfo.h: delete siginfo name
2015-07-21  Roland McGrathNaCl: Use only nacl_irt_dev_filename, never nacl_irt_fi...
2015-07-21  Roland McGrathAdd abilist files and NEWS item for arm-nacl port.
2015-07-21  Chris Metcalftile: Fix BZ #18508 (makecontext yield infinite backtrace)
2015-07-21  Mike Frysingersparc: fix sigaction for 32bit builds [BZ #18694]
2015-07-20  Andreas Schwabm68k: update libm test ULPs
2015-07-20  H.J. LuAdd si_addr_bnd to _sigfault in x86 struct siginfo
2015-07-16  David S. MillerRegenerate SPARC ULPs.
2015-07-16  Rajalakshmi Sriniv... powerpc: strstr optimization
2015-07-16  Mike Frysingerhppa/ia64: _dl_unmap: make it hidden
2015-07-16  Mike Frysingerhppa/ia64: _dl_symbol_address: add PLT bypass for rtld
2015-07-15  David S. MillerFix sparc build.
2015-07-15  Arjun ShankarModify several tests to use test-skeleton.c
2015-07-15  Stefan Liebleri686: Mark stdlib/tst-makecontext as XFAIL.
2015-07-15  Stefan LieblerS390: Regenerate ULPs
2015-07-14  Roland McGrathFactor file identity rules out of generic rtld code.
2015-07-13  Wilco DijkstraAdd AArch64 versions of math_opt_barrier and math_force...
2015-07-13  Wilco DijkstraOptimize the strlen implementation by using a page...
next