OSDN Git Service

uclinux-h8/uClibc.git
2006-02-04 Mike Frysingeruse just __getdents64 rather than either __getdents...
2006-02-04 Mike Frysingerwe get d_type from the kernel so use it
2006-02-04 Mike Frysingermake build output a little less noisy
2006-02-04 Mike Frysingermake build output a little less noisy
2006-02-04 Mike Frysingerfix warning when building on non-mmu hosts
2006-02-04 Mike Frysingerglibc sync
2006-02-04 Mike Frysingertouchup test to have some more helpful output
2006-02-04 Mike Frysingerimport files from glibc for an ia64/static port
2006-02-04 Peter S. MazingerDont link and remove link.h
2006-02-04 Mike Frysingerintegrate frv link.h
2006-02-03 Mike Frysingerunify duplicated code cause i get tired of updating...
2006-02-03 Peter S. MazingerWeaken libc's hidden fork versions, ltp test failed
2006-02-03 Peter S. Mazingerattribute_hidden is enough in the prototype, sync getop...
2006-02-03 Peter S. Mazingerdisable hidden_proto/def for __BCC__ generally
2006-02-03 Peter S. Mazingeradd -DNOT_IN_libc
2006-02-03 Peter S. Mazingerhide __td_agent_list
2006-02-03 Peter S. MazingerUse write instead of __libc_write for debug, hide __td_...
2006-02-03 Peter S. MazingerHide internal wrapper
2006-02-03 Peter S. Mazingererr() is not used internally
2006-02-03 Peter S. Mazingergetopt_long[_only] visible only if GNU getopt used
2006-02-03 Peter S. MazingerUse internal versions of strchr and stderr for non-BCC
2006-02-02 Peter S. Mazingereven the hidden version of the weaks in libc (as strong...
2006-02-02 Peter S. Mazingerprototype was wrong, change not tested
2006-02-02 Peter S. Mazingerfix typo s/__initbrk/__init_brk/
2006-02-01 Peter S. Mazingermissed another global data marking
2006-02-01 Peter S. MazingerMake it build w/ HAVE_SHARED disabled and SSP enabled
2006-02-01 Peter S. MazingerUse -DSTATIC and remove stub_warning, not accepted
2006-02-01 Peter S. Mazingereverything uses now CFLAGS, no need to add anything...
2006-02-01 Peter S. Mazingermissed two __curbrk
2006-02-01 Peter S. MazingerI will risk this one: __curbrk
2006-02-01 Peter S. MazingerGo __malloc_lock, go ...
2006-02-01 Peter S. Mazingerweaks for __pthread_internal_tsd* are added if not...
2006-02-01 Peter S. Mazingergcc41 does not like this at all
2006-02-01 Peter S. Mazingerchange asm/volatile to __x__
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-02-01 Peter S. Mazingertypo
2006-02-01 Peter S. Mazingerremove hidden versions of bzero, unused in libc.so
2006-02-01 Peter S. Mazingersame in old
2006-02-01 Peter S. Mazinger__pthread_exit is noreturn only within libpthread
2006-02-01 Peter S. Mazingercorrect __uselocale
2006-02-01 Mike Frysingeradd syscall6
2006-02-01 Mike Frysingeradd prototype to get rid of warning
2006-02-01 Mike Frysingercast buf to get rid of warning
2006-02-01 Mike Frysingerdisable lazy code for now
2006-01-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Peter S. Mazingeradd comment to know why it's weak
2006-01-31 Peter S. Mazingerchange strong to weak_alias, arm fails, thx Khem Raj
2006-01-31 Peter S. Mazingerpt-allocrtsig.c is irrelevant for now, remove related...
2006-01-31 Peter S. MazingerNew linuxthreads builds on x86, vapier: pt-allocrtsig...
2006-01-31 Peter S. Mazingers/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes...
2006-01-31 Peter S. Mazingerinclude math.h to get the prototype
2006-01-31 Mike Frysingerinitial import of latest linuxthreads
2006-01-31 Mike Frysingermake the extra warnings optional
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Peter S. Mazingerdon't include wchar.h if WCHAR is disabled
2006-01-31 Mike FrysingerKhem Raj says:
2006-01-31 Mike Frysingerrename local var brk to _brk
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-30 Peter S. Mazingerstrlen is -cheaper- then strnlen
2006-01-30 Peter S. MazingerAdd IMA compiling
2006-01-30 "Jan-Benedict... Assebler sources ment to be preprocessed shouldn't...
2006-01-30 Peter S. MazingerUndo -std=c99 and related -D__ASSEMBLER__
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-30 Peter S. Mazingersome more prototypes
2006-01-30 Peter S. Mazingermake regex a little bit smaller
2006-01-30 Peter S. Mazingeranother attempt to fix sendfile64
2006-01-30 Peter S. MazingerSync w/ glibc
2006-01-30 Peter S. MazingerEnable -std=c99 if supported, this will define __STDC_V...
2006-01-30 Peter S. Mazingermake it build if WCHAR is disabled
2006-01-30 Peter S. MazingerToo many sparc versions ;-(, another hidden bcopy removed
2006-01-30 Peter S. MazingerRemove arch specific hidden bcopy
2006-01-30 Peter S. MazingerChange the only bcopy user to memmove and remove intern...
2006-01-30 Peter S. MazingerWhy this?
2006-01-30 Peter S. MazingerUsing hidden_proto solves this internally, my proposal...
2006-01-30 Peter S. MazingerUse memset instead of bzero
2006-01-30 Peter S. Mazingerhidden moved to prototype
2006-01-29 Mike FrysingerPatch by Joseph S. Myers to add support for ARM EABI
2006-01-29 Mike Frysingeruse typeof to create the prototype
2006-01-29 Peter S. MazingerAdd back the current glibc copyright notice, although...
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-29 Mike Frysingermake sure clone/__clone are created properly
2006-01-29 Mike Frysingerdisable usage of .set
2006-01-29 Mike Frysingerrename _sys_result var to get rid of shadow warnings
2006-01-29 Mike Frysingercreate local prototype
2006-01-29 Mike Frysingermove linux-specific header to linux subdir
2006-01-29 Mike Frysingerrename resultvar to get rid of shadow warnings
2006-01-29 Mike Frysingerdeclare local prototype since we cant use system malloc.h
2006-01-29 Mike Frysingersync with glibc and rename local socket var to _socket
2006-01-29 Mike Frysingersync func def with glibc and dont include sys/socket...
2006-01-29 Mike Frysingersync comment with glibc and dont include sys/socket...
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingersync with glibc and rename socket vars to _socket
2006-01-29 Mike Frysingercreate local prototype for __libc_sigaction
2006-01-29 Mike Frysingerremove unneeded duplicate sid definition
2006-01-29 Mike Frysingersync with glibc
next