musl/src
Alexander Monakov 4554f155dd setjmp: optimize longjmp prologues
Use a branchless sequence that is one byte shorter on 64-bit, same size
on 32-bit. Thanks to Pete Cawley for suggesting this variant.
2020-08-12 21:52:56 -04:00
..
aio disable lfs64 aliases for remapped time64 functions 2019-10-28 19:26:52 -04:00
complex fix incorrect results for catanf and catanl with some inputs 2020-02-05 09:40:11 -05:00
conf fix build regression in sysconf for archs with variable page size 2018-09-14 16:25:56 -04:00
crypt reduce spurious inclusion of libc.h 2018-09-12 14:34:37 -04:00
ctype fix wcwidth wrongly returning 0 for most of planes 4 and up 2020-01-01 20:02:51 -05:00
dirent fail fdopendir for O_PATH file descriptors 2019-02-07 12:51:02 -05:00
env add secure_getenv function 2019-08-08 11:33:18 -04:00
errno improve strerror speed 2020-03-14 21:23:37 -04:00
exit split internal lock API out of libc.h, creating lock.h 2018-09-12 18:40:35 -04:00
fcntl remove spurious inclusion of libc.h for LFS64 ABI aliases 2018-09-12 14:34:38 -04:00
fenv fix sh fesetround failure to clear old mode 2020-04-18 03:23:40 -04:00
include refactor thrd_sleep and nanosleep in terms of clock_nanosleep 2019-07-27 02:46:57 -04:00
internal prefer new socket syscalls, fallback to SYS_socketcall only if needed 2020-08-08 20:59:26 -04:00
ipc fix corrupt sysvipc timestamps on 32-bit archs with old kernels 2020-03-14 21:23:37 -04:00
ldso fix time64 link regression of dlsym stub for static-linked programs 2019-11-03 01:19:01 -05:00
legacy remove spurious inclusion of libc.h for LFS64 ABI aliases 2018-09-12 14:34:38 -04:00
linux reformat clock_adjtime with always-true condition removed 2020-06-02 20:21:48 -04:00
locale fix accidentlly-external cmp symbol introduced with catgets 2019-08-13 10:19:09 -04:00
malloc import mallocng 2020-06-30 00:59:48 -04:00
math math: new software sqrtl 2020-08-05 23:06:01 -04:00
misc getentropy: fix UB if len==0 2020-07-24 14:54:40 -04:00
mman revert unwanted and inadvertent change that slipped into mmap.c 2019-12-20 21:27:39 -05:00
mq mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 2019-07-28 17:09:30 -04:00
multibyte fix aliasing-based undefined behavior in mbsrtowcs 2019-10-13 17:21:36 -04:00
network in hosts file lookups, honor first canonical name regardless of family 2020-08-05 21:35:00 -04:00
passwd fix format strings for uid/gid values in putpwent/putgrent 2019-05-16 17:19:03 -04:00
prng split internal lock API out of libc.h, creating lock.h 2018-09-12 18:40:35 -04:00
process clear need_locks in child after fork 2020-06-21 02:15:50 -04:00
regex fix failure of glob to match broken symlinks under some conditions 2019-08-07 02:38:45 -04:00
sched sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 2019-07-29 12:31:20 -04:00
search new tsearch implementation 2018-09-20 17:57:47 -04:00
select fix regression in select with no timeout 2019-08-07 02:57:53 -04:00
setjmp setjmp: optimize longjmp prologues 2020-08-12 21:52:56 -04:00
signal arm: avoid conditional branch to PLT in sigsetjmp 2019-12-07 13:02:05 -05:00
stat fix remaining direct use of stat syscalls outside fstatat.c 2020-02-12 17:34:17 -05:00
stdio vfscanf: fix possible invalid free due to uninitialized variable use 2020-07-02 11:25:44 -04:00
stdlib fix undefined behavior in wcsto[ld] family functions 2020-04-24 10:39:17 -04:00
string add optimized aarch64 memcpy and memset 2020-06-26 17:49:51 -04:00
temp remove spurious inclusion of libc.h for LFS64 ABI aliases 2018-09-12 14:34:38 -04:00
termios reduce spurious inclusion of libc.h 2018-09-12 14:34:37 -04:00
thread fix async-cancel-safety of pthread_cancel 2020-07-06 18:46:57 -04:00
time fix parsing offsets after long timezone names 2020-03-21 12:47:09 -04:00
unistd use setitimer function rather than syscall to implement alarm 2019-08-05 21:16:30 -04:00