Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-08 | Add in a MALLOC_GLIBC_COMPAT option to let people decide if they | Eric Andersen | |
want glibc style malloc(0) behavior | |||
2003-01-23 | Kill the needless '#if 1' | Eric Andersen | |
2002-09-05 | split-out memalign and realloc | Eric Andersen | |
-Erik | |||
2002-09-04 | Make sjhill happy, and revive memalign | Eric Andersen | |
-Erik | |||
2002-09-04 | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" | |
memory allocator you choose. Unfortunately, the 'malloc-930716' needs a fair amount of work before it is functional. For now, changes have been made to add the 'valloc' call and it works properly with the plain 'malloc' allocator. | |||
2002-09-04 | Added 'valloc' back in. Ok, Erik can smack me now. | "Steven J. Hill" | |
2002-08-07 | Per suggestion from Miles Bader, move calloc.c to libc/stdlib. | Eric Andersen | |
Also, Manuel notices that I forgot to check for when nmemb=0, which would result in a segfault, so fix that case as well. -Erik | |||
2002-08-06 | Unify calloc (its the same thing regardless of the underlying | Eric Andersen | |
malloc implementation). Fix problem reported to bugtraq about problems with integer overflow that can occur during the computation of the memory region size by calloc (and similar functions) which could result in a subsequent buffer overflow. -Erik | |||
2002-07-16 | __morecore need not be a function pointer | Eric Andersen | |
2002-07-16 | Odd. Got a copy of junk in here. | Eric Andersen | |
2002-07-01 | This patch, from Ronald Wahl <rwa@peppercon.com>, fixes the | Eric Andersen | |
spots where I screwed up and forgot to fix realloc to use free_unlocked() instead of free(). Thanks Ronald! | |||
2002-06-18 | Rework, reduce the size, add proper locking | Eric Andersen | |
-Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
2001-04-25 | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen | |
when folks do a malloc(0) using malloc-930716. | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |