OSDN Git Service

uclinux-h8/uClibc.git
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
2009-11-30 Austin Foxleytest/.gitignore: Ignore a few more test binaries
2009-11-30 Austin Foxleytest/.gitignore: Ignore a few more test binaries
2009-11-30 Austin Foxleytest/Rules.mak: disable -z,defs for now
2009-11-30 Austin Foxleytest/nptl: rework tst-tls3 to link with -z,now
2009-11-30 Austin Foxleytest/: compile fixes for nptl and tls tests
2009-11-30 Austin Foxleytest/nptl: don't use c99 features if you don't need to
2009-11-30 Austin Foxleytest: nptl and tls tests need main include dir
2009-11-30 Austin Foxleytest/dlopen: fix build for libtest.so
2009-11-30 Austin Foxleytest/dlopen: Match the function name that libtest actua...
2009-11-30 Austin Foxleytest/pthread: fix build of cancellation-points test
2009-11-30 Austin Foxleytest/stat: fix compiling the memcmp-stat test when...
2009-11-30 Austin Foxleytest/dlopen: fix build for libtest.so
2009-11-30 Austin Foxleytest/dlopen: Match the function name that libtest actua...
2009-11-30 Austin Foxleytest/pthread: fix build of cancellation-points test
2009-11-30 Austin Foxleytest/stat: fix compiling the memcmp-stat test when...
2009-11-30 Austin Foxleygenerate nptl headers without a recursive make call
2009-11-29 Austin Foxleydon't use __i686 in symbol names as it seems gcc can...
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-27 Timo TeräsPIC fixes for hardened
2009-11-27 Natanael Copadefine local stack_chk_guard for nptl
2009-11-27 Natanael Copaldso: initialize stack_chk_guard after TLS is initialized
2009-11-27 Bernhard Reutner... Add update instructions for x86_64 WRT utmp format
2009-11-26 Denys Vlasenkomake x86_64 struct utmp glibc-compatible
2009-11-26 Bernhard Reutner... try to probe if stat.t_mtim.tv_nsec is available
2009-11-26 Bernhard Reutner... correct comment
2009-11-26 Bernhard Reutner... Robustify setting silent mode
2009-11-26 Bernhard Reutner... sync confname, environments with glibc
2009-11-25 Bernhard Reutner... ignore some more testcase binaries
2009-11-25 Bernhard Reutner... call nanosleep directly
2009-11-25 Bernhard Reutner... conditional cancellation-point test of usleep
2009-11-25 Bernhard Reutner... pass more ld flags
2009-11-25 Bernhard Reutner... ether_*() depend on socket or IP support
2009-11-25 Bernhard Reutner... avoid warning about unused variable
2009-11-25 Bernhard Reutner... in6_{pktinfo,mtuinfo}: provide type if IPV6 is on
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-11-24 Mike Frysingerbits/mmap.h: unify ala linux asm-generic efforts
2009-11-23 Bernhard Reutner... futimens: Ducument why we need manual hidden_proto
2009-11-23 Mike Frysingerldso: let people disable the implicit path search
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-23 Austin FoxleyRevert "libc: add hidden calls to pthread cleanup funcs"
2009-11-22 Austin Foxleysh: Add new optimisation to the SH4 memcpy
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Bernhard Reutner... make tls and nptl test build
2009-11-22 Bernhard Reutner... Look at HAVE_SHARED
2009-11-22 Bernhard Reutner... remove wait callbacks for non-cancelation funcs
2009-11-22 Bernhard Reutner... include string.h for memset()
2009-11-22 Bernhard Reutner... Makefile: fix indentation
2009-11-22 Mike Frysingerinstall_headers.sh: make more user friendly
2009-11-22 Mike Frysingerremove incorrect text from abspath option
2009-11-22 Mike Frysingerinstall shared libs with +x perms
2009-11-20 Bernhard Reutner... realclean: wipe kconfig objects
2009-11-20 Bernhard Reutner... silence rule overriding
2009-11-20 Bernhard Reutner... futimens: add function
2009-11-20 Bernhard Reutner... make test-skeleton C89 compliant
2009-11-20 Bernhard Reutner... remove superfluous extra semicolons
2009-11-20 Bernhard Reutner... ppoll: get NULL from stddef.h
2009-11-20 Bernhard Reutner... __assert: include unistd.h for smallint
2009-11-19 Peter S. Mazingerfeatures.h: reorganize
2009-11-19 Peter S. Mazingerlimits.h: update
2009-11-19 Peter S. Mazingerhelp broken apps to detect __GLIBC__ headers
2009-11-19 Peter S. Mazingerupdate headers and disable prototypes
2009-11-19 Peter S. Mazingerprotocols.h: remove
2009-11-19 Peter S. Mazingersync some headers and disable unused prototypes
2009-11-19 Peter S. Mazingermsgrcv is of type ssize_t
2009-11-19 Peter S. Mazingeruse __BYTE_ORDER and __*ENDIAN
2009-11-19 Bernhard Reutner... SUSv4: disable isascii, toascii, _toupper, _tolower
2009-11-19 Peter S. Mazingermove __linux__ to libc-internal.h
2009-11-19 Peter S. Mazingerassert: make linenumber unsigned
2009-11-19 Peter S. Mazingernameser.h: sync with glibc
2009-11-19 Peter S. Mazingerinet.h: mark inet_ntoa_r as uClibc specific
2009-11-19 Peter S. Mazingermove extend_alloca macro to alloca.h
2009-11-19 Peter S. Mazingera.out.h: why was this needed?
next