oweals/musl.git
2019-10-13 Rich Felkerrelease 1.1.24 v1.1.24
2019-10-13 Szabolcs Nagymath: fix signed int left shift ub in sqrt
2019-10-13 Rich Felkerfix aliasing-based undefined behavior in mbsrtowcs
2019-10-07 Szabolcs Nagyadd Arm to the copyright file
2019-10-02 Rich Felkerreintroduce riscv64 struct sigcontext
2019-09-30 Rich Felkerfix riscv64 elf_fpregset_t type and member names mismatch
2019-09-29 Rich Felkerfix riscv64 signal.h namespace violations and ucontext...
2019-09-29 Szabolcs Nagyremove remaining traces of __tls_get_new
2019-09-27 Szabolcs Nagymath: optimize lrint on 32bit targets
2019-09-27 Rich Felkerclean up mips (32-bit, o32) syscall asm constraints
2019-09-27 Rich Felkerdocument mips r6 in INSTALL file
2019-09-27 Rich Felkerfix mips setjmp/longjmp fpu state on r6, related issues
2019-09-26 Rich Felkerfix mips r6 syscall clobber lists not to include hi...
2019-09-26 Szabolcs Nagyarm: fix setjmp and longjmp asm for armv8-a
2019-09-26 Rich Felkerfix data race in timer_create with SIGEV_THREAD notific...
2019-09-25 Palmer Dabbeltcorrect the operand specifiers in the riscv64 CAS routines
2019-09-13 Rich Felkerharden thread start with failed scheduling against...
2019-09-13 Brion Vibberfix %lf in wprintf
2019-09-11 Rich Felkerfix arm __tlsdesc_dynamic when built as thumb code...
2019-09-11 Rich Felkerfix arm __a_barrier_oldkuser when built as thumb
2019-09-11 Rich Felkerfix code path where child function returns in arm __clo...
2019-09-11 Szabolcs Nagyaarch64: add HWCAP2 flags from linux v5.2
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-09-11 Szabolcs Nagyfcntl.h: add AT_RECURSIVE from linux v5.2
2019-09-11 Szabolcs Nagyfcntl.h: add AT_STATX_ statx sync flag definitions
2019-09-11 Szabolcs Nagysched.h: add CLONE_PIDFD from linux v5.2
2019-09-11 Szabolcs Nagynetinet/if_ether.h: add ETH_P_DSA_8021Q from linux...
2019-09-08 Rich Felkerhonor __WCHAR_TYPE__ on archs with legacy long definiti...
2019-09-06 Rich Felkersynchronously clean up pthread_create failure due to...
2019-09-06 Rich Felkerset explicit scheduling for new thread from calling...
2019-09-06 Rich Felkerfix unsynchronized decrement of thread count on pthread...
2019-08-30 Rich Felkeradd public declaration for optreset under appropriate...
2019-08-30 Rich Felkeradd posix_spawn [f]chdir file actions
2019-08-24 Árni Daguradd copy_file_range system call wrapper
2019-08-19 Rich Felkerfix clash between sys/user.h and kernel ptrace.h on...
2019-08-18 Rich Felkerfix external dummy_lock symbol inadvertently introduced...
2019-08-15 Rich Felkerremove sporadic server members from struct sched_param
2019-08-14 Khem Rajre-add ELF gregs and fpregs types to riscv64 user.h
2019-08-14 Rich Felkerfix regression whereby main thread didn't get TLS reloc...
2019-08-13 Rich Felkerfix accidentlly-external cmp symbol introduced with...
2019-08-12 Szabolcs Nagymake relocation time symbol lookup and dlsym consistent
2019-08-12 Rich Felkerldso: correct condition for local symbol handling in...
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-11 Rich Felkerldso: remove redundant runtime checks in static TLS...
2019-08-11 Rich Felkerldso: fix calloc misuse allocating initial tls
2019-08-08 Petr Vaněkadd secure_getenv function
2019-08-08 Rich Felkerin clock_getres, check for null pointer before storing...
2019-08-08 Rich Felkerremove spurious null check in clock_settime
2019-08-08 Rich Felkerfix regression in recvmmsg with no timeout
2019-08-08 Rich Felkeradd non-stub implementation of catgets localization...
2019-08-07 Rich Felkerfix regression in select with no timeout
2019-08-07 Rich Felkerfix failure of glob to match broken symlinks under...
2019-08-06 Rich Felkerremove riscv64 bits/user.h contents
2019-08-06 Baruch Siachfix risc64 conflict with kernel headers
2019-08-06 Patrick Oppenlanderin arm cancellation point asm, don't unnecessarily...
2019-08-06 Ismael Lucenoglob: implement GLOB_TILDE and GLOB_TILDE_CHECK
2019-08-06 Rich Felkeruse setitimer function rather than syscall to implement...
2019-08-05 Rich Felkerfix build regression in i386 asm for atan2, atan2f
2019-08-05 Rich Felkerfix x87 stack imbalance in corner cases of i386 math asm
2019-08-05 Rich Felkerfix regression in clock_gettime on 32-bit archs without...
2019-08-03 Rich Felkerupdate riscv64 syscall numbers to linux v5.1
2019-08-02 Rich Felkerclock_gettime: add support for 32-bit vdso with 64...
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-02 Rich Felkerfix missing declarations for pthread_join extensions...
2019-08-02 Rich Felkerallow archs to define IPC_STAT, propagate time64 bit...
2019-08-02 Rich Felkerclock_gettime: add time64 syscall support, decouple...
2019-08-02 Rich Felkerclock_adjtime: add time64 support, decouple 32-bit...
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-31 Rich Felkermake __socketcall analogous to __syscall, error-returning
2019-07-31 Rich Felkersysvipc: overhaul {sem,shm,msg}ctl for time64
2019-07-31 Rich Felkerfix semctl with SEM_STAT_ANY
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkerremove arch-specific bits/ipc.h that are identical...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-30 Rich Felkerselect: overhaul for time64
2019-07-30 Rich Felkerrecvmmsg: add time64 syscall support, decouple 32-bit...
2019-07-30 Rich Felkersetitimer, getitimer: decouple time_t from long
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkeruse 64-bit msqid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkeruse 64-bit semid_ds layout in the generic version of...
2019-07-29 Rich Felkercollapse out byte order conditions in bits/sem.h for...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-29 Rich Felkeruse 64-bit shmid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
2019-07-29 Rich Felkertimerfd: add time64 syscall support, decouple 32-bit...
2019-07-29 Rich Felkersched_rr_get_interval: don't assume time_t is 32-bit...
2019-07-29 Rich Felkerclock_getres: don't assume time_t is 32-bit on 32-bit...
2019-07-29 Rich Felkertimer_gettime: add time64 syscall support, decouple...
2019-07-29 Rich Felkerremove x32 syscall timespec fixup hacks
2019-07-29 Rich Felkerutimensat: add time64 syscall support, decouple 32...
2019-07-29 Rich Felkerclock_settime: add time64 syscall support, decouple...
2019-07-29 Rich Felkertimer_settime: add support for time64 syscall, decouple...
2019-07-28 Rich Felkerpselect, ppoll: add time64 syscall support, decouple...
2019-07-28 Rich Felkerfutex wait operations: add time64 syscall support,...
next