summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* ldd: tweak whitespaceHEADmasterBernhard Reutner-Fischer45 hours
* ldd.host: Fix compilation for STANDALONE supportBernhard Reutner-Fischer8 days
* utils: pass in config flags for lddBernhard Reutner-Fischer8 days
* ldd: silence warning if !LDSO_LDD_SUPPORTBernhard Reutner-Fischer8 days
* getconf: include a newline in error messagesMike Frysinger2012-04-23
* ldd: silence warningsBernhard Reutner-Fischer2012-04-17
* ldd: take LD_LIBRARY_PATH into accountCarmelo Amoroso2011-10-18
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-06
* utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day2011-03-30
* Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger2011-03-06
* try to fix duplicated slashes in the generated lib*.so filesPeter S. Mazinger2011-03-03
* disable build warnings in utilsPeter S. Mazinger2011-03-03
* getconf: only use specs that are availableThomas Petazzoni2010-12-08
* utils: Fix ldd segfaultNatanael Copa2010-05-24
* utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj2010-05-11
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-23
|\
| * utils: fix install prefix for getconfNatanael Copa2010-04-23
* | Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-12
|\ \ | |/
| * .gitignore getconf binariesBernhard Reutner-Fischer2010-04-08
* | utils .gitignore update to include getconfAustin Foxley2010-04-06
|/
* getconf: move to utils/Bernhard Reutner-Fischer2010-04-06
* utils: hide comment if !VBernhard Reutner-Fischer2010-03-30
* prettify make cleanBernhard Reutner-Fischer2010-03-25
* fix cosmetic typoBernhard Reutner-Fischer2009-10-14
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-18
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-05
* support building out-of-treeBernhard Reutner-Fischer2009-08-17
* define attribute_noreturnBernhard Reutner-Fischer2009-08-10
* fix compilationBernhard Reutner-Fischer2009-08-05
* Don't shadow the chroot globalRon2009-07-06
* Don't shadow stat with a local variableRon2009-07-06
* Don't shadow the err() function with a local varRon2009-07-06
* Provide token prototypes for functions that are external but have no headerRon2009-07-06
* Make more utility functions staticRon2009-07-06
* Add noreturn attributes to some functions that won't ever do soRon2009-07-06
* add gitignore for utilsMike Frysinger2009-06-28
* utils: punt readelfMike Frysinger2009-06-28
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-02-10
* add mmap()/munmap() implementation for WindowsMike Frysinger2009-02-10
* unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger2009-02-09
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-09
* dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger2009-02-09
* Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko2009-01-28
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-28
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-14
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-11
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-10
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-22
* - install utils into the proper directoriesBernhard Reutner-Fischer2008-12-16
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-10