Age | Commit message (Expand) | Author |
2004-11-08 | Some requested additional malloc entry points | Eric Andersen |
2004-09-07 | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen |
2004-08-25 | Mike Frysinger writes: | Eric Andersen |
2004-08-16 | The variable used to store pagesize is not the same as the | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-07-15 | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen |
2004-07-15 | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen |
2004-02-12 | Paul Mundt lethal at linux-sh dot org writes: | Eric Andersen |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-01-31 | Patch from Paul Mundt, lethal at linux-sh dot org, | Eric Andersen |
2004-01-30 | Add missing abort instruction for powerpc | Eric Andersen |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen |
2004-01-14 | Include missing errno.h header (as noted by Alan Hourihane). | Eric Andersen |
2003-12-30 | Fix the manditory typo in my last minute untested fix. | Eric Andersen |
2003-12-30 | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen |
2003-12-30 | Update and restore malloc-simple. Slow as molasses, but trivially | Eric Andersen |
2003-12-27 | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-11-02 | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-17 | Doh!!! | Eric Andersen |
2003-10-16 | Do not set errno when they asked for size 0 | Eric Andersen |
2003-10-16 | Code formatting cleanup. | Miles Bader |
2003-10-16 | Don't set errno if for zero SIZE returns. | Miles Bader |
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-19 | Add dependencies on header files. | 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 |
2003-09-06 | add missing prototype | Eric Andersen |
2003-09-06 | Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c, | Eric Andersen |
2003-09-05 | mjn3 noticed we were missing seed48, which was odd since we had | Eric Andersen |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-08 | Add in a MALLOC_GLIBC_COMPAT option to let people decide if they | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-04-23 | Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also | Eric Andersen |
2003-04-02 | (free_to_heap): Unlock the heap before returning in the | Miles Bader |
2003-01-24 | Doh! Fix potential stack corruption caused by dynamic atexit | Eric Andersen |
2003-01-23 | Kill the needless '#if 1' | Eric Andersen |
2003-01-23 | Update malloc behavior on malloc(0) to be consistant with | Eric Andersen |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-21 | Debugging tweaks. | Miles Bader |
2002-11-21 | Improve malloc debugging support. | Miles Bader |
2002-11-19 | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen |
2002-11-07 | Remove atof from strtod.o... | Manuel Novoa III |
2002-11-07 | Okay, fix for atof _correctly_... | Manuel Novoa III |
2002-11-07 | Apparently I forgot to build atof... | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-29 | Fix a couple of 'restrict' bugs in mbstowcs and wcstombs. | Manuel Novoa III |
2002-10-22 | When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working and | Eric Andersen |