OSDN Git Service

update header
[uclinux-h8/uClibc.git] / utils /
2011-03-30 Kevin Dayutils/ldd: Check for returned pointer from strrchr...
2011-03-06 Peter S. MazingerRevert "try to fix duplicated slashes in the generated...
2011-03-03 Peter S. Mazingertry to fix duplicated slashes in the generated lib...
2011-03-03 Peter S. Mazingerdisable build warnings in utils
2010-12-08 Thomas Petazzonigetconf: only use specs that are available
2010-05-24 Natanael Copautils: Fix ldd segfault
2010-05-11 Khem Rajutils/Makefile.in: Define GETCONF_DIR for host builds...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-23 Natanael Copautils: fix install prefix for getconf
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-08 Bernhard Reutner... .gitignore getconf binaries
2010-04-06 Austin Foxleyutils .gitignore update to include getconf
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-06 Bernhard Reutner... getconf: move to utils/
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-30 Bernhard Reutner... utils: hide comment if !V
2010-03-25 Bernhard Reutner... prettify make clean
2009-10-14 Bernhard Reutner... fix cosmetic typo
2009-09-18 Bernhard Reutner... fix make {,install_}{,host}utils
2009-09-05 Denys Vlasenkodo not pass 3rd param to open() which do not create...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-10 Bernhard Reutner... define attribute_noreturn
2009-08-05 Bernhard Reutner... fix compilation
2009-07-06 RonDon't shadow the chroot global
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 RonProvide token prototypes for functions that are externa...
2009-07-06 RonMake more utility functions static
2009-07-06 RonAdd noreturn attributes to some functions that won...
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-06-28 Mike Frysingeradd gitignore for utils
2009-06-28 Mike Frysingerutils: punt readelf
2009-02-10 Mike Frysingerinclude more info in error messages so we have a better...
2009-02-10 Mike Frysingeradd mmap()/munmap() implementation for Windows
2009-02-09 Mike Frysingerunify byte order cruft in bswap.h and porting.h and...
2009-02-09 Mike Frysingerunify the headers/random defines into porting.h to...
2009-02-09 Mike Frysingerdont force -Wl,-s when building host utils -- people...
2009-01-28 Denis VlasenkoPartially revent "make utils" fix. This version is...
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2009-01-14 Bernhard Reutner... - make sure not to have relocs in Scrt1.o (Peter S...
2009-01-11 Denis Vlasenkoutils/Makefile.in: de-obfuscate it a bit
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-12-22 Bernhard Reutner... - fix for !GETOPT_LONG
2008-12-16 Bernhard Reutner... - install utils into the proper directories
2008-12-10 Rob LandleyRemove hardwired usr/ from install_utils (that's what...
2008-11-09 Bernhard Reutner... - Add temporary hack to wipe dep files even on clean...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-29 Bernhard Reutner... - minor shrinkage (-50b)
2008-10-09 Bernhard Reutner... - tidy up utils_install
2008-10-09 Bernhard Reutner... - fix errno setting (we're outside of libc here)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-05-02 Carmelo AmorosoAdded implementation for 'locale' command.
2008-03-26 Bernhard Reutner... - trim trailing whitespace. No object-code changes.
2008-03-26 Bernhard Reutner... - fixup stripping of host utils and make host-utils...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
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
2007-03-14 Mike Frysingermore ifdef tweaks from holin (#1247) for retarded hosts...
2007-01-28 Mike Frysingerfix typo as pointed out by Tony Wu and cleanup source
2006-12-12 Bernhard Reutner... - fix compilation of __LDSO_CACHE_SUPPORT__
2006-10-07 Mike Frysingerthe makefile will include elf.h for us #778
2006-07-05 Eric Andersenreplace my @debian.org addr with @uclibc.org. Fixup...
2006-07-05 Mike Frysingerupdate license
2006-05-26 Mike Frysingerthe 16/32 swap funcs were swapped #875
2006-02-26 Mike Frysingerremove warning since it seems to have "gone away" now
2006-02-15 Mike Frysingermake sure we first search for libraries in the newly...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-11 Mike Frysingerremove newlines from warning messages
2006-01-03 Mike Frysingerimport a bunch of defines from gnu binutils including...
2005-12-30 Mike Frysingertell people to ignore these two warnings unless someone...
2005-12-30 Mike Frysingeruse ElfW(Addr) instead of ElfW(Word) since elf word...
2005-12-30 Mike Frysingerneed to make sure elf_find_dynamic(key) is big enough...
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-12-10 Peter S. MazingerSolve warning about redefined _GNU_SOURCE, allow iconv...
2005-12-09 Mike Frysingertouchup style
2005-12-08 Peter S. MazingerAdd -DNOT_IN_libc to disable the libc-internal.h stuff
2005-12-06 Peter S. MazingerCorrect typo, iconv binary does not use the internal...
2005-11-25 Peter S. MazingerChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
2005-11-25 Peter S. MazingerSame for utils, renamed install_utils to utils_install...
2005-11-25 Peter S. MazingerRename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by...
2005-11-24 Peter S. MazingerMove _GNU_SOURCE from file to CFLAGS, make use of NATIV...
2005-11-23 Mike Frysingerupdate license
2005-11-23 Peter S. MazingerMake utils includable into main Makefile.in, add compil...
2005-11-22 Mike Frysingeruse the local elf.h since the host toolchain probably...
2005-11-21 Mike Frysingerfix bswap32/bswap16 macros for non-linux targets as...
2005-11-21 Peter S. MazingerDo not create header links, use -I to find them. Moved...
2005-11-18 Peter S. MazingerReplace TOPDIR, add/update copyright
2005-11-18 Peter S. MazingerReplace TOPDIR
2005-11-15 Mike Frysingeruse $TOPDIR instead of ../ and utilize -B so that our...
2005-11-15 Mike Frysingerupdate license info
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-05 Eric Andersenldd does not build due to missing fork() on MMUless...
2005-10-01 Peter S. Mazingerchroot_realpath.c is a dependency also for target ldconfig
2005-09-30 Eric AndersenAllow ldconfig.host to build ld.so.cache for target...
2005-09-28 Mike Frysingeruse local header files rather than toolchain header...
2005-09-24 Mike Frysingermake sure our utils link against the currently built...
next