aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2023-04-28posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka
2023-01-11Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers
2022-08-15stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein
2022-08-15stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein
2022-03-11fortify: Fix spurious warning with realpathSiddhesh Poyarekar
2022-03-11Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2022-03-11Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar
2022-01-24realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar
2022-01-24stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar
2022-01-24stdlib: Sort tests in MakefileSiddhesh Poyarekar
2021-07-28__cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-24stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella
2021-01-05stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-01Fix typo in comment in bug 26137 fix.Joseph Myers
2020-06-30Fix strtod multiple-precision division bug (bug 26137).Joseph Myers
2020-06-30random: range is not portably RAND_MAX [BZ #7003]John Marshall
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-28Remove unused floating-point configuration from gmp-impl.h.Joseph Myers
2020-04-09Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella
2020-03-23posix: Fix system error return value [BZ #25715]Adhemerval Zanella
2020-03-10gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-02-17stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers