OSDN Git Service

android-x86/external-musl-libc.git
2019-07-01 Szabolcs Nagynetinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux...
2019-07-01 Szabolcs Nagysys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux...
2019-07-01 Szabolcs Nagyfcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
2019-07-01 Szabolcs Nagysys/fanotify.h: update for linux v5.1
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-06-28 Rich Felkercap getdents length argument to INT_MAX
2019-06-25 Rich Felkerremove unnecessary and problematic _Noreturn from crt...
2019-06-25 Rich Felkerallow fmemopen with zero size
2019-06-21 Matthew Maurerdo not use _Noreturn for a function pointer in dynamic...
2019-06-21 Rich Felkerremove implicit include of sys/sysmacros.h from sys...
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-26 Rich Felkeroptimize aarch64 dynamic tlsdesc function to spill...
2019-05-23 Rich Felkermake powerpc64 vrregset_t logical layout match expected API
2019-05-22 Rich Felkerfix vrregset_t layout and member naming on powerpc64
2019-05-17 Szabolcs Nagyfix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_...
2019-05-17 Szabolcs Nagyfix static tls offsets of shared libs on TLS_ABOVE_TP...
2019-05-16 Rich Felkerfix format strings for uid/gid values in putpwent/putgrent
2019-05-12 Fangrui Songremove unused struct dso members from dynlink.c
2019-05-11 Rich Felkerimprove i386 inline syscall asm on non-broken compilers
2019-05-11 Rich Felkerfix regression in i386 inline syscall asm producing...
2019-05-06 Rich Felkermake fgetwc set error indicator for stream on encoding...
2019-05-05 Rich Felkerfix broken posix_fadvise on mips due to missing 7-arg...
2019-05-05 Rich Felkerallow archs to provide a 7-argument syscall if needed
2019-05-05 Rich Felkerfix build regression on mips n32 due to typo in new...
2019-05-05 Rich Felkerfix passing of 64-bit syscall arguments on microblaze
2019-04-23 Rich Felkerfix regression in s390x SO_PEERSEC definition
2019-04-20 Rich Felkermake new math code compatible with unused variable...
2019-04-18 Szabolcs Nagymath: new pow
2019-04-18 Szabolcs Nagymath: new exp and exp2
2019-04-18 Szabolcs Nagymath: new log2
2019-04-18 Szabolcs Nagymath: new log
2019-04-18 Szabolcs Nagymath: new powf
2019-04-18 Szabolcs Nagymath: new exp2f and expf
2019-04-18 Szabolcs Nagymath: new log2f
2019-04-18 Szabolcs Nagymath: new logf
2019-04-17 Szabolcs Nagymath: add configuration macros
2019-04-17 Szabolcs Nagymath: add macros for static branch prediction hints
2019-04-17 Szabolcs Nagymath: add double precision error handling functions
2019-04-17 Szabolcs Nagymath: add single precision error handling functions
2019-04-17 Szabolcs Nagymath: add eval_as_float and eval_as_double
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-04-17 Szabolcs Nagymath: remove sun copyright from libm.h
2019-04-17 Szabolcs Nagymath: add asuint, asuint64, asfloat and asdouble
2019-04-17 Szabolcs Nagymath: move complex math out of libm.h
2019-04-17 Szabolcs Nagydefine FP_FAST_FMA* when fma* can be inlined
2019-04-11 A. Wilcoxfcntl.h: define O_TTY_INIT to 0
2019-04-11 Rich Felkerremove external __syscall function and last remaining...
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mipsn32...
2019-04-10 Rich Felkercleanup mips64 syscall_arch functions
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mips
2019-04-10 Rich Felkeruse inline syscalls for powerpc (32-bit)
2019-04-10 Rich Felkerremove cruft for supposedly-buggy clang from or1k ...
2019-04-10 Rich Felkeroverhaul i386 syscall mechanism not to depend on extern...
2019-04-10 Rich Felkerrelease 1.1.22
2019-04-09 Rich Felkerin membarrier fallback, allow for possibility that...
2019-04-06 Ilya Matveychikovfix the use of syscall result in dl_mmap
2019-04-05 Bobby Binghamfix signature of function accepted by makecontext
2019-04-03 Dan Gohmanfix unintended global symbols in atanl.c
2019-04-02 Frediano Zigliouse __strchrnul instead of strchr and strlen in execvpe
2019-04-02 Raydelete a redundant if in dynamic linker ctor execution...
2019-04-01 Rich Felkerfix harmless-by-chance typo in priority inheritance...
2019-04-01 Rich Felkerimplement priority inheritance mutexes
2019-03-29 Rich Felkerclean up access to mutex type in pthread_mutex_trylock
2019-03-22 Drew DeVaultsupport archs with no renameat syscall, only renameat2
2019-03-22 Drew DeVaultsupport archs with no mlock syscall, only mlock2
2019-03-21 Rich Felkerfix data race choosing next key slot in pthread_key_create
2019-03-15 Rich Felkerfix crash/out-of-bound read in sscanf
2019-03-14 Rich Felkerfix namespace violation in dependencies of mtx_lock
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_ definitions from linux v5.0
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
2019-03-13 Szabolcs Nagyelf.h: add NT_ definitions from linux v5.0
2019-03-13 Szabolcs Nagyelf.h: update with C-SKY definitions
2019-03-13 Szabolcs Nagyaarch64, or1k: add kexec_file_load syscall number from...
2019-03-13 Szabolcs Nagynetinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
2019-03-13 Szabolcs Nagynetinet/udp.h: add UDP_GRO from linux v5.0
2019-03-13 Szabolcs Nagypowerpc: add PTRACE_SYSEMU from linux v4.20
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_SSBS from linux v4.20
2019-03-13 Szabolcs Nagybits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux...
2019-03-13 Szabolcs Nagynetinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
2019-03-13 Szabolcs Nagyadd PACKET_IGNORE_OUTGOING sockopt from linux v4.20
2019-03-13 Szabolcs Nagysys/mman.h: add new hugetlb mmap flags from linux v4.19
2019-03-13 Szabolcs Nagyarm: add io_pgetevents syscall number from v4.19
2019-03-13 Szabolcs Nagyaarch64, or1k: define rseq syscall number following...
2019-03-13 Szabolcs Nagyelf.h: add new mips core dump note values from linux...
2019-03-13 Szabolcs Nagynetinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
2019-03-13 Szabolcs Nagynetinet/tcp.h: add tcp_info fields from linux v4.19
2019-03-13 Szabolcs Nagysys/inotify.h: add IN_MASK_CREATE from linux v4.19
2019-03-13 Szabolcs Nagysys/socket.h: add SO_TXTIME from linux v4.19
2019-03-13 Ryan Fairfaxhandle labels with 8-bit byte values in dn_skipname
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2019-03-13 Rich Felkerexpose TSVTX unconditionally in tar.h
2019-03-12 A. Wilcoxsetvbuf: return failure if mode is invalid
2019-03-12 Rich Felkermake FILE a complete type for pre-C11 standard profiles
2019-03-10 Rich Felkerfix invalid-/double-/use-after-free in new dlopen ctor...
2019-03-05 Rich Felkerdon't reject unknown/future flags in sigaltstack, allow...
2019-03-03 Rich Felkeravoid malloc of ctor queue for programs with no externa...
2019-03-03 Rich Felkeravoid malloc of deps arrays for ldso and vdso
2019-03-03 Rich Felkeravoid malloc of deps array for programs with no externa...
2019-03-03 Rich Felkerfix malloc misuse for startup ctor queue, breakage...
next