Show patches with: State = Action Required       |   5072 patches
« 1 2 3 450 51 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[3/6] Make fflush (NULL) flush input files (bug 32369) Fix issues around flushing and file offsets for input files 2 - 5-- 2025-01-14 Joseph Myers New
[v2] mbrtowc: Avoid compare with the result pointer add [v2] mbrtowc: Avoid compare with the result pointer add - - 6-- 2025-01-14 YunQiang Su New
rt/tst-clock_nanosleep2 failure rt/tst-clock_nanosleep2 failure - - 6-- 2025-01-14 Mark Wielaard New
[v4] libio: Start to return errors when flushing fwrite's buffer [BZ #29459] [v4] libio: Start to return errors when flushing fwrite's buffer [BZ #29459] 1 - 6-- 2025-01-11 Tulio Magno Quites Machado Filho New
Raise the minimum GCC version to 11.5 [BZ #32539] Raise the minimum GCC version to 11.5 [BZ #32539] - - 2-2 2025-01-11 H.J. Lu New
mbrtowc: Avoid compare with the result pointer add mbrtowc: Avoid compare with the result pointer add - - 6-- 2025-01-10 YunQiang Su New
[v16,8/8] Linux: Update internal copy of '<sys/rseq.h>' Add rseq extensible ABI support 2 - 3-2 2025-01-09 Michael Jeanson Accepted
[v16,7/8] nptl: Remove the rseq area from 'struct pthread' Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,6/8] nptl: Move the rseq area to the 'extra TLS' block Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,5/8] nptl: Introduce <rseq-access.h> for RSEQ_* accessors Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,4/8] nptl: add rtld_hidden_proto to __rseq_size and __rseq_offset Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,3/8] Add Linux 'extra TLS' Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,2/8] Add generic 'extra TLS' Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
[v16,1/8] nptl: Add rseq auxvals Add rseq extensible ABI support 2 - 1-2 2025-01-09 Michael Jeanson Accepted
Add new tests for fopen Add new tests for fopen - - 6-- 2025-01-08 Martin Coufal New
aarch64: Improve codegen in SVE exp and users, and update expf_inline. aarch64: Improve codegen in SVE exp and users, and update expf_inline. - - 6-- 2025-01-08 Luna Lamb New
[3/3] AArch64: Improve codegen for SVE powf AArch64: Improve codegen for SVE pow, powf and erfcf - - 6-- 2025-01-08 Yat Long Poon New
[2/3] AArch64: Improve codegen for SVE pow AArch64: Improve codegen for SVE pow, powf and erfcf - - 5-- 2025-01-08 Yat Long Poon New
[1/3] AArch64: Improve codegen for SVE erfcf AArch64: Improve codegen for SVE pow, powf and erfcf - - 5-- 2025-01-08 Yat Long Poon New
aarch64: Improve codegen in SVE asinh. aarch64: Improve codegen in SVE asinh. - - 6-- 2025-01-08 Luna Lamb New
[v2] manual: make @manpageurl more specific to each output [v2] manual: make @manpageurl more specific to each output 1 - 6-- 2025-01-07 DJ Delorie New
configure: make --prefix=/usr and '' identical configure: make --prefix=/usr and '' identical - - 61- 2025-01-07 DJ Delorie Changes Requested
[v2,5/5] manual: Document futimens and utimensat manual: Document several *at file system interface functions - - 6-- 2025-01-06 Arjun Shankar New
[v2,4/5] manual: Document unlinkat manual: Document several *at file system interface functions - - 5-- 2025-01-06 Arjun Shankar New
[v2,3/5] manual: Document renameat manual: Document several *at file system interface functions - - 5-- 2025-01-06 Arjun Shankar New
[v2,2/5] manual: Document mkdirat manual: Document several *at file system interface functions - - 2-- 2025-01-06 Arjun Shankar New
[v2,1/5] manual: Document faccessat manual: Document several *at file system interface functions 1 - 1-- 2025-01-06 Arjun Shankar New
[59/59] time: test DST adjustment for DST-less zones time: sync mktime from Gnulib - - 3-3 2025-01-05 Paul Eggert New
[58/59] mktime: improve tm_isdst heuristic time: sync mktime from Gnulib - - 3-2 2025-01-05 Paul Eggert New
[57/59] mktime: port __mktime64 locking to Gnulib time: sync mktime from Gnulib - - 2-- 2025-01-05 Paul Eggert New
[56/59] mktime: prefer bool to int time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[55/59] Refactor __tzfile_compute index local time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[54/59] Refactor __tzfile_compute to avoid two gotos time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[53/59] Refactor post-transition-table ‘if’ time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[52/59] Refactor localtime ‘if’ in __tzfile_compute time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[51/59] Refactor ‘if’ in __tzfile_compute time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[50/59] Remove use_last label from __tzfile_compute time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[49/59] Remove leap-second goto from __tzfile_compute time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[48/59] Minor SECSPERDAY widening tweak time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[47/59] Minor compute_change widening tweak time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[46/59] tzset, not localtime, now parses TZif TZ spec time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[45/59] Remove invalid tzset tests from tst-bz29951.c time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[44/59] Handle TZif time type 0 correctly time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[43/59] Fix overflow checking in offtime time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[42/59] __offtime now returns struct tm * time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[41/59] Refactor enum tz_rule_type time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[40/59] Improve __tzfile_read TZ="" comment time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[39/59] Free earlier in __tzfile_read time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[38/59] Avoid a malloc in __tzfile_read time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[37/59] Tighten setuid TZif file name check time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[36/59] Remove arbitrary limit on TZ, TZDIR lengths time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[35/59] Remove __use_tzfile time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[34/59] mktime should not consult 'daylight' time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[33/59] Reject TZif files containing '\0' in TZ string time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[32/59] Reject invalid TZ strings in TZif files time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[31/59] "POSIX TZ" -> "proleptic TZ" time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[30/59] Update tzname etc. even if TZ is unchanged time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[29/59] Simplify setting tz_rules to UTC time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[28/59] Prefer "UTC" for UTC time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[27/59] TZ="" always means UTC sans leap seconds time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[26/59] Simplify treatment of missing and empty TZ time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[25/59] Fix mishandling of default DST rule time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[24/59] Stop using zic's -y option time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[23/59] Minor tzfile.c clarity improvements time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[22/59] __use_tzfile is boolean time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[21/59] Document assumption that NO_DST == 0 time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[20/59] Fix obscure bug when stdoffset == dstoffset time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[19/59] Trivial tzset_internal speedup time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[18/59] Match RFC 9636 names time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[17/59] Don’t mishandle years < 1970 in compute_change time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[16/59] Improve performance in 2 BC time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[15/59] Simplify __tz_compute time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[14/59] Treat oddball UTC offset strings as zero time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[13/59] Remove alignment assumption from __tzfile_read time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[12/59] Check TZif files more carefully time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[11/59] tzset no longer calls ftello time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[10/59] Don’t assume TZif bloat is likely time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[09/59] Omit parse_offset unnecessary *tz == '\0' time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[08/59] Push tzset lock into callers of time functions time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[07/59] Document mktime out-of-range + tm_isdst time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[06/59] Sync mktime.c from Gnulib 2024-10-04 time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[05/59] Support static_assert in pre-C23 C time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[04/59] Don't worry about !TZDEFAULT time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[03/59] Fix mishandling of default DST rule time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[02/59] Support stdckdint.h internally if older GCC time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[01/59] Split intprops.h into two time: sync mktime from Gnulib - - 1-- 2025-01-05 Paul Eggert New
[5/6] htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. htl: move pthread_mutex_* and pt-setcanceltype - - 2-- 2025-01-03 gfleury New
[4/6] htl: move pthread_mutex_destroy into libc. htl: move pthread_mutex_* and pt-setcanceltype - - 1-- 2025-01-03 gfleury New
[3/6] htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc htl: move pthread_mutex_* and pt-setcanceltype - - 1-- 2025-01-03 gfleury New
[2/6] htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} htl: move pthread_mutex_* and pt-setcanceltype - - 1-- 2025-01-03 gfleury New
[1/6] ht: move pthread_mutex_init into libc. htl: move pthread_mutex_* and pt-setcanceltype - - 1-- 2025-01-03 gfleury New
LoongArch: Use the generic shmlab.h. LoongArch: Use the generic shmlab.h. - - 6-- 2025-01-03 caiyinyu New
[v3,5/5] malloc: add testing for large tcache support. malloc: tcache improvements - - 2-1 2025-01-02 Cupertino Miranda New
[v3,4/5] malloc: add tcache support for large chunk caching malloc: tcache improvements - - 1-- 2025-01-02 Cupertino Miranda New
[v3,3/5] malloc: replace _int_free by _int_free_chunk in sysmalloc. malloc: tcache improvements 1 - 1-- 2025-01-02 Cupertino Miranda New
[v3,2/5] malloc: mangle tcache entries pointers malloc: tcache improvements - - 1-- 2025-01-02 Cupertino Miranda New
[v3,1/5] malloc: missing initialization of tcache in _mid_memalign malloc: tcache improvements - - 1-- 2025-01-02 Cupertino Miranda New
[v2,4/4] time: Implement the glibc.time.mktime_dst_adjustment tunable mktime tm_isdst compatibility improvements - - 2-- 2025-01-02 Florian Weimer New
[v2,3/4] time: Do not perform forced DST adjustment for DST-less zones mktime tm_isdst compatibility improvements - - 1-- 2025-01-02 Florian Weimer New
[v2,2/4] time: Push tzset lock into callers of time functions mktime tm_isdst compatibility improvements - - 1-- 2025-01-02 Florian Weimer New
« 1 2 3 450 51 »