aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto1-2/+6
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto5-0/+860
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto7-0/+603
2022-07-05stdlib: Simplify buffer management in canonicalizeFlorian Weimer1-64/+51
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-5/+5
2022-06-23stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein1-4/+4
2022-06-22stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein3-5/+21
2022-06-22stdlib: Remove trailing whitespace from MakefileNoah Goldstein1-1/+1
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella1-63/+227
2022-03-31realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2-5/+8
2022-03-31stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella1-1/+1
2022-03-31stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella1-3/+3
2022-03-10Add some missing access function attributesSteve Grubb1-2/+4
2022-02-21realpath: Do not copy result on failure (BZ #28815)Siddhesh Poyarekar2-3/+5
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor1-2/+4
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar1-1/+1
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar1-0/+4
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar3-2/+60
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar1-75/+77
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar1-24/+75
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert211-211/+211
2021-12-17fortify: Fix spurious warning with realpathSiddhesh Poyarekar1-1/+1
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-1/+3
2021-10-20stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER1-0/+6
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-40/+17
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+3
2021-10-05Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar51-52/+0
2021-08-04test-dlclose-exit-race: avoid hang on pthread_create errorDJ Delorie1-1/+13
2021-07-28__cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar1-0/+4
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu1-5/+6
2021-07-09Force building with -fno-commonFlorian Weimer1-1/+1
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar1-1/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-5/+3
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor3-6/+95
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka3-17/+133
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-2/+4
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-7/+2
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar1-181/+18
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-3/+1
2021-03-24stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault1-3/+4
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella2-1/+103
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella1-0/+17
2021-01-05stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2-170/+387
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert208-208/+208
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-18/+24
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems1-1/+1
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers1-118/+0
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-1/+1
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers7-5/+2