about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* mach: Fix old-style function definition.Samuel Thibault2016-09-202-3/+2
* posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella2016-09-202-6/+6
* posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella2016-09-204-3/+188
* Fix exc2signal.c templateSamuel Thibault2016-09-202-12/+19
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-2012-83/+42
* Remove __nan{f,,l} macrosPaul E. Murphy2016-09-206-11/+12
* Make ldexpF generic.Paul E. Murphy2016-09-209-90/+115
* Remove remnants of .og patternsFlorian Weimer2016-09-206-7/+9
* sysd-rules: Cut down the number of rtld-% pattern rulesFlorian Weimer2016-09-202-0/+9
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-193-2/+9
* Add <limits.h> integer width macros.Joseph Myers2016-09-196-2/+212
* hurd: fix fcntl visibilitySamuel Thibault2016-09-182-1/+2
* hurd: fix pathconf visibilitySamuel Thibault2016-09-182-1/+5
* nptl: Consolidate sem_init implementationsAdhemerval Zanella2016-09-154-86/+8
* rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella2016-09-154-1/+143
* nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella2016-09-159-52/+82
* nptl: Remove sparc sem_waitAdhemerval Zanella2016-09-153-94/+3
* nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella2016-09-154-5/+157
* nptl: Consolidate sem_open implementationsAdhemerval Zanella2016-09-154-301/+8
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-158-46/+257
* Remove the ptw-% patternsFlorian Weimer2016-09-147-19/+38
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-1351-3925/+3983
* resolv: Remove _LIBC_REENTRANTFlorian Weimer2016-09-132-2/+4
* Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar2016-09-102-2/+4
* Remove __libc_csu_irel declarationSiddhesh Poyarekar2016-09-102-3/+4
* Add e500 version of fetestexceptflag.Joseph Myers2016-09-072-0/+28
* Add femode_t functions: sparc.Joseph Myers2016-09-073-0/+67
* Add femode_t functions: sh.Joseph Myers2016-09-073-0/+68
* Add femode_t functions: s390.Joseph Myers2016-09-073-0/+69
* Add femode_t functions: powerpc.Joseph Myers2016-09-077-0/+229
* Add femode_t functions: mips.Joseph Myers2016-09-073-0/+68
* Add femode_t functions: m68k.Joseph Myers2016-09-073-0/+62
* Add femode_t functions: ia64.Joseph Myers2016-09-073-0/+71
* Add femode_t functions: hppa.Joseph Myers2016-09-073-0/+66
* Add femode_t functions: arm.Joseph Myers2016-09-073-0/+77
* Add femode_t functions: alpha.Joseph Myers2016-09-073-0/+80
* Add femode_t functions: aarch64.Joseph Myers2016-09-073-0/+64
* Add femode_t functions.Joseph Myers2016-09-0761-5/+978
* X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu2016-09-066-3/+190
* S390: Support PLT and GOT references in check-localplt.Stefan Liebler2016-09-062-1/+13
* malloc: Automated part of conversion to __libc_lockFlorian Weimer2016-09-064-60/+69
* conform tests: call perl with '-I.'Aurelien Jarno2016-09-052-3/+9
* Set NODELETE flag after checking for NULL pointerAurelien Jarno2016-09-034-7/+88
* NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath2016-09-022-0/+3
* Fix generic wait3 after union wait_status removal.Roland McGrath2016-09-022-1/+4
* NaCl: Fix compile error in clock function.Roland McGrath2016-09-022-1/+5
* Inline all support functions for sin and cosSiddhesh Poyarekar2016-09-022-24/+43
* Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar2016-09-022-18/+5
* Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar2016-09-022-109/+101
* vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer2016-09-022-12/+18