about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Use libc_ifunc macro for vfork in libpthread.Stefan Liebler2016-10-072-17/+9
* Use libc_ifunc macro for system in libpthread.Stefan Liebler2016-10-072-15/+8
* Use libc_ifunc macro for clock_* symbols in librt.Stefan Liebler2016-10-072-19/+19
* ppc: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-073-62/+73
* i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-076-49/+62
* s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler2016-10-0731-85/+208
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0739-238/+513
* Add configure check to test if gcc supports attribute ifunc.Stefan Liebler2016-10-077-0/+113
* Add iseqsig.Joseph Myers2016-10-0640-5/+348
* Update comments for some functions in s_sin.cSiddhesh Poyarekar2016-10-062-22/+20
* Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar2016-10-062-4/+7
* Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar2016-10-062-4/+11
* Manual typos: System Databases and Name Service SwitchSiddhesh Poyarekar2016-10-062-18/+23
* Manual typos: Contributors toRical Jasan2016-10-062-3/+5
* Manual typos: Library MaintenanceRical Jasan2016-10-062-1/+3
* Manual typos: InstallingRical Jasan2016-10-063-7/+10
* Manual typos: C Language Facilities in the LibraryRical Jasan2016-10-062-2/+4
* Manual typos: Internal probesRical Jasan2016-10-062-2/+4
* Manual typos: POSIX ThreadsRical Jasan2016-10-062-1/+3
* Manual typos: Debugging supportRical Jasan2016-10-062-2/+4
* Manual typos: DES Encryption and Password HandlingRical Jasan2016-10-062-4/+6
* Manual typos: System Configuration ParametersRical Jasan2016-10-062-5/+7
* Manual typos: System ManagementRical Jasan2016-10-062-25/+27
* Manual typos: Users and GroupsRical Jasan2016-10-062-17/+18
* Manual typos: Job ControlRical Jasan2016-10-062-1/+3
* Manual typos: ProcessesRical Jasan2016-10-062-1/+3
* Manual typos: The Basic Program/System InterfaceRical Jasan2016-10-064-14/+18
* Manual typos: Signal HandlingRical Jasan2016-10-062-3/+5
* Manual typos: Non-Local ExitsRical Jasan2016-10-062-4/+6
* Manual typos: Resource Usage and LimitationRical Jasan2016-10-062-26/+28
* Manual typos: Date and TimeRical Jasan2016-10-062-19/+21
* Manual typos: Arithmetic FunctionsRical Jasan2016-10-062-8/+10
* Manual typos: MathematicsRical Jasan2016-10-062-18/+20
* Manual typos: SyslogRical Jasan2016-10-062-2/+4
* Manual typos: Low-Level Terminal InterfaceRical Jasan2016-10-062-9/+11
* Manual typos: SocketsRical Jasan2016-10-062-14/+16
* Manual typos: File System InterfaceRical Jasan2016-10-062-21/+23
* Manual typos: Low-Level Input/OutputRical Jasan2016-10-062-37/+39
* Manual typos: Input/Output on StreamsRical Jasan2016-10-062-41/+46
* Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2016-10-062-1/+4
* Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2016-10-062-19/+29
* powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2016-10-052-55/+59
* Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers2016-10-042-14/+12
* powerpc: Installed-header hygieneTulio Magno Quites Machado Filho2016-10-044-9/+23
* S390: Regenerate ULPsStefan Liebler2016-10-042-8/+6
* Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers2016-10-032-0/+16
* Fix tst-memstream3 build failureAdhemerval Zanella2016-10-022-0/+5
* libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella2016-09-309-63/+348
* Use __builtin_fma more in dbl-64 code.Joseph Myers2016-09-303-8/+8
* Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2016-09-302-1/+11