OSDN Git Service

Add a syscall() implementation using a hacked version of the syscall6 macro.
[uclinux-h8/uClibc.git] / libc / stdlib /
2003-11-02 Manuel Novoa III If realloc failed, we'd lose the pointer to the exit...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-17 Eric AndersenDoh!!!
2003-10-16 Eric AndersenDo not set errno when they asked for size 0
2003-10-16 Miles BaderCode formatting cleanup.
2003-10-16 Miles BaderDon't set errno if for zero SIZE returns.
2003-09-22 Miles BaderMore fiddling with static free-areas: make sure both...
2003-09-19 Miles BaderMake sure we don't allocate too little space for static...
2003-09-19 Miles BaderAdd dependencies on header files.
2003-09-17 Miles BaderMake sure static heaps are aligned correctly.
2003-09-06 Eric Andersen'extern inline' doesn't work... Use 'static inline'
2003-09-06 Eric Andersenadd missing prototype
2003-09-06 Eric AndersenFix errno values. Fix MALLOC_GLIBC_COMPAT handling...
2003-09-05 Eric Andersenmjn3 noticed we were missing seed48, which was odd...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-08 Eric AndersenAdd in a MALLOC_GLIBC_COMPAT option to let people decid...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-04-23 Eric AndersenThierry De Corte notices that when UCLIBC_HAS_FLOAT...
2003-04-02 Miles Bader(free_to_heap): Unlock the heap before returning in the
2003-01-24 Eric AndersenDoh! Fix potential stack corruption caused by dynamic...
2003-01-23 Eric AndersenKill the needless '#if 1'
2003-01-23 Eric AndersenUpdate malloc behavior on malloc(0) to be consistant...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Miles BaderDebugging tweaks.
2002-11-21 Miles BaderImprove malloc debugging support.
2002-11-19 Eric AndersenImplement dynamic atexit handling. Adds a few bytes...
2002-11-07 Manuel Novoa III Remove atof from strtod.o...
2002-11-07 Manuel Novoa III Okay, fix for atof _correctly_...
2002-11-07 Manuel Novoa III Apparently I forgot to build atof...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-29 Manuel Novoa III Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.
2002-10-22 Eric AndersenWhen UNIX98PTY_ONLY was false, but Unix 98 ptys were...
2002-10-18 Miles BaderDon't infinitely recurse when trying to grow __malloc_m...
2002-10-17 Eric AndersenFix malloc so it compiles and works when using pthreads
2002-10-15 Miles BaderUse __heap_[un]lock instead of __malloc_[un]lock.
2002-10-15 Miles BaderGet rid of old malloc lock stuff.
2002-10-15 Miles BaderFix locking to not deadlock when __UCLIBC_UCLINUX_BROKE...
2002-10-09 Miles Bader* Add support for uClinux's broken munmap, contingent on
2002-09-26 Eric AndersenA bug fix from Alexey V. Neyman:
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-09-13 Miles Bader(__heap_check_failure): New function.
2002-09-09 Manuel Novoa III Remove malloc_simple from subdir list.
2002-09-09 Miles Bader(realloc): Record the correct size in the malloc header...
2002-09-06 Manuel Novoa III Add #include <malloc.h> to silence warning.
2002-09-06 Miles BaderInitial checkin.
2002-09-06 Miles BaderUpdate debugging hooks.
2002-09-05 Eric Andersensplit-out memalign and realloc
2002-09-04 Eric AndersenMake sjhill happy, and revive memalign
2002-09-04 "Steven J. Hill"Per discussions with Erik, 'valloc.c' should be built...
2002-09-04 "Steven J. Hill"Added 'valloc' back in. Ok, Erik can smack me now.
2002-09-04 "Steven J. Hill"Added function 'mkdtemp' for Linux Test Project.
2002-09-04 Miles Bader(free):
2002-09-04 Miles Bader(__heap_delete): Renamed from `__heap_unlink_free_area'.
2002-08-30 Miles BaderDoc fix.
2002-08-30 Miles Bader(__heap_free): Tighten up the inner loop, and make...
2002-08-30 Miles BaderUse `likely' & `unlikely' instead of the `__malloc_...
2002-08-30 Miles Bader(likely, unlikely): New macros.
2002-08-30 Miles Bader(likely, unlikely): New macros.
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-08-19 Miles Bader(CSRC): Make contents source files, not object files.
2002-08-19 Miles Bader(CSRC): Add `memalign.c'.
2002-08-19 Miles BaderInitial checkin.
2002-08-19 Miles Bader(realloc): Follow new arg conventions of MALLOC_SET_SIZE.
2002-08-19 Miles Bader(malloc): Use MALLOC_SETUP.
2002-08-19 Miles Bader(MALLOC_SETUP): New macro.
2002-08-15 Eric AndersenPatch from Jarkko to fix drand48 to not use long long...
2002-08-14 Miles BaderUse __malloc_unlikely instead of `likely'.
2002-08-14 Miles BaderAdd flow-control hints with __malloc_likely and __mallo...
2002-08-14 Miles Bader(__malloc_likely, __malloc_unlikely): New macros.
2002-08-14 Miles BaderHandle zero NEW_SIZE case.
2002-08-13 Miles BaderUse `return' for null pointers, to avoid a giant block...
2002-08-12 Eric AndersenDoh! missed a spot.
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-08-12 Eric AndersenGeez I'm an idiot some times. I shouldn't code when...
2002-08-09 Eric AndersenAdd missing thread-safe locking.
2002-08-08 Eric AndersenFix locking
2002-08-08 Eric AndersenCleanup some silly warnings
2002-08-07 Eric AndersenChanged my mind. Keep this separate.
2002-08-07 Eric AndersenRewrite getenv
2002-08-07 Eric AndersenPer suggestion from Miles Bader, move calloc.c to libc...
2002-08-06 Eric AndersenUnify calloc (its the same thing regardless of the...
2002-08-01 Miles BaderUse MALLOC_REALLOC_MIN_FREE_SIZE.
2002-08-01 Miles Bader(MALLOC_REALLOC_MIN_FREE_SIZE): New macro.
2002-08-01 Miles Bader(HEAP_MIN_SIZE): New macro.
2002-07-31 Miles BaderIn the allocate-and-copy case, don't include the malloc...
2002-07-31 Miles BaderUpdate debugging printfs.
2002-07-31 Eric AndersenPer discussion on the mailing list, simply vfork -...
2002-07-31 Miles BaderAccount for MALLOC_HEADER_SIZE when calculating new...
2002-07-31 Miles BaderUse MALLOC_HEADER_SIZE.
2002-07-31 Miles Bader(MALLOC_HEADER_SIZE): New macro.
2002-07-30 Miles BaderMake sure NEW_SIZE is a multiple of HEAP_GRANULARITY.
2002-07-30 Miles BaderUpdate the size of grown/shrunk allocations.
2002-07-30 Miles BaderMALLOC_SET_SIZE now takes the user-address rather than...
2002-07-30 Miles BaderDefine MALLOC_SET_SIZE to take the user-address rather...
2002-07-30 Miles BaderImplement shrinking.
2002-07-30 Miles BaderUse new malloc header macros.
2002-07-30 Miles BaderAdd macros to abstract the malloc header format a bit.
2002-07-25 Miles BaderSize tweaks.
2002-07-25 Miles BaderMiscellaneous tidying-up.
next