summaryrefslogtreecommitdiffstats
path: root/utils/ldconfig.c
Commit message (Expand)AuthorAgeFilesLines
* define attribute_noreturnBernhard Reutner-Fischer2009-08-101-2/+4
* fix compilationBernhard Reutner-Fischer2009-08-051-2/+2
* Don't shadow stat with a local variableRon2009-07-051-5/+5
* Don't shadow the err() function with a local varRon2009-07-051-2/+2
* Make more utility functions staticRon2009-07-051-8/+8
* Add noreturn attributes to some functions that won't ever do soRon2009-07-051-2/+2
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-091-52/+25
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-4/+4
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-221-1/+0
* if chroot() failed, then reset "chroot_dir" to "." so that after we do our fa...Mike Frysinger2007-04-171-0/+1
* cleanup style; no functional changesMike Frysinger2007-04-171-772/+707
* fix ld.so.cache handling on no-mmu setupsMike Frysinger2007-04-171-1/+1
* remove newlines from warning messagesMike Frysinger2006-01-111-3/+3
* fix signed/unsigned warningsMike Frysinger2005-12-291-2/+2
* Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen2005-09-301-31/+112
* cleanup, and prevent failures due to including architecture specificEric Andersen2005-01-121-7/+63
* Remove the no-longer-needed #include <sys/user.h>Eric Andersen2005-01-111-1/+0
* Fix thinkoEric Andersen2004-12-231-2/+8
* Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen2004-12-221-20/+31
* Don't use PAGE_SIZE, instead just a local BUFFER_SIZE defineEric Andersen2004-12-091-4/+6
* Use PAGE_SIZE, not 4096Eric Andersen2004-12-081-4/+5
* Add type libc0 to cache_print().Joakim Tjernlund2004-10-061-2/+5
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-9/+8
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-5/+12
* Remove /usr/X11R6/lib from default list.Joakim Tjernlund2004-09-271-6/+16
* Fixup header file namingEric Andersen2004-02-101-1/+1
* Rob McMullen writes:Eric Andersen2003-12-031-3/+2
* Begin converting the client utilsEric Andersen2003-11-061-0/+900