summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2015-09-01ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3)kamil
2015-09-01Constness correction for the getopt(3) function under REPLACE_GETOPTkamil
2015-08-20Minor alterations to reallocarr(3)kamil
2015-08-20Fix portability.joerg
2015-07-28Compatibility fixes in reallocarr(3)kamil
2015-07-26Spacing; Fn -> Xr for jemalloc.wiz
2015-07-26Defer using pthread keys until we are threaded.martin
2015-07-26Add history of allocatorskamil
2015-07-26From Timo Buhrmester: Fix wrong parameter descriptionchristos
2015-07-26mandoc lintkamil
2015-07-26Add license header (the NetBSD 2-clause version) with (C) TNFkamil
2015-07-26reallocarray(3) cleanupkamil
2015-07-16Reorder memcpy(3) and save errnokamil
2015-07-11Add missing Fc.wiz
2015-07-11Add missing Fc which broke man page on the web. Remove superfluous Pp.wiz
2015-05-03Sort SEE ALSO.wiz
2015-05-03Sort ERRORS and SEE ALSO.wiz
2015-05-01- new test for strtoichristos
2015-04-19Redo __aeabi_atexit by shuffling the arguments and dropping the code injoerg
2015-04-18Add __aeabi_atexit alias for another case of NIH on ARM.joerg
2015-03-11Use existing month for Dd.wiz
2015-03-10Behave in an OpenBSD compatible way for 0.christos
2015-03-10PR/49640: Kamil Rytarowski: Improve error printingchristos
2015-03-10The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski)christos
2015-02-19Add EXAMPLES section, from Youri Mouton.wiz
2015-02-18Fix Xref. Split line, Ox doesn't take word arguments.wiz
2015-02-17use reallocarr()christos
2015-02-17Move reallocarray under _OPENBSD_SOURCE where it belongs.joerg
2015-02-17Introduce reallocarr(3) for easy (re)allocation of memory with overflowjoerg
2015-02-06Remove trailing whitespace.wiz
2015-02-05Remove incorrect comment about size; mention that the malloc ambiguity ischristos
2015-02-05Revert addition to reallocarray to the malloc man page, but keepchristos
2015-02-05Add and use reallocarray() to prevent a multiplication overflow in allocation.christos
2015-02-05cast to return typechristos
2015-01-20Fix non _REENTRANT build.christos
2015-01-19Fix date. Sort section. Sort errors. Sort SEE ALSO. Break too longwiz
2015-01-18cleanups from (Kamil Rytarowski)christos
2015-01-18man page for strtonum.3christos
2015-01-16Remove trailing whitespace.wiz
2015-01-16Add strtonum implemented as a wrapper of strtoi.christos
2015-01-16strtoi and strtou additionschristos
2014-12-10Add two more Makefile conditionals required for RUMPRUN=yespooka
2014-09-19Tell it about riscv. Fix mips64 case so that SIZEOF_PTR_2POW is 3.matt
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2014-09-18make more descriptors that we open as close-on-execchristos
2014-09-03OR1K supportmatt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-07-20amend the new destroy function to take function pointers.christos
2014-07-20Remove trailing whitespace. Sort SEE ALSO. Add comma in list.wiz
2014-07-20Our hdestroy implementation was non-conformant because it freed the key ofchristos