summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger2006-08-231-1/+1
|
* Remove HAVE_ELFPeter S. Mazinger2006-01-191-2/+0
|
* HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵Peter S. Mazinger2005-10-281-1/+0
| | | | replace the dependencies w/ HAVE_SHARED
* install the manpages that are in the docs subdirMike Frysinger2005-08-181-3/+4
|
* moved/updated to docs/man/Mike Frysinger2005-08-182-48/+0
|
* Patch from Faidon Liambotis to update the debian stuffEric Andersen2005-08-157-23/+84
|
* no more cvsMike Frysinger2005-02-121-8/+0
|
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
| | | | rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
| | | | rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-1/+0
| | | | | | | | 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
* update packaging a bitEric Andersen2004-07-153-2/+8
|
* Minor .deb updatesEric Andersen2004-04-302-10/+20
|
* Some minor debian junk I had sitting in my treeEric Andersen2004-01-226-22/+49
|
* Bump .deb versionEric Andersen2004-01-041-0/+6
|
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+5
| | | | | | | | | | | | | | | | | | | 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
* Minor update of the debian packaging stuffEric Andersen2004-01-023-2/+9
|
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-301-1/+2
| | | | | | | 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
* That was awfully stupid.Eric Andersen2003-12-221-4/+5
|
* Use 'sed -i -e' rather than 'sed -ie' since we don't wantEric Andersen2003-12-221-8/+8
| | | | | to leave backup files with "e" appended scattered all over the place.
* Update the config used when building a .debEric Andersen2003-12-222-8/+13
|
* Update the debian packaging for use in a standalone uClibcEric Andersen2003-11-1327-1336/+167
| | | | | | system, rather than being a subordinate lib under a glibc based system. -Erik
* hide the wrapper in with the debian stuffEric Andersen2003-11-083-0/+769
|
* Update versionEric Andersen2003-03-031-1/+1
|
* Fix location of cvsEric Andersen2003-03-031-1/+1
|
* Update CVS to Debian 0.9.18-1 packageDavid Schleef2003-02-1210-107/+205
|
* update to last Debian upload. Dumbass Debian maintainer forgets to checkDavid Schleef2002-08-095-26/+40
| | | | stuff in.
* fix mksnapshot and update documentation.David Schleef2002-08-094-11/+22
|
* Make sure that CROSS="" for native building.David Schleef2002-04-202-0/+17
|
* uploading new snapshotDavid Schleef2002-04-191-0/+10
|
* updated kernel source package to 2.4.18David Schleef2002-04-192-2/+2
|
* updated to 0.9.11David Schleef2002-04-191-1/+1
|
* use uClibc_config_fix.pl for configurationDavid Schleef2002-04-131-6/+35
|
* use ds account on cvs.uclibc.orgDavid Schleef2002-04-131-5/+6
|
* New Debian snapshot. The release has ld.so for mips fubared.David Schleef2002-04-072-0/+12
|
* Account for new upstream version. Fix shlibs, because they wereDavid Schleef2002-04-064-8/+15
| | | | broken. Add INCLUDE_THREADS to Config.
* Check in new debian snapshotDavid Schleef2002-03-034-3/+25
|
* Build fix for armDavid Schleef2002-02-221-1/+10
|
* Special rules for mipsel. Force some variables in Config, inDavid Schleef2002-02-222-3/+14
| | | | case they're wrong (they are.) Remove Config during clean.
* Try adding mipsel to the architecturesDavid Schleef2002-02-151-1/+1
|
* Fix typoDavid Schleef2002-02-111-1/+1
|
* mksnapshot: updated version and filenames. control.in: changedDavid Schleef2002-02-115-16/+44
| | | | | | 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
* Update versionDavid Schleef2002-02-111-3/+4
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+2
|
* Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions.David Schleef2001-11-262-14/+36
|
* Notes on Build-DependsDavid Schleef2001-11-191-0/+7
|
* Fix build-depends to use kernel-headers-2.4. Should satisfy moreDavid Schleef2001-11-192-2/+2
| | | | autobuilders?
* Debian uploadDavid Schleef2001-11-181-0/+16
|
* Updated notesDavid Schleef2001-11-181-4/+2
|
* Change the output filename to correspond to the package version.David Schleef2001-11-121-2/+2
|
* Limited Debian architectures to the ones we can actually build.David Schleef2001-11-108-40/+147
| | | | | | | | 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.