summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-17when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger
2005-08-16add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since b...Mike Frysinger
2005-08-16add an entry about __fputc_unlocked link errorsMike Frysinger
2005-08-15write some good manpagesMike Frysinger
2005-08-15For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen
2005-08-15Just quote the whole darn thing so we can print any error msg we wantEric Andersen
2005-08-15remove quote char which doesnt belongMike Frysinger
2005-08-15We do not supply a BSD style getloadavg() functionEric Andersen
2005-08-15Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund
2005-08-15Patch from Faidon Liambotis to update the debian stuffEric Andersen
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-15arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger
2005-08-15rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-14Add utils in make clean rule. From paravoid.Joakim Tjernlund
2005-08-14eat whitespaceMike Frysinger
2005-08-14import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-13per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-08-12Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-08-12revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger
2005-08-12missed one of the __error names in changing to __syscall_errorMike Frysinger
2005-08-11touchup PIE support for all the utils and fix stripping on iconvMike Frysinger
2005-08-11add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger
2005-08-11jump straight to __syscall_errorMike Frysinger
2005-08-11fix some sign warnings pointed out by gcc-4Mike Frysinger
2005-08-10In Bug 364 by hassold:Mike Frysinger
2005-08-10Bump version in preparation for the upcoming releaseEric Andersen
2005-08-10use the inline version of _dl_parse_dynamic_infoMike Frysinger
2005-08-09clean up whitespace/syntaxMike Frysinger
2005-08-09disable early debug code if the arch relies on certain values (like load_addr...Mike Frysinger
2005-08-09rework the headers depedency so that it plays nice with parallel buildingMike Frysinger
2005-08-09note the architectures which still need to be updatedMike Frysinger
2005-08-09date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1Mike Frysinger
2005-08-09need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger
2005-08-09eat whitespaceMike Frysinger
2005-08-09update crt0 to crt1 based heavily on glibc start.S and to sync up with __uCli...Mike Frysinger
2005-08-09use sigprocmask instead of internal __sigprocmask since __ version doesnt alw...Mike Frysinger
2005-08-09move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowit...Mike Frysinger
2005-08-09remove unused/pointless variablesMike Frysinger
2005-08-09need to run STRIPTOOL with -s to replace behavior lost from gcc -sMike Frysinger
2005-08-08remove duplicated _syscall6 definitions and unify them with a defineMike Frysinger
2005-08-08eat whitespaceMike Frysinger
2005-08-08remove strip flags and let STRIPTOOL do the workMike Frysinger
2005-08-04whitespace itMike Frysinger
2005-08-04yvasilev writes in Bug 235:Mike Frysinger
2005-08-03Update from (older) glibc code.Manuel Novoa III