OSDN Git Service

uclinux-h8/uClibc.git
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-03 Natanael Copacreate DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_...
2010-12-01 Austin FoxleyConfig.sparc: remove warning about shared libs on v7
2010-12-01 Natanael Copalibc: fix strtoq
2010-12-01 Filippo Arcidiaconolibc_sh: add __tls_get_addr to static libc (SH)
2010-12-01 Carmelo AmorosoRevert "libc_tls: Do not include generic libc-tls from...
2010-11-29 Carmelo Amorosolibc_tls: Do not include generic libc-tls from arch...
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-28 Carmelo Amorosolibc_utmp: Fix getutmp and getutmpx for x86_64
2010-11-24 Bernhard Reutner... Revert "ldso: silence warning about unused tls var...
2010-11-24 Bernhard Reutner... Config: default ia32 to i486
2010-11-24 Bernhard Reutner... libc: silence warning
2010-11-24 Bernhard Reutner... ldso: silence warning about unused tls var if !tls
2010-11-24 Bernhard Reutner... config_parser: hide symbols
2010-11-24 Bernhard Reutner... test: ignore some more binaries
2010-11-24 Bernhard Reutner... wchar: bug #1471: fix cornercase in mbrtowc
2010-11-24 Bernhard Reutner... buildsys: add make {,install_}startfiles
2010-11-24 Bernhard Reutner... test/math: bessel depend on XSI_MATH
2010-11-23 Philip Nyeresolv.c fails for /etc/hosts lookups
2010-11-18 Konrad EiseleDisables the automatic disable of shared library for...
2010-11-18 Austin FoxleyAdding quad float gcc intrinsic implementation for...
2010-11-11 Natanael Copantpl: fix static linking by not leaking SSP_ALL_CFLAGS
2010-11-10 Bernhard Reutner... nptl: use correct unwind header for unwind-forcedunwind
2010-11-10 Steven J. Magnanimicroblaze: build infrastructure
2010-11-10 Steven J. Magnanimicroblaze: thread support
2010-11-10 Steven J. Magnanimicroblaze: optimized memcpy/memmove
2010-11-10 Steven J. Magnanimicroblaze: misc headers
2010-11-10 Steven J. Magnanimicroblaze: kernel headers
2010-11-10 Steven J. Magnanimicroblaze: Restore soft-float
2010-11-10 Steven J. Magnanimicroblaze: vfork/clone interface
2010-11-10 Steven J. Magnanimicroblaze: syscall interface
2010-11-10 Steven J. Magnanimicroblaze: Fix crt bootstrap
2010-11-10 Steven J. Magnanimicroblaze: Fix setjmp/longjmp
2010-11-02 Denys Vlasenkoldso/include/dl-hash.h: suppress compiler warning....
2010-11-02 Denys Vlasenkoldouble_wrappers: make code less verbose via WRAPPER2...
2010-11-02 Denys Vlasenkoldouble_wrappers: remove i386-specific optimization
2010-10-31 Denys Vlasenkolibm: disable tail jump trick if __SSP_ALL__ (was using...
2010-10-31 Denys Vlasenkolibm: fix tgamma to actually do return true gamma function
2010-10-31 Denys Vlasenkolibm: improve readability of math.h; expand comments...
2010-10-31 Denys Vlasenkolibm: remove int_WRAPPER_C99 macro, add test which...
2010-10-30 Denys Vlasenkolibm: revert wrong ldouble wrapper hack "fix"
2010-10-30 Denys Vlasenkolibm: fix false positives in double tests
2010-10-30 Denys Vlasenkolibm: fix remaining failures in test-float
2010-10-30 Denys Vlasenkolibm: fix rint/scalb testcase failures
2010-10-30 Denys Vlasenkolibm: fix powf testcase failures
2010-10-30 Denys Vlasenkolibm: fix scalb testsuite failures
2010-10-30 Denys Vlasenkolibm: fix testuite failure in modf
2010-10-30 Denys Vlasenkotest/math/*: unbreak
2010-10-30 Denys Vlasenkosleep: include Linus' email in the comment
2010-10-29 Denys Vlasenkosleep: document testing result on 2.4.x kernels
2010-10-29 Denys Vlasenkosleep: add comment with test program for SIG_IGNed...
2010-10-27 Bernhard Reutner... Fix msync() redefinition for noMMU build
2010-10-27 Alexander Gordeevmips: fix errno setting after syscall
2010-10-22 Denys Vlasenko*: inline constant __sig{add,del}set and __sigismember
2010-10-22 Denys Vlasenkoremove superfluous libc_hidden_proto(memcpy) and #include
2010-10-22 Denys Vlasenkosleep: tiny code shrink
2010-10-22 Denys Vlasenkosleep: employ __USE_EXTERN_INLINES (with necessary...
2010-10-22 Denys Vlasenkosleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two...
2010-10-22 Timo Teräslibm/x86: use call instead of jump for wrappers
2010-10-22 Denys Vlasenkosleep: remove commented-out code. no code changes
2010-10-21 Denys Vlasenkosleep: code shrink
2010-10-19 Denys Vlasenkovfprintf.c: reduce a chunk of #ifdef forest and remove...
2010-10-19 Denys Vlasenko_vfprintf.c: de-obfuscate badly twisted fragment. no...
2010-10-19 Denys Vlasenkovfprintf.c: remove endif comments which clog up the...
2010-10-19 Denys Vlasenkovfprintf.c: de-obfuscate if(with nested assignments...
2010-10-14 Natanael Copagetproto: increase line buffer size, simlify and fix...
2010-10-14 Natanael Copagetnet: simplify alias handling and reduce MAXALIASES
2010-10-14 Natanael Copagetservice: fix handling of long lines
2010-10-14 Natanael Copaparse_config: discard rest of incomplete line
2010-10-14 Natanael Copaconfig parser: always initialize line pointer
2010-10-14 Natanael Copagetservice: getservent_r must return ERANGE when buffer...
2010-10-14 Natanael Copaconfig parser: do not assume that realloc return same...
2010-10-11 Filippo Arcidiaconoldso: Extend prelink support for all other achitectures
2010-10-01 Austin Foxleysparc: pipe.S
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-24 Salvatore Croldso_sh: add support for protected symbols to SH
2010-09-22 Carmelo Amorosolibc: Sort HEADERS_RM alphabetically
2010-09-20 Carmelo Amorosonptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC...
2010-09-17 Filippo Arcidiaconoldso: Fix loadaddr and mappaddr when prelink support...
2010-09-17 Filippo Arcidiaconoldso: Add runtime prelink support
2010-09-17 Filippo Arcidiaconoldso: Do not add the ld.so at the end of the loaded...
2010-09-17 Filippo Arcidiaconoldso: Add support for LD_WARN and LD_TRACE_PRELINKING
2010-09-17 Filippo Arcidiaconoldso: Rework global scope handling and symbol lookup...
2010-09-17 Filippo Arcidiaconoldso: Add implementation of ld.so standalone execution
2010-09-17 Carmelo Amorosolibc: Handle cancellation in non multiplexed socket...
2010-09-16 Carmelo Amorosonptl: Remove nptl/sysdeps/generic directory from includ...
2010-09-16 Carmelo Amorosonptl_sh: Fix compiler warning due to shadowed variable
2010-09-16 Carmelo Amorosolibc: Add canonicalize_file_name function
2010-09-16 Carmelo Amorosotest: Update gitignore to take into account new tests...
2010-09-15 Filippo Arcidiaconoldso: Do not adjust dynamic section entries unnecessarily
2010-09-15 Salvatore Crotests: Added new nptl tests
2010-09-15 Salvatore Crosh: update the memcpy adding a new loop with aggressive...
2010-09-15 Salvatore Crosh: move data without fetching cache block within the...
2010-09-15 Salvatore Crolibc: Fix cancellation handling in some C functions
2010-09-15 Salvatore Crolibubacktrace: Provide uClibc with backtrace functions
2010-09-14 Salvatore Cromisc: utmpx based logging support
2010-09-09 Natanael Copanptl: fix static linking
2010-09-09 Salvatore Crotests: nptl tests dependencies cleanup
2010-09-07 Will Newtonldso: Fix compilation for x86_64 without TLS support.
2010-09-05 Abdoulaye Walsimou... misc: Fix build error about missing PAGE_SIZE
next