OSDN Git Service

uclinux-h8/uClibc.git
2010-02-01 Khem RajFix accidently dropped hunk during last merge from
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-02-01 Khem RajAdd -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some source...
2010-02-01 Khem Rajerrno: hide __libc_resp, __libc_errno, and __libc_h_errno
2010-01-26 Bernhard Reutner... document UCLIBC_EXTRA_CFLAGS
2010-01-26 Bernhard Reutner... convert to foo-y kbuild style
2010-01-25 Khem RajMakefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1...
2010-01-25 Khem Rajmips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUE
2010-01-25 Khem Rajmips/ldso: Check for TLS relocation in elf_machine_type...
2010-01-25 Khem Rajmips/ldso: Check for TLS relocation in elf_machine_type...
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2010-01-24 Henning HeinoldMakefile.in: Make install_dev depend on install_runtime.
2010-01-24 Denys Vlasenkowchar.c: fix indentation
2010-01-23 Bernhard Reutner... gethostid: switch to getaddrinfo and shrink
2010-01-23 Bernhard Reutner... getprotoent_r: use correct define for return value
2010-01-23 Bernhard Reutner... fix typo in previous commit
2010-01-23 Bernhard Reutner... silence some warnings about unused params
2010-01-23 Bernhard Reutner... ftw.h installation: fix inverted logic
2010-01-23 Bernhard Reutner... libc/inet: mark other odd /etc/conf/ spot
2010-01-23 Bernhard Reutner... libc/inet: set path to resolver file via CPP
2010-01-23 Bernhard Reutner... libc/inet: convert to foo-y kbuild style
2010-01-23 Austin Foxleynptl: timer_routines.c (timer_helper_thread):
2010-01-23 Austin Foxleytest: fix static build of nptl and tls tests
2010-01-23 Austin Foxleynptl: need to build generic timer_* functions for x86_6...
2010-01-23 Austin Foxleynptl: fix a few more old style prototypes
2010-01-22 Bernhard Reutner... silence warning about implicit decl of sysctl
2010-01-21 Bernhard Reutner... wordexp: silence shadow warning
2010-01-21 Bernhard Reutner... fix typo in version mismatch msg
2010-01-21 Bernhard Reutner... ldso: tweak shadow warning with preload file support
2010-01-21 Bernhard Reutner... rename exp(onent) to _exp
2010-01-21 Bernhard Reutner... ether_line: fix build for socket && !ip
2010-01-21 Bernhard Reutner... test commit
2010-01-21 Bernhard Reutner... futimens: add missing local prototype
2010-01-21 Bernhard Reutner... rename exp(onent) to ex
2010-01-21 Bernhard Reutner... randconfig.sh: set number of make jobs
2010-01-21 Yoshinori Satoinclude unistd.h for smallint
2010-01-21 Khem Rajmips/nptl: Pass correct parameters to dl_find_hash...
2010-01-21 Denys Vlasenkoctime: do not use static struct tm buffer
2010-01-21 Austin Foxleytest/math: put scalbf test under susv3 legacy define
2010-01-21 Hans-Christian... avr32: add varargs handling of prctl syscall
2010-01-21 Hans-Christian... avr32: add varargs handling of prctl syscall
2010-01-21 Bernhard Reutner... wordexp: silence shadow warning
2010-01-21 Bernhard Reutner... fix typo in version mismatch msg
2010-01-21 Bernhard Reutner... ldso: tweak shadow warning with preload file support
2010-01-21 Bernhard Reutner... rename exp(onent) to _exp
2010-01-21 Bernhard Reutner... ether_line: fix build for socket && !ip
2010-01-20 Bernhard Reutner... test commit
2010-01-16 Bernhard Reutner... futimens: add missing local prototype
2010-01-16 Bernhard Reutner... rename exp(onent) to ex
2010-01-16 Bernhard Reutner... randconfig.sh: set number of make jobs
2010-01-16 Yoshinori Satoinclude unistd.h for smallint
2010-01-14 Khem Rajmips/nptl: Pass correct parameters to dl_find_hash...
2010-01-09 Denys Vlasenkoctime: do not use static struct tm buffer
2009-12-27 Austin Foxleytest/math: put scalbf test under susv3 legacy define
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-23 Chris MetcalfMake _dl_dprintf buf non-static to avoid multithreading...
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-19 Freeman Wangmalloc: fix race condition and other bugs in the no...
2009-12-19 Austin Foxleyx86_64: fix multiple definition of chk functions
2009-12-17 Hans-Christian... check if USE_TLS is defined before use
2009-12-17 Hans-Christian... check if USE_TLS is defined before use
2009-12-16 Austin Foxleyx86_64: fix up the rest of the includes and aliases...
2009-12-16 Carmelo Amorosolibc: Remove pointless header string.h
2009-12-16 Carmelo Amorosolibc: Add missing header for memset
2009-12-16 Austin Foxleyx86_64: add missing includes to sem_*.S
2009-12-16 Carmelo Amorosolibc: Add missing header for memset
2009-12-16 Austin Foxleyfix multiple definitions of pthread_once for x86_64
2009-12-16 Austin Foxleyfix compiling test cases in static mode
2009-12-16 Austin Foxleyx86_64: no waitpid syscall exists, so use wait4
2009-12-16 Carmelo Amorosobuild: Do not define -DPIC longer through build system
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-15 Natanael Copafix typo that sneaked in with 9a7506
2009-12-14 Giuseppe Cavallarosh: fix endianess and optimise the SH4 memcpy
2009-12-13 Denys Vlasenkosyslog: use send(MSG_NOSIGNAL) instead of write, thus...
2009-12-13 Denys Vlasenkosyslog: fix openlog(xx, LOG_KERN) and optimize a bit
2009-12-11 Khem RajInclude bits/libc-lock.h to get __libc_once_define
2009-12-11 Austin FoxleyGo back to using nptl_arch_headers
2009-12-11 Austin FoxleyRevert "nptl: make build depend directly on nptl headers"
2009-12-11 Khem RajInclude bits/libc-lock.h to get __libc_once_define
2009-12-11 Austin Foxleyget x86_64 nptl building
2009-12-11 Austin Foxleynptl: fix even more old style declarations
2009-12-10 Austin Foxleynptl: fix a few more old style declerations
2009-12-10 Austin Foxleynptl: fix old style function declerations
2009-12-09 Austin Foxleynptl: make build depend directly on nptl headers
2009-12-09 Bernhard Reutner... warn about old-style crap in extra-annoyance-mode
2009-12-09 Filippo Arcidiaconotest_dlopen: Remove extra -lpthread from LD_FLAGS for...
2009-12-09 Filippo Arcidiaconotest_dlopen: Remove extra -lpthread from LD_FLAGS for...
2009-12-04 Austin Foxleyi386 nptl: add missing weak_alias for pthread_cond_signal
2009-12-03 Carmelo Amorosoldso_tls: Refetch dtv from memory if THREAD_DTV has...
2009-12-03 Carmelo Amorosotest_tls: Add two new tests for tls tst-tls{16,17}...
2009-12-03 Carmelo Amorosotest_tls: Rename tst-tls16 to tst-tls-at-ctor
2009-12-03 Carmelo Amorosobuild: Move test build flags in Makefile.in
2009-12-03 Carmelo Amorososh: Add a prototype for the gcc __set_fpscr internal...
2009-12-03 Carmelo Amorososh: Add a prototype for the gcc __set_fpscr internal...
2009-12-01 Austin FoxleyuClibc_ctype.h: fix inverted check for susv4 macro
2009-12-01 Austin FoxleyuClibc_ctype.h: fix inverted check for susv4 macro
2009-11-30 Austin Foxleygetaddrinfo.c: include tls.h before resolv.h
2009-11-30 Austin Foxleytest/.gitignore: ignore a missed nptl test binary
next