summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor2022-01-251-2/+4
* realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar2022-01-241-1/+1
* tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar2022-01-241-0/+4
* realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar2022-01-213-2/+60
* stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar2022-01-131-75/+77
* stdlib: Sort tests in MakefileSiddhesh Poyarekar2022-01-131-24/+75
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01211-211/+211
* fortify: Fix spurious warning with realpathSiddhesh Poyarekar2021-12-171-1/+1
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-1/+3
* stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER2021-10-201-0/+6
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-40/+17
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-2/+3
* Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers2021-10-051-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0351-52/+0
* test-dlclose-exit-race: avoid hang on pthread_create errorDJ Delorie2021-08-041-1/+13
* __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar2021-07-281-0/+4
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-091-5/+6
* Force building with -fno-commonFlorian Weimer2021-07-091-1/+1
* Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar2021-07-081-1/+1
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-5/+3
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-163-6/+95
* stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka2021-05-143-17/+133
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-2/+4
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-7/+2
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-121-181/+18
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-291-3/+1
* stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault2021-03-241-3/+4
* stdlib: Add testcase for BZ #26241Adhemerval Zanella2021-01-202-1/+103
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+17
* stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2021-01-052-170/+387
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02208-208/+208
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-18/+24
* getenv: Move call to strlen to the branch it's used in.Lode Willems2020-12-181-1/+1
* Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers2020-12-141-118/+0
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-1/+1
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-087-5/+2
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Fix typo in comment in bug 26137 fix.Joseph Myers2020-07-011-1/+1
* Fix strtod multiple-precision division bug (bug 26137).Joseph Myers2020-06-303-2/+3577
* random: range is not portably RAND_MAX [BZ #7003]John Marshall2020-06-301-1/+1
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-011-1/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-042-10/+16
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-303-3/+3
* Remove unused floating-point configuration from gmp-impl.h.Joseph Myers2020-04-281-50/+0
* Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers2020-04-091-0/+1
* stdlib: Move tst-system to tests-containerAdhemerval Zanella2020-03-252-5/+8
* posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-231-4/+118
* gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta2020-03-101-2/+4
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-173-2/+27