aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
9 daysstdlib: resolve a double lock init issue after fork [BZ #32994]Davide Cavalca1-1/+5
2025-07-02stdlib/Makefile: Remove deleted test's libm dependencyArjun Shankar1-1/+0
2025-05-22Fix error reporting (false negatives) in SGID testsFlorian Weimer1-7/+2
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf11-0/+326
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella5-32/+166
2025-03-21Remove eloop-threshold.hAdhemerval Zanella2-4/+6
2025-03-07posix: Move environ helper variables next to environ definition (bug 32541)Florian Weimer3-3/+40
2025-02-24stdlib: Add single-threaded fast path to rand()Wilco Dijkstra1-0/+7
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu2-0/+37
2025-01-24stdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer8-17/+158
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer3-98/+33
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer3-33/+98
2025-01-20stdlib: Test for expected sequence of random numbers from randFlorian Weimer2-0/+58
2025-01-20stdlib: Fix unintended change to the random_r implementationFlorian Weimer1-3/+4
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer1-1/+15
2025-01-02stdlib: fix lint failureSam James1-1/+1
2025-01-02stdlib: random_r: fix unaligned access in initstate and initstate_r [BZ #30584]Sam James3-11/+70
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert327-327/+327
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella10-28/+28
2024-12-20posix: fix system when a child cannot be created [BZ #32450]Aurelien Jarno1-0/+21
2024-12-18tst-atexit-common.c: Mark _exit_with_flush as noreturnH.J. Lu1-0/+1
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu1-1/+1
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu1-1/+1
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu1-1/+1
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer2-0/+38
2024-12-07math: Exclude internal math symbols for tests [BZ #32414]H.J. Lu1-0/+2
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella1-8/+0
2024-11-21stdlib: Make getenv thread-safe in more casesFlorian Weimer8-79/+609
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella2-0/+49
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-83/+55
2024-09-20Make tst-strtod-underflow type-genericJoseph Myers1-60/+297
2024-09-20Add tests of more strtod special casesJoseph Myers1-0/+14
2024-09-20Add more tests of strtod end pointerJoseph Myers1-2/+39
2024-09-20Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2-82/+118
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers1-0/+3
2024-08-27Make __strtod_internal tests type-genericJoseph Myers4-180/+313
2024-08-27Fix strtod subnormal rounding (bug 30220)Joseph Myers3-0/+386
2024-08-27More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers3-7761/+7857
2024-08-16support: Use macros for *stat wrappersFlorian Weimer1-1/+1
2024-08-14Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers1-0/+11
2024-08-06stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella1-0/+1
2024-08-05stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella5-146/+196
2024-08-05Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab1-5/+5
2024-08-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer1-0/+1
2024-07-31stdlib: Mark `abort` as `cold`Noah Goldstein1-1/+1
2024-07-30stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella3-0/+166
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin1-2/+2
2024-07-08stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)Adhemerval Zanella1-1/+1
2024-06-03stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer1-1/+16
2024-03-23stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne1-1/+1