2020-06-03 |
Rich Felker | rewrite bump allocator to fix corner cases, decouple...
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | move malloc_impl.h from src/internal to src/malloc
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | move declaration of interfaces between malloc and ldso...
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | reformat clock_adjtime with always-true condition removed
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | always use time64 syscall first for clock_adjtime
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | fix broken time64 clock_adjtime
|
commit | commitdiff | tree |
2020-06-02 |
Rich Felker | fix unbounded heap expansion race in malloc
|
commit | commitdiff | tree |
2020-06-02 |
Rich Felker | suppress unwanted warnings when configuring with clang
|
commit | commitdiff | tree |
2020-05-22 |
Rich Felker | restore lock-skipping for processes that return to...
|
commit | commitdiff | tree |
2020-05-22 |
Rich Felker | cut down size of some libc struct members
|
commit | commitdiff | tree |
2020-05-22 |
Rich Felker | don't use libc.threads_minus_1 as relaxed atomic for...
|
commit | commitdiff | tree |
2020-05-22 |
Rich Felker | reorder thread list unlink in pthread_exit after all...
|
commit | commitdiff | tree |
2020-05-21 |
Rich Felker | fix incorrect SIGSTKFLT on all mips archs
|
commit | commitdiff | tree |
2020-05-21 |
Rich Felker | handle possibility that SIGEMT replaces SIGSTKFLT in...
|
commit | commitdiff | tree |
2020-05-19 |
Rich Felker | fix return value of res_send, res_query on errors from...
|
commit | commitdiff | tree |
2020-05-19 |
Rich Felker | fix handling of errors resolving one of paired A+AAAA...
|
commit | commitdiff | tree |
2020-05-19 |
Rich Felker | set AD bit in dns queries, suppress for internal use
|
commit | commitdiff | tree |
2020-05-01 |
Rich Felker | fix undefined behavior from signed overflow in strstr...
|
commit | commitdiff | tree |
2020-04-26 |
Rich Felker | remove arm (32-bit) support for vdso clock_gettime
|
commit | commitdiff | tree |
2020-04-24 |
Rich Felker | fix undefined behavior in wcsto[ld] family functions
|
commit | commitdiff | tree |
2020-04-18 |
Rich Felker | fix sh fesetround failure to clear old mode
|
commit | commitdiff | tree |
2020-04-17 |
Rich Felker | move __string_read into vsscanf source file
|
commit | commitdiff | tree |
2020-04-17 |
Rich Felker | remove spurious repeated semicolon in fmemopen
|
commit | commitdiff | tree |
2020-04-17 |
Rich Felker | combine two calls to memset in fmemopen
|
commit | commitdiff | tree |
2020-04-17 |
Rich Felker | fix possible access to uninitialized memory in shgetc...
|
commit | commitdiff | tree |
2020-04-17 |
Rich Felker | fix undefined behavior in scanf core
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: add x86_64 remquol
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x87-family fmod functions to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x87-family remainder functions to C with...
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x87-family rint functions to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x87-family lrint functions to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x86_64 (l)lrint(f) functions to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move i386 sqrt to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move i386 sqrtf to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move trivial x86-family sqrt functions to C with...
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x87-family fabs functions to C with inline asm
|
commit | commitdiff | tree |
2020-03-24 |
Alexander Monakov | math: move x86_64 fabs, fabsf to C with inline asm
|
commit | commitdiff | tree |
2020-03-21 |
Samuel Holland | fix parsing offsets after long timezone names
|
commit | commitdiff | tree |
2020-03-21 |
Samuel Holland | avoid out-of-bounds read for invalid quoted timezone
|
commit | commitdiff | tree |
2020-03-20 |
Alexander Monakov | remove redundant condition in memccpy
|
commit | commitdiff | tree |
2020-03-20 |
Fangrui Song | ldso: remove redundant switch case for REL_NONE
|
commit | commitdiff | tree |
2020-03-15 |
Samuel Holland | define MAP_SYNC on powerpc/powerpc64
|
commit | commitdiff | tree |
2020-03-15 |
Timo Teräs | improve strerror speed
|
commit | commitdiff | tree |
2020-03-15 |
Rich Felker | fix corrupt sysvipc timestamps on 32-bit archs with...
|
commit | commitdiff | tree |
2020-03-15 |
Rich Felker | work around negated error code bug on some mips kernels
|
commit | commitdiff | tree |
2020-03-15 |
Rich Felker | remove useless mips syscall asm constraint, align style...
|
commit | commitdiff | tree |
2020-03-15 |
Rich Felker | revert mips (32-bit, o32) syscall asm clean-up due...
|
commit | commitdiff | tree |
2020-03-15 |
Rich Felker | revert mips64/n32 syscall asm clean-up due to regressions
|
commit | commitdiff | tree |
2020-03-04 |
Rich Felker | remove duplicate definitions of INET[6]_ADDRSTRLEN
|
commit | commitdiff | tree |
2020-02-26 |
Rich Felker | add PTHREAD_NULL
|
commit | commitdiff | tree |
2020-02-22 |
Rich Felker | use __socketcall to simplify socket() Author: Rich Felker <dalias@aerifal.cx>
|
commit | commitdiff | tree |
2020-02-22 |
Rich Felker | remove wrap_write helper from vdprintf
|
commit | commitdiff | tree |
2020-02-22 |
Szabolcs Nagy | math: fix sinh overflows in non-nearest rounding
|
commit | commitdiff | tree |
2020-02-22 |
Szabolcs Nagy | math: fix __rem_pio2 in non-nearest rounding modes
|
commit | commitdiff | tree |
2020-02-21 |
Rich Felker | release 1.2.0
|
commit | commitdiff | tree |
2020-02-12 |
Rich Felker | fix remaining direct use of stat syscalls outside fstatat.c
|
commit | commitdiff | tree |
2020-02-06 |
Rich Felker | remove i386 asm for single and double precision exp...
|
commit | commitdiff | tree |
2020-02-06 |
Rich Felker | rename i386 exp.s to exp_ld.s
|
commit | commitdiff | tree |
2020-02-06 |
Rich Felker | fix excess precision in return value of i386 log-family...
|
commit | commitdiff | tree |
2020-02-06 |
Rich Felker | fix excess precision in return value of i386 acos[f...
|
commit | commitdiff | tree |
2020-02-06 |
Rich Felker | fix excess precision in return value of i386 atan[2][f]
|
commit | commitdiff | tree |
2020-02-05 |
Rich Felker | remove legacy time32 timer[fd] syscalls from public...
|
commit | commitdiff | tree |
2020-02-05 |
Rich Felker | remove further legacy time32 clock syscalls from public...
|
commit | commitdiff | tree |
2020-02-05 |
Rich Felker | fix incorrect results for catanf and catanl with some...
|
commit | commitdiff | tree |
2020-02-04 |
Rich Felker | move riscv64 register index constants to signal.h
|
commit | commitdiff | tree |
2020-01-30 |
Rich Felker | remove legacy clock_gettime and gettimeofday from public...
|
commit | commitdiff | tree |
2020-01-29 |
Rich Felker | fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
|
commit | commitdiff | tree |
2020-01-29 |
Rich Felker | fix unprotected macro argument in sys/ttydefaults.h
|
commit | commitdiff | tree |
2020-01-27 |
Alexander Monakov | math/x32: correct lrintl.s for 32-bit long
|
commit | commitdiff | tree |
2020-01-26 |
Rich Felker | move struct dirent to bits header, allow NAME_MAX to...
|
commit | commitdiff | tree |
2020-01-22 |
Luís Marques | fix riscv64 a_cas inline asm operand sign extension
|
commit | commitdiff | tree |
2020-01-20 |
Will Dietz | fix incorrect escaping in add-cfi.*.awk scripts
|
commit | commitdiff | tree |
2020-01-16 |
Andre McCurdy | add thumb2 support to arm assembler memcpy
|
commit | commitdiff | tree |
2020-01-15 |
Rich Felker | fix incorrect __hwcap seen in dynamic-linked __set_thread_area
|
commit | commitdiff | tree |
2020-01-12 |
Leah Neukirchen | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS
|
commit | commitdiff | tree |
2020-01-02 |
Rich Felker | fix wcwidth wrongly returning 0 for most of planes...
|
commit | commitdiff | tree |
2020-01-01 |
Michael Forney | unconditonally define alloca as __builtin_alloca
|
commit | commitdiff | tree |
2020-01-01 |
Rich Felker | update COPYRIGHT year
|
commit | commitdiff | tree |
2020-01-01 |
Rich Felker | remove gratuitous aligned attribute from __ptrace_syscall_info
|
commit | commitdiff | tree |
2020-01-01 |
Rich Felker | fix fdpic regression in dynamic linker with overly...
|
commit | commitdiff | tree |
2020-01-01 |
Rich Felker | fix crashing ldso on archs where __set_thread_area...
|
commit | commitdiff | tree |
2020-01-01 |
Rich Felker | move stage3_func typedef out of shared internal dynlink...
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | mips: add clone3 syscall numbers from linux v5.4
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | mips: add hwcap bits from linux v5.4
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | sys/wait.h: add P_PIDFD from linux v5.4
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | netinet/tcp.h: add new tcp_info fields from linux v5.4
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux...
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | add clone3 syscall number from linux v5.3
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | add pidfd_open syscall number from linux v5.3
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux...
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux...
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | netinet/if_ether.h: add ETH_P_LLDP from linux v5.3
|
commit | commitdiff | tree |
2019-12-30 |
Szabolcs Nagy | netinet/tcp.h: add TCP_TX_DELAY from linux v5.3
|
commit | commitdiff | tree |
2019-12-30 |
Khem Raj | fix types for mips sigcontext/mcontext_t regset members
|
commit | commitdiff | tree |
2019-12-22 |
Rich Felker | spare archs without time32 legacy the cost of ioctl...
|
commit | commitdiff | tree |
2019-12-22 |
Rich Felker | add further ioctl time64 fallback conversion for device...
|
commit | commitdiff | tree |
2019-12-22 |
A. Wilcox | add uapi guards for new netinet/ip.h conflict with...
|
commit | commitdiff | tree |
2019-12-22 |
Rich Felker | adjust utmpx struct layout for time64, 32-/64-bit arch...
|
commit | commitdiff | tree |
2019-12-22 |
Rich Felker | fix elf_prstatus regression on time64, existing wrong...
|
commit | commitdiff | tree |