Age | Commit message (Expand) | Author |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-09-22 | More fiddling with static free-areas: make sure both their size _and_ | Miles Bader |
2003-09-19 | Make sure we don't allocate too little space for static free-areas | Miles Bader |
2003-09-17 | Make sure static heaps are aligned correctly. | Miles Bader |
2003-09-06 | 'extern inline' doesn't work... Use 'static inline' | Eric Andersen |
2002-10-17 | Fix malloc so it compiles and works when using pthreads | Eric Andersen |
2002-10-09 | * Add support for uClinux's broken munmap, contingent on | Miles Bader |
2002-09-06 | Update debugging hooks. | Miles Bader |
2002-09-04 | (__heap_delete): Renamed from `__heap_unlink_free_area'. | Miles Bader |
2002-08-30 | (likely, unlikely): New macros. | Miles Bader |
2002-08-01 | (HEAP_MIN_SIZE): New macro. | Miles Bader |
2002-07-25 | Redo the locking, so that it may actually work. Now locking is done at | Miles Bader |
2002-07-24 | Factor out some common code sequences into inline functions. | Miles Bader |
2002-07-23 | * Automatically try to unmap heap free-areas when they get very big. | Miles Bader |
2002-07-19 | Rename mutex stuff to use heap-specific names. | Miles Bader |
2002-07-18 | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen |