summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2021-12-05jemalloc.3: fix malformed CVS Idrillig
2021-12-05s/supress/suppress/msaitoh
2021-10-29Add "--" 'options end' parameter to the sh -c call that runs thekre
2021-10-29reallocarr does not set errno.nia
2021-10-29radixsort(3): use reallocarr instead of malloc(x * y)nia
2021-08-30Remove lint workaroundschristos
2021-08-12fix typos in "environment" word.andvar
2021-04-20Instead of compiling files with -fcommon, create an include file and declarechristos
2021-02-26arrange for tools buildchristos
2021-02-16Correct floating-point terminology.riastradh
2020-05-15Hook up proper fork lock handling for malloc:joerg
2020-05-03turn off TLS for mips on old jemalloc. it doesn't work.mrg
2020-04-22Use __mc68010__ to distinguish m68000 (sun2) from other m68k ports;rin
2020-04-22Fix previous for libhack, where _REENTRANT is not defined;rin
2020-04-21Switch to using TLS in old jemalloc for everywhere but VAX and sun2.joerg
2020-02-23Change the previous cast from unsigned int to unsigned longkamil
2020-02-22Avoid undefined behavior in the rand48(3) implementationkamil
2020-02-22Reorder words to fix grammarkamil
2020-02-22rand48: Document that short integers are unsignedkamil
2020-02-22Improve readability of __dorand48()kamil
2020-02-22Avoid NULL pointer arithmetics on environkamil
2020-01-13Fix atfork malloc handling to include all the locks in old jemalloc.joerg
2020-01-13Fix aarch64 definition in old jemallocjoerg
2019-12-06Fix manpage due to updated aligned_alloc behaviornros
2019-09-01Document historysevan
2019-03-28fix compilation for non _REENTRANTchristos
2019-03-04Hook for jemallocchristos
2018-12-09fix grammar.christos
2018-12-06Correct handling of minval > maxval in strtonum(3)kamil
2018-08-30Allow being compiled as a tool.christos
2018-08-15PR standards/53525: move getsubopt to stdlib.hmartin
2018-07-27it's C18, not C17.maya
2018-07-27Claim C17 (although I'm unsure), add a note about C11's requirements.maya
2018-07-27C17 conformance: aligned_alloc's size doesn't need to be a multiple ofmaya
2018-07-25Avoid undefined behavior in left bit shift in jemalloc(3)kamil
2018-06-13libc: remove explicit cast NULL in atoieadler
2018-05-23Simplify to avoid pointless null pointer arithmetic.joerg
2018-02-07Fix typos, as reported by Eitan Adler. Update dates.pgoyette
2018-01-07Revert namespacing of atoi(3)kamil
2018-01-05add strfmon_l man page linkssnj
2018-01-05Register new weak symbol in libc for internal usage: atoikamil
2018-01-04Add bunch of missing includes of namespace.h in libckamil
2017-12-07Fix obvious typo (cut&pasto or whatever) - there's only one value thatkre
2017-12-01normalise some indentation. NFC.mrg
2017-11-27use calloc rather than malloc + memset 0maya
2017-11-27Fix various bugs with strfmon:christos
2017-11-16The HPPA architectures (1.1 and 2.0) both define quadruple-word (128-bit)skrll
2017-11-06Assert that __cxa_atexit is not used with NULL as DSO. Don't usejoerg
2017-11-02Revert previous on demand.kamil
2017-11-02Correct handling of __cxa_atexit(a,b,NULL) in libckamil