aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer13-15/+103
2018-02-02aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2-16/+18
2018-02-02benchtests: Make bench-memcmp print jsonSiddhesh Poyarekar2-26/+52
2018-02-02benchtests: Reallocate buffers for every test runSiddhesh Poyarekar2-10/+18
2018-02-01Update syscall-names.list for 4.15.Joseph Myers2-2/+7
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers16-30/+101
2018-02-01Remove some math_private.h libc_feholdexcept_setround overrides.Joseph Myers6-106/+9
2018-02-01Remove some math_private.h libc_fe* overrides.Joseph Myers5-12/+14
2018-02-01Add feholdexcept inline in generic math_private.h.Joseph Myers2-0/+18
2018-02-01Move fenv.h override inline functions to generic math_private.h.Joseph Myers4-14/+114
2018-02-01Move some fenv.h override macros to generic math_private.h.Joseph Myers6-25/+31
2018-02-01Add ColdFire math-tests.h.Joseph Myers2-0/+31
2018-02-01Fix m68k bits/fenv.h for no-FPU ColdFire.Joseph Myers2-11/+74
2018-02-01Do not use packed structures in soft-fp.Joseph Myers6-6/+15
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell3-3/+38
2018-02-01Open master branch for glibc 2.28 developmentglibc-2.27.9000Dmitry V. Levin3-2/+30
2018-02-01Update for 2.27 releaseglibc-2.27Dmitry V. Levin3-3/+7
2018-02-01Fix ChangeLog formattingDmitry V. Levin1-23/+24
2018-02-01NEWS: add the list of bugs fixed in 2.27Dmitry V. Levin2-2/+316
2018-02-01Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343]Florian Weimer2-0/+5
2018-02-01stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella2-1/+9
2018-02-01Update contributions in the manualDmitry V. Levin2-4/+20
2018-02-01NEWS: List the languages which use the alternative months.Rafal Luzynski2-1/+15
2018-02-01crypt: Fix badsalttest test (Bug 22765)Il'ya Malakhov2-0/+8
2018-01-31Fix typo in the previous commitDmitry V. Levin2-2/+2
2018-01-31Update information about the newest versions of tools used to build glibcDmitry V. Levin3-12/+20
2018-01-30allocalim.h: use __glibc_likely instead of __builtin_expectSamuel Thibault2-2/+7
2018-01-30hurd: Fix ChangeLog dateSamuel Thibault1-2/+2
2018-01-30nss: Adjust tests to use nss_files onlyFlorian Weimer3-0/+12
2018-01-30hr_HR: Add alternative month names (bug 10871).Rafal Luzynski2-2/+22
2018-01-30hurd: include generic's hp-timing.h instead of copying itSamuel Thibault1-18/+1
2018-01-30hurd: Add tlsdesc.symSamuel Thibault2-0/+20
2018-01-30hurd: disable hp timingSamuel Thibault2-0/+39
2018-01-29hurd: Fix comments for FREAD and FWRITESamuel Thibault3-5/+4
2018-01-29malloc: Use assert.h's assert macroSamuel Thibault2-7/+7
2018-01-29libio: Rename _FWRITE to FWRITE_FUNCSamuel Thibault3-6/+8
2018-01-29allocalim.h: Fix codestyleSamuel Thibault2-3/+5
2018-01-29hurd: Fix ChangeLog dateSamuel Thibault1-1/+1
2018-01-29hurd: Fix preprocessor indentationSamuel Thibault5-35/+35
2018-01-29Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab3-24/+24
2018-01-29hurd: Add expected ABI listsSamuel Thibault14-4/+3695
2018-01-29RISC-V: Add ipc_priv.hPalmer Dabbelt2-0/+25
2018-01-29Add RISC-V to build-many-glibcs.pyPalmer Dabbelt2-0/+19
2018-01-29RISC-V: Build InfastructurePalmer Dabbelt19-0/+451
2018-01-29RISC-V: Add ABI ListsPalmer Dabbelt20-0/+8101
2018-01-29RISC-V: Linux Startup and Dynamic Loading CodePalmer Dabbelt4-0/+155
2018-01-29RISC-V: Linux ABIPalmer Dabbelt24-0/+1445
2018-01-29RISC-V: Linux Syscall InterfacePalmer Dabbelt10-0/+610
2018-01-29RISC-V: Atomic and Locking RoutinesPalmer Dabbelt5-0/+307
2018-01-29RISC-V: Hard Float SupportPalmer Dabbelt59-0/+2219