| Age | Commit message (Expand) | Author |
| 2008-11-16 | Our qsort() is inappropriate for kernel use because it makes recursive | ad |
| 2008-11-16 | Make qsort() available in libkern. | ad |
| 2008-11-01 | use the right variable in memcpy. | christos |
| 2008-10-31 | make __findenv return the offset for the new entry to be inserted when | christos |
| 2008-10-26 | define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build. | mrg |
| 2008-09-10 | Prepare use of strtoull, strtoumax and strtoimax in tools/compat by | joerg |
| 2008-08-27 | system(NULL) should return if the command interpreter is there or not. | christos |
| 2008-08-26 | fix range of strtouq(), from Henning Petersen per PR lib/39399 | drochner |
| 2008-08-20 | Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one | joerg |
| 2008-08-04 | Add C99 functions imaxabs and imaxdiv. | matt |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-06-23 | Split choose_arena() back out into inline and non-inline portions. | ad |
| 2008-06-05 | Check to see if MALLOC_OPTIONS is actually set in the environment before | ad |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-27 | Fix another integer overflow issue discovered by Maksymilian Arciemowicz. | christos |
| 2008-03-18 | Avoid integer overflow; reported by Maksymilian Arciemowicz. | christos |
| 2008-03-11 | Use size_t to avoid overflow when sorting large arrays. While here, ANSIfy. | rmind |
| 2008-03-08 | Redo the CPU-based arena selection slightly differently. With the latest | ad |
| 2008-02-28 | mention RANDOM_MAX | christos |
| 2008-02-25 | There's no need to do the mutex_trylock dance anymore in __cxa_finalize(), | xtraeme |
| 2008-02-25 | Add a comment for __libc_atexit_init() missed in previous that was | xtraeme |
| 2008-02-25 | Make the atexit mutex recursive and initialize it in __libc_init() | xtraeme |
| 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-07 | Fix twalk()s 3rd argument name so that it matches rest of manpage and | simonb |
| 2007-12-04 | move decls for _malloc_{pre,post}fork() to extern.h | christos |
| 2007-12-04 | - use a non localized version of strerror_r. | christos |
| 2007-12-01 | Back out the per-cpu arena changes. With this, ld.so magically stops | ad |
| 2007-11-30 | Fix the other half of the 'store int as a thread specific pointer'/ | dsl |
| 2007-11-30 | converting a pointer to unsigned is bad; use uintptr_t. | christos |
| 2007-11-29 | Make the allocation arenas per-CPU in the most optimistic case, but | ad |
| 2007-11-28 | Sync phk malloc.c with the latest one from FreeBSD. This gives us the | christos |
| 2007-11-19 | Enable posix_memalign(). | ad |
| 2007-11-09 | always compile getopt_long. some ifdef reduction. more to come. | christos |
| 2007-11-06 | Revert previous. This mess of ifdefs needs to be killed. | christos |
| 2007-11-06 | move the test to replace getopt higher up, before we need to include anything. | christos |
| 2007-10-30 | Build a local copy of exit that doesn't call __cxa_finalize. It's not | skrll |
| 2007-10-24 | Add HISTORY: The strtof() and strtold() functions appeared in NetBSD | reed |
| 2007-10-22 | Revert the CSE parts of the previous change. "run" is calculated with | simonb |
| 2007-10-19 | - do some CSE. | christos |
| 2007-10-16 | use mremap for huge -> huge realloc. | yamt |
| 2007-10-15 | we don't have reallocf. | yamt |
| 2007-10-15 | make lint happy. | yamt |
| 2007-10-15 | malloc_print_stats: print huge_allocated correctly. it's already in bytes. | yamt |
| 2007-10-15 | use MAP_ALIGNED. | yamt |
| 2007-10-09 | Add defs for hppa. From he@. | ad |
| 2007-10-07 | On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinition | he |
| 2007-10-06 | Update for jemalloc. | ad |
| 2007-10-06 | Use jemalloc as the default allocator unless USE_JEMALLOC=no. | ad |