OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / utils / ldconfig.c
2012-06-15 Peter S. Mazingerldconfig.c: fix strncmp() usage
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingerdisable build warnings in utils
2009-08-10 Bernhard Reutner... define attribute_noreturn
2009-08-05 Bernhard Reutner... fix compilation
2009-07-06 RonDon't shadow stat with a local variable
2009-07-06 RonDon't shadow the err() function with a local var
2009-07-06 RonMake more utility functions static
2009-07-06 RonAdd noreturn attributes to some functions that won...
2009-02-09 Mike Frysingerunify the headers/random defines into porting.h to...
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2008-12-22 Bernhard Reutner... - fix for !GETOPT_LONG
2007-04-17 Mike Frysingerif chroot() failed, then reset "chroot_dir" to "."...
2007-04-17 Mike Frysingercleanup style; no functional changes
2007-04-17 Mike Frysingerfix ld.so.cache handling on no-mmu setups
2006-01-11 Mike Frysingerremove newlines from warning messages
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-09-30 Eric AndersenAllow ldconfig.host to build ld.so.cache for target...
2005-01-12 Eric Andersencleanup, and prevent failures due to including architec...
2005-01-11 Eric AndersenRemove the no-longer-needed #include <sys/user.h>
2004-12-23 Eric AndersenFix thinko
2004-12-22 Eric AndersenCleanup for when LDSO_CACHE_SUPPORT is disabled
2004-12-09 Eric AndersenDon't use PAGE_SIZE, instead just a local BUFFER_SIZE...
2004-12-08 Eric AndersenUse PAGE_SIZE, not 4096
2004-10-06 Joakim TjernlundAdd type libc0 to cache_print().
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-27 Joakim TjernlundRemove /usr/X11R6/lib from default list.
2004-02-10 Eric AndersenFixup header file naming
2003-12-03 Eric AndersenRob McMullen writes:
2003-11-06 Eric AndersenBegin converting the client utils