OSDN Git Service

uclinux-h8/uClibc.git
2009-12-23 Chris MetcalfMake _dl_dprintf buf non-static to avoid multithreading...
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-16 Carmelo Amorosolibc: Remove pointless header string.h
2009-12-16 Carmelo Amorosolibc: Add missing header for memset
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
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-09 Filippo Arcidiaconotest_dlopen: Remove extra -lpthread from LD_FLAGS for...
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-11-30 Austin Foxleytest/.gitignore: Ignore a few more test binaries
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-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 FoxleyRevert "libc: add hidden calls to pthread cleanup funcs"
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?
2009-11-19 Peter S. MazingerFORCE_SHAREABLE_TEXT_SEGMENTS requires DOPIC
2009-11-19 Peter S. Mazingerremove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS
2009-11-19 Peter S. Mazingerremove some unneeded headers on install
2009-11-19 Peter S. Mazingerno need for bits/syscalls.h on target
2009-11-19 Bernhard Reutner... Add missing order-only prereq for unifdef
2009-11-19 Peter S. Mazingerrm uClibc_arch_features.h on install
2009-11-19 Bernhard Reutner... disable libutil related prototypes if asked to
2009-11-19 Bernhard Reutner... fix misplaced HAS_LIBUTIL knob
2009-11-19 Bernhard Reutner... DO_XSI_MATH: add config knob
2009-11-19 Bernhard Reutner... UCLIBC_HAS_RESOLV_STUB: Rename config symbol
2009-11-19 Bernhard Reutner... libutil: provide knob to disable it
2009-11-19 Bernhard Reutner... libnsl: add knob to disable it
2009-11-19 Bernhard Reutner... fixup working in helptexts
2009-11-19 Bernhard Reutner... test: sync up with toplevel buildsys
2009-11-19 Bernhard Reutner... .gitignore more testfiles
2009-11-19 Bernhard Reutner... MAXFLOAT: obsolescent in SUSv4
2009-11-19 Bernhard Reutner... _Exit(): add weak alias to _exit() for C99
2009-11-17 Bernhard Reutner... correct documentation
2009-11-17 Bernhard Reutner... .gitignore: remove unneeded pattern
2009-11-15 Bernhard Reutner... libm: use int_WRAPPER_C99 macro
2009-11-15 Bernhard Reutner... ldso: Add missing newlines to some debug messages
2009-11-14 Bernhard Reutner... Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH...
2009-11-14 Bernhard Reutner... libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
2009-11-14 Bernhard Reutner... realpath: SUSv4 compliant
2009-11-13 Bernhard Reutner... silence warning about undefined CPP token
2009-11-09 Austin FoxleyRules.mak fix typo (qstrup -> qstrip)
2009-10-28 Bernhard Reutner... Simplify kconfig wording of thread support
2009-10-28 Bernhard Reutner... remove wrong default for choice
2009-10-28 Bernhard Reutner... support selecting which locales to build
2009-10-23 Bernhard Reutner... remember some TODOs for 0.9.31
2009-10-22 Mike Frysingerdisable _POSIX_SPAWN define
2009-10-22 Mike Frysingerbuild with -fmerge-all-constants
2009-10-22 Mike Frysingertest/plt: add a script to find PLT usage
2009-10-22 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-10-22 Mike Frysingerregex: call memcpy() ourselves
2009-10-22 Mike Frysingersysctl: avoid inline initialization
2009-10-22 Mike Frysingerinet_ntop4: avoid inline initialization
2009-10-22 Mike Frysingersparc: use fputs to write to stderr
next