Avoid warnings for unused results in nscd/connections.c.
[platform/upstream/glibc.git] / sysdeps /
2014-11-26 Joseph MyersFix sysdeps/mips/__longjmp.c warning.
2014-11-26 Joseph MyersFix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning.
2014-11-26 Joseph MyersFIx ldbl-128ibm frexpl for 32-bit systems (bug 16619...
2014-11-26 Adhemerval Zanellapowerpc: Fix missing barriers in atomic_exchange_and_ad...
2014-11-25 Anton Blanchardpowerpc: Fix __arch_compare_and_exchange_bool_64_rel
2014-11-25 Brooks Mosessysdeps/x86_64/start.S doesn't have a .size elf directi...
2014-11-24 Ryan CummingDefine CLOCK_TAI on Linux (bug 17608)
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24 Siddhesh PoyarekarRemove IS_IN_rtld
2014-11-24 Siddhesh PoyarekarRemove IS_IN_libm
2014-11-24 Siddhesh PoyarekarRemove IS_IN_libpthread
2014-11-24 Siddhesh PoyarekarRemove IS_IN_librt
2014-11-24 Siddhesh PoyarekarRemove IS_IN_nscd
2014-11-24 Siddhesh PoyarekarRemove IS_IN_ldconfig
2014-11-23 Samuel Thibaulthurd: Fix dlopening libraries from static programs
2014-11-23 Mike Frysingerarm: drop EABI check
2014-11-21 Andrew PinskiAArch64: Reformat inline-asm in elf_machine_load_address
2014-11-21 Will NewtonAArch64: Use ELF macros rather than Elf64 throughout
2014-11-21 Will NewtonAArch64: Update relocations for ILP32
2014-11-21 Torvald Riegelmicroblaze: 64b atomic operations are not supported.
2014-11-21 Alexandre Olivactermid: return string literal, document MT-Safety...
2014-11-20 Roland McGrathNPTL: Refactor scheduler setup in pthread_create.
2014-11-20 Torvald RiegelAdd arch-specific configuration for C11 atomics support.
2014-11-19 Siddhesh PoyarekarAuto-generate libc-modules.h
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-18 Roland McGrathNPTL: Move Linux-specific createthread.c to sysdeps.
2014-11-18 Joseph MyersFix libm mpone, mptwo namespace (bug 17616).
2014-11-17 Richard Hendersonalpha: Fix soft-fp breakage
2014-11-14 Roland McGrathRemove sigvec.
2014-11-14 Joseph MyersRemove x86_64 __GNUC_PREREQ (4, 6) conditional.
2014-11-14 Joseph MyersRemove ARM __GNUC_PREREQ(4,4) conditionals.
2014-11-14 David S. MillerFix sparc build.
2014-11-14 Joseph MyersFix build of C mempcpy and stpcpy.
2014-11-13 Stefan LieblerS/390: dl-machine.h: Use numbered labels in inline...
2014-11-13 Stefan LieblerS/390: Add SystemTap probes to longjmp and setjmp.
2014-11-13 Stefan LieblerS/390: Get rid of warning unused variable in dl-machine.h.
2014-11-13 Stefan LieblerS/390: Get rid of warning: the comparision will always...
2014-11-12 Joseph MyersFix __get_nprocs fgets_unlocked namespace (bug 17582).
2014-11-12 Joseph MyersFix x86_64 rawmemchr namespace (bug 17572).
2014-11-12 Joseph MyersFix qsort_r namespace (bug 17571).
2014-11-12 Joseph MyersFix __getcwd rewinddir namespace (bug 17584).
2014-11-12 Siddhesh PoyarekarUse GOT instead of GOT12 all over
2014-11-12 Siddhesh PoyarekarFix stack alignment when loader is invoked directly
2014-11-11 Alan Hayward[AArch64] Add ipc.h.
2014-11-11 Renlin Li[AArch64] End frame record chain correctly.
2014-11-07 Andreas Schwabm68k: don't expect PLT reference to __tls_get_addr
2014-11-07 Joseph MyersRemove __libc_waitpid function name.
2014-11-06 Carlos O'DonellRun check-localpltk/textrel/execstack over ld.so.
2014-11-05 Joseph MyersRemove INTDEF / INTUSE / INTVARDEF (bug 14132).
2014-11-05 Richard Earnshaw[AArch64] Add optimized strchrnul.
2014-11-05 Adhemerval Zanellapowerpc: Simplify encoding of POWER8 instruction
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-11-05 Joseph MyersDon't use INTDEF/INTUSE with _dl_mcount (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_init (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_argv (bug 14132).
2014-11-03 Adhemerval Zanellapowerpc: Fix encoding of POWER8 instruction
2014-11-01 Jose E. MarchesiFix sparc struct fpu definition.
2014-11-01 Joseph MyersRemove __libc_nanosleep function name.
2014-10-31 Torvald Riegelpowerpc: Change atomic_write_barrier to have release...
2014-10-31 Joseph MyersRemove __libc_pselect alias.
2014-10-31 Joseph MyersMove powerpc64 pread/pwrite definitions to syscalls...
2014-10-31 Torvald RiegelFix SPARC atomic_write_barrier.
2014-10-30 Joseph MyersRemove __libc_readv and __libc_writev function names.
2014-10-30 Joseph MyersRemove __libc_creat function name.
2014-10-28 Joseph MyersDon't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).
2014-10-27 Gratian Crisanarm: Re-enable PI futex support for ARM kernels >=...
2014-10-27 Joseph MyersMove setfsgid/setfsuid definitions to syscalls.list...
2014-10-27 Andreas SchwabFix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)
2014-10-24 Wilco DijkstraCall libc_fetestexcept_aarch64 from math_private.h...
2014-10-24 Wilco DijkstraCall libc_feholdexcept_aarch64 from math_private.h...
2014-10-24 Wilco DijkstraCall get_rounding_mode rather than duplicating function...
2014-10-24 Wilco DijkstraCleanup feenableexcept to use the same logic as the...
2014-10-24 Wilco DijkstraCleanup fedisableexcept to use the same logic as the...
2014-10-24 Wilco DijkstraCleanup feclearexcept to use the same logic as the...
2014-10-24 Wilco DijkstraCleanup fesetexceptflag to use the same logic as the...
2014-10-24 Wilco DijkstraRemove an unused include.
2014-10-24 Joseph MyersMove get*id and getgroups definitions to syscalls.list...
2014-10-24 Joseph MyersMove some chown / lchown / fchown definitions to syscal...
2014-10-24 Wilco DijkstraRemove spaces.
2014-10-24 Carlos O'Donellhppa: Make __SIGRTMIN 32 (ABI break).
2014-10-23 Joseph MyersDon't use INTDEF for powerpc32 compat symbols (bug...
2014-10-22 Roland McGrathARM: Use movw/movt more when available
2014-10-22 Maciej W. RozyckiMIPS: Avoid a dangling `vfork@GLIBC_2.0' reference
2014-10-20 Roland McGrathMake internal lock-init macros return void.
2014-10-20 Torvald Riegelpthread_once: Add fast path and remove x86 variants.
2014-10-20 Torvald Riegelpthread_once: Clean up constants.
2014-10-20 Joseph MyersMove readv and writev definitions to syscalls.list...
2014-10-17 Roland McGrathNPTL: Clean up THREAD_SYSINFO macros.
2014-10-16 Roland McGrathRemove sysdeps/arm/soft-fp directory.
2014-10-14 Siddhesh PoyarekarFix infinite loop in check_pf (BZ #12926)
2014-10-10 Joseph MyersDon't use INTVARDEF/INTUSE with __libc_enable_secure...
2014-10-09 Joseph MyersRemove stray *_internal aliases (bug 14132).
2014-10-09 Joseph Myerssoft-fp: Refactor exception handling for comparisons.
2014-10-09 Joseph Myerssoft-fp: Remove FP_CLEAR_EXCEPTIONS.
2014-10-08 Joseph MyersDon't use INTUSE with __adjtimex (bug 14132).
2014-10-06 Joseph MyersSupport and use mixed compat/non-compat aliases in...
2014-10-06 Joseph MyersMove some chown / lchown / fchown definitions to syscal...
2014-10-06 Adhemerval Zanellapowerpc: remove linux lowlevellock.h
2014-10-06 Chris Metcalftile: fix copyright header blocks in just-committed...
2014-10-06 Chris Metcalftile: add clock_gettime support via vDSO
next