summaryrefslogtreecommitdiff
path: root/debian/config
AgeCommit message (Collapse)Author
2005-10-28HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵Peter S. Mazinger
replace the dependencies w/ HAVE_SHARED
2005-08-15Patch from Faidon Liambotis to update the debian stuffEric Andersen
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
2004-07-15update packaging a bitEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
Hello Erik! I have made some cosmetical changes to the files, removed the added SCRT=-fPIC option from building the crt0.S file (but it is a requirement to build them with -fPIC), and changed some comments. I have left the ldso.c patch with PIE_SUPPORT ifdefs, but consider applying it w/o them (see some earlier comment from PaX Team on this issue, as it is considered a bug). To have it work correctly, you'll also need removing COMPLETELY_PIC. One thing is missing: PIE_SUPPORT should be usable only for i386 (for now). Also added the support for propolice protection (that works for me and catches memcpy/strcpy attacks (but needs a special gcc version). Thanks, Peter
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
Lea. It is about 2x faster than the old malloc-930716, and behave itself much better -- it will properly release memory back to the system, and it uses a combination of brk() for small allocations and mmap() for larger allocations. -Erik
2003-12-22Update the config used when building a .debEric Andersen
2003-11-13Update the debian packaging for use in a standalone uClibcEric Andersen
system, rather than being a subordinate lib under a glibc based system. -Erik
2003-02-12Update CVS to Debian 0.9.18-1 packageDavid Schleef