2020-08-18 |
Rich Felker | add gettid function
|
commit | commitdiff | tree |
2020-08-13 |
Szabolcs Nagy | aarch64: fix setjmp return value
|
commit | commitdiff | tree |
2020-08-13 |
Alexander Monakov | setjmp: optimize longjmp prologues
|
commit | commitdiff | tree |
2020-08-11 |
Alexander Monakov | setjmp: optimize x86 longjmp epilogues
|
commit | commitdiff | tree |
2020-08-11 |
Alexander Monakov | setjmp: avoid useless REX-prefix on xor %eax, %eax
|
commit | commitdiff | tree |
2020-08-11 |
Alexander Monakov | setjmp: fix x86-64 longjmp argument adjustment
|
commit | commitdiff | tree |
2020-08-09 |
Rich Felker | prefer new socket syscalls, fallback to SYS_socketcall...
|
commit | commitdiff | tree |
2020-08-06 |
Szabolcs Nagy | math: new software sqrtl
|
commit | commitdiff | tree |
2020-08-06 |
Szabolcs Nagy | math: add __math_invalidl
|
commit | commitdiff | tree |
2020-08-06 |
Szabolcs Nagy | math: new software sqrtf
|
commit | commitdiff | tree |
2020-08-06 |
Szabolcs Nagy | math: new software sqrt
|
commit | commitdiff | tree |
2020-08-06 |
Rich Felker | in hosts file lookups, honor first canonical name regardless...
|
commit | commitdiff | tree |
2020-08-04 |
Rich Felker | in hosts file lookups, use only first match for canonical...
|
commit | commitdiff | tree |
2020-08-04 |
Rich Felker | release 1.2.1
|
commit | commitdiff | tree |
2020-08-03 |
Rich Felker | add m68k sqrtl using native instruction
|
commit | commitdiff | tree |
2020-07-24 |
Bartosz Brachaczek | getentropy: fix UB if len==0
|
commit | commitdiff | tree |
2020-07-06 |
Rich Felker | fix async-cancel-safety of pthread_cancel
|
commit | commitdiff | tree |
2020-07-06 |
Rich Felker | make thread killlock async-signal-safe for pthread_kill
|
commit | commitdiff | tree |
2020-07-05 |
Rich Felker | fix C implementation of a_clz_32
|
commit | commitdiff | tree |
2020-07-02 |
Julien Ramseier | vfscanf: fix possible invalid free due to uninitialized...
|
commit | commitdiff | tree |
2020-06-30 |
Rich Felker | make mallocng the default malloc implementation
|
commit | commitdiff | tree |
2020-06-30 |
Rich Felker | add malloc implementation selection to configure
|
commit | commitdiff | tree |
2020-06-30 |
Rich Felker | import mallocng
|
commit | commitdiff | tree |
2020-06-29 |
Rich Felker | add glue code for mallocng merge
|
commit | commitdiff | tree |
2020-06-26 |
Rich Felker | add optimized aarch64 memcpy and memset
|
commit | commitdiff | tree |
2020-06-25 |
Andre McCurdy | add big-endian support to ARM assembler memcpy
|
commit | commitdiff | tree |
2020-06-21 |
Rich Felker | clear need_locks in child after fork
|
commit | commitdiff | tree |
2020-06-16 |
Rich Felker | only use memcpy realloc to shrink if an exact-sized...
|
commit | commitdiff | tree |
2020-06-16 |
Rich Felker | fix memset overflow in oldmalloc race fix overhaul
|
commit | commitdiff | tree |
2020-06-15 |
Rich Felker | fix invalid use of access function in nftw
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | add fallback a_clz_32 implementation
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | only disable aligned_alloc if malloc was replaced but...
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | have ldso track replacement of aligned_alloc
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | reintroduce calloc elison of memset for direct-mmapped...
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | move __malloc_replaced to a top-level malloc file
|
commit | commitdiff | tree |
2020-06-11 |
Rich Felker | switch to a common calloc implementation
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | move oldmalloc to its own directory under src/malloc
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | move __expand_heap into malloc.c
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | rename memalign source file back to its proper name
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | rename aligned_alloc source file back to its proper...
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | reverse dependency order of memalign and aligned_alloc
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | rename aligned_alloc source file
|
commit | commitdiff | tree |
2020-06-03 |
Rich Felker | remove stale document from malloc src directory
|
commit | commitdiff | tree |
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 |