| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid compiler warnings. | Peter Kjellerstedt | 2005-01-19 | 2 | -43/+43 |
* | Some requested additional malloc entry points | Eric Andersen | 2004-11-08 | 2 | -0/+56 |
* | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen | 2004-09-07 | 3 | -26/+119 |
* | Mike Frysinger writes: | Eric Andersen | 2004-08-25 | 1 | -0/+3 |
* | 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 |
* | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen | 2004-07-15 | 1 | -1/+1 |
* | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen | 2004-07-15 | 4 | -7/+21 |
* | Paul Mundt lethal at linux-sh dot org writes: | Eric Andersen | 2004-02-12 | 1 | -0/+2 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 3 | -14/+7 |
* | Patch from Paul Mundt, lethal at linux-sh dot org, | Eric Andersen | 2004-01-31 | 1 | -0/+4 |
* | Add missing abort instruction for powerpc | Eric Andersen | 2004-01-30 | 1 | -1/+5 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 2 | -5/+5 |
* | Include missing errno.h header (as noted by Alan Hourihane). | Eric Andersen | 2004-01-14 | 1 | -3/+5 |
* | Fix the manditory typo in my last minute untested fix. | Eric Andersen | 2003-12-30 | 1 | -1/+1 |
* | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen | 2003-12-30 | 18 | -798/+3133 |
* | Update and restore malloc-simple. Slow as molasses, but trivially | Eric Andersen | 2003-12-30 | 2 | -0/+233 |
* | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III | 2003-12-27 | 1 | -0/+9 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 9 | -26/+26 |
* | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III | 2003-11-02 | 1 | -6/+8 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 3 | -3/+3 |
* | Doh!!! | Eric Andersen | 2003-10-17 | 1 | -1/+1 |
* | Do not set errno when they asked for size 0 | Eric Andersen | 2003-10-16 | 1 | -1/+1 |
* | Code formatting cleanup. | Miles Bader | 2003-10-16 | 1 | -5/+6 |
* | Don't set errno if for zero SIZE returns. | Miles Bader | 2003-10-16 | 1 | -11/+14 |
* | More fiddling with static free-areas: make sure both their size _and_ | Miles Bader | 2003-09-22 | 1 | -5/+5 |
* | Make sure we don't allocate too little space for static free-areas | Miles Bader | 2003-09-19 | 1 | -1/+3 |
* | Add dependencies on header files. | Miles Bader | 2003-09-19 | 1 | -2/+5 |
* | Make sure static heaps are aligned correctly. | Miles Bader | 2003-09-17 | 1 | -9/+11 |
* | 'extern inline' doesn't work... Use 'static inline' | Eric Andersen | 2003-09-06 | 1 | -5/+5 |
* | add missing prototype | Eric Andersen | 2003-09-06 | 1 | -0/+2 |
* | Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c, | Eric Andersen | 2003-09-06 | 4 | -37/+59 |
* | mjn3 noticed we were missing seed48, which was odd since we had | Eric Andersen | 2003-09-05 | 3 | -1/+70 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 2 | -25/+54 |
* | Add in a MALLOC_GLIBC_COMPAT option to let people decide if they | Eric Andersen | 2003-08-08 | 2 | -0/+10 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 3 | -245/+766 |
* | Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also | Eric Andersen | 2003-04-23 | 1 | -5/+4 |
* | (free_to_heap): Unlock the heap before returning in the | Miles Bader | 2003-04-02 | 1 | -2/+5 |
* | Doh! Fix potential stack corruption caused by dynamic atexit | Eric Andersen | 2003-01-24 | 1 | -2/+6 |
* | Kill the needless '#if 1' | Eric Andersen | 2003-01-23 | 1 | -2/+0 |
* | Update malloc behavior on malloc(0) to be consistant with | Eric Andersen | 2003-01-23 | 1 | -2/+5 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 2 | -50/+176 |
* | Debugging tweaks. | Miles Bader | 2002-11-21 | 2 | -8/+12 |
* | Improve malloc debugging support. | Miles Bader | 2002-11-21 | 7 | -46/+186 |
* | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen | 2002-11-19 | 1 | -28/+68 |
* | Remove atof from strtod.o... | Manuel Novoa III | 2002-11-07 | 1 | -7/+0 |
* | Okay, fix for atof _correctly_... | Manuel Novoa III | 2002-11-07 | 1 | -1/+4 |
* | Apparently I forgot to build atof... | Manuel Novoa III | 2002-11-07 | 1 | -1/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 4 | -22/+28 |
* | Fix a couple of 'restrict' bugs in mbstowcs and wcstombs. | Manuel Novoa III | 2002-10-29 | 1 | -3/+10 |