OSDN Git Service

uclinux-h8/uClibc.git
2006-01-06 Peter S. MazingerAllow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE...
2006-01-06 Peter S. MazingerAllow compiling newly added if_index.c (at least on...
2006-01-06 Mike Frysingerpsm says: fix your linuxthreads / linuxthreads.old...
2006-01-06 Mike Frysingersimple test for the if_nameindex() related functions
2006-01-06 Mike Frysingeras weber notes in Bug 99:
2006-01-06 Mike Frysingercreate __if_nametoindex hidden alias and use it
2006-01-06 Mike Frysingeruse hidden strcmp
2006-01-06 Mike Frysingerused hidden close
2006-01-06 Mike Frysingeruse hidden read/write symbols
2006-01-06 Mike Frysingerrework the alloca() loop slightly to save some space
2006-01-06 Mike Frysingersync with glibc
2006-01-06 "Steven J.... Merge from NPTL branch.
2006-01-06 "Steven J.... Merge from NPTL branch.
2006-01-06 "Steven J.... Merge from NPTL branch.
2006-01-06 Mike FrysingerJan-Benedict Glaw: run shell scripts through $(SHELL...
2006-01-06 Mike FrysingerJan-Benedict Glaw: allow people to override the default...
2006-01-06 Mike FrysingerJan-Benedict Glaw writes:
2006-01-06 Mike Frysingeradd note about HPPA
2006-01-06 Mike Frysingerupdate libc lock functions to new pthread forwarding
2006-01-05 Mike Frysingerimport the extend_alloca() macro from glibc
2006-01-05 Mike Frysingergrab syscall macros from linux headers
2006-01-05 Mike FrysingerfPIC doesnt work on bfin
2006-01-05 Mike Frysingergrammar fix
2006-01-05 Mike Frysingeruse tabs for whitespace
2006-01-05 Mike Frysingersync Joseph S. Myers fixes from glibc for proper clobbers
2006-01-05 Mike Frysingersync Joseph S. Myers fixes from glibc for a better...
2006-01-05 Mike Frysingersync __SYSCALL_CLOBBERS macro from glibc
2006-01-05 "Steven J.... Merge from branch and add removal of 'tls.h' when using...
2006-01-05 "Steven J.... Merge from branch.
2006-01-05 Mike Frysingerimplement syscall6
2006-01-05 Mike Frysingerremove duplicate ;
2006-01-05 Peter S. Mazingerforgot again about iconv
2006-01-04 Peter S. Mazingerone reloc less, uninline, should save some space
2006-01-04 Peter S. Mazinger__uselocale is hidden
2006-01-04 Peter S. MazingerBuild also if XLOCALE is enabled
2006-01-04 Peter S. Mazingeruse internal versions of exit/memcpy
2006-01-04 Peter S. MazingerSync w/ glibc, mostly REDIRECT_NTH,__wur
2006-01-04 Mike Frysingerneed our own version to prevent warnings
2006-01-04 Mike Frysingerupdate build files
2006-01-04 Mike Frysingerupdate buildsystem to new style
2006-01-04 Mike FrysingerBug 618, Thomas Chou: update build flags for nios target
2006-01-04 Mike FrysingerBug 618, Thomas Chou: update crt to new 0.9.28 uClibc...
2006-01-04 Mike Frysingerunused
2006-01-04 Mike Frysingernow we can safely declare these hidden
2006-01-04 Mike Frysingerupdate pthread weak handling to the style glibc uses
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2006-01-04 Mike Frysingeruse weak handling instead of .set
2006-01-04 Mike Frysingerkill off some unused warnings
2006-01-04 Mike Frysingerif arch doesnt provide _syscall6(), we need to alias...
2006-01-03 Peter S. MazingerLost wcschr()
2006-01-03 Peter S. Mazingerkeep __USE_GNU for program_invocation_*_name
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2006-01-03 Peter S. MazingerAdd __toupper, remove unneeded undefs for tolower
2006-01-03 Peter S. MazingerProvide __tolower and use it
2006-01-03 Peter S. MazingerRemove textrel
2006-01-03 Peter S. MazingerRevert a change until I find the textrel cause
2006-01-03 Peter S. MazingerComplete split of all the string functions. Hope haven...
2006-01-03 Peter S. MazingerUse strong_alias everywhere instead of .global/.set...
2006-01-03 Peter S. MazingerAdd more hidden prototypes
2006-01-03 Peter S. MazingerAdd proper guard, so that we don't see the internal...
2006-01-03 Mike Frysingertweak what is likely() in the argv[0] parsing
2006-01-03 Mike Frysingeradd optional support for program_invocation_name/progra...
2006-01-03 Mike Frysingerwe dont need to loop calling abort() because abort...
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2006-01-03 Mike Frysingerimport a bunch of defines from gnu binutils including...
2006-01-03 Mike Frysingerimport a bunch of EM defines from gnu binutils
2006-01-03 Mike Frysingertouchup comments and define Blackfin for Jie Zhang
2006-01-03 Mike Frysingerfix previous commit so that __uClibc_init() is run...
2006-01-02 Peter S. MazingerUse attribute_noreturn
2006-01-02 Peter S. MazingerRemove -unhonoured- comment
2006-01-02 Peter S. MazingerRemove fpu_control.h handling as well
2006-01-02 Peter S. MazingerTARGET_ARCH is already stripped, do not do it again...
2006-01-02 Peter S. Mazingerfpu_control.h is handled generally in topdir/Makefile...
2006-01-02 Mike Frysingerquote arg to shell-ed grep as pointed out by Jan-Benedi...
2006-01-02 Mike Frysingerfor /bin/sh, use `` instead of $() as pointed out by...
2006-01-01 Mike Frysingerprevious st_dev change from unsigned long (4bytes)...
2005-12-30 Mike Frysingerfix path to heap.h as point out by thomas_chou in Bug 617
2005-12-30 Mike FrysingerBug 616, Thomas Chou: dont use -msoft-float on nios2...
2005-12-30 Mike Frysingerupdate to new build system
2005-12-30 Mike FrysingerBug 616, Thomas Chou: update crt to new 0.9.28 uClibc...
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-30 Mike Frysingerbeautify utility building
2005-12-30 Mike Frysingeruse errno.h not sys/errno.h as pointed out by sjhill
2005-12-30 Peter S. MazingerSync ftw w/ glibc, splitting ftw and ftw64
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-12-29 Mike Frysingerkill off some signedness/unused warnings
2005-12-29 Mike Frysingersync whitespace with glibc
2005-12-29 Mike Frysingertouchup code a bit to prep for new weak system
2005-12-29 Mike Frysingerbeautify
2005-12-29 Mike Frysingerhide the internal libc pthread_mutex funcs
2005-12-29 Mike Frysingerpointless whitespace touchups
2005-12-29 Mike Frysingerhide some functions to cut down on relocations
2005-12-29 Mike Frysingermake sure mq_timedsend() and mq_send() is always defined
2005-12-29 Mike Frysingermake sure mq_timedreceive() and mq_receive() is always...
2005-12-29 Mike Frysingerhide __kernel functions
2005-12-28 Mike Frysingermake sure we handle the (malloc(0)==NULL) case as Aubre...
2005-12-28 Mike Frysingermake sure we handle the (malloc(0)==NULL) case as Aubre...
next