musl/src
Rich Felker 028092b61f fix time64 link regression of dlsym stub for static-linked programs
in commit 22daaea39f, the
__dlsym_redir_time64 function providing the backend for __dlsym_time64
was defined only in the dynamic linker, and thus was undefined when
static linking a program referencing dlsym. use the same stub_dlsym
definition that provides __dlsym (the non-redirecting backend) for
static linked programs to provide it, conditional on _REDIR_TIME64.
2019-11-03 01:19:01 -05:00
..
aio disable lfs64 aliases for remapped time64 functions 2019-10-28 19:26:52 -04:00
complex fix cacosh results for arguments with negative imaginary part 2019-10-14 09:08:22 -04: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 update case mappings to unicode 12.1.0 2019-10-25 13:44:08 -04: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 add hidden version of &errno accessor function 2018-09-14 23:08:53 -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 add riscv64 architecture support 2019-06-14 17:13:05 -04:00
include refactor thrd_sleep and nanosleep in terms of clock_nanosleep 2019-07-27 02:46:57 -04:00
internal fix incorrect use of fabs on long double operand in floatscan.c 2019-10-18 20:52:18 -04:00
ipc sysvipc: overhaul {sem,shm,msg}ctl for time64 2019-07-31 17:32:01 -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 clock_adjtime: generalize time64 not to assume old struct layout match 2019-10-20 01:43:22 -04:00
locale fix accidentlly-external cmp symbol introduced with catgets 2019-08-13 10:19:09 -04:00
malloc split internal lock API out of libc.h, creating lock.h 2018-09-12 18:40:35 -04:00
math mips: add single-instruction math functions 2019-10-14 10:04:47 -04:00
misc fix errno for posix_openpt with no free ptys available 2019-10-24 10:25:09 -04:00
mman support archs with no mlock syscall, only mlock2 2019-03-21 21:15:56 -04: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 fix regression in recvmmsg with no timeout 2019-08-07 21:28:37 -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 add posix_spawn [f]chdir file actions 2019-08-30 16:21:36 -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 fix mips setjmp/longjmp fpu state on r6, related issues 2019-09-26 23:46:09 -04:00
signal fix external dummy_lock symbol inadvertently introduced in sigaction 2019-08-17 22:32:45 -04:00
stat make fstatat fill in old time32 stat fields too 2019-10-28 19:26:52 -04:00
stdio fix return value of ungetc when argument is outside unsigned char range 2019-10-18 21:11:44 -04:00
stdlib fix undefined behavior in strto* via FILE buffer pointer abuse 2018-09-15 02:48:25 -04:00
string fix memccpy to not access buffer past given size 2018-12-02 09:24:15 -05: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 harden thread start with failed scheduling against broken __clone 2019-09-13 14:17:36 -04:00
time fix data race in timer_create with SIGEV_THREAD notification 2019-09-25 21:49:53 -04:00
unistd use setitimer function rather than syscall to implement alarm 2019-08-05 21:16:30 -04:00