about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix undefined behavior in wcsto[ld] family functionsRich Felker2020-04-242-4/+2
* fix sh fesetround failure to clear old modeRich Felker2020-04-181-0/+2
* move __string_read into vsscanf source fileRich Felker2020-04-173-21/+13
* remove spurious repeated semicolon in fmemopenRich Felker2020-04-171-1/+1
* combine two calls to memset in fmemopenRich Felker2020-04-171-2/+2
* fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker2020-04-171-1/+1
* fix undefined behavior in scanf coreRich Felker2020-04-171-0/+3
* math: add x86_64 remquolAlexander Monakov2020-03-241-0/+32
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-248-44/+38
* math: move x87-family remainder functions to C with inline asmAlexander Monakov2020-03-248-50/+42
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x87-family lrint functions to C with inline asmAlexander Monakov2020-03-2416-60/+64
* 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
* 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
* 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
* 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-051-0/+16
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-051-0/+16
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-301-0/+7
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* add thumb2 support to arm assembler memcpyAndre McCurdy2020-01-162-6/+9
* fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker2020-01-011-1/+1
* move stage3_func typedef out of shared internal dynlink.h headerRich Felker2019-12-311-1/+0
* spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker2019-12-221-1/+1
* add further ioctl time64 fallback conversion for device-specific commandRich Felker2019-12-221-0/+3
* don't continue looping through ioctl compat_map after finding matchRich Felker2019-12-211-0/+1
* revert unwanted and inadvertent change that slipped into mmap.cRich Felker2019-12-201-1/+0
* add further ioctl time64 fallback conversionsRich Felker2019-12-201-1/+49
* improve ioctl time64 conversion fallback frameworkRich Felker2019-12-191-17/+18
* convert ioctl time64 fallbacks to table-driven frameworkRich Felker2019-12-181-17/+66
* hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2019-12-172-6/+14
* implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker2019-12-175-0/+71