summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
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
2014-07-16Hold arenas_mtx across (still unused) _malloc_pre/postfork (PR 47428).riastradh
2014-06-12update for new signatureschristos
2014-06-05Remove trailing whitespace.wiz
2014-06-05Bring getopt(3) inline with getopt_long(3): recognize option:: as an optionalchristos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
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