summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-12-20 21:53:37 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-12-20 21:53:37 +0000
commit6083f581b8edaa0278ace05c45ce0141d34a5907 (patch)
tree0d97552de20d076337d44d047d3209388bd9efb4 /test
parente428bc1f4d82ae376814a3668d694648f5e8e0d9 (diff)
Obligatory forgotten update...
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions
d>Austin 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 2009-02-10include more info in error messages so we have a better idea where things are...Mike Frysinger 2009-02-10add mmap()/munmap() implementation for WindowsMike Frysinger 2009-02-09unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger 2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger 2009-02-09dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger 2009-01-28Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko 2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko 2009-01-14- make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer 2009-01-11utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko 2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko 2008-12-22- fix for !GETOPT_LONGBernhard Reutner-Fischer 2008-12-16- install utils into the proper directoriesBernhard Reutner-Fischer 2008-12-10Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley 2008-11-09- Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer 2008-11-07- less verbose make cleanBernhard Reutner-Fischer 2008-10-29- minor shrinkage (-50b)Bernhard Reutner-Fischer 2008-10-09- tidy up utils_installBernhard Reutner-Fischer