musl/src
Rich Felker a01f1fe66f remove wrap_write helper from vdprintf
this reverts commit 4ee039f354, which
added the helper as a hack to make vdprintf usable before relocation,
contingent on strong assumptions about the arch and tooling, back when
the dynamic linker did not have a real staged model for
self-relocation. since commit f3ddd17380
this has been unnecessary and the function was just wasting size and
execution time.
2020-02-21 23:44:20 -05: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 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 riscv64: fix fesetenv(FE_DFL_ENV) crash 2019-12-07 12:58:39 -05:00
include refactor thrd_sleep and nanosleep in terms of clock_nanosleep 2019-07-27 02:46:57 -04:00
internal math: fix sinh overflows in non-nearest rounding 2020-02-21 23:42:12 -05: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 math: fix sinh overflows in non-nearest rounding 2020-02-21 23:42:12 -05:00
misc spare archs without time32 legacy the cost of ioctl fallback conversions 2019-12-22 13:25:58 -05: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 hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels 2019-12-17 23:00:24 -05: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 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 remove wrap_write helper from vdprintf 2020-02-21 23:44:20 -05:00
stdlib fix undefined behavior in strto* via FILE buffer pointer abuse 2018-09-15 02:48:25 -04:00
string add thumb2 support to arm assembler memcpy 2020-01-16 15:44:26 -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 remaining direct use of stat syscalls outside fstatat.c 2020-02-12 17:34:17 -05:00
unistd use setitimer function rather than syscall to implement alarm 2019-08-05 21:16:30 -04:00