about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Update pow() ULPsTulio Magno Quites Machado Filho2018-02-121-0/+2
* Remove slow paths from expSzabolcs Nagy2018-02-1215-174/+21
* Remove slow paths from powWilco Dijkstra2018-02-1222-503/+49
* linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433]Dmitry V. Levin2018-02-101-8/+0
* [AArch64] Fix testsuite error due to fpsr/fscr changeWilco Dijkstra2018-02-101-0/+2
* Add narrowing add functions.Joseph Myers2018-02-1050-1/+889
* Fix narrowing function tests build for powerpc64le.Joseph Myers2018-02-101-0/+6
* [RISC-V] Fix parsing flags in ELF64 files.DJ Delorie2018-02-091-1/+2
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+4
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+19
* [AArch64] Use builtins for fpcr/fpsrWilco Dijkstra2018-02-091-4/+11
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-071-18/+8
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-074-61/+37
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-071-14/+6
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-075-14/+16
* Remove slow paths from logWilco Dijkstra2018-02-072-205/+16
* Linux: use reserved name __key in pkey_get [BZ #22797]Igor Gnatenko2018-02-071-1/+1
* Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2018-02-068-670/+0
* Use xmalloc in tst-setcontext-fpscr.c (bug 19668).Joseph Myers2018-02-061-2/+2
* Only define loff_t for __USE_MISC (bug 14553).Joseph Myers2018-02-061-1/+1
* getlogin_r: switch Linux variant to struct scratch_bufferFlorian Weimer2018-02-061-21/+13
* Add TCP_FASTOPEN_KEY, TCP_FASTOPEN_NO_COOKIE from Linux 4.15.Joseph Myers2018-02-061-0/+2
* Add IPV6_FREEBIND from Linux 4.15.Joseph Myers2018-02-061-0/+1
* Add MAP_SYNC from Linux 4.15.Joseph Myers2018-02-0610-0/+20
* Add MAP_SHARED_VALIDATE from Linux 4.15.Joseph Myers2018-02-062-0/+4
* i386: Use __glibc_likely/__glibc_likely in dl-machine.hH.J. Lu2018-02-051-12/+12
* x86-64: Use __glibc_likely/__glibc_likely in dl-machine.hH.J. Lu2018-02-051-7/+7
* sparc: Check PIC instead of SHARED in start.S [BZ #22638]H.J. Lu2018-02-052-4/+4
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-028-8/+33
* aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2018-02-021-16/+16
* Update syscall-names.list for 4.15.Joseph Myers2018-02-011-2/+3
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-0115-30/+69
* Remove some math_private.h libc_feholdexcept_setround overrides.Joseph Myers2018-02-015-106/+0
* Remove some math_private.h libc_fe* overrides.Joseph Myers2018-02-014-12/+0
* Add feholdexcept inline in generic math_private.h.Joseph Myers2018-02-011-0/+12
* Move fenv.h override inline functions to generic math_private.h.Joseph Myers2018-02-012-14/+69
* Move some fenv.h override macros to generic math_private.h.Joseph Myers2018-02-015-25/+13
* Add ColdFire math-tests.h.Joseph Myers2018-02-011-0/+29
* Fix m68k bits/fenv.h for no-FPU ColdFire.Joseph Myers2018-02-011-11/+47
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-012-3/+26
* allocalim.h: use __glibc_likely instead of __builtin_expectSamuel Thibault2018-01-301-2/+2
* hurd: include generic's hp-timing.h instead of copying itSamuel Thibault2018-01-301-18/+1
* hurd: Add tlsdesc.symSamuel Thibault2018-01-301-0/+19
* hurd: disable hp timingSamuel Thibault2018-01-301-0/+38
* hurd: Fix comments for FREAD and FWRITESamuel Thibault2018-01-291-1/+1
* allocalim.h: Fix codestyleSamuel Thibault2018-01-291-3/+3
* Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab2018-01-292-24/+18
* hurd: Add expected ABI listsSamuel Thibault2018-01-2911-0/+3674
* RISC-V: Add ipc_priv.hPalmer Dabbelt2018-01-291-0/+21
* RISC-V: Build InfastructurePalmer Dabbelt2018-01-2918-0/+433