about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-03146-248/+248
* getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer2017-08-031-0/+2
* tst-tlsopt-powerpc as a shared libAlan Modra2017-08-034-48/+57
* Add missing include for pthread_setcancelstateSamuel Thibault2017-08-031-0/+1
* [hurd]: Add __libc_init_secure stubSamuel Thibault2017-08-021-0/+7
* x86-64: Check PIC instead of SHARED in start.SH.J. Lu2017-08-021-1/+1
* i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu2017-08-028-34/+34
* i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu2017-08-023-3/+3
* microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)Nathan Rossi2017-07-281-1/+1
* Update Microblaze libm-test-ulpsNathan Rossi2017-07-281-50/+115
* Update Nios II ULPs file.Chung-Lin Tang2017-07-281-8/+12
* Update Alpha libm-test-ulpsAdhemerval Zanella2017-07-271-80/+88
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-243-15/+54
* Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu2017-07-241-5/+10
* Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab2017-07-242-5/+5
* S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin2017-07-231-16/+52
* [BZ 19170]John David Anglin2017-07-231-3/+13
* Fix cexpl when compiled with latest GCCSteve Ellcey2017-07-211-0/+1
* Update sparc ulpsAdhemerval Zanella2017-07-191-80/+88
* alpha: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella2017-07-191-0/+1
* i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-191-0/+4
* [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12Szabolcs Nagy2017-07-192-4/+6
* [AArch64] Fix out of bound array access regressionSzabolcs Nagy2017-07-181-30/+8
* powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho2017-07-176-1/+226
* hppa: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella2017-07-171-1/+1
* Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy2017-07-171-0/+3
* Return to caller if dl_fixup fails to resolve callee on hppa.John David Anglin2017-07-161-0/+12
* Add CFI annotation.John David Anglin2017-07-164-0/+12
* Fix stack offset for r19 load in __getcontext.John David Anglin2017-07-161-1/+1
* Fix __setcontext return value on hppa.John David Anglin2017-07-161-1/+1
* Fix syscall cancellation on hppa.John David Anglin2017-07-162-39/+23
* Remove _exit entry from sysdeps/unix/sysv/linux/hppa/localplt.data.John David Anglin2017-07-161-1/+0
* Remove extra braces from sysdeps/hppa/__longjmp.c.John David Anglin2017-07-161-2/+0
* Fix [BZ 20098].John David Anglin2017-07-161-18/+46
* Fix [BZ locale/19838].John David Anglin2017-07-151-1/+1
* Fix failing sNaN tests on hppa.John David Anglin2017-07-151-0/+22
* [ARM] Fix ld.so crash when built using Binutils 2.29Jiong Wang2017-07-131-2/+10
* Fix type in sysdeps/hppa/dl-machine.h.John David Anglin2017-07-121-1/+1
* powerpc64le: Iterate over all object suffixes when appending -mfloat128Gabriel F. T. Gomes2017-07-111-4/+10
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-5/+6
* posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella2017-07-111-0/+1
* S390: Fix tst-ptrace-singleblock if kernel does not support PTRACE_SINGLEBLOCK.Stefan Liebler2017-07-111-2/+52
* x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-101-0/+4
* Update hppa ulps.John David Anglin2017-07-091-50/+54
* Use generic pthread support on hppa.John David Anglin2017-07-098-382/+20
* x86-64: Update comments in IFUNC selectorsH.J. Lu2017-07-0916-21/+16
* x86-64: Update comments in ifunc-impl-list.cH.J. Lu2017-07-091-16/+16
* Fix BZ #21049.John David Anglin2017-07-091-4/+7
* nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale2017-07-061-1/+1
* x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu2017-07-066-2/+130