OSDN Git Service

Remove vfork.c from Makefile as well
[uclinux-h8/uClibc.git] / libc /
2006-02-13 Peter S. MazingerRemove vfork.c from Makefile as well
2006-02-13 Peter S. MazingerRemove it, it's the same as the generic one in ../common
2006-02-13 Peter S. MazingerRemove unused file
2006-02-13 Peter S. MazingerRemove unused files
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-13 Peter S. MazingerDon't compile arc4random if option not set
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-13 Peter S. MazingerRemove unused file
2006-02-13 Peter S. MazingerRename some files, that will conflict w/ IMA
2006-02-13 Peter S. MazingerRemove unused files
2006-02-12 Mike Frysingergrab pselect from glibc
2006-02-11 Mike Frysingerrholzmann writes in Bug 716:
2006-02-11 Mike FrysingerJoseph S. Myers writes:
2006-02-11 Mike Frysingeradd back in code cut by previous commit to fix the...
2006-02-11 Mike Frysingerget rid of pass through func
2006-02-11 Mike Frysingerfix my always_inline typo to fix building on most arches
2006-02-10 Mike Frysingeronly check for rlimit stuff if the target doesnt suppor...
2006-02-10 Mike Frysingeradd support for newer [sg]etgroups function and make...
2006-02-10 Mike Frysingersync with glibc, should fix the swap* segfaults in ltp
2006-02-10 Mike Frysingerdont bother with a pass through call
2006-02-10 Mike Frysingeradd support for newer style kernel calls since some...
2006-02-10 Mike Frysingersync with glibc and kill dead code to fix issues found...
2006-02-10 Mike Frysingereat whitespace
2006-02-09 Mike Frysingerfix errno setting
2006-02-09 Mike Frysingerfix prototype for 64bit hosts
2006-02-09 Mike Frysingeruse the newer versions of functions when available...
2006-02-09 Mike Frysingerjust drop all of the debug code
2006-02-08 Mike FrysingerBernhard Fischer says: get rid of local ret variable
2006-02-08 Mike Frysingerjanlana writes in Bug 700: use standard uint* types...
2006-02-08 Mike Frysingersync with glibc
2006-02-07 Mike Frysingerinclude stdint.h and check __intptr_t_defined to see...
2006-02-07 Mike Frysingerremove outdated file
2006-02-07 Mike Frysingergrab syscall() from glibc
2006-02-06 Mike Frysingerkill _dummy symbol
2006-02-04 Mike Frysingerrfelker reports in Bug 683 that we leak file descriptor...
2006-02-04 Mike Frysingerfix building
2006-02-04 Mike Frysingeradd note about racecondition
2006-02-04 Mike Frysingeruse O_DIRECTORY when possible, saves us from having...
2006-02-04 Mike Frysingeradd some copyright/license info
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 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. 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. 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. 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. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-02-01 Peter S. Mazingerremove hidden versions of bzero, unused in libc.so
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-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 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 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 "Jan-Benedict Glaw"Assebler sources ment to be preprocessed shouldn't...
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. 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 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...
next