| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working and | Eric Andersen | 2002-10-22 | 1 | -7/+9 |
* | Don't infinitely recurse when trying to grow __malloc_mmb_heap. | Miles Bader | 2002-10-18 | 1 | -18/+19 |
* | Fix malloc so it compiles and works when using pthreads | Eric Andersen | 2002-10-17 | 2 | -5/+5 |
* | Use __heap_[un]lock instead of __malloc_[un]lock. | Miles Bader | 2002-10-15 | 1 | -4/+4 |
* | Get rid of old malloc lock stuff. | Miles Bader | 2002-10-15 | 1 | -8/+0 |
* | Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined. | Miles Bader | 2002-10-15 | 2 | -34/+32 |
* | * Add support for uClinux's broken munmap, contingent on | Miles Bader | 2002-10-09 | 4 | -29/+264 |
* | A bug fix from Alexey V. Neyman: | Eric Andersen | 2002-09-26 | 1 | -2/+2 |
* | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III | 2002-09-19 | 1 | -0/+4 |
* | (__heap_check_failure): New function. | Miles Bader | 2002-09-13 | 1 | -16/+67 |
* | Remove malloc_simple from subdir list. | Manuel Novoa III | 2002-09-09 | 1 | -1/+1 |
* | (realloc): Record the correct size in the malloc header in the case | Miles Bader | 2002-09-09 | 1 | -1/+1 |
* | Add #include <malloc.h> to silence warning. | Manuel Novoa III | 2002-09-06 | 1 | -0/+1 |
* | Initial checkin. | Miles Bader | 2002-09-06 | 1 | -0/+86 |
* | Update debugging hooks. | Miles Bader | 2002-09-06 | 3 | -30/+20 |
* | split-out memalign and realloc | Eric Andersen | 2002-09-05 | 5 | -192/+261 |
* | Make sjhill happy, and revive memalign | Eric Andersen | 2002-09-04 | 4 | -39/+69 |
* | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" | 2002-09-04 | 3 | -2/+3 |
* | Added 'valloc' back in. Ok, Erik can smack me now. | "Steven J. Hill" | 2002-09-04 | 2 | -1/+62 |
* | Added function 'mkdtemp' for Linux Test Project. | "Steven J. Hill" | 2002-09-04 | 2 | -1/+37 |
* | (free): | Miles Bader | 2002-09-04 | 1 | -5/+5 |
* | (__heap_delete): Renamed from `__heap_unlink_free_area'. | Miles Bader | 2002-09-04 | 1 | -3/+6 |
* | Doc fix. | Miles Bader | 2002-08-30 | 1 | -1/+1 |
* | (__heap_free): Tighten up the inner loop, and make the code more readable. | Miles Bader | 2002-08-30 | 1 | -29/+24 |
* | Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions. | Miles Bader | 2002-08-30 | 2 | -5/+5 |
* | (likely, unlikely): New macros. | Miles Bader | 2002-08-30 | 1 | -0/+12 |
* | (likely, unlikely): New macros. | Miles Bader | 2002-08-30 | 1 | -6/+8 |
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 3 | -49/+1 |
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 2 | -2/+2 |
* | (CSRC): Make contents source files, not object files. | Miles Bader | 2002-08-19 | 1 | -2/+2 |
* | (CSRC): Add `memalign.c'. | Miles Bader | 2002-08-19 | 1 | -2/+2 |
* | Initial checkin. | Miles Bader | 2002-08-19 | 1 | -0/+94 |
* | (realloc): Follow new arg conventions of MALLOC_SET_SIZE. | Miles Bader | 2002-08-19 | 1 | -2/+2 |
* | (malloc): Use MALLOC_SETUP. | Miles Bader | 2002-08-19 | 1 | -3/+2 |
* | (MALLOC_SETUP): New macro. | Miles Bader | 2002-08-19 | 1 | -5/+6 |
* | Patch from Jarkko to fix drand48 to not use long long when | Eric Andersen | 2002-08-15 | 2 | -0/+46 |
* | Use __malloc_unlikely instead of `likely'. | Miles Bader | 2002-08-14 | 1 | -1/+4 |
* | Add flow-control hints with __malloc_likely and __malloc_unlikely. | Miles Bader | 2002-08-14 | 1 | -5/+7 |
* | (__malloc_likely, __malloc_unlikely): New macros. | Miles Bader | 2002-08-14 | 1 | -0/+10 |
* | Handle zero NEW_SIZE case. | Miles Bader | 2002-08-14 | 1 | -45/+54 |
* | Use `return' for null pointers, to avoid a giant block holding the rest | Miles Bader | 2002-08-13 | 1 | -95/+95 |
* | Doh! missed a spot. | Eric Andersen | 2002-08-12 | 1 | -0/+2 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 1 | -15/+15 |
* | Geez I'm an idiot some times. I shouldn't code when I'm exhausted. | Eric Andersen | 2002-08-12 | 1 | -1/+2 |
* | Add missing thread-safe locking.0_9_13 | Eric Andersen | 2002-08-09 | 1 | -0/+27 |