summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2000-01-09Document that errno is set to ENOMEM if no memory can be allocated.hubertf
1999-12-02Change the declaration of the argv argument to getopt(3) from "char * const *"kleink
1999-11-26check __sh3__msaitoh
1999-11-19Typos (from OpenBSD)kristerw
1999-11-19Don't pass so many args to .Nd macro. It just overflows.enami
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-09-16whitespace knflukem
1999-09-10Restore the behaviour of not setting errno to ENOMEM when allocating 0kleink
1999-08-22Need "namespace.h".kleink
1999-08-17Make some needed weak aliases.mycroft
1999-08-02replace malloc(3) with one from freebsd which documents our new malloc.clukem
1999-07-23 getopt long functionalitymcr
1999-07-08Make sure errno is set to ENOMEM if we return NULL.thorpej
1999-07-05index -> ldx (and similar in some related variable names). Avoids a lintthorpej
1999-07-05Oops, back out 1.21. Christos and I apparently stepped on each other.thorpej
1999-07-05s/index/idx/christos
1999-07-05Compute page size related parameters at run-time.thorpej
1999-07-05EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently.thorpej
1999-07-04Only define MADV_FREE do MADV_DONTNEED if it's not already definedthorpej
1999-06-26The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc.tls
1999-06-17add FreeBSD's malloc, compiled in only if MALLOC_NEW is set in mk.conftls
1999-05-03add a const castaway lint comment.christos
1999-04-06Fix typo noted by NAKAJIMA Yoshihiro in PR lib/7328.tron
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22Add 3 additional slots to the statically allocated exit handler array tokleink
1999-03-09Add missing .El lines.erh
1999-02-24use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriatedrochner
1999-02-22t{search,find,walk,delete} from OpenBSD via Neil A. Carsonchristos
1999-02-07getopt() does not return -1 when encountering an unknown option.bad
1999-02-06Serialize freelist access with a mutex.kleink
1999-02-06Add l64a_r(), a reentrant version of l64a(); found in the Multithreadingkleink
1999-02-06Changes from Niklas Hallqvist from OpenBSD. Commit message there was:simonb
1999-01-29Protect access of state with a mutex. Miscellaneous notes:kleink
1999-01-091003.2-92 specifies the string "--" to be recognized as the option listkleink
1998-11-16Since we are forcing unsigned shifts for portability, define Unsigned_shiftschristos
1998-11-15delintchristos
1998-10-19Slight formatting glitch.kleink
1998-10-19More vax -> __vax__ cruft.matt
1998-10-18Protect __atexit manipulation and traversal with a mutex.kleink
1998-10-12Exit via _exit() rather than exit(), as the latter would cause exit handlerskleink
1998-09-26Adapt to posix signal system calls.christos
1998-09-11Add a multiple-reader/single-writer lock to protect environ.kleink
1998-09-09Addendum to previous commit: remove stdio usage from sections during whichkleink
1998-09-09Add a mutex to protect the state.kleink
1998-08-29first pass at fixing up capitalization of function names andlukem
1998-08-26make memcpy into memmove in some casesperry
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-29English.ross
1998-07-26const poisoning.mycroft