| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen | 2003-12-30 | 6 | -829/+0 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 3 | -6/+6 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | 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 |
* | Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c, | Eric Andersen | 2003-09-06 | 2 | -25/+35 |
* | Add in a MALLOC_GLIBC_COMPAT option to let people decide if they | Eric Andersen | 2003-08-08 | 1 | -0/+5 |
* | Kill the needless '#if 1' | Eric Andersen | 2003-01-23 | 1 | -2/+0 |
* | split-out memalign and realloc | Eric Andersen | 2002-09-05 | 5 | -192/+261 |
* | Make sjhill happy, and revive memalign | Eric Andersen | 2002-09-04 | 2 | -2/+61 |
* | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" | 2002-09-04 | 2 | -62/+1 |
* | Added 'valloc' back in. Ok, Erik can smack me now. | "Steven J. Hill" | 2002-09-04 | 2 | -1/+62 |
* | Per suggestion from Miles Bader, move calloc.c to libc/stdlib. | Eric Andersen | 2002-08-07 | 2 | -40/+2 |
* | Unify calloc (its the same thing regardless of the underlying | Eric Andersen | 2002-08-06 | 2 | -25/+33 |
* | __morecore need not be a function pointer | Eric Andersen | 2002-07-16 | 1 | -9/+8 |
* | Odd. Got a copy of junk in here. | Eric Andersen | 2002-07-16 | 1 | -9/+0 |
* | This patch, from Ronald Wahl <rwa@peppercon.com>, fixes the | Eric Andersen | 2002-07-01 | 1 | -5/+5 |
* | Rework, reduce the size, add proper locking | Eric Andersen | 2002-06-18 | 9 | -529/+342 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen | 2001-04-25 | 1 | -2/+2 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 10 | -0/+915 |