2019-05-06 |
Rich Felker | make fgetwc set error indicator for stream on encoding... |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | fix broken posix_fadvise on mips due to missing 7-arg... |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | allow archs to provide a 7-argument syscall if needed |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | fix build regression on mips n32 due to typo in new... |
commit | commitdiff | tree | snapshot |
2019-05-05 |
Rich Felker | fix passing of 64-bit syscall arguments on microblaze |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Rich Felker | fix regression in s390x SO_PEERSEC definition |
commit | commitdiff | tree | snapshot |
2019-04-20 |
Rich Felker | make new math code compatible with unused variable... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new pow |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new exp and exp2 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new log2 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new log |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new powf |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new exp2f and expf |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new log2f |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Szabolcs Nagy | math: new logf |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add configuration macros |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add macros for static branch prediction hints |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add double precision error handling functions |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add single precision error handling functions |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add eval_as_float and eval_as_double |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add fp_arch.h with fp_barrier and fp_force_eval |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: remove sun copyright from libm.h |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: add asuint, asuint64, asfloat and asdouble |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | math: move complex math out of libm.h |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Szabolcs Nagy | define FP_FAST_FMA* when fma* can be inlined |
commit | commitdiff | tree | snapshot |
2019-04-11 |
A. Wilcox | fcntl.h: define O_TTY_INIT to 0 |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Rich Felker | remove external __syscall function and last remaining... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mipsn32... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | cleanup mips64 syscall_arch functions |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mips |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | use inline syscalls for powerpc (32-bit) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | remove cruft for supposedly-buggy clang from or1k ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | overhaul i386 syscall mechanism not to depend on extern... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Rich Felker | release 1.1.22 v1.1.22 |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Rich Felker | in membarrier fallback, allow for possibility that... |
commit | commitdiff | tree | snapshot |
2019-04-06 |
Ilya Matveychikov | fix the use of syscall result in dl_mmap |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Bobby Bingham | fix signature of function accepted by makecontext |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Dan Gohman | fix unintended global symbols in atanl.c |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Frediano Ziglio | use __strchrnul instead of strchr and strlen in execvpe |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Ray | delete a redundant if in dynamic linker ctor execution... |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Rich Felker | fix harmless-by-chance typo in priority inheritance... |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Rich Felker | implement priority inheritance mutexes |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Rich Felker | clean up access to mutex type in pthread_mutex_trylock |
commit | commitdiff | tree | snapshot |
2019-03-22 |
Drew DeVault | support archs with no renameat syscall, only renameat2 |
commit | commitdiff | tree | snapshot |
2019-03-22 |
Drew DeVault | support archs with no mlock syscall, only mlock2 |
commit | commitdiff | tree | snapshot |
2019-03-21 |
Rich Felker | fix data race choosing next key slot in pthread_key_create |
commit | commitdiff | tree | snapshot |
2019-03-15 |
Rich Felker | fix crash/out-of-bound read in sscanf |
commit | commitdiff | tree | snapshot |
2019-03-14 |
Rich Felker | fix namespace violation in dependencies of mtx_lock |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | aarch64: add HWCAP_ definitions from linux v5.0 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | elf.h: add NT_ definitions from linux v5.0 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | elf.h: update with C-SKY definitions |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | aarch64, or1k: add kexec_file_load syscall number from... |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | netinet/udp.h: add UDP_GRO from linux v5.0 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | powerpc: add PTRACE_SYSEMU from linux v4.20 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | aarch64: add HWCAP_SSBS from linux v4.20 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux... |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | add PACKET_IGNORE_OUTGOING sockopt from linux v4.20 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | sys/mman.h: add new hugetlb mmap flags from linux v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | arm: add io_pgetevents syscall number from v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | aarch64, or1k: define rseq syscall number following... |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | elf.h: add new mips core dump note values from linux... |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | netinet/tcp.h: add tcp_info fields from linux v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | sys/inotify.h: add IN_MASK_CREATE from linux v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Szabolcs Nagy | sys/socket.h: add SO_TXTIME from linux v4.19 |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Ryan Fairfax | handle labels with 8-bit byte values in dn_skipname |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Jonathan Neuschäfer | fix POSIX_FADV_DONTNEED/_NOREUSE on s390x |
commit | commitdiff | tree | snapshot |
2019-03-13 |
Rich Felker | expose TSVTX unconditionally in tar.h |
commit | commitdiff | tree | snapshot |
2019-03-12 |
A. Wilcox | setvbuf: return failure if mode is invalid |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Rich Felker | make FILE a complete type for pre-C11 standard profiles |
commit | commitdiff | tree | snapshot |
2019-03-10 |
Rich Felker | fix invalid-/double-/use-after-free in new dlopen ctor... |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Rich Felker | don't reject unknown/future flags in sigaltstack, allow... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | avoid malloc of ctor queue for programs with no externa... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | avoid malloc of deps arrays for ldso and vdso |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | avoid malloc of deps array for programs with no externa... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | fix malloc misuse for startup ctor queue, breakage... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | synchronize shared library dtor exec against concurrent... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Rich Felker | overhaul shared library ctor execution for dependency... |
commit | commitdiff | tree | snapshot |
2019-03-02 |
Rich Felker | record preloaded libraries as direct pseudo-dependencie... |
commit | commitdiff | tree | snapshot |
2019-03-02 |
Rich Felker | fix unsafety of new ldso dep tracking in presence of... |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Rich Felker | fix and overhaul dlsym depedency order, always record... |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Rich Felker | fix crash/misbehavior from oob read in new dynamic... |
commit | commitdiff | tree | snapshot |
2019-02-25 |
Rich Felker | fix crash in new dynamic tls installation when last... |
commit | commitdiff | tree | snapshot |
2019-02-22 |
Rich Felker | add membarrier syscall wrapper, refactor dynamic tls... |
commit | commitdiff | tree | snapshot |
2019-02-22 |
Rich Felker | make thread list lock a recursive lock |
commit | commitdiff | tree | snapshot |
2019-02-22 |
Rich Felker | fix loop logic cruft in dynamic tls installation |
commit | commitdiff | tree | snapshot |
2019-02-20 |
Rich Felker | fix spurious undefined behavior in getaddrinfo |
commit | commitdiff | tree | snapshot |
2019-02-20 |
Rich Felker | fix invalid free of partial addrinfo list with multiple... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Rich Felker | install dynamic tls synchronously at dlopen, streamline... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Rich Felker | fix data race between new pthread_key_delete and dtor... |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Rich Felker | introduce namespace-safe rwlock aliases; use in pthread... |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Rich Felker | rewrite pthread_key_delete to use global thread list |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Rich Felker | rewrite __synccall in terms of global thread list |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Rich Felker | track all live threads in an AS-safe, fully-consistent... |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Rich Felker | always block signals for starting new threads, refactor... |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Rich Felker | for SIGEV_THREAD timer threads, replace signal handler... |
commit | commitdiff | tree | snapshot |
next |