Age | Commit message (Expand) | Author | Files | Lines |
2025-02-02 | elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object | Florian Weimer | 2 | -12/+42 |
2025-02-01 | hurd: Use the new __proc_reauthenticate_complete protocol | Sergey Bugaev | 2 | -22/+65 |
2025-02-01 | elf: Do not add a copy of _dl_find_object to libc.so | Florian Weimer | 4 | -7/+6 |
2025-02-01 | htl: move pthread_setcancelstate into libc. | gfleury | 12 | -26/+15 |
2025-01-31 | math: Fix sinhf for some inputs (BZ 32627) | Adhemerval Zanella | 3 | -1/+27 |
2025-01-31 | math: Fix log10p1f internal table value (BZ 32626) | Adhemerval Zanella | 3 | -1/+28 |
2025-01-31 | manual: Safety annotations for timespec_get and timespec_getres | Tulio Magno Quites Machado Filho | 1 | -0/+2 |
2025-01-31 | sh: Fix tst-guard1 build | Adhemerval Zanella | 1 | -2/+0 |
2025-01-30 | manual: Add links to POSIX Semaphores man-pages documentation | Arjun Shankar | 1 | -0/+21 |
2025-01-30 | manual: Consolidate POSIX Semaphores docs in Threads chapter | Arjun Shankar | 2 | -78/+88 |
2025-01-30 | ld.so: Decorate BSS mappings | Petr Malat | 5 | -16/+83 |
2025-01-30 | nptl: Add support for setup guard pages with MADV_GUARD_INSTALL | Adhemerval Zanella | 10 | -95/+561 |
2025-01-29 | nptl: Correct stack size attribute when stack grows up [BZ #32574] | John David Anglin | 1 | -2/+2 |
2025-01-29 | manual: Update compatibility note on flushing of line-oriented files | Florian Weimer | 1 | -6/+12 |
2025-01-29 | htl: move pthread_setcanceltype into libc. | gfleury | 10 | -11/+13 |
2025-01-29 | htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. | gfleury | 8 | -11/+25 |
2025-01-29 | htl: move pthread_mutex_destroy into libc. | gfleury | 11 | -16/+10 |
2025-01-29 | htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc | gfleury | 9 | -12/+37 |
2025-01-29 | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 18 | -66/+78 |
2025-01-29 | htl: move pthread_mutex_init into libc. | gfleury | 12 | -20/+13 |
2025-01-29 | htl: remove leftover for pthread_mutexattr_settype | gfleury | 2 | -6/+0 |
2025-01-28 | Add test of input file flushing / offset issues | Joseph Myers | 2 | -0/+561 |
2025-01-28 | Fix fflush handling for mmap files after ungetc (bug 32535) | Joseph Myers | 3 | -4/+59 |
2025-01-28 | Fix fseek handling for mmap files after ungetc or fflush (bug 32529) | Joseph Myers | 3 | -1/+68 |
2025-01-28 | Make fflush (NULL) flush input files (bug 32369) | Joseph Myers | 3 | -0/+102 |
2025-01-28 | Make fclose seek input file to right offset (bug 12724) | Joseph Myers | 3 | -5/+264 |
2025-01-28 | Fix fflush after ungetc on input file (bug 5994) | Joseph Myers | 3 | -0/+70 |
2025-01-28 | libio: Add a new fwrite test that evaluates partial writes | Tulio Magno Quites Machado Filho | 2 | -0/+234 |
2025-01-28 | libio: Start to return errors when flushing fwrite's buffer [BZ #29459] | Tulio Magno Quites Machado Filho | 7 | -6/+304 |
2025-01-28 | Add new tests for fopen | Martin Coufal | 4 | -0/+531 |
2025-01-28 | Increase version to 2.41.9000, add new section to NEWSglibc-2.41.9000 | Andreas K. Hüttel | 2 | -2/+29 |
2025-01-28 | Create ChangeLog.old/ChangeLog.30glibc-2.41 | Andreas K. Hüttel | 1 | -0/+13253 |
2025-01-28 | Bump version to 2.41 | Andreas K. Hüttel | 2 | -3/+3 |
2025-01-28 | po: update translations (final, only timestamp and line number changes) | Andreas K. Hüttel | 38 | -91/+91 |
2025-01-28 | libc.pot: regenerate (only line number changes) | Andreas K. Hüttel | 1 | -3/+3 |
2025-01-28 | INSTALL: update last tested version numbers | Andreas K. Hüttel | 2 | -15/+15 |
2025-01-27 | contrib.texi: minor improvements | Andreas K. Hüttel | 1 | -2/+3 |
2025-01-27 | NEWS: Add some more news from the 2.41 cycle | Andreas K. Hüttel | 1 | -8/+31 |
2025-01-27 | contrib.texi: Update from 2.40..2.41 commit log | Andreas K. Hüttel | 1 | -22/+78 |
2025-01-26 | NEWS: Add reference to (single) advisory | Andreas K. Hüttel | 1 | -2/+3 |
2025-01-26 | NEWS: Add list of bugs fixed in 2.41 | Andreas K. Hüttel | 1 | -2/+135 |
2025-01-26 | NEWS: editorial changes (language, line breaks) | Andreas K. Hüttel | 1 | -54/+62 |
2025-01-26 | testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac... | Xi Ruoyao | 1 | -2/+5 |
2025-01-25 | elf: fix 'valgrind' typo in comment | Sam James | 1 | -1/+1 |
2025-01-25 | malloc: cleanup casts in tst-calloc | Sam James | 1 | -2/+2 |
2025-01-25 | stdlib: Test using setenv with updated environ [BZ #32588] | H.J. Lu | 2 | -0/+37 |
2025-01-24 | LICENSES: update CORE-MATH copyright | Aurelien Jarno | 1 | -4/+4 |
2025-01-24 | LICENSES: update location of getaddrinfo.c and getnameinfo.c | Aurelien Jarno | 1 | -2/+2 |
2025-01-24 | LICENSES: remove Intel License Agreement | Aurelien Jarno | 1 | -36/+0 |
2025-01-24 | stdlib: Re-implement free (environ) compatibility kludge for setenv | Florian Weimer | 8 | -17/+158 |