OSDN Git Service

grab syscall() from glibc
[uclinux-h8/uClibc.git] / libc /
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...
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
2006-01-29 Mike Frysingerrename local tty variable to not shadow tty func
2006-01-29 Mike Frysingerno point in redeclaring oldcount locally
2006-01-29 Mike Frysingerno point in declaring save_err locally
2006-01-29 Mike Frysingercreate local prototypes to shutup warnings
2006-01-29 Mike Frysingercreate a local prototype to shutup warnings
2006-01-29 Mike Frysingerjust use the common ptrace version
2006-01-29 Mike Frysingerundefine stupid defines from the kernel
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variables
2006-01-29 Mike Frysingersync iruserfopen() prototype with glibc and remove...
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable __rcmd_...
2006-01-29 Mike Frysingersmall sync with glibc
2006-01-27 Peter S. MazingerDo not build *64 and llseek, correct some failure when...
2006-01-27 "Jan-Benedict Glaw"First round of VAX patches. This isn't complete right...
2006-01-27 Peter S. MazingerDisabled NULL error_print_progname, useless
2006-01-27 Peter S. MazingerUpdate copyright and comment
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-27 Peter S. MazingerAdd some prototypes to arch specific pread_write.c...
2006-01-27 Peter S. MazingerAdd back explicit prototype, archs miss sys/io.h, remov...
2006-01-27 Peter S. Mazingers|sys/perm.h|sys/io.h|, thx vapier
2006-01-27 Mike Frysingertry at crt1 code by tweaking crt0.c and utilizing the...
2006-01-26 Mike Frysingertouchup style to match other arch versions
2006-01-26 Mike Frysingermake sure we include the local sysdep.h header
2006-01-26 Mike Frysingerremove things that libc-symbols.h already defines for us
2006-01-26 Mike Frysingercris uses @ for asm line separations
2006-01-26 Mike FrysingerRicard Wanderlof writes:
2006-01-26 Peter S. MazingerSome more prototypes, enable missing-prototypes/declara...
next