Re: 答复: [musl] Subject: [PATCH] pthread: Fix bug that pthread_create may cause priority inversion |
|
|
|
2019-09-11 |
Rich Felker |
|
New |
[1/2] Add Thumb2 support to ARM assembler memcpy |
|
|
|
2019-09-13 |
Andre McCurdy |
|
New |
[2/2] Add big-endian support to ARM assembler memcpy |
|
|
|
2019-09-13 |
Andre McCurdy |
|
New |
arm: avoid conditional branch to PLT in sigsetjmp.s |
|
|
|
2019-09-18 |
Andre McCurdy |
|
New |
math: optimize lrint on 32bit targets |
|
|
|
2019-09-21 |
Szabolcs Nagy |
|
New |
math: optimize lrint on 32bit targets |
|
|
|
2019-09-22 |
Szabolcs Nagy |
|
New |
time: Fix bug in timer_create |
|
|
|
2019-09-24 |
changdiankang |
|
New |
Bug report, concurrency issue on exception with gcc 8.3.0 |
|
|
|
2019-09-24 |
Rich Felker |
|
New |
correct the operand specifiers in the riscv64 CAS routines |
|
1 |
1 |
2019-09-25 |
Palmer Dabbelt |
|
New |
mips fp32/fpxx/fp64 issues, r6 sjlj broken |
|
|
|
2019-09-26 |
Rich Felker |
|
New |
mips fp32/fpxx/fp64 issues, r6 sjlj broken |
|
|
|
2019-09-27 |
Rich Felker |
|
New |
Change container for riscv floating-point state to __riscv_mc_fp_state |
|
|
|
2019-09-28 |
Khem Raj |
|
New |
[V2] riscv64: Change container for riscv floating-point state to __riscv_mc_fp_state |
|
|
|
2019-09-28 |
Khem Raj |
|
New |
[V3] riscv64: Change container for riscv floating-point state to __riscv_mc_fp_state |
|
|
|
2019-09-29 |
Khem Raj |
|
New |
remove remaining traces of __tls_get_new |
|
|
|
2019-09-29 |
Szabolcs Nagy |
|
New |
Re: posix_spawn |
|
|
|
2019-10-01 |
Joshua Hudson |
|
New |
armv7-m segv when throwing c++ exception |
|
|
|
2019-10-02 |
Rich Felker |
|
New |
armv7-m segv when throwing c++ exception |
|
|
|
2019-10-02 |
Rich Felker |
|
New |
Update ctype data to Unicode 12.1.0 |
|
|
|
2019-10-12 |
Eleftherios Kritikos |
|
New |
math: fix signed int left shift ub in sqrt |
|
|
|
2019-10-13 |
Szabolcs Nagy |
|
New |
Re: [PATCH] Use open_memstream(3) for more efficient asprintf |
|
|
|
2019-10-14 |
Alex Brachet-Mialot |
|
New |
[1/1] ungetc: Cast to unsigned char before push back to stream |
|
|
|
2019-10-18 |
wangjianjian (C) |
|
New |
Use fabsl instead of fabs on long double operand in floatscan.c |
|
|
|
2019-10-18 |
Dan Gohman |
|
New |
arm64: uapi: Fix user space compile with musl libc |
|
|
|
2019-10-19 |
Hauke Mehrtens |
|
New |
[V2,1/1] ungetc: Cast to unsigned char before returning |
|
|
|
2019-10-20 |
wangjianjian (C) |
|
New |
remaining steps for time64 switchover |
|
|
|
2019-10-21 |
Rich Felker |
|
New |
aio: aio_read() may not return error for invalid argument |
|
|
|
2019-10-27 |
Zhang Tianci |
|
New |
missing parts to time64 switchover |
|
|
|
2019-11-01 |
Rich Felker |
|
New |
missing parts to time64 switchover |
|
|
|
2019-11-01 |
Rich Felker |
|
New |
[v2] remaining steps for time64 switchover |
|
|
|
2019-11-01 |
Rich Felker |
|
New |
[v3] remaining steps for time64 switchover |
|
|
|
2019-11-02 |
Rich Felker |
|
New |
[v3] remaining steps for time64 switchover |
|
|
|
2019-11-02 |
Rich Felker |
|
New |
[v3] remaining steps for time64 switchover |
|
|
|
2019-11-02 |
Rich Felker |
|
New |
a_ctz_32: Instead of a subtraction by 31, use an xor |
|
|
|
2019-11-08 |
Rosen Penev |
|
New |
[0/6] updates for linux v5.3 |
|
|
|
2019-11-10 |
Szabolcs Nagy |
|
New |
[0/6] updates for linux v5.3 |
|
|
|
2019-11-13 |
Szabolcs Nagy |
|
New |
Unconditonally define alloca as __builtin_alloca |
|
|
|
2019-11-19 |
Michael Forney |
|
New |
[v2] Unconditonally define alloca as __builtin_alloca |
|
|
|
2019-11-19 |
Michael Forney |
|
New |
riscv64: fenv.S: Fix fesetenv(FE_DFL_ENV) failure |
|
|
|
2019-12-02 |
Ruinland ChuanTzu Tsai |
|
New |
getaddrinfo/AI_ADDRCONFIG with ipv6 disabled |
|
|
|
2019-12-05 |
Bob Richmond |
|
New |
Patches for math subtree |
|
|
|
2019-12-07 |
Stefan Kanthak |
|
New |
Re: [updated/fixed] Patches for math subtree |
|
|
|
2019-12-10 |
Stefan Kanthak |
|
New |
More patches for math subtree |
|
|
|
2019-12-10 |
Stefan Kanthak |
|
New |
An addition to the math subtree |
|
|
|
2019-12-10 |
Stefan Kanthak |
|
New |
More additions for the math/i386 subtree |
|
|
|
2019-12-10 |
Stefan Kanthak |
|
New |
fdim(), fdimf() and fdiml() radically simplified |
|
|
|
2019-12-11 |
Stefan Kanthak |
|
New |
fmax(), fmaxf(), fmaxl(), fmin(), fminf(), fminl() simplified |
|
|
|
2019-12-11 |
Stefan Kanthak |
|
New |
fmax(), fmaxf(), fmaxl(), fmin(), fminf(), fminl() simplified |
|
|
|
2019-12-11 |
Stefan Kanthak |
|
New |
probably need to emulate SO_TIMESTAMP |
|
|
|
2019-12-17 |
Rich Felker |
|
New |
coresight: getcwd: modify the processing of parameters |
|
|
|
2019-12-18 |
Liu Jie |
|
New |
ftello: Need adjust file offset before switching to write |
|
|
|
2019-12-18 |
wangjianjian (C) |
|
New |
mips: Use fpregset_t for fpregs element |
|
|
|
2019-12-18 |
Khem Raj |
|
New |
uapi: Prevent redefinition of struct iphdr |
|
|
|
2019-12-22 |
A. Wilcox |
|
New |
netinet/ip.h: Add UAPI definition guard for iphdr |
|
|
|
2019-12-22 |
A. Wilcox |
|
New |
[0/6] updates for linux v5.4 |
|
|
|
2019-12-24 |
Szabolcs Nagy |
|
New |
coresignt: stdio: modify the fdopen interface |
|
|
|
2019-12-25 |
Liu Jie |
|
New |
ALSA: Fix definition of __time_pad |
|
|
|
2019-12-28 |
A. Wilcox |
|
New |
math: move x86_64 fabs, fabsf to C with inline asm |
|
|
|
2020-01-05 |
Alexander Monakov |
|
New |
math: move more x86-family fabs functions to C |
|
|
|
2020-01-06 |
Alexander Monakov |
|
New |
math: move trivial x86-family sqrt functions to C |
|
|
|
2020-01-06 |
Alexander Monakov |
|
New |
math: move i386 sqrtf to C |
|
|
|
2020-01-06 |
Alexander Monakov |
|
New |
math: move i386 sqrt to C |
|
|
|
2020-01-07 |
Alexander Monakov |
|
New |
PATCH: Fix cfi awk scripts for gawk 5 warning |
|
|
|
2020-01-08 |
Will Dietz |
|
New |
math: move x86_64 (l)lrint(f) functions to C |
|
|
|
2020-01-11 |
Alexander Monakov |
|
New |
math: move more x86-family lrint functions to C |
|
|
|
2020-01-11 |
Alexander Monakov |
|
New |
define RLIMIT_RTTIME, bump RLIMIT_NLIMITS |
|
|
|
2020-01-11 |
Leah Neukirchen |
|
New |
define RLIMIT_RTTIME, bump RLIMIT_NLIMITS |
|
|
|
2020-01-11 |
Leah Neukirchen |
|
New |
math: move x86-family rint functions to C |
|
|
|
2020-01-14 |
Alexander Monakov |
|
New |
math: move x86-family remainder functions to C |
|
|
|
2020-01-14 |
Alexander Monakov |
|
New |
Fix RISC-V a_cas inline asm operand sign extension |
|
|
|
2020-01-15 |
Luís Marques |
|
New |
math: move x86-family fmod functions to C |
|
|
|
2020-01-15 |
Alexander Monakov |
|
New |
math: add x86_64 remquol |
|
|
|
2020-01-16 |
Alexander Monakov |
|
New |
Absolute symlink breaks cross compilation |
|
|
|
2020-01-17 |
Андрей Аладьев |
|
New |
math/x32: correct lrintl.s for 32-bit long |
|
|
|
2020-01-18 |
Alexander Monakov |
|
New |
Re: musl mathematical functions |
|
|
|
2020-01-18 |
Szabolcs Nagy |
|
New |
Minor style patch to exit.c |
|
|
|
2020-01-19 |
Markus Wichmann |
|
New |
add statx |
|
|
|
2020-01-19 |
Ben Noordhuis |
|
New |
[0/2] math: fix known directed rounding problems |
|
|
|
2020-01-20 |
Szabolcs Nagy |
|
New |
[RFC] removing __NR_clock_gettime / SYS_clock_gettime |
|
|
|
2020-01-21 |
Rich Felker |
|
New |
[v2] Add big-endian support to ARM assembler memcpy |
|
|
|
2020-01-21 |
Andre McCurdy |
|
New |
Memory leak issue in multi-threaded program |
|
|
|
2020-01-28 |
Leesoo Ahn |
|
New |
cuserid: support invocation with a NULL pointer argument |
|
|
|
2020-01-28 |
Sören Tempel |
|
New |
[v2] cuserid: support invocation with a NULL pointer argument |
|
|
|
2020-01-29 |
Sören Tempel |
|
New |
[RFC] removing SYS_clock_gettime & SYS_gettimeofday |
|
|
|
2020-01-30 |
Rich Felker |
|
New |
move riscv64 register index constants to signal.h |
|
|
|
2020-02-04 |
Rich Felker |
|
New |
Memory leak issue in multi-threaded program |
|
|
|
2020-02-05 |
Leesoo Ahn |
|
New |
add support for pthread_sigqueue |
|
|
|
2020-02-05 |
Daniel Fahlgren |
|
New |
[BUG] catanf: overflow when the parameter is valid |
|
|
|
2020-02-05 |
Rich Felker |
|
New |
bug#39236: [musl] coreutils cp mishandles error return from lchmod |
|
|
|
2020-02-08 |
Paul Eggert |
|
New |
stat: Fix chmod |
|
|
|
2020-02-19 |
Zhang Tianci |
|
New |
stdio: Fix fdopen bug |
|
|
|
2020-02-19 |
Zhang Tianci |
|
New |
[1/2] Avoid out-of-bounds read for invalid quoted timezone |
|
|
|
2020-02-22 |
Samuel Holland |
|
New |
[2/2] Fix parsing offsets after long timezone names |
|
|
|
2020-02-22 |
Samuel Holland |
|
New |
Add REL_COPY size change detection |
|
|
|
2020-02-26 |
Markus Wichmann |
|
New |
musl: lutimes: Add checks for input parameters |
|
|
|
2020-03-01 |
Liu Jie |
|
New |
improve strerror speed |
|
|
|
2020-03-03 |
Timo Teras |
|
New |
[v2] improve strerror speed |
|
|
|
2020-03-04 |
Timo Teras |
|
New |
ldso: remove redundant switch case for REL_NONE |
|
|
|
2020-03-08 |
Fangrui Song |
|
New |
remove redundant condition in memccpy |
|
|
|
2020-03-09 |
Alexander Monakov |
|
New |
fix mips syscall asm regressions and kernel bug |
|
|
|
2020-03-11 |
Rich Felker |
|
New |