Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 years ago |
Mike Frysinger
|
130697527b
merge parallel build support
|
20 years ago |
Eric Andersen
|
8d532c5131
Rework malloc. The new default implementation is based on dlmalloc from Doug
|
21 years ago |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 years ago |
Miles Bader
|
90d471bfdf
Add dependencies on header files.
|
21 years ago |
Miles Bader
|
4d952dfe77
Improve malloc debugging support.
|
22 years ago |
Miles Bader
|
14a41e5eed
(CSRC): Make contents source files, not object files.
|
22 years ago |
Miles Bader
|
6c6a72c33c
(CSRC): Add `memalign.c'.
|
22 years ago |
Eric Andersen
|
698d2c6803
Per suggestion from Miles Bader, move calloc.c to libc/stdlib.
|
22 years ago |
Eric Andersen
|
64f78ef63b
Unify calloc (its the same thing regardless of the underlying
|
22 years ago |
Miles Bader
|
83cef9f931
* Automatically try to unmap heap free-areas when they get very big.
|
22 years ago |
Eric Andersen
|
35d29fcb08
Miles Bader implemented a new mmap based malloc which is much
|
22 years ago |
Eric Andersen
|
aa57f51ec0
We don't need the debug versions
|
22 years ago |
Eric Andersen
|
5a65349824
Update my email address. I am no longer andersen@lineo.com
|
23 years ago |
Eric Andersen
|
f0da4aa1d8
Ok, this should finish off my massive ro-organization. The source
|
23 years ago |
Eric Andersen
|
9b39f1ce89
A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC
|
23 years ago |
Eric Andersen
|
57a66bf9e5
Update makefile to match the new malloc code
|
24 years ago |
Eric Andersen
|
ae97a89e1a
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
|
24 years ago |
Eric Andersen
|
91102e0dec
Fix doc blunder.
|
24 years ago |
Eric Andersen
|
2c8e931c67
Make spelling of uClibc be consistant.
|
24 years ago |
Eric Andersen
|
430e386b9e
Strip all object files of all non global symbols and .note and
|
24 years ago |
Eric Andersen
|
61885f3c41
Screwed up non-mmu support. #define was backwards.
|
24 years ago |
Eric Andersen
|
a99617fe8f
Finish reorganizing things. At least I think I've finished.
|
24 years ago |
Eric Andersen
|
c1fe19d4c1
Bug ugly formatting update
|
24 years ago |
Eric Andersen
|
9efafb8bbc
New malloc routines.
|
24 years ago |
Eric Andersen
|
eb2ecd0b08
Fix all the makefiles. Clean up some warnings, cleanup some headers.
|
24 years ago |
Eric Andersen
|
1965c12263
Sanity fix.
|
24 years ago |
Eric Andersen
|
ca9bd30c26
Many bugfixes, header cleanups, etc. Added abort and glob.
|
24 years ago |
Eric Andersen
|
775622914f
Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.
|
24 years ago |
Erik Andersen
|
d2d67c9856
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
|
24 years ago |