2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-12 14:21:18 +08:00

Commit Graph

  • 87ab0c7f7f x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) Florian Weimer 2025-03-28 09:26:59 +01:00
  • 60cd7123a6 x86: Skip XSAVE state size reset if ISA level requires XSAVE Florian Weimer 2025-03-28 09:26:06 +01:00
  • 80cd656649 x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) Florian Weimer 2025-03-28 09:26:59 +01:00
  • a282e2c0ae x86: Skip XSAVE state size reset if ISA level requires XSAVE Florian Weimer 2025-03-28 09:26:06 +01:00
  • 145097dff1 x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) Florian Weimer 2025-03-28 09:26:59 +01:00
  • 59585ddaa2 x86: Skip XSAVE state size reset if ISA level requires XSAVE Florian Weimer 2025-03-28 09:26:06 +01:00
  • b0897944cc malloc: Improve performance of __libc_malloc Wilco Dijkstra 2025-03-20 20:04:14 +00:00
  • 0a8e7ac95c stdio-common: Reject real data w/o exponent digits in scanf [BZ ] Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • 0b390b5508 stdio-common: Reject significand prefixes in scanf [BZ ] Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • e78cb4f6bd stdio-common: Reject integer prefixes in scanf [BZ ] Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • a26638424f stdio-common: Also reject exp char w/o significand in i18n scanf [BZ ] Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • 47076b3163 stdio-common: Add tests for formatted vsscanf input specifiers Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • 53ee7ede43 stdio-common: Add tests for formatted vfscanf input specifiers Maciej W. Rozycki 2025-03-28 12:35:53 +00:00
  • 63c81fa0db stdio-common: Add tests for formatted vscanf input specifiers Maciej W. Rozycki 2025-03-28 12:35:52 +00:00
  • bf6ac302cd stdio-common: Add tests for formatted sscanf input specifiers Maciej W. Rozycki 2025-03-28 12:35:52 +00:00
  • 50576060c8 stdio-common: Add tests for formatted fscanf input specifiers Maciej W. Rozycki 2025-03-28 12:35:52 +00:00
  • d527f34cb1 stdio-common: Add scanf long double data for Intel/Motorola 80-bit format Maciej W. Rozycki 2025-03-28 12:35:52 +00:00
  • 75ad83f564 Implement C23 pown Joseph Myers 2025-03-27 10:44:44 +00:00
  • be61b9493d support: Use unwinder in links-dso-program-c only with libgcc_s Florian Weimer 2025-03-26 17:46:40 +01:00
  • 1233da4943 malloc: Use __always_inline for simple functions Wilco Dijkstra 2025-03-20 16:36:52 +00:00
  • 3263675250 linux: Fix integer overflow warnings when including <sys/mount.h> [BZ ] Collin Funk 2025-03-25 11:17:55 -04:00
  • cd33535002 malloc: Use _int_free_chunk for remainders Wilco Dijkstra 2025-03-20 16:23:07 +00:00
  • 8bac7f7a43 Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py Joseph Myers 2025-03-25 18:29:01 +00:00
  • 4bea073069 stdio-common: Add scanf long double data for IBM 128-bit format Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • 771cda3c9c stdio-common: Add scanf long double data for IEEE 754 binary64 format Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • 1890e63c86 stdio-common: Add scanf long double data for IEEE 754 binary128 format Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • 0b31161439 stdio-common: Add scanf double data for IEEE 754 binary64 format Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • 26df22636d stdio-common: Add scanf float data for IEEE 754 binary32 format Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • a2bacea239 stdio-common: Add scanf integer data for LP64 targets Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • d7584e4d36 stdio-common: Add scanf integer data for ILP32 targets Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • d1a621b735 stdio-common: Add tests for formatted scanf input specifiers Maciej W. Rozycki 2025-03-25 09:40:20 +00:00
  • 0544df4f4a mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available Zhaoming Luo 2025-03-24 13:20:42 +08:00
  • b62692d3c7 aio_suspend64: Fix clock discrepancy [BZ ] Samuel Thibault 2025-03-09 22:25:14 +01:00
  • e3a6e85d67 Add _FORTIFY_SOURCE support for inet_pton Aaron Merey 2025-03-20 13:13:33 -04:00
  • a71db81ed1 Prepare inet_pton to be fortified Aaron Merey 2025-03-20 11:07:05 -04:00
  • 2fb0009ff1 Update kernel version to 6.13 in header constant tests Joseph Myers 2025-03-24 15:51:23 +00:00
  • 5dfbc3c43e support: Link links-dso-program-c with libgcc_s only if available Florian Weimer 2025-03-21 21:40:28 +01:00
  • 2f8e8c9cb7 elf: Use +nolink-deps to add make-only dependency for tst-origin Florian Weimer 2025-03-21 21:40:28 +01:00
  • c3410db9d0 Makeconfig: Support $(+nolink-deps) in link flags Florian Weimer 2025-03-21 21:40:28 +01:00
  • ed6a68bac7 debug: Improve '%n' fortify detection (BZ 30932) Adhemerval Zanella 2025-03-14 16:09:57 -03:00
  • 1894e219dc Remove eloop-threshold.h Adhemerval Zanella 2025-03-04 15:13:41 -03:00
  • 855561a1fb malloc: missing initialization of tcache in _mid_memalign Cupertino Miranda 2025-03-21 17:50:35 +00:00
  • 3b17937e64 linux: Inline __syscall_internal_cancel and __syscall_cancel azanella/cancel-wrappers-inline Adhemerval Zanella 2025-03-21 14:03:00 +00:00
  • 3e2be87832 support: Link links-dso-program-c against libgcc_s Florian Weimer 2025-03-21 10:33:25 +01:00
  • 090dfa40a5 Add _FORTIFY_SOURCE support for inet_ntop Frédéric Bérat 2025-03-07 18:16:30 +01:00
  • 3cdb99d8bb Add missing guards in include/arpa/inet.h Frédéric Bérat 2025-03-11 10:40:11 +01:00
  • 84373ef7b7 Prepare inet_ntop to be fortified Frédéric Bérat 2025-03-07 14:42:26 +01:00
  • 4cf3f9df54 x86_64: Add atanh with FMA Sunil K Pandey 2025-03-05 16:13:38 -08:00
  • 01ed435e2e x86_64: Add sinh with FMA Sunil K Pandey 2025-03-08 08:51:10 -08:00
  • 0edcc77fe7 x86_64: Add tanh with FMA Sunil K Pandey 2025-03-10 10:24:07 -07:00
  • 7ecf0d3bde x86-64: Exclude FMA4 IFUNC functions for -mapxf H.J. Lu 2024-04-04 15:43:50 -07:00
  • c5113a838b add inputs giving large errors for rsqrt Paul Zimmermann 2025-03-12 11:55:01 +01:00
  • 575de3d666 malloc: Improve csize2tidx Wilco Dijkstra 2025-03-18 12:14:52 +00:00
  • 5291d9f1e2 elf: Fix tst-origin make rules Adhemerval Zanella 2025-03-18 16:10:05 -03:00
  • cf56eb28fa AArch64: Optimize algorithm in users of SVE expf helper Pierre Blanchard 2025-03-18 17:07:31 +00:00
  • 9f551e28a7 malloc: Improve arena_for_chunk() Wilco Dijkstra 2025-03-18 12:30:10 +00:00
  • dd003db8d1 benchtests: Increase iterations of bench-malloc-simple Wilco Dijkstra 2025-03-05 16:22:55 +00:00
  • e5f5dfdda2 x86_64: Add atanh with FMA Sunil K Pandey 2025-03-05 16:13:38 -08:00
  • bcd4cf9d5f x86_64: Add atanh with FMA Sunil K Pandey 2025-03-05 16:13:38 -08:00
  • e854f6d37c x86_64: Add sinh with FMA Sunil K Pandey 2025-03-08 08:51:10 -08:00
  • ee1ab93023 x86_64: Add tanh with FMA Sunil K Pandey 2025-03-10 10:24:07 -07:00
  • 7e72fa7577 x86_64: Add sinh with FMA Sunil K Pandey 2025-03-08 08:51:10 -08:00
  • 6a3a4a5e58 x86_64: Add tanh with FMA Sunil K Pandey 2025-03-10 10:24:07 -07:00
  • 997f49fbad elf: Fix tst-origin make rules Adhemerval Zanella 2025-03-17 19:08:22 +00:00
  • bfb2f2f481 htl: Make pthread_setcanceltype / state a cancellation point Samuel Thibault 2025-03-15 15:23:42 +00:00
  • 10af00f7a1 tst-fopen-threaded: Only check EOF for failing read Siddhesh Poyarekar 2025-03-14 10:18:21 -04:00
  • 409668f6e8 Implement C23 powr Joseph Myers 2025-03-14 15:58:11 +00:00
  • c7c4a5906f x86_64: Add atanh with FMA Sunil K Pandey 2025-03-05 16:13:38 -08:00
  • 9b646f5dc9 elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] Adhemerval Zanella 2025-02-18 15:58:16 -05:00
  • dded0d20f6 x86_64: Add sinh with FMA Sunil K Pandey 2025-03-08 08:51:10 -08:00
  • ce9b765522 nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) Adhemerval Zanella 2025-03-12 10:59:17 -03:00
  • 5e1a64736e benchtests: Remove wrong snippet from 360cce0b06 Adhemerval Zanella 2025-03-13 10:30:43 -03:00
  • c6352111c7 x86_64: Add tanh with FMA Sunil K Pandey 2025-03-10 10:24:07 -07:00
  • 360cce0b06 nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) Adhemerval Zanella 2025-03-12 10:59:17 -03:00
  • 98c712855d nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) Florian Weimer 2025-03-13 06:07:07 +01:00
  • dbc5a50d12 nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) Florian Weimer 2025-03-13 06:07:07 +01:00
  • e1fe22368e nptl: clear the whole rseq area before registration Michael Jeanson 2025-02-14 13:54:22 -05:00
  • 3e820e17a8 nptl: clear the whole rseq area before registration Michael Jeanson 2025-02-14 13:54:22 -05:00
  • e22c132484 nptl: clear the whole rseq area before registration Michael Jeanson 2025-02-14 13:54:22 -05:00
  • a8e9022e0f getaddrinfo.c: support MPTCP (BZ ) zhenwei pi 2025-03-11 15:52:39 +08:00
  • 3e8814903c math: Refactor how to use libm-test-ulps Adhemerval Zanella 2025-01-28 18:22:44 -03:00
  • eea6f1e079 Update syscall lists for Linux 6.13 Joseph Myers 2025-03-12 12:51:28 +00:00
  • 517846c85d Makefile: Clean up pthread_atfork integration Florian Weimer 2025-03-12 11:29:10 +01:00
  • 6e30efe570 nptl: Include <stdbool.h> in tst-pthread_gettid_np.c Florian Weimer 2025-03-12 11:10:14 +01:00
  • 33bfd9020f Linux: Remove attribute access from sched_getattr (bug 32781) Florian Weimer 2025-03-12 10:23:47 +01:00
  • 1ec411f7ae Linux: Add new test misc/tst-sched_setattr-thread Florian Weimer 2025-03-12 10:23:47 +01:00
  • 74c68fa61b Linux: Remove attribute access from sched_getattr (bug 32781) Florian Weimer 2025-03-12 10:23:47 +01:00
  • 74d463c50b Linux: Add the pthread_gettid_np function (bug 27880) Florian Weimer 2025-03-12 10:16:31 +01:00
  • d604f9c500 elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor Florian Weimer 2025-03-11 15:30:52 +01:00
  • 6eda7a59dd s390x: Regenerate ULPs. Stefan Liebler 2025-03-11 11:24:59 +01:00
  • 66fc3bd758 math: Remove an extra semicolon in math function declarations Aurelien Jarno 2025-03-06 19:34:15 +01:00
  • 443cb0b5f2 math: Remove an extra semicolon in math function declarations Aurelien Jarno 2025-03-06 19:34:15 +01:00
  • a9017caff3 nptl: extend test coverage for sched_yield Sergey Kolosov 2025-01-28 23:56:26 +01:00
  • 1a3083b999 posix: Move environ helper variables next to environ definition (bug 32541) Florian Weimer 2025-03-07 21:40:55 +01:00
  • 6ef0bd02db posix: Move environ helper variables next to environ definition (bug 32541) Florian Weimer 2025-03-07 21:40:55 +01:00
  • 77261698b4 Implement C23 rsqrt Joseph Myers 2025-03-07 19:15:26 +00:00
  • ee3b1d15da Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py Joseph Myers 2025-03-07 17:38:38 +00:00
  • 46d3198094 elf: Fix handling of symbol versions which hash to zero (bug 29190) Florian Weimer 2025-03-07 17:37:50 +01:00
  • 5624d626db linux: Add support for PT_GNU_MUTABLE azanella/memory-seal-v6 Adhemerval Zanella 2025-02-21 12:53:07 -03:00
  • 815beee47c linux: Add memory sealing tests Adhemerval Zanella 2024-12-06 14:37:56 -03:00