Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-15 | update packaging a bit | Eric Andersen | |
2004-01-02 | Peter 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-30 | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric 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-22 | Update the config used when building a .deb | Eric Andersen | |
2003-11-13 | Update the debian packaging for use in a standalone uClibc | Eric Andersen | |
system, rather than being a subordinate lib under a glibc based system. -Erik | |||
2003-02-12 | Update CVS to Debian 0.9.18-1 package | David Schleef | |