OSDN Git Service

uclinux-h8/uclibc-ng.git
2010-04-29 Denys Vlasenkooptional /etc/localtime support
2010-04-28 Austin Foxleyinclude dlfcn.h in ldso.h to get RTLD_NODELETE definition
2010-04-28 Austin Foxleyfix a few build errors for the no threads case
2010-04-28 Tony WuFix typo (OPTIMIZATIONS -> OPTIMIZATION)
2010-04-27 Gabor JuhosMIPS: restore INLINE_SYSCALL macro
2010-04-27 Andreas Schultznptl: mips needs updated clone() implementation
2010-04-27 Roman I Khimovlibc/x86_64: use ELF-compatible definitions for assembler
2010-04-27 Roman I Khimovlibc/regex: fix internal_function declarations
2010-04-27 Roman I Khimovlibpthread/x86_64: fix clean
2010-04-26 Austin Foxleyenable building __fcntl_nocancel, as it used unconditio...
2010-04-26 Roman I KhimovMakefile.in: install sgtty.h
2010-04-25 Carmelo Amorosonptl: Harmonize objects and headers makefile clean...
2010-04-25 Carmelo Amorosobuild: Fix infinite loop when no threading support...
2010-04-25 Roman I Khimovlibpthread/nptl_db: define NOT_IN_libc
2010-04-25 Carmelo Amorosonptl_db: Remove compiler warning due to old-style funct...
2010-04-25 Carmelo Amorosonptl: Remove compiler warning due to old-style function...
2010-04-25 Carmelo Amorosolibc: Remove compiler warning due to old-style function...
2010-04-23 Austin Foxleychange ABI_VERSION back to just include the major number
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-23 Natanael Copautils: fix install prefix for getconf
2010-04-22 Timo Teräsnptl: fix dynamic initialization of libpthread
2010-04-22 Timo Teräsnptl: fix libc internal, dynamically enabled locking
2010-04-22 Timo Teräsldso: support RTLD_NODELETE and DF_1_NODELETE
2010-04-22 Timo Teräsnptl: fix warnings of shadowing __self
2010-04-22 Timo Teräsnptl: fix malloc library locking
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-20 Timo Teräsnptl: remove unneeded libc-lock.h include
2010-04-16 Timo Terasnptl: mark forwarded functions protected
2010-04-16 Timo Teraslibc: remove libc weak __pthreads_* wrappers
2010-04-16 Timo Teraslibc-symbols: add attribute_protected
2010-04-16 Joakim Tjernlundldso/i386: support protected symbols
2010-04-16 Timo TerasRevert "nptl: mark symbols with libc forwarder hidden"
2010-04-15 Timo Teräsnptl: fix libc sigtimedwait
2010-04-15 Timo Teräsnptl: fix libc sigaction signal checking
2010-04-15 Bernhard Reutner... PTR_DEMANGLE: add documentation
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Timo Teräsnptl: turn pointer demangling off
2010-04-14 Timo Teräslinuxthreads.new: initialize stdio locking
2010-04-14 Timo Teräsnptl: initialize stdio locking
2010-04-14 Timo Teräsnptl: mark symbols with libc forwarder hidden
2010-04-14 Bernhard Reutner... *.o[sS]: depend on pregen
2010-04-14 Carmelo AMOROSOldso: Add config option for controlling LD_PRELOAD
2010-04-13 Bernhard Reutner... test: add API test
2010-04-12 Bernhard Reutner... provide prototype for internal helper
2010-04-12 Bernhard Reutner... temporarily turn on warnings for NPTL
2010-04-12 Bernhard Reutner... silence debug warning
2010-04-12 Bernhard Reutner... whitespace cleanup
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Natanael Copanptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREAD
2010-04-12 Bernhard Reutner... attribute_optimize: fix typo with args
2010-04-12 Bernhard Reutner... pthread_mutex_timedlock: always build with optimizations
2010-04-12 Timo Teräsnptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD...
2010-04-12 Bernhard Reutner... use user-provided host binaries
2010-04-12 Bernhard Reutner... prettify make clean
2010-04-12 Bernhard Reutner... *.i depend on generated headers
2010-04-12 Bernhard Reutner... silence warning about undefined preprocessor token
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-11 Carmelo Amorosoldso_sh: Provide only one definition for elf_machine_ty...
2010-04-09 Denys Vlasenkoresolv: tentatively fix usage of uninitialized DNS...
2010-04-09 Natanael CopaFixes NPTL build on x86.
2010-04-08 Bernhard Reutner... .gitignore getconf binaries
2010-04-08 Bernhard Reutner... confstr: properly stringify version parts
2010-04-07 Bernhard Reutner... pthread_{attr_,}{s,g}etaffinity: cleanup symbol names
2010-04-06 Austin Foxleyutils .gitignore update to include getconf
2010-04-06 Austin Foxleycorrectly quote version in confstr
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-06 Bernhard Reutner... getconf: print arbitrary GNU_LIBPTHREAD_VERSION string
2010-04-06 Bernhard Reutner... getconf: move to utils/
2010-04-06 Gabor JuhosFix use-after-free bug in __dns_lookup
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: more compact, but stack-hungry...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain _BITS_SYSCALLS_ASM
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: generate better code using more...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain how it works. no code...
2010-04-05 Denys Vlasenkolibutil/login: was totally broken. fixed
2010-04-05 Denys Vlasenkoutent: do not create extra static functions if !THREADS
2010-04-04 Denys Vlasenkoregex_old: convert static flag variable to smallint
2010-04-04 Denys Vlasenkogetutid is not used internally, removing hidden_proto
2010-04-02 Austin Foxleynptl needs stdio futexes enabled.
2010-04-02 Austin Foxleypoll.c: fix incorrect merge
2010-04-02 Austin FoxleyRevert "remove config knobs that belong to the nptl...
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Bernhard Reutner... bump version to 0.9.32-git
2010-04-02 Bernhard Reutner... Release 0.9.31
2010-03-30 Bernhard Reutner... resolv: DEBUG-print nameserver we talk to
2010-03-30 Bernhard Reutner... utils: hide comment if !V
2010-03-25 Bernhard Reutner... pass CFLAGS-dir to CC-m
2010-03-25 Bernhard Reutner... prettify make clean
2010-03-18 Tobias Klausernios2: Define INTERNAL_SYSCALL_NCS, use common sycall...
2010-03-18 Tobias Klausernios2: Update fcntl.h from m68k
2010-03-17 Michael Deutschmannlift printf field width limit
2010-03-16 Tobias Klausernios2: Add sys/user.h
2010-03-12 Bernhard Reutner... config: tweak text
2010-03-12 Bernhard Reutner... buildsys: touchup 'make dist' a tiny bit
2010-03-12 Bernhard Reutner... bump version
2010-03-12 Bernhard Reutner... bump version to 0.9.31-rc1
2010-03-12 Bernhard Reutner... buildsys: Fix O= PREFIX= case
2010-03-12 Bernhard Reutner... buildsys: fix dir order-only prereq of unifdef
2010-03-12 Bernhard Reutner... add MULTILIB_DIR: Path component for libdirs
2010-03-12 Bernhard Reutner... config: support make defconfig O=/f/o/o
next