2020-10-27 |
Rich Felker | fix setgroups behavior in multithreaded process
|
commit | commitdiff | tree |
2020-10-27 |
Rich Felker | avoid __synccall for setrlimit on kernels with prlimit...
|
commit | commitdiff | tree |
2020-10-26 |
Rich Felker | fix reintroduction of errno clobbering by atfork handlers
|
commit | commitdiff | tree |
2020-10-26 |
Rich Felker | fix pthread_cond_wait paired with with priority-inheritance...
|
commit | commitdiff | tree |
2020-10-24 |
Rich Felker | lift sigaction abort locking to fix posix_spawn child...
|
commit | commitdiff | tree |
2020-10-18 |
Julien Ramseier | update crypt_blowfish to support $2b$ prefix
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | remove unused weak definition of __tl_sync in membarrier.c
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | move aio implementation details to a proper internal...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | remove long-unused struct __timer from pthread_impl.h
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | drop use of pthread_once in timer_create
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | remove unused SIGTIMER handler in timer_create
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | remove incorrect fflush from assert failure handler
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | fix getgrouplist when nscd reports an empty list
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | fix posix_spawn interaction with fork and abort by...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | fix unintended observability of SIGABRT disposition...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | implement _Fork and refactor fork using it
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | rename fork source file
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | ldso: use pthread_t rather than kernel tid to track...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | fix stale lock when allocation of ctor queue fails...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | drop use of pthread_once in mutexattr kernel support...
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | fix missing synchronization of fork with abort
|
commit | commitdiff | tree |
2020-10-15 |
Rich Felker | move __abort_lock to its own file and drop pointless...
|
commit | commitdiff | tree |
2020-09-28 |
Rich Felker | fix fork of processes with active async io contexts
|
commit | commitdiff | tree |
2020-09-18 |
Rich Felker | avoid set*id/setrlimit misbehavior and hang in vforked...
|
commit | commitdiff | tree |
2020-09-10 |
Rich Felker | use new SYS_faccessat2 syscall to implement faccessat...
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/if_ether.h: add ETH_P_MRP from linux v5.8
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | elf.h: add .note.gnu.property related definitions
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | bits/syscall.h: add __NR_faccessat2 from linux v5.8
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/tcp.h: update to linux v5.7
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | sys/fanotify.h: update to linux v5.7
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | aarch64: add new HWCAP2_ macros from linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | aarch64: add HWCAP2_ macros from linux v5.3
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | sched.h: add CLONE_NEWTIME from linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | sys/random.h: add GRND_INSECURE from linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux...
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/tcp.h: update for linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/in.h: add IPPROTO_ macros from linux v5.6
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | add pidfd_getfd and openat2 syscall numbers from linux...
|
commit | commitdiff | tree |
2020-09-09 |
Szabolcs Nagy | netinet/tcp.h: update tcp_info for linux v5.5
|
commit | commitdiff | tree |
2020-09-03 |
Rich Felker | use generic bits/fcntl.h for x86_64 and riscv64
|
commit | commitdiff | tree |
2020-09-03 |
Rich Felker | make generic bits/fcntl.h shareable with 64-bit archs
|
commit | commitdiff | tree |
2020-09-03 |
Rich Felker | fix missing O_LARGEFILE values on x86_64, x32, and...
|
commit | commitdiff | tree |
2020-09-03 |
Rich Felker | fix missing newline in herror output
|
commit | commitdiff | tree |
2020-08-31 |
Rich Felker | fix i386 __set_thread_area fallback
|
commit | commitdiff | tree |
2020-08-31 |
Rich Felker | restore h_errno ABI compatibility with ancient binaries
|
commit | commitdiff | tree |
2020-08-30 |
Rich Felker | clean up overinclusion in files using TIOCGWINSZ
|
commit | commitdiff | tree |
2020-08-30 |
Rich Felker | fix regression with applications that expect struct...
|
commit | commitdiff | tree |
2020-08-28 |
Rich Felker | configure: enable warnings by default
|
commit | commitdiff | tree |
2020-08-28 |
Rich Felker | configure: use additive warnings instead of subtracting...
|
commit | commitdiff | tree |
2020-08-27 |
Rich Felker | configure: add further -Werror=... options to detected...
|
commit | commitdiff | tree |
2020-08-27 |
Rich Felker | remove redundant pthread struct members repeated for...
|
commit | commitdiff | tree |
2020-08-27 |
Rich Felker | deduplicate __pthread_self thread pointer adjustment...
|
commit | commitdiff | tree |
2020-08-25 |
Rich Felker | deduplicate TP_ADJ logic out of each arch, replace...
|
commit | commitdiff | tree |
2020-08-25 |
Rich Felker | report res_query failures, including nxdomain/nodata...
|
commit | commitdiff | tree |
2020-08-25 |
Rich Felker | make h_errno thread-local
|
commit | commitdiff | tree |
2020-08-25 |
Rich Felker | add tcgetwinsize and tcsetwinsize functions, move struct...
|
commit | commitdiff | tree |
2020-08-22 |
Rich Felker | fix MUSL_LOCPATH search
|
commit | commitdiff | tree |
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 |