about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2018-03-2221-210/+95
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-2112-200/+115
* Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers2018-03-203-71/+6
* Fix signed integer overflow in random_r (bug 17343).Joseph Myers2018-03-202-5/+10
* Fix errno valuesSamuel Thibault2018-03-203-26/+22
* hurd: Code style fixesSamuel Thibault2018-03-203-49/+52
* Add narrowing subtract functions.Joseph Myers2018-03-2061-4/+24780
* Add SHT_X86_64_UNWIND to elf.h (bug 20079).Joseph Myers2018-03-192-0/+8
* Undefine attribute_hidden to fix benchtestsWilco Dijkstra2018-03-192-0/+5
* hurd: Fix build with latest htlSamuel Thibault2018-03-191-1/+1
* hurd: fix buildSamuel Thibault2018-03-181-1/+1
* Hurd: fix port leak in TLSRichard Braun2018-03-182-8/+18
* hurd: Add mlockall supportSamuel Thibault2018-03-183-0/+84
* hurd: Fix boot with statically-linked exec serverSamuel Thibault2018-03-182-1/+3
* hurd: Fix O_DIRECTORY | O_NOFOLLOWSamuel Thibault2018-03-183-1/+7
* hurd: Fix O_NOFOLLOWSamuel Thibault2018-03-182-16/+22
* hurd: Fix copyright yearsSamuel Thibault2018-03-183-3/+3
* hurd: Reimplement libc locks using mach's gsyncAgustina Arzille2018-03-1820-314/+689
* hurd: Rewrite __libc_cleanup_*Agustina Arzille2018-03-182-17/+39
* hurd: Add missing includeSamuel Thibault2018-03-182-0/+5
* x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault2018-03-182-4/+6
* hurd: Fix coding styleSamuel Thibault2018-03-185-12/+12
* hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault2018-03-176-23/+45
* hurd: Replace threadvars with TLSSamuel Thibault2018-03-1723-263/+188
* hurd: Fix getting signal thread stack layout for forkSamuel Thibault2018-03-172-1/+25
* hurd: add TLS supportSamuel Thibault2018-03-179-10/+132
* NEWS: Mention the locale data changes (bug 22848, 22937, 22963).Rafal Luzynski2018-03-161-0/+4
* Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers2018-03-162-13/+3
* Update i386 libm-test-ulps.Joseph Myers2018-03-163-24/+29
* Revert m68k __ieee754_sqrt changeWilco Dijkstra2018-03-162-0/+6
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-1510-253/+24
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1548-103/+154
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-1510-3/+42
* Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers2018-03-152-183/+27
* Use correct includes in benchtestsWilco Dijkstra2018-03-157-2/+24
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2018-03-152-4/+7
* cs_CZ locale: Add alternative month names (bug 22963).Rafal Luzynski2018-03-152-1/+21
* Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937).Rafal Luzynski2018-03-153-2/+24
* lt_LT locale: Update abbreviated month names (bug 22932).Rafal Luzynski2018-03-152-6/+11
* ca_ES locale: Update LC_TIME (bug 22848).Robert Buj2018-03-152-40/+91
* malloc: harden removal from unsorted listFrancois Goichon2018-03-141-0/+2
* Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers2018-03-142-306/+33
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2018-03-142-2/+9
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2018-03-132-15/+87
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-1312-10/+416
* Update translations from the Translation ProjectDmitry V. Levin2018-03-122-3132/+6066
* Lookup the startup server through /servers/startupDavid Michael2018-03-122-2/+9
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-112-0/+6
* hurd: add gscope supportSamuel Thibault2018-03-1121-0/+50
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-1023-3/+55