OSDN Git Service

uclinux-h8/uClibc.git
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...
2005-12-28 Mike Frysingerinclude grp.h just for fun
2005-12-28 Mike Frysingertypecast away signed/unsigned warnings
2005-12-27 Mike Frysingerkill off unused warning
2005-12-27 Mike Frysingertypecast away a signed/unsigned warning
2005-12-27 Mike Frysingercut pointless files
2005-12-27 Mike Frysingerkill off minor unused warnings
2005-12-27 Mike Frysingertweak prototypes to match the exported versions
2005-12-27 Mike Frysingerfix salt type in setup_salt()
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-27 Mike Frysingerrevert debug "fix" since it isnt correct and previous...
2005-12-27 Mike Frysingerfix signed/unsigned warning
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysinger2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
2005-12-27 Mike Frysingerkill off minor warning
2005-12-27 Mike FrysingerAubrey writes:
2005-12-27 Mike FrysingerJan-Benedict Glaw writes:
2005-12-24 Peter S. MazingerAdd new fnmatch code, for now mbstate_t and mbsrtowcs...
2005-12-24 Peter S. MazingerMove fnmatch.c to fnmatch_old.c
2005-12-23 Peter S. MazingerBuild PIC objects if DOPIC is set, thx to pcj
2005-12-22 Mike FrysingerJie Zhang writes:
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-16 Peter S. MazingerRemove trailing ;
2005-12-16 Peter S. MazingerRemove trailing ; after *alias()
2005-12-16 Peter S. MazingerTypo
2005-12-16 Peter S. MazingerAdapt some missed prototypes
2005-12-16 Peter S. MazingerForgot about the macros ;-(
2005-12-16 Peter S. Mazingermemmove, exit are external iconv_main
2005-12-16 Peter S. MazingerCorrect C_SYMBOL_PREFIX handling for asm, supports...
2005-12-16 Peter S. MazingerHope it solves JBG's problem, why didn't it bail out...
2005-12-16 Peter S. MazingerMacros are no good for jump relocs, hack to get rid...
2005-12-16 Peter S. MazingerUse hidden towupper in new regex
2005-12-16 Peter S. MazingerMake new regex build w/ WCHAR disabled, vapier, does...
2005-12-16 Peter S. MazingerUse kernel provided syscalls for user-space, the one...
2005-12-16 Peter S. MazingerBetter guards within _LIBC, cleanup, typos
2005-12-16 Peter S. MazingerHide towctrans*. What is SMALL_UPLOW and why do we...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-16 Peter S. MazingerConvert some users and get rid of __rpc_thread_createer...
2005-12-16 Peter S. MazingerConvert users
2005-12-16 Peter S. MazingerNew regex as well
2005-12-16 Peter S. Mazingerglob/ftw/regex_old reworked. regex_old did not have...
2005-12-16 Peter S. MazingerCorrect some problems
2005-12-16 Peter S. MazingerNew hidden versions
2005-12-16 Peter S. MazingerGet rid of warnings, use internals, create new hidden...
2005-12-16 Peter S. MazingerHide C and wchar related stuff
2005-12-16 Peter S. MazingerHide locales
2005-12-16 Peter S. MazingerConvert some users
2005-12-16 Peter S. MazingerDisable some unused stuff, better guard for libc
2005-12-16 Peter S. MazingerSome undefs to be pedantic
2005-12-16 Peter S. MazingerMake clone use internal _exit
2005-12-16 Peter S. MazingerBuild x64 versions only if LFS is enabled
2005-12-15 Peter S. MazingerHide exit/_exit
2005-12-15 Peter S. MazingerHide fork and vfork, use the newly introduced *alias
2005-12-15 Peter S. MazingerAdd for assembler all *alias
2005-12-15 Peter S. MazingerHide *getc* *putc*
2005-12-15 Peter S. MazingerSync headers w/ glibc
2005-12-15 Peter S. Mazingerwordexp can't be built w/o glob
2005-12-15 Eric Andersensilly bug
2005-12-15 Joakim TjernlundFix static apps on linux 2.6. Linux clobbers r7 in...
2005-12-14 Mike Frysingerinclude features.h instead of sys/cdefs.h
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-12-14 Mike Frysinger remove .oS too
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
next