summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tag 0.9.28.10_9_28_1Mike Frysinger2007-01-280-0/+0
* fix from trunk for compile failure when threading is disabledMike Frysinger2007-01-282-1/+13
* fix typo as pointed out by Tony WuMike Frysinger2007-01-281-1/+1
* make sure we clear out the buffer so that random garbage on the stack doesnt ...Mike Frysinger2007-01-281-0/+3
* backout ssp changes that leaked in from buildrootMike Frysinger2007-01-282-43/+0
* use .bz2 rather than .gzMike Frysinger2007-01-281-3/+3
* kill annoying attribute ignored warningMike Frysinger2007-01-281-1/+1
* pull mkdtemp fix from trunkMike Frysinger2007-01-281-4/+3
* pull utime fix from trunkMike Frysinger2007-01-281-6/+1
* missed mutex header from previous patchMike Frysinger2007-01-271-0/+87
* even more accumulated fixes from trunkMike Frysinger2007-01-2660-2699/+2713
* import simpler dist/release target from trunkMike Frysinger2007-01-261-10/+5
* tag 0.9.28.1Mike Frysinger2007-01-261-1/+2
* pull accumulated fixes from trunkMike Frysinger2007-01-2683-1472/+2021
* pull accumulated fixes from trunkMike Frysinger2007-01-2637-225/+525
* pull from trunkMike Frysinger2007-01-251-20/+28
* cut scalar typesMike Frysinger2007-01-251-4/+0
* cut old fileMike Frysinger2007-01-251-49/+0
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-172-2/+25
* start of some rpc testsMike Frysinger2005-08-173-0/+81
* make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger2005-08-171-0/+4
* dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger2005-08-171-1/+6
* We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen2005-08-171-2/+1
* when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger2005-08-171-1/+3
* add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since b...Mike Frysinger2005-08-161-0/+1
* add an entry about __fputc_unlocked link errorsMike Frysinger2005-08-161-0/+17
* write some good manpagesMike Frysinger2005-08-152-0/+90
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-1/+10
* Just quote the whole darn thing so we can print any error msg we wantEric Andersen2005-08-151-1/+1
* remove quote char which doesnt belongMike Frysinger2005-08-151-1/+1
* We do not supply a BSD style getloadavg() functionEric Andersen2005-08-151-7/+0
* Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund2005-08-151-0/+1
* Patch from Faidon Liambotis to update the debian stuffEric Andersen2005-08-157-23/+84
* move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger2005-08-157-3/+12
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-4/+3
* arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger2005-08-151-7/+4
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+15
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
* Add utils in make clean rule. From paravoid.Joakim Tjernlund2005-08-141-0/+1
* eat whitespaceMike Frysinger2005-08-142-9/+7
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-143-8/+33
* per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen2005-08-132-2/+1
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-124-10/+4
* Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund2005-08-122-18/+1
* Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund2005-08-124-8/+4
* revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger2005-08-121-5/+11
* missed one of the __error names in changing to __syscall_errorMike Frysinger2005-08-121-1/+1
* touchup PIE support for all the utils and fix stripping on iconvMike Frysinger2005-08-111-3/+8
* add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger2005-08-111-1/+17