oweals/musl.git
2020-03-15 Rich Felkerfix corrupt sysvipc timestamps on 32-bit archs with...
2020-03-15 Rich Felkerwork around negated error code bug on some mips kernels
2020-03-15 Rich Felkerremove useless mips syscall asm constraint, align style...
2020-03-15 Rich Felkerrevert mips (32-bit, o32) syscall asm clean-up due...
2020-03-15 Rich Felkerrevert mips64/n32 syscall asm clean-up due to regressions
2020-03-04 Rich Felkerremove duplicate definitions of INET[6]_ADDRSTRLEN
2020-02-26 Rich Felkeradd PTHREAD_NULL
2020-02-22 Rich Felkeruse __socketcall to simplify socket()
2020-02-22 Rich Felkerremove wrap_write helper from vdprintf
2020-02-22 Szabolcs Nagymath: fix sinh overflows in non-nearest rounding
2020-02-22 Szabolcs Nagymath: fix __rem_pio2 in non-nearest rounding modes
2020-02-21 Rich Felkerrelease 1.2.0 v1.2.0
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2020-02-06 Rich Felkerremove i386 asm for single and double precision exp...
2020-02-06 Rich Felkerrename i386 exp.s to exp_ld.s
2020-02-06 Rich Felkerfix excess precision in return value of i386 log-family...
2020-02-06 Rich Felkerfix excess precision in return value of i386 acos[f...
2020-02-06 Rich Felkerfix excess precision in return value of i386 atan[2][f]
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-02-05 Rich Felkerfix incorrect results for catanf and catanl with some...
2020-02-04 Rich Felkermove riscv64 register index constants to signal.h
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-29 Rich Felkerfix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
2020-01-29 Rich Felkerfix unprotected macro argument in sys/ttydefaults.h
2020-01-27 Alexander Monakovmath/x32: correct lrintl.s for 32-bit long
2020-01-26 Rich Felkermove struct dirent to bits header, allow NAME_MAX to...
2020-01-22 Luís Marquesfix riscv64 a_cas inline asm operand sign extension
2020-01-20 Will Dietzfix incorrect escaping in add-cfi.*.awk scripts
2020-01-16 Andre McCurdyadd thumb2 support to arm assembler memcpy
2020-01-15 Rich Felkerfix incorrect __hwcap seen in dynamic-linked __set_thre...
2020-01-12 Leah Neukirchendefine RLIMIT_RTTIME, bump RLIMIT_NLIMITS
2020-01-02 Rich Felkerfix wcwidth wrongly returning 0 for most of planes...
2020-01-01 Michael Forneyunconditonally define alloca as __builtin_alloca
2020-01-01 Rich Felkerupdate COPYRIGHT year
2020-01-01 Rich Felkerremove gratuitous aligned attribute from __ptrace_sysca...
2020-01-01 Rich Felkerfix fdpic regression in dynamic linker with overly...
2020-01-01 Rich Felkerfix crashing ldso on archs where __set_thread_area...
2020-01-01 Rich Felkermove stage3_func typedef out of shared internal dynlink...
2019-12-30 Szabolcs Nagymips: add clone3 syscall numbers from linux v5.4
2019-12-30 Szabolcs Nagymips: add hwcap bits from linux v5.4
2019-12-30 Szabolcs Nagysys/wait.h: add P_PIDFD from linux v5.4
2019-12-30 Szabolcs Nagynetinet/tcp.h: add new tcp_info fields from linux v5.4
2019-12-30 Szabolcs Nagysys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
2019-12-30 Szabolcs Nagysys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-12-30 Szabolcs Nagysys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux...
2019-12-30 Szabolcs Nagysys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux...
2019-12-30 Szabolcs Nagynetinet/if_ether.h: add ETH_P_LLDP from linux v5.3
2019-12-30 Szabolcs Nagynetinet/tcp.h: add TCP_TX_DELAY from linux v5.3
2019-12-30 Khem Rajfix types for mips sigcontext/mcontext_t regset members
2019-12-22 Rich Felkerspare archs without time32 legacy the cost of ioctl...
2019-12-22 Rich Felkeradd further ioctl time64 fallback conversion for device...
2019-12-22 A. Wilcoxadd uapi guards for new netinet/ip.h conflict with...
2019-12-22 Rich Felkeradjust utmpx struct layout for time64, 32-/64-bit arch...
2019-12-22 Rich Felkerfix elf_prstatus regression on time64, existing wrong...
2019-12-21 Rich Felkerdon't continue looping through ioctl compat_map after...
2019-12-21 Rich Felkerrevert unwanted and inadvertent change that slipped...
2019-12-20 Rich Felkeradd further ioctl time64 fallback conversions
2019-12-19 Rich Felkerimprove ioctl time64 conversion fallback framework
2019-12-19 Rich Felkerconvert ioctl time64 fallbacks to table-driven framework
2019-12-18 Rich Felkerfix regression in ioctl definitions provided by arch...
2019-12-18 Rich Felkerhook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-12-17 Rich Felkersignal to kernel headers that time_t is 64-bit
2019-12-08 Rich Felkerfix null pointer dereference in setitimer time32 compat...
2019-12-07 Andre McCurdyarm: avoid conditional branch to PLT in sigsetjmp
2019-12-07 Ruinland ChuanTzu... riscv64: fix fesetenv(FE_DFL_ENV) crash
2019-12-07 Ada Worcesterupdate contributor name
2019-11-06 rofl0rppc: add configure check for older compilers erroring...
2019-11-05 Rich Felkerfix build regression on mips64 due to endian.h removal
2019-11-04 Rich Felkerfix failure to build time32 compat shims with out-of...
2019-11-03 Rich Felkerfix time64 link regression of dlsym stub for static...
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove time64 ioctl numbers to generic bits/ioctl.h
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-11-02 Rich Felkeradd x32 bits/ioctl_fix.h defining time-related sockios...
2019-11-02 Rich Felkeradd back x32 bits/socket.h defining time-related socket...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-11-02 Rich Felkerfix x32 msghdr struct by removing x32 bits/socket.h
2019-11-02 Rich Felkermake time-related socket options overridable by arch...
2019-11-02 Rich Felkeradd framework for arch-provided makefile fragments...
2019-11-02 Rich Felkeradd __dlsym_time64 asm entry point for all legacy-32bit...
2019-11-02 Rich Felkeradd time64 redirect for, and redirecting implementation...
2019-11-02 Rich Felkeradd time32 ABI compat shims, compat source tree
2019-10-28 Rich Felkermake fstatat fill in old time32 stat fields too
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2019-10-28 Rich Felkerprepare struct sched_param for change in time_t definition
2019-10-28 Rich Felkeradd time64 symbol name redirects to public headers...
2019-10-28 Rich Felkeradd missing m68k user.h/procfs.h regset types
2019-10-25 Rich Felkerupdate case mappings to unicode 12.1.0
2019-10-25 u_quarkupdate ctype data to unicode 12.1.0
2019-10-25 Rich Felkeroverhaul wide character case mapping implementation
2019-10-25 Rich Felkeradd missing case mapping between U+03F3 and U+037F
2019-10-24 Rich Felkerfix errno for posix_openpt with no free ptys available
2019-10-20 Rich Felkeradjust struct timespec definition to be time64-ready
2019-10-20 Rich Felkerclock_adjtime: generalize time64 not to assume old...
2019-10-20 Rich Felkerwait4, getrusage: add time64/x32 variant
next