2025-02-16 |
gfleury | htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrl... |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move pthread_rwlock_unlock into libc. |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move pthread_rwlock_tryrdlock, pthread_rwlock_tryw... |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move pthread_rwlockattr_getpshared, pthread_rwlock... |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move pthread_rwlockattr_destroy into libc. |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move pthread_rwlockattr_init into libc. |
commit | commitdiff | tree |
2025-02-16 |
gfleury | htl: move __pthread_default_rwlockattr into libc. |
commit | commitdiff | tree |
2025-02-15 |
Aurelien Jarno | Fix tst-aarch64-pkey to handle ENOSPC as not supported |
commit | commitdiff | tree |
2025-02-14 |
Tulio Magno... | Increase the amount of data tested in stdio-common... |
commit | commitdiff | tree |
2025-02-13 |
Florian Weimer | elf: Keep using minimal malloc after early DTV resize... |
commit | commitdiff | tree |
2025-02-13 |
Tulio Magno... | libio: Initialize _total_written for all kinds of streams |
commit | commitdiff | tree |
2025-02-13 |
Ben Kallus | malloc: Add size check when moving fastbin->tcache |
commit | commitdiff | tree |
2025-02-13 |
Tobias Stoeckmann | nss: Improve network number parsers (bz 32573, 32575) |
commit | commitdiff | tree |
2025-02-13 |
Carlos O'Donell | nptl: Remove unused __g_refs comment. |
commit | commitdiff | tree |
2025-02-13 |
Siddhesh Poyarekar | advisories: Fix up GLIBC-SA-2025-0001 |
commit | commitdiff | tree |
2025-02-13 |
Yat Long Poon | AArch64: Improve codegen for SVE powf |
commit | commitdiff | tree |
2025-02-13 |
Yat Long Poon | AArch64: Improve codegen for SVE pow |
commit | commitdiff | tree |
2025-02-13 |
Yat Long Poon | AArch64: Improve codegen for SVE erfcf |
commit | commitdiff | tree |
2025-02-13 |
Luna Lamb | Aarch64: Improve codegen in SVE exp and users, and... |
commit | commitdiff | tree |
2025-02-13 |
Luna Lamb | Aarch64: Improve codegen in SVE asinh |
commit | commitdiff | tree |
2025-02-13 |
Wilco Dijkstra | math: Improve layout of exp/exp10 data |
commit | commitdiff | tree |
2025-02-13 |
Siddhesh Poyarekar | assert: Add test for CVE-2025-0395 |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Consolidate coshf and sinhf internal tables |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Consolidate acoshf and asinhf internal tables |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use tanpif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use sinpif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use cospif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use atanpif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use atan2pif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use asinpif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | math: Use acospif from CORE-MATH |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | benchtests: Add tanpif |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | benchtests: Add sinpif |
commit | commitdiff | tree |
2025-02-12 |
Adhemerval... | benchtests: Add cospif |
commit | commitdiff | tree |
2025-02-11 |
Adhemerval... | benchtests: Add atanpif |
commit | commitdiff | tree |
2025-02-11 |
Adhemerval... | benchtests: Add atan2pif |
commit | commitdiff | tree |
2025-02-11 |
Adhemerval... | benchtests: Add asinpif |
commit | commitdiff | tree |
2025-02-11 |
Adhemerval... | benchtests: Add acospif |
commit | commitdiff | tree |
2025-02-10 |
Samuel Thibault | hurd: Replace char foo[1024] with string_t |
commit | commitdiff | tree |
2025-02-10 |
Samuel Thibault | hurd: Drop useless buffer initialization in ttyname* |
commit | commitdiff | tree |
2025-02-10 |
Flavio Cruz | mig_strncpy: ensure destination string is null terminated |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: stop exporting __pthread_default_barrierattr. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrier_wait into libc. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrier_init into libc. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrier_destroy into libc. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrierattr_getpshared, pthread_barri... |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrierattr_init into libc. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move pthread_barrierattr_destroy into libc. |
commit | commitdiff | tree |
2025-02-10 |
gfleury | htl: move __pthread_default_barrierattr into libc. |
commit | commitdiff | tree |
2025-02-06 |
DJ Delorie | manual: Update signal descriptions |
commit | commitdiff | tree |
2025-02-05 |
Tulio Magno... | libio: Replace __LP64__ with __WORDSIZE |
commit | commitdiff | tree |
2025-02-05 |
Florian Weimer | powerpc64le: Also avoid IFUNC for __mempcpy |
commit | commitdiff | tree |
2025-02-05 |
Florian Weimer | elf: Build dl-tls.o with early startup symbol redirections |
commit | commitdiff | tree |
2025-02-04 |
DJ Delorie | manual: make @manpageurl more specific to each output |
commit | commitdiff | tree |
2025-02-03 |
Adhemerval... | math: Fix tanf for some inputs (BZ 32630) |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Use _dl_find_object instead of _dl_find_dso_for_ob... |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Add fast path to dlopen for fully-opened maps |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Determine the caller link map in _dl_open |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Merge __dl_libc_freemem into __rtld_libc_freeres |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Add l_soname accessor function for DT_SONAME values |
commit | commitdiff | tree |
2025-02-02 |
Florian Weimer | elf: Split _dl_lookup_map, _dl_map_new_object from... |
commit | commitdiff | tree |
2025-02-01 |
Sergey Bugaev | hurd: Use the new __proc_reauthenticate_complete protocol |
commit | commitdiff | tree |
2025-02-01 |
Florian Weimer | elf: Do not add a copy of _dl_find_object to libc.so |
commit | commitdiff | tree |
2025-02-01 |
gfleury | htl: move pthread_setcancelstate into libc. |
commit | commitdiff | tree |
2025-01-31 |
Adhemerval... | math: Fix sinhf for some inputs (BZ 32627) |
commit | commitdiff | tree |
2025-01-31 |
Adhemerval... | math: Fix log10p1f internal table value (BZ 32626) |
commit | commitdiff | tree |
2025-01-31 |
Tulio Magno... | manual: Safety annotations for timespec_get and timespe... |
commit | commitdiff | tree |
2025-01-31 |
Adhemerval... | sh: Fix tst-guard1 build |
commit | commitdiff | tree |
2025-01-30 |
Arjun Shankar | manual: Add links to POSIX Semaphores man-pages documen... |
commit | commitdiff | tree |
2025-01-30 |
Arjun Shankar | manual: Consolidate POSIX Semaphores docs in Threads... |
commit | commitdiff | tree |
2025-01-30 |
Petr Malat | ld.so: Decorate BSS mappings |
commit | commitdiff | tree |
2025-01-30 |
Adhemerval... | nptl: Add support for setup guard pages with MADV_GUARD... |
commit | commitdiff | tree |
2025-01-29 |
John David... | nptl: Correct stack size attribute when stack grows... |
commit | commitdiff | tree |
2025-01-29 |
Florian Weimer | manual: Update compatibility note on flushing of line... |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_setcanceltype into libc. |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_mutex_consistent, pthread_mutex_consi... |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_mutex_destroy into libc. |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_mutex_getprioceiling, pthread_mutex_s... |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_mutex_{lock, unlock, trylock, timedlo... |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: move pthread_mutex_init into libc. |
commit | commitdiff | tree |
2025-01-29 |
gfleury | htl: remove leftover for pthread_mutexattr_settype |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Add test of input file flushing / offset issues |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Fix fflush handling for mmap files after ungetc (bug... |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Fix fseek handling for mmap files after ungetc or fflus... |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Make fflush (NULL) flush input files (bug 32369) |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Make fclose seek input file to right offset (bug 12724) |
commit | commitdiff | tree |
2025-01-28 |
Joseph Myers | Fix fflush after ungetc on input file (bug 5994) |
commit | commitdiff | tree |
2025-01-28 |
Tulio Magno... | libio: Add a new fwrite test that evaluates partial... |
commit | commitdiff | tree |
2025-01-28 |
Tulio Magno... | libio: Start to return errors when flushing fwrite... |
commit | commitdiff | tree |
2025-01-28 |
Martin Coufal | Add new tests for fopen |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | Increase version to 2.41.9000, add new section to NEWS glibc-2.41.9000 |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | Create ChangeLog.old/ChangeLog.30 glibc-2.41 |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | Bump version to 2.41 |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | po: update translations (final, only timestamp and... |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | libc.pot: regenerate (only line number changes) |
commit | commitdiff | tree |
2025-01-28 |
Andreas K.... | INSTALL: update last tested version numbers |
commit | commitdiff | tree |
2025-01-27 |
Andreas K.... | contrib.texi: minor improvements |
commit | commitdiff | tree |
2025-01-27 |
Andreas K.... | NEWS: Add some more news from the 2.41 cycle |
commit | commitdiff | tree |
2025-01-27 |
Andreas K.... | contrib.texi: Update from 2.40..2.41 commit log |
commit | commitdiff | tree |
2025-01-26 |
Andreas K.... | NEWS: Add reference to (single) advisory |
commit | commitdiff | tree |
next |