summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2016-11-07Fix phrasing about `out-of-band' and `sentinel value'.riastradh
2016-11-05Update strtoul(3) example to reflect clarifications in strtol(3).riastradh
2016-11-04Bump date for previous.riastradh
2016-11-04Tidy up the second example too.riastradh
2016-11-04Simplify error condition case.riastradh
2016-11-04Distinguish invalid syntax from trailing garbage cases. Clarify.riastradh
2016-11-04Distinguish altogether invalid syntax from trailing garbage.riastradh
2016-11-04EXIT_FAILURE policeriastradh
2016-11-04Fix infinity detection with isinf(d), not d == HUGE_VAL.riastradh
2016-11-04Add example for strtod.riastradh
2016-11-04Fix description of ERANGE cases again.riastradh
2016-06-01Fix manually applied patch. Mark up NULL with Dv.wiz
2016-06-01Document return value for realloc(3) when size is 0. From PR lib/47384pgoyette
2016-05-01Fix type name. From Abhinav.joerg
2016-04-12lib/50791: Instead of using sorting the arena chunks by address only,joerg
2016-04-06Revert prior, no idea why it was causing me problems, but it no longer does.roy
2016-04-05Stop calling reallocarr and just do the same bounds checking but withoutroy
2016-04-01Add malloc.conf.5 (link to jemalloc.3).msaitoh
2016-03-17Bump date for previous.wiz
2016-03-17strtod yields ERANGE for below-subnormal magnitudes, not underflow.riastradh
2016-01-24vmparam.h is a kernel header.christos
2016-01-20Don't return NULL when we are freeing the root node; return a free'd pointerchristos
2016-01-20PR/50681: Markiyan Kushnir: Fix memory leak when we delete the root node.christos
2015-11-13revert 0b documentation.christos
2015-11-13Remove trailing whitespace.wiz
2015-11-12Now that our source tree has binary constants, recognize them.christos
2015-11-07Use Dv for NULL.wiz
2015-11-07Sort SEE ALSO.wiz
2015-11-07Add the C11 function aligned_alloc to libc.nros
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