oweals/musl.git
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
2019-10-20 Rich Felkerinternally, define time64 rusage syscalls on x32 as...
2019-10-19 Rich Felkeruse struct pt_regs * rather than void * for powerpc...
2019-10-19 Rich Felkerfix fpregset_t type on powerpc64
2019-10-19 Rich Felkerfix return value of ungetc when argument is outside...
2019-10-19 Rich Felkerfix incorrect use of fabs on long double operand in...
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkermake endian.h expose unprefixed macros, functions in...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-10-17 Rich Felkerremove i386 support for legacy struct __va_list
2019-10-14 info@mobile... mips: add single-instruction math functions
2019-10-14 Michael Morrellfix cacosh results for arguments with negative imaginar...
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
next