| Commit message (Expand) | Author | Age | Files | Lines |
* | Richard Sandiford writes: | Mike Frysinger | 2007-01-29 | 1 | -5/+13 |
* | mostly revert the locking changes for 'malloc', as the implementation | Eric Andersen | 2006-12-11 | 1 | -4/+5 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -4/+4 |
* | merge fix from blackfin cvs: | Mike Frysinger | 2006-08-05 | 1 | -1/+1 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -0/+1 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 1 | -0/+2 |
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 1 | -1/+2 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 1 | -3/+2 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -1/+1 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | add missing prototype | Eric Andersen | 2003-09-06 | 1 | -0/+2 |
* | Debugging tweaks. | Miles Bader | 2002-11-21 | 1 | -1/+4 |
* | Improve malloc debugging support. | Miles Bader | 2002-11-21 | 1 | -11/+34 |
* | Get rid of old malloc lock stuff. | Miles Bader | 2002-10-15 | 1 | -8/+0 |
* | * Add support for uClinux's broken munmap, contingent on | Miles Bader | 2002-10-09 | 1 | -0/+41 |
* | Update debugging hooks. | Miles Bader | 2002-09-06 | 1 | -2/+5 |
* | (likely, unlikely): New macros. | Miles Bader | 2002-08-30 | 1 | -6/+8 |
* | (MALLOC_SETUP): New macro. | Miles Bader | 2002-08-19 | 1 | -5/+6 |
* | (__malloc_likely, __malloc_unlikely): New macros. | Miles Bader | 2002-08-14 | 1 | -0/+10 |
* | (MALLOC_REALLOC_MIN_FREE_SIZE): New macro. | Miles Bader | 2002-08-01 | 1 | -2/+8 |
* | (MALLOC_HEADER_SIZE): New macro. | Miles Bader | 2002-07-31 | 1 | -2/+6 |
* | Define MALLOC_SET_SIZE to take the user-address rather than the base-address. | Miles Bader | 2002-07-30 | 1 | -2/+2 |
* | Add macros to abstract the malloc header format a bit. | Miles Bader | 2002-07-30 | 1 | -1/+22 |
* | Redo the locking, so that it may actually work. Now locking is done at | Miles Bader | 2002-07-25 | 1 | -1/+37 |
* | * Automatically try to unmap heap free-areas when they get very big. | Miles Bader | 2002-07-23 | 1 | -5/+30 |
* | Doc fix. | Miles Bader | 2002-07-19 | 1 | -1/+1 |
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -0/+45 |