OSDN Git Service

The attached patches fixes the problems found bringing up uclibc on coldfire
[uclinux-h8/uClibc.git] / libc /
2009-04-07 Mike Frysingerimplement daemon() using clone() on no-mmu systems...
2009-03-27 Rob Landley32/64 bit sparc got unified in 2.6.29 the way x86/x86_6...
2009-03-25 Bernhard Reutner... - Add strtouq alias (to strtoul) for 64bit
2009-03-16 Mike Frysingerenable mprotect() regardless of MMU as some systems...
2009-03-16 Mike Frysingerimport user.h from the kernel as it is no longer export...
2009-03-16 Khem RajUpdate copyright header.
2009-03-13 Mike Frysingeradd GNU extension for select timeouts where the sub...
2009-03-10 Denis Vlasenkoresolver:
2009-03-05 Khem RajDefine creat in an independent file
2009-03-03 Denis Vlasenkomknod: widen the parameters to match kernel
2009-03-02 Denis VlasenkoAdd EPOLLRDHUP constant
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
2009-02-23 Carmelo AmorosoUse gcc built-in defines for detecting SH cores instead of
2009-02-20 Carmelo AmorosoFix my previous commit to use preprocessor in the right...
2009-02-20 Carmelo AmorosoFix typo.
2009-02-20 Carmelo Amorososh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architecture
2009-02-18 Denis Vlasenkomathcalls.h: remove tons of redundant semicolons; bette...
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-15 Denis Vlasenkosuppress bogus ioctl on fd==INT_MAX when vasprintf...
2009-02-13 Bernhard Reutner... - repair my r25322 that ment to deal with getdomainname...
2009-02-13 Bernhard Reutner... - fix comment style to make it compile again
2009-02-13 Bernhard Reutner... - we may need getdomainname internally
2009-02-13 Bernhard Reutner... - fix link failures coming from recently added, misplac...
2009-02-13 Bernhard Reutner... - fix fallout from r24140 and r24160 for !CTYPE_TABLES
2009-02-13 Bernhard Reutner... - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by mergin...
2009-02-13 Bernhard Reutner... - workaround oddity with position of function attributes
2009-02-11 Denis Vlasenkodocs/probe_math_exception.c:
2009-02-08 Denis Vlasenkoforgot to add libc/string/generic/strverscmp.c
2009-02-08 Denis VlasenkoAdd strverscmp() and versionsort[64]().
2009-02-02 Denis Vlasenkolibm/ldouble_wrappers.c: add libm_hidden_def's to fix...
2009-01-28 Denis Vlasenkofix ppoll. we forgot to pass 5th parameter to the syscall
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2009-01-22 Bernhard Reutner... - make sure __user is defined when including kernel...
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2009-01-18 Denis Vlasenko__global_locale must be visible to users, move it outsi...
2009-01-12 Bernhard Reutner... - fixup incomplete r24515 (fix redefinitions of posix_t...
2009-01-10 Denis Vlasenkolibc/signal/sigaction.c: s/!=/==/
2009-01-03 Denis VlasenkoGet rid of the following annoying warnings on ppc:
2008-12-29 Denis Vlasenkolibc/stdlib/_strtod.c: add parens around a | b
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Bernhard Reutner... - ethers only make sense if we want to play with ethern...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoconvert yet another old-style function definition
2008-12-26 Denis Vlasenkonew regex: stop confusing ourself with _LIBC being...
2008-12-26 Denis Vlasenkoregex: remove useless casts on allocations;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix the rest of testsuite...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix test failure. Next one...
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
2008-12-23 Khem RajThese defines needs to be considered after recent linux...
2008-12-22 Bernhard Reutner... - mark capset() as linux specific
2008-12-22 Bernhard Reutner... - capget() is linux specific; Sync helptext with curren...
2008-12-22 Bernhard Reutner... - remove leftover from r13277
2008-12-22 Denis VlasenkoUCLIBC_CTYPE_HEADER define is removed, as it always
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-22 Denis Vlasenkoremove stray comment (the identical one is just a few...
2008-12-22 Denis VlasenkoRemove unused macros
2008-12-22 Denis Vlasenkodocs/defines.txt: document _extern_inline
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-21 Denis Vlasenkomore of pointer signedness warnings removed
2008-12-21 Denis Vlasenkoheed multiple warnings of the type
2008-12-20 Denis Vlasenkolibc/stdio/_scanf.c: heed lots of warnings about signed...
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: heed a pile of warnings
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: remove one unneeded static...
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-12-20 Denis Vlasenkolibc/string/i386/rawmemchr.c: i386 version, adapted...
2008-12-20 Denis Vlasenkostring/i386/strncpy.c: fixlet for testing code
2008-12-20 Denis Vlasenkostring/i386/strncpy: faster i386 version (same code...
2008-12-19 Denis Vlasenkostrchr: a bit faster version for i386 (same code size)
2008-12-19 Denis Vlasenkomemmove: smaller one for i386, with added testing,...
2008-12-19 Denis Vlasenkostrncat: shorter version for i386, add small embedded...
2008-12-19 Denis Vlasenkostring/i386: smaller, and hopefully easier to read...
2008-12-17 Denis Vlasenkofix for build failures resulting from "string ops for...
2008-12-17 Bernhard Reutner... - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann...
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-17 Denis Vlasenkomemchr: smaller i386 version
2008-12-17 Denis Vlasenkoresolv: fix testcase failure
2008-12-16 Bernhard Reutner... - emulate unavailable syscall getpgrp on e.g. ia64...
2008-12-15 Denis VlasenkoRemove __libc_posix_fadvise[64] alias. It existed on...
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-12 Denis Vlasenkoi386/brk.c: gcc can't figure out how to use %ebx in...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-12 Denis Vlasenkosmaller brk() for i386. Inspected assembly to see it...
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Mike Frysingercreate arch-generic brk() based on blackfin one
2008-12-11 Mike Frysingeradd inlines for Blackfin atomic functions
2008-12-11 Mike FrysingerBlackfin: add L2_SRAM flag for alloc func
2008-12-11 Mike FrysingerBlackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
2008-12-11 Mike Frysingeradd ENDPROC() macro for Blackfin assembly
2008-12-11 Mike Frysingeruse newer spiffy asm constraints to get better code...
next