summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2014-02-25Powerpc seems to expect minimum 8 byte alignment from malloc as well.martin
2014-02-17Bounce the minimum allocation alignement for sparc64 and amd64 as well,martin
2014-02-05Err on the safe side for small memory allocations and provide 4byteskrll
2014-01-10whitespace.wiz
2014-01-08return the same errors as linux for ptsname_rchristos
2014-01-08add ptsname_rchristos
2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg
2013-12-02changed lua_Number to int64_tlneto
2013-10-22Reduce amount of casts and make LP64 safe.matt
2013-09-12NetBSD certainly supports TLS in static applications if it supports TLSjoerg
2013-09-09Don't scrub the environment unless we are going to change it. This shouldtron
2013-08-19Put the startup code in .text.startupmatt
2013-07-20Use Mt for email addresses.wiz
2013-04-26Bump date for adding the function to NetBSD. Fix xref.wiz
2013-04-26Add commas in list.wiz
2013-04-26Bump date after adding function to NetBSD.wiz
2013-04-26add {at_,}quick_exit(3) from FreeBSDchristos
2013-04-25Remove weak_alias since that's now in the compat_putenv.cmatt
2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg
2012-12-30typo in comment, from Abhinav Upadhyay in PR 47385dholland
2012-10-24Whitespace improvements.wiz
2012-10-24explain a bit more what's wrong with alloca(3)christos
2012-10-19Use the correct field name when describing the equivalence betweenapb
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-06-24fix old style definitions; XXX: gcc should have picked them up but it did not.christos
2012-06-12Use correct macro (.Nm is only used within the NAME section, for section 3jdf
2012-06-08ANSI prototypesabs
2012-05-26don't trigger diagassert for a null array with 0 elements or 0 elementsize.christos
2012-03-21rename umax2s->size_t2s function per apb's request.christos
2012-03-21unsigned char portability castschristos
2012-03-21Use C89 function definitionmatt
2012-03-21Cast an int argument to umax2s() to size_t.he
2012-03-21uintmax_t -> size_t (never called with larger than size_t)christos
2012-03-20Remove use of __Pmatt
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2012-03-04base0 == NULL is allowed when nmemb == 0, in fact the nsdispatch code callschristos
2012-01-02Clarify the behavior of exit(x) for out-of-range x. PR 45769dholland
2011-10-22Put a recursion limit to avoid DoS attacks (Maksymilian Arciemowicz)christos
2011-10-21sys/endian.h might not exist in the src/tools casejoerg
2011-10-15Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.rmind
2011-10-06Provide symbol definitions for environ and __progname. These are duplicatechristos
2011-09-17remove the advertising clause so it can be used by the OpenJDK.christos
2011-09-15Various fixes, mostly missing words or letters.wiz
2011-09-14add re-entrant versions of the hash functions based on the GNU api.christos
2011-09-11Note memoryallocators(9) in this perhaps too generally named page.jruoho
2011-08-14no need for the snprintf/asprintf dance; use fixed width formats.christos
2011-06-21Sort sections.wiz
2011-06-21Note the potential danger in the options. Fixes PR lib/31112.jruoho
2011-06-08Fix prologue macros order.njoly
2011-05-18Remove __P()dsl