Commit graph

  • edb2a8f0ae math: Use acospif from CORE-MATH Adhemerval Zanella 2024-12-20 10:42:35 -03:00
  • 57d1fc9971 benchtests: Add tanpif Adhemerval Zanella 2025-01-23 17:57:53 -03:00
  • 10370a4d00 benchtests: Add sinpif Adhemerval Zanella 2025-01-23 17:57:11 -03:00
  • 180e97bee6 benchtests: Add cospif Adhemerval Zanella 2025-01-23 17:56:11 -03:00
  • 1700d306d4 benchtests: Add atanpif Adhemerval Zanella 2025-01-23 17:51:40 -03:00
  • ec9d2f3066 benchtests: Add atan2pif Adhemerval Zanella 2025-01-23 17:50:46 -03:00
  • 082ffa4ddc benchtests: Add asinpif Adhemerval Zanella 2025-01-23 17:49:38 -03:00
  • 3e0e782b29 benchtests: Add acospif Adhemerval Zanella 2025-01-23 17:49:06 -03:00
  • 392261a2b6 hurd: Replace char foo[1024] with string_t Samuel Thibault 2025-02-10 20:06:35 +01:00
  • 659fa18dde hurd: Drop useless buffer initialization in ttyname* Samuel Thibault 2025-02-10 20:09:20 +01:00
  • da49165ea6 mig_strncpy: ensure destination string is null terminated Flavio Cruz 2025-02-09 22:37:56 -05:00
  • 6bcd7bf100 htl: stop exporting __pthread_default_barrierattr. gfleury 2025-02-09 22:01:08 +02:00
  • 710bbc9659 htl: move pthread_barrier_wait into libc. gfleury 2025-02-09 22:01:07 +02:00
  • 2789003489 htl: move pthread_barrier_init into libc. gfleury 2025-02-09 22:01:06 +02:00
  • 735c9b73d6 htl: move pthread_barrier_destroy into libc. gfleury 2025-02-09 22:01:05 +02:00
  • ccf19a68ab htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc. gfleury 2025-02-09 22:01:04 +02:00
  • ca2a95ee67 htl: move pthread_barrierattr_init into libc. gfleury 2025-02-09 22:01:03 +02:00
  • 40cbd3c361 htl: move pthread_barrierattr_destroy into libc. gfleury 2025-02-09 22:01:02 +02:00
  • 7d799d85e8 htl: move __pthread_default_barrierattr into libc. gfleury 2025-02-09 22:01:01 +02:00
  • c9906d1ccc
    elf: Remove now pointless empty ld.so.conf files in single tests akhuettel/tests-libgcc-3 Andreas K. Hüttel 2025-01-22 16:06:29 +01:00
  • 4907d4bf99
    support: Always run ldconfig in containered tests Andreas K. Hüttel 2025-01-22 15:02:45 +01:00
  • 0458454277
    Makefile: Add ld.so.conf with libgcc dir to testroot.pristine Andreas K. Hüttel 2025-01-22 13:31:28 +01:00
  • ff79b154b0
    Makeconfig: Add libgcc directory to rtld-prefix search path Andreas K. Hüttel 2025-01-22 13:28:18 +01:00
  • bb6496b964 manual: Update signal descriptions DJ Delorie 2025-01-17 17:34:02 -05:00
  • cdb0800022 libio: Replace __LP64__ with __WORDSIZE Tulio Magno Quites Machado Filho 2025-01-30 15:51:01 -03:00
  • 3755ffb665 powerpc64le: Also avoid IFUNC for __mempcpy Florian Weimer 2025-02-02 16:21:39 +01:00
  • 68c9ef4419 elf: Build dl-tls.o with early startup symbol redirections Florian Weimer 2025-02-02 16:22:23 +01:00
  • 37a0933e1b manual: make @manpageurl more specific to each output DJ Delorie 2024-12-10 16:57:21 -05:00
  • cf88351b68 math: Fix tanf for some inputs (BZ 32630) Adhemerval Zanella 2025-02-02 16:57:49 -03:00
  • 09e7f4d594 math: Fix tanf for some inputs (BZ 32630) Adhemerval Zanella 2025-02-02 16:57:49 -03:00
  • e899ca3651 nptl: Correct stack size attribute when stack grows up [BZ #32574] John David Anglin 2025-01-29 16:51:16 -05:00
  • cb7f206537 nptl: Correct stack size attribute when stack grows up [BZ #32574] John David Anglin 2025-01-29 16:51:16 -05:00
  • fc058b46c7 elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen Florian Weimer 2025-02-02 20:10:09 +01:00
  • b05e78d473 elf: Add fast path to dlopen for fully-opened maps Florian Weimer 2025-02-02 20:10:09 +01:00
  • edc6842bbc elf: Determine the caller link map in _dl_open Florian Weimer 2025-02-02 20:10:09 +01:00
  • d12cb8e452 elf: Merge __dl_libc_freemem into __rtld_libc_freeres Florian Weimer 2025-02-02 20:10:09 +01:00
  • 749310c61b elf: Add l_soname accessor function for DT_SONAME values Florian Weimer 2025-02-02 20:10:09 +01:00
  • aa1bf89039 elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object Florian Weimer 2025-02-02 20:10:08 +01:00
  • a7aad6e2b7 hurd: Use the new __proc_reauthenticate_complete protocol Sergey Bugaev 2025-02-01 18:17:38 +01:00
  • 96429bcc91 elf: Do not add a copy of _dl_find_object to libc.so Florian Weimer 2025-02-01 12:37:58 +01:00
  • cf51d18b9d htl: move pthread_setcancelstate into libc. gfleury 2025-02-01 10:02:02 +02:00
  • d85a771953 math: Fix sinhf for some inputs (BZ 32627) Adhemerval Zanella 2025-01-31 10:34:32 -03:00
  • bdccbfbc52 math: Fix log10p1f internal table value (BZ 32626) Adhemerval Zanella 2025-01-31 10:27:39 -03:00
  • 04588633cf math: Fix sinhf for some inputs (BZ 32627) Adhemerval Zanella 2025-01-31 10:34:32 -03:00
  • c79277a167 math: Fix log10p1f internal table value (BZ 32626) Adhemerval Zanella 2025-01-31 10:27:39 -03:00
  • 1b29cb7b78 manual: Safety annotations for timespec_get and timespec_getres Tulio Magno Quites Machado Filho 2025-01-28 15:31:01 -03:00
  • 22a11aa1c3 sh: Fix tst-guard1 build Adhemerval Zanella 2025-01-31 09:34:36 -03:00
  • 005b8bbbc1 linux: Add memory sealing tests azanella/memory-seal-v5 Adhemerval Zanella 2025-01-29 14:22:42 -03:00
  • c93002979e Enable memory sealing automatically Adhemerval Zanella 2025-01-29 14:22:41 -03:00
  • e2086c9e96 elf: Add support to memory sealing Adhemerval Zanella 2025-01-29 14:22:40 -03:00
  • 47c4f4045c manual: Add links to POSIX Semaphores man-pages documentation Arjun Shankar 2025-01-14 02:52:10 +01:00
  • a3a5634d9b manual: Consolidate POSIX Semaphores docs in Threads chapter Arjun Shankar 2025-01-14 02:52:09 +01:00
  • 096e962c1d elf: Use RTLD_NODELETE for dependencies Adhemerval Zanella 2025-01-29 14:22:39 -03:00
  • 709e0a974d rtld: Move call_init_paths after _dl_process_pt_gnu_property Adhemerval Zanella 2025-01-29 14:22:38 -03:00
  • 6cef7012e5 elf: Parse gnu properties for the loader Adhemerval Zanella 2025-01-29 14:22:37 -03:00
  • 66e489920c elf: Parse gnu properties for static linked binaries Adhemerval Zanella 2025-01-29 14:22:36 -03:00
  • 2a5b1bd1da linux: Add mseal syscall support Adhemerval Zanella 2025-01-29 14:22:35 -03:00
  • 4c43173eba ld.so: Decorate BSS mappings Petr Malat 2025-01-28 11:08:20 +01:00
  • a6fbe36b7f nptl: Add support for setup guard pages with MADV_GUARD_INSTALL Adhemerval Zanella 2025-01-08 15:16:48 -03:00
  • 8e86549d14 nptl: Correct stack size attribute when stack grows up [BZ #32574] John David Anglin 2025-01-29 16:51:16 -05:00
  • 32ac9f8049 manual: Update compatibility note on flushing of line-oriented files Florian Weimer 2025-01-29 10:28:10 +01:00
  • 9a31eb64db htl: move pthread_setcanceltype into libc. gfleury 2025-01-03 12:37:50 +02:00
  • 265c5991af htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. gfleury 2025-01-03 12:37:49 +02:00
  • 8bfabe7a92 htl: move pthread_mutex_destroy into libc. gfleury 2025-01-03 12:37:48 +02:00
  • be9f0e7681 htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc gfleury 2025-01-03 12:37:47 +02:00
  • 2ebc2d8e24 htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} gfleury 2025-01-03 12:37:46 +02:00
  • e892a93073 htl: move pthread_mutex_init into libc. gfleury 2025-01-03 12:37:45 +02:00
  • 56b25bfd60 htl: remove leftover for pthread_mutexattr_settype gfleury 2025-01-29 00:33:04 +01:00
  • 203452a460 Add test of input file flushing / offset issues Joseph Myers 2025-01-28 23:39:12 +00:00
  • 3ff3b9997c Fix fflush handling for mmap files after ungetc (bug 32535) Joseph Myers 2025-01-28 23:20:08 +00:00
  • 0dcc0b2f63 Fix fseek handling for mmap files after ungetc or fflush (bug 32529) Joseph Myers 2025-01-28 22:35:21 +00:00
  • 94251ae99e Make fflush (NULL) flush input files (bug 32369) Joseph Myers 2025-01-28 21:53:49 +00:00
  • be6818be31 Make fclose seek input file to right offset (bug 12724) Joseph Myers 2025-01-28 20:22:56 +00:00
  • 0a7c7a3e28
    NEWS: start new section Andreas K. Hüttel 2025-01-28 21:11:22 +01:00
  • 377e9733b5 Fix fflush after ungetc on input file (bug 5994) Joseph Myers 2025-01-28 19:38:27 +00:00
  • 1515f74fd8 libio: Add a new fwrite test that evaluates partial writes Tulio Magno Quites Machado Filho 2025-01-28 15:37:44 -03:00
  • 596a61cf6b libio: Start to return errors when flushing fwrite's buffer [BZ #29459] Tulio Magno Quites Machado Filho 2025-01-28 15:37:44 -03:00
  • 45c42b65c2 Add new tests for fopen Martin Coufal 2025-01-23 13:04:06 +01:00
  • 9f48a8abb2
    Remove advisories from release branch Andreas K. Hüttel 2025-01-28 18:45:20 +01:00
  • 42aba91895
    Increase version to 2.41.9000, add new section to NEWS glibc-2.41.9000 Andreas K. Hüttel 2025-01-28 18:42:35 +01:00
  • 74f59e9271
    Create ChangeLog.old/ChangeLog.30 glibc-2.41 Andreas K. Hüttel 2025-01-28 18:31:33 +01:00
  • f46351b491
    Bump version to 2.41 Andreas K. Hüttel 2025-01-28 18:25:13 +01:00
  • 9b2f20dd54
    po: update translations (final, only timestamp and line number changes) Andreas K. Hüttel 2025-01-28 13:47:28 +01:00
  • b8c0cb4b1c
    libc.pot: regenerate (only line number changes) Andreas K. Hüttel 2025-01-28 12:36:07 +01:00
  • fda82f6e80
    INSTALL: update last tested version numbers Andreas K. Hüttel 2025-01-28 12:31:08 +01:00
  • 27bebf9b4f
    contrib.texi: minor improvements Andreas K. Hüttel 2025-01-27 16:30:54 +01:00
  • 115afa9daa
    NEWS: Add some more news from the 2.41 cycle Andreas K. Hüttel 2025-01-26 22:45:27 +01:00
  • 604a340e91
    contrib.texi: Update from 2.40..2.41 commit log Andreas K. Hüttel 2025-01-27 01:06:16 +01:00
  • 181b6258e3
    NEWS: Add reference to (single) advisory Andreas K. Hüttel 2025-01-26 23:30:13 +01:00
  • 306acc0519
    NEWS: Add list of bugs fixed in 2.41 Andreas K. Hüttel 2025-01-26 23:26:07 +01:00
  • dc650eb715
    NEWS: editorial changes (language, line breaks) Andreas K. Hüttel 2025-01-26 20:09:26 +01:00
  • b31ed9581b
    testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrace output does not exist Xi Ruoyao 2025-01-26 00:48:27 +08:00
  • 8d55f2fb17
    elf: fix 'valgrind' typo in comment Sam James 2025-01-25 05:34:20 +00:00
  • fc8f253d80
    malloc: cleanup casts in tst-calloc Sam James 2025-01-13 02:27:41 +00:00
  • fe00ffde63 stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00
  • 549d831579 stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00
  • d5eee9726d stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00
  • 24d69e33fc stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00
  • 650a0aaaff stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00
  • 662516aca8 stdlib: Test using setenv with updated environ [BZ #32588] H.J. Lu 2025-01-24 18:53:13 +08:00