summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day2011-03-301-1/+1
* Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger2011-03-061-5/+5
* try to fix duplicated slashes in the generated lib*.so filesPeter S. Mazinger2011-03-031-5/+5
* disable build warnings in utilsPeter S. Mazinger2011-03-032-1/+2
* getconf: only use specs that are availableThomas Petazzoni2010-12-081-24/+48
* utils: Fix ldd segfaultNatanael Copa2010-05-241-1/+1
* utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj2010-05-111-0/+2
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-231-1/+1
|\
| * utils: fix install prefix for getconfNatanael Copa2010-04-231-1/+1
* | Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-121-2/+4
|\|
| * .gitignore getconf binariesBernhard Reutner-Fischer2010-04-081-2/+4
* | utils .gitignore update to include getconfAustin Foxley2010-04-061-0/+2
|/
* getconf: move to utils/Bernhard Reutner-Fischer2010-04-062-2/+1318
* utils: hide comment if !VBernhard Reutner-Fischer2010-03-301-1/+1
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* fix cosmetic typoBernhard Reutner-Fischer2009-10-141-3/+3
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-184-17/+298
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-051-1/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+1
* define attribute_noreturnBernhard Reutner-Fischer2009-08-102-2/+10
* fix compilationBernhard Reutner-Fischer2009-08-051-2/+2
* Don't shadow the chroot globalRon2009-07-051-6/+6
* Don't shadow stat with a local variableRon2009-07-052-7/+7
* Don't shadow the err() function with a local varRon2009-07-051-2/+2
* Provide token prototypes for functions that are external but have no headerRon2009-07-051-0/+3
* Make more utility functions staticRon2009-07-053-15/+15
* Add noreturn attributes to some functions that won't ever do soRon2009-07-051-2/+2
* add gitignore for utilsMike Frysinger2009-06-281-0/+4
* utils: punt readelfMike Frysinger2009-06-282-352/+1
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-02-101-3/+3
* add mmap()/munmap() implementation for WindowsMike Frysinger2009-02-102-2/+110
* unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger2009-02-092-39/+33
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-097-153/+116
* dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger2009-02-091-3/+3
* Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko2009-01-281-51/+16
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-282-23/+71
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-5/+9
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-111-18/+33
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-102-30/+23
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-221-1/+0
* - install utils into the proper directoriesBernhard Reutner-Fischer2008-12-161-5/+5
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-101-6/+8
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - minor shrinkage (-50b)Bernhard Reutner-Fischer2008-10-291-8/+8
* - tidy up utils_installBernhard Reutner-Fischer2008-10-091-7/+5
* - fix errno setting (we're outside of libc here)Bernhard Reutner-Fischer2008-10-091-9/+5
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-4/+4
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* - fix inline keywordBernhard Reutner-Fischer2008-07-233-8/+8