summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-11-18Removed warning under linux port.Joel Sherrill1-0/+5
1997-10-21Added casts and fixed line break.Joel Sherrill1-2/+3
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1997-01-29Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1-18/+18
should simplify the build process.
1996-09-18added malloc_walkJoel Sherrill1-4/+35
miscellaneous corrections in casting.
1996-05-23updates from Tony BennettJoel Sherrill1-0/+3
1996-04-22Updates from Tony Bennett.Joel Sherrill1-1/+9
1995-12-05bug fix in statistics from Tony Bennett (tbennett@divnc.com)Joel Sherrill1-1/+3
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill1-31/+99
1995-08-11Added functions to access the errno of the native system when using theJoel Sherrill1-1/+8
newlib C library. Fixed bug where length did not take into account amount added for alignment requirements.
1995-06-05incorporate Tony's patches:Joel Sherrill1-0/+1
+ c/src/lib/libc/support/generic/malloc.c did not initialize the sbrk amount + _Thread_Handler in c/src/exec/rtems/thread.c left a window during the begin extension which could result in a context switch fixed places which did not correctly distinguish between an CPU_isr and a CPU_isr_entry.