about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* math: move x86_64 (l)lrint(f) functions to C with inline asmAlexander Monakov2020-03-248-20/+32
* math: move i386 sqrt to C with inline asmAlexander Monakov2020-03-242-21/+15
* math: move i386 sqrtf to C with inline asmAlexander Monakov2020-03-242-7/+12
* math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov2020-03-248-18/+28
* math: move x87-family fabs functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x86_64 fabs, fabsf to C with inline asmAlexander Monakov2020-03-244-16/+20
* fix parsing offsets after long timezone namesSamuel Holland2020-03-211-5/+5
* avoid out-of-bounds read for invalid quoted timezoneSamuel Holland2020-03-211-2/+2
* remove redundant condition in memccpyAlexander Monakov2020-03-201-1/+1
* ldso: remove redundant switch case for REL_NONEFangrui Song2020-03-201-2/+0
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-142-2/+0
* improve strerror speedTimo Teräs2020-03-142-22/+32
* fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker2020-03-143-0/+30
* work around negated error code bug on some mips kernelsRich Felker2020-03-143-22/+22
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-142-56/+61
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-042-7/+0
* add PTHREAD_NULLRich Felker2020-02-261-0/+3
* use __socketcall to simplify socket()Rich Felker2020-02-221-5/+5
* remove wrap_write helper from vdprintfRich Felker2020-02-211-6/+1
* math: fix sinh overflows in non-nearest roundingSzabolcs Nagy2020-02-217-10/+12
* math: fix __rem_pio2 in non-nearest rounding modesSzabolcs Nagy2020-02-213-3/+41
* release 1.2.0 v1.2.0Rich Felker2020-02-202-1/+37
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-124-6/+10
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-069-62/+3
* rename i386 exp.s to exp_ld.sRich Felker2020-02-062-0/+1
* fix excess precision in return value of i386 log-family functionsRich Felker2020-02-068-0/+20
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-066-42/+75
* fix excess precision in return value of i386 atan[2][f]Rich Felker2020-02-064-2/+8
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-3010-18/+25
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker2020-01-291-5/+0
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-253-12/+15
* fix riscv64 a_cas inline asm operand sign extensionLuís Marques2020-01-221-1/+1
* fix incorrect escaping in add-cfi.*.awk scriptsWill Dietz2020-01-202-2/+2
* add thumb2 support to arm assembler memcpyAndre McCurdy2020-01-162-6/+9
* fix incorrect __hwcap seen in dynamic-linked __set_thread_areaRich Felker2020-01-151-1/+1
* define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen2020-01-111-1/+2
* fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker2020-01-011-1/+1
* unconditonally define alloca as __builtin_allocaMichael Forney2020-01-011-2/+0
* update COPYRIGHT yearRich Felker2020-01-011-1/+1
* remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker2020-01-011-1/+2
* fix fdpic regression in dynamic linker with overly smart compilersRich Felker2020-01-011-2/+8
* fix crashing ldso on archs where __set_thread_area examines auxvRich Felker2019-12-311-13/+13