You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 262003ad9d fix missing newline in herror output 6 years ago
..
aio disable lfs64 aliases for remapped time64 functions 7 years ago
complex fix incorrect results for catanf and catanl with some inputs 6 years ago
conf fix build regression in sysconf for archs with variable page size 8 years ago
crypt reduce spurious inclusion of libc.h 8 years ago
ctype fix wcwidth wrongly returning 0 for most of planes 4 and up 6 years ago
dirent fail fdopendir for O_PATH file descriptors 7 years ago
env remove redundant pthread struct members repeated for layout purposes 6 years ago
errno improve strerror speed 6 years ago
exit split internal lock API out of libc.h, creating lock.h 8 years ago
fcntl remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
fenv fix sh fesetround failure to clear old mode 6 years ago
include refactor thrd_sleep and nanosleep in terms of clock_nanosleep 7 years ago
internal remove redundant pthread struct members repeated for layout purposes 6 years ago
ipc fix corrupt sysvipc timestamps on 32-bit archs with old kernels 6 years ago
ldso fix time64 link regression of dlsym stub for static-linked programs 7 years ago
legacy remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
linux add gettid function 6 years ago
locale fix MUSL_LOCPATH search 6 years ago
malloc import mallocng 6 years ago
math math: new software sqrtl 6 years ago
misc getentropy: fix UB if len==0 6 years ago
mman revert unwanted and inadvertent change that slipped into mmap.c 6 years ago
mq mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 7 years ago
multibyte fix aliasing-based undefined behavior in mbsrtowcs 7 years ago
network fix missing newline in herror output 6 years ago
passwd fix format strings for uid/gid values in putpwent/putgrent 7 years ago
prng split internal lock API out of libc.h, creating lock.h 8 years ago
process clear need_locks in child after fork 6 years ago
regex fix failure of glob to match broken symlinks under some conditions 7 years ago
sched sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 7 years ago
search new tsearch implementation 8 years ago
select fix regression in select with no timeout 7 years ago
setjmp aarch64: fix setjmp return value 6 years ago
signal arm: avoid conditional branch to PLT in sigsetjmp 7 years ago
stat fix remaining direct use of stat syscalls outside fstatat.c 6 years ago
stdio clean up overinclusion in files using TIOCGWINSZ 6 years ago
stdlib fix undefined behavior in wcsto[ld] family functions 6 years ago
string add optimized aarch64 memcpy and memset 6 years ago
temp remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
termios add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
thread fix i386 __set_thread_area fallback 6 years ago
time fix parsing offsets after long timezone names 6 years ago
unistd clean up overinclusion in files using TIOCGWINSZ 6 years ago