Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-23 | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | |
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger | |
2005-10-28 | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵ | Peter S. Mazinger | |
replace the dependencies w/ HAVE_SHARED | |||
2005-08-18 | install the manpages that are in the docs subdir | Mike Frysinger | |
2005-08-18 | moved/updated to docs/man/ | Mike Frysinger | |
2005-08-15 | Patch from Faidon Liambotis to update the debian stuff | Eric Andersen | |
2005-02-12 | no more cvs | Mike Frysinger | |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE | |||
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric 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-15 | update packaging a bit | Eric Andersen | |
2004-04-30 | Minor .deb updates | Eric Andersen | |
2004-01-22 | Some minor debian junk I had sitting in my tree | Eric Andersen | |
2004-01-04 | Bump .deb version | 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 | |||
2004-01-02 | Minor update of the debian packaging stuff | Eric Andersen | |
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 | That was awfully stupid. | Eric Andersen | |
2003-12-22 | Use 'sed -i -e' rather than 'sed -ie' since we don't want | Eric Andersen | |
to leave backup files with "e" appended scattered all over the place. | |||
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-11-08 | hide the wrapper in with the debian stuff | Eric Andersen | |
2003-03-03 | Update version | Eric Andersen | |
2003-03-03 | Fix location of cvs | Eric Andersen | |
2003-02-12 | Update CVS to Debian 0.9.18-1 package | David Schleef | |
2002-08-09 | update to last Debian upload. Dumbass Debian maintainer forgets to check | David Schleef | |
stuff in. | |||
2002-08-09 | fix mksnapshot and update documentation. | David Schleef | |
2002-04-20 | Make sure that CROSS="" for native building. | David Schleef | |
2002-04-19 | uploading new snapshot | David Schleef | |
2002-04-19 | updated kernel source package to 2.4.18 | David Schleef | |
2002-04-19 | updated to 0.9.11 | David Schleef | |
2002-04-13 | use uClibc_config_fix.pl for configuration | David Schleef | |
2002-04-13 | use ds account on cvs.uclibc.org | David Schleef | |
2002-04-07 | New Debian snapshot. The release has ld.so for mips fubared. | David Schleef | |
2002-04-06 | Account for new upstream version. Fix shlibs, because they were | David Schleef | |
broken. Add INCLUDE_THREADS to Config. | |||
2002-03-03 | Check in new debian snapshot | David Schleef | |
2002-02-22 | Build fix for arm | David Schleef | |
2002-02-22 | Special rules for mipsel. Force some variables in Config, in | David Schleef | |
case they're wrong (they are.) Remove Config during clean. | |||
2002-02-15 | Try adding mipsel to the architectures | David Schleef | |
2002-02-11 | Fix typo | David Schleef | |
2002-02-11 | mksnapshot: updated version and filenames. control.in: changed | David Schleef | |
dependency from kernel-headers to kernel-source packages. rules: force HAS_MMU=true, change mipsel to mips, untar kernel-source package include directory and use that as kernel source | |||
2002-02-11 | Update version | David Schleef | |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-26 | Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions. | David Schleef | |
2001-11-19 | Notes on Build-Depends | David Schleef | |
2001-11-19 | Fix build-depends to use kernel-headers-2.4. Should satisfy more | David Schleef | |
autobuilders? | |||
2001-11-18 | Debian upload | David Schleef | |
2001-11-18 | Updated notes | David Schleef | |
2001-11-12 | Change the output filename to correspond to the package version. | David Schleef | |
2001-11-10 | Limited Debian architectures to the ones we can actually build. | David Schleef | |
Improved mksnapshot script; now adds a bogus changelog entry. Added fixlinks script that automatically converts symlinks to conform to Debian policy and updated rules to use it. Added another bogus man page, prolonging the pretense that I'll actually write real ones. |