summaryrefslogtreecommitdiff
path: root/utils/ldconfig.c
AgeCommit message (Expand)Author
2012-06-15ldconfig.c: fix strncmp() usagePeter S. Mazinger
2011-03-03disable build warnings in utilsPeter S. Mazinger
2009-08-10define attribute_noreturnBernhard Reutner-Fischer
2009-08-05fix compilationBernhard Reutner-Fischer
2009-07-05Don't shadow stat with a local variableRon
2009-07-05Don't shadow the err() function with a local varRon
2009-07-05Make more utility functions staticRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko
2008-12-22- fix for !GETOPT_LONGBernhard Reutner-Fischer
2007-04-17if chroot() failed, then reset "chroot_dir" to "." so that after we do our fa...Mike Frysinger
2007-04-17cleanup style; no functional changesMike Frysinger
2007-04-17fix ld.so.cache handling on no-mmu setupsMike Frysinger
2006-01-11remove newlines from warning messagesMike Frysinger
2005-12-29fix signed/unsigned warningsMike Frysinger
2005-09-30Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen
2005-01-12cleanup, and prevent failures due to including architecture specificEric Andersen
2005-01-11Remove the no-longer-needed #include <sys/user.h>Eric Andersen
2004-12-23Fix thinkoEric Andersen
2004-12-22Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen
2004-12-09Don't use PAGE_SIZE, instead just a local BUFFER_SIZE defineEric Andersen
2004-12-08Use PAGE_SIZE, not 4096Eric Andersen
2004-10-06Add type libc0 to cache_print().Joakim Tjernlund
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-27Remove /usr/X11R6/lib from default list.Joakim Tjernlund
2004-02-10Fixup header file namingEric Andersen
2003-12-03Rob McMullen writes:Eric Andersen
2003-11-06Begin converting the client utilsEric Andersen