| Age | Commit message (Expand) | Author |
| 2017-01-13 | use getpagesize(3). | christos |
| 2017-01-12 | Avoid sysconf: __sysconf -> sysctlgetmibinfo -> strtoimax -> locale, etc. | christos |
| 2017-01-12 | make this smaller. | christos |
| 2014-09-18 | make more descriptors that we open as close-on-exec | christos |
| 2012-12-30 | typo in comment, from Abhinav Upadhyay in PR 47385 | dholland |
| 2011-05-18 | cleanup saving and restoring errno, and make it similar. | christos |
| 2011-05-13 | don't let readlink trash errno.; | christos |
| 2008-02-03 | fix posix_memalign; we are not going to support alignments > pagesize in | christos |
| 2007-12-12 | make this compile again | macallan |
| 2007-12-04 | move decls for _malloc_{pre,post}fork() to extern.h | christos |
| 2007-11-28 | Sync phk malloc.c with the latest one from FreeBSD. This gives us the | christos |
| 2006-11-24 | fix spelling of accidentally; from Zapher | christos |
| 2006-10-08 | PR/34602: sushant: Bug in malloc implementation contains dead code in | elad |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-11-29 | WARNS=4 | christos |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2003-10-05 | Style fixes to reduce diff size against the FreeBSD version, notably: | junyoung |
| 2003-07-23 | call malloc_init() on first call to free/realloc, to make malloc.conf to | itojun |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-09 | Add a couple of missing THREAD_UNLOCK's, for the error exit path. | chris |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2001-05-06 | More fixes: | christos |
| 2001-05-03 | PR/12810: Chris ?: malloc core-dumps when given large number as the argument. | christos |
| 2001-02-19 | convert from __progname to getprogname() | cgd |
| 2001-01-05 | we now have utrace, support it here | jdolecek |
| 2000-12-20 | fix sbrk casts | christos |
| 2000-07-06 | avoid losing precision warnings | christos |
| 2000-05-20 | Disable malloc's hints to the kernel - now that the madvise() syscall | simonb |
| 2000-04-07 | Fix the bug introduced in rev 1.28 and actually caused failure on alpha; | enami |
| 2000-04-07 | Backout the previous backing out. | enami |
| 2000-01-31 | Back out the previous 2 revs. The delint'ing of this file caused | thorpej |
| 2000-01-23 | Delint. | mycroft |
| 2000-01-23 | Partially delint, and a few microoptimizations. | mycroft |
| 1999-09-10 | Restore the behaviour of not setting errno to ENOMEM when allocating 0 | kleink |
| 1999-08-22 | Need "namespace.h". | kleink |
| 1999-07-08 | Make sure errno is set to ENOMEM if we return NULL. | thorpej |
| 1999-07-05 | index -> ldx (and similar in some related variable names). Avoids a lint | thorpej |
| 1999-07-05 | Oops, back out 1.21. Christos and I apparently stepped on each other. | thorpej |
| 1999-07-05 | s/index/idx/ | christos |
| 1999-07-05 | Compute page size related parameters at run-time. | thorpej |
| 1999-07-05 | EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently. | thorpej |
| 1999-07-04 | Only define MADV_FREE do MADV_DONTNEED if it's not already defined | thorpej |
| 1999-06-26 | The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc. | tls |