summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2013-12-20ldd: Add ARC supportVineet Gupta
2013-03-14ldd: Add MATCH_MACHINE definition for MetaMarkos Chandras
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-03ldd: ELFCLASSM was not defined for the Xtensa architectureChris Zankel
2012-10-31utils: Fix missing semicolonBernhard Reutner-Fischer
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15utils: expand search path to find dl-sysdep.hPeter S. Mazinger
2012-06-15ldd.c: change syntax, no size and no functional changePeter S. Mazinger
2012-06-15ldd.c: reduce sizePeter S. Mazinger
2012-06-15ldconfig.c: fix strncmp() usagePeter S. Mazinger
2012-06-15getconf.c: fix noreturn warningsPeter S. Mazinger
2012-06-15iconv: Do not include __iconv_codesets into iconv utilityPeter S. Mazinger
2012-06-15iconv.c: make iconv use the XPG version of basenamePeter S. Mazinger
2012-05-15ldd: tweak whitespaceBernhard Reutner-Fischer
2012-05-08ldd.host: Fix compilation for STANDALONE supportBernhard Reutner-Fischer
2012-05-08utils: pass in config flags for lddBernhard Reutner-Fischer
2012-05-08ldd: silence warning if !LDSO_LDD_SUPPORTBernhard Reutner-Fischer
2012-04-22getconf: include a newline in error messagesMike Frysinger
2012-04-18ldd: silence warningsBernhard Reutner-Fischer
2011-10-18ldd: take LD_LIBRARY_PATH into accountCarmelo Amoroso
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-03-30utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day
2011-03-06Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger
2011-03-03try to fix duplicated slashes in the generated lib*.so filesPeter S. Mazinger
2011-03-03disable build warnings in utilsPeter S. Mazinger
2010-12-08getconf: only use specs that are availableThomas Petazzoni
2010-05-24utils: Fix ldd segfaultNatanael Copa
2010-05-11utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj
2010-04-23Merge commit 'origin/master' into nptlAustin Foxley
2010-04-23utils: fix install prefix for getconfNatanael Copa
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-08.gitignore getconf binariesBernhard Reutner-Fischer
2010-04-06utils .gitignore update to include getconfAustin Foxley
2010-04-06getconf: move to utils/Bernhard Reutner-Fischer
2010-03-30utils: hide comment if !VBernhard Reutner-Fischer
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-10-14fix cosmetic typoBernhard Reutner-Fischer
2009-09-18fix make {,install_}{,host}utilsBernhard Reutner-Fischer
2009-09-05do not pass 3rd param to open() which do not create filesDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-10define attribute_noreturnBernhard Reutner-Fischer
2009-08-05fix compilationBernhard Reutner-Fischer
2009-07-05Don't shadow the chroot globalRon
2009-07-05Don't shadow stat with a local variableRon
2009-07-05Don't shadow the err() function with a local varRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-05Make more utility functions staticRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-06-28add gitignore for utilsMike Frysinger
2009-06-28utils: punt readelfMike Frysinger