summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-02-01remove hidden versions of bzero, unused in libc.soPeter S. Mazinger
2006-02-01add syscall6Mike Frysinger
2006-02-01add prototype to get rid of warningMike Frysinger
2006-02-01cast buf to get rid of warningMike Frysinger
2006-01-31s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger
2006-01-31add comment to know why it's weakPeter S. Mazinger
2006-01-31change strong to weak_alias, arm fails, thx Khem RajPeter S. Mazinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-31don't include wchar.h if WCHAR is disabledPeter S. Mazinger
2006-01-31Khem Raj says:Mike Frysinger
2006-01-31rename local var brk to _brkMike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-30strlen is -cheaper- then strnlenPeter S. Mazinger
2006-01-30Assebler sources ment to be preprocessed shouldn't contain assembler"Jan-Benedict Glaw"
2006-01-30some more prototypesPeter S. Mazinger
2006-01-30make regex a little bit smallerPeter S. Mazinger
2006-01-30another attempt to fix sendfile64Peter S. Mazinger
2006-01-30make it build if WCHAR is disabledPeter S. Mazinger
2006-01-30Too many sparc versions ;-(, another hidden bcopy removedPeter S. Mazinger
2006-01-30Remove arch specific hidden bcopyPeter S. Mazinger
2006-01-30Change the only bcopy user to memmove and remove internal version of bcopyPeter S. Mazinger
2006-01-30Why this?Peter S. Mazinger
2006-01-30Using hidden_proto solves this internally, my proposal was wrongPeter S. Mazinger
2006-01-30Use memset instead of bzeroPeter S. Mazinger
2006-01-30hidden moved to prototypePeter S. Mazinger
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29Add back the current glibc copyright notice, although the file is far differentPeter S. Mazinger
2006-01-29make sure clone/__clone are created properlyMike Frysinger
2006-01-29disable usage of .setMike Frysinger
2006-01-29rename _sys_result var to get rid of shadow warningsMike Frysinger
2006-01-29create local prototypeMike Frysinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29rename resultvar to get rid of shadow warningsMike Frysinger
2006-01-29declare local prototype since we cant use system malloc.hMike Frysinger
2006-01-29sync with glibc and rename local socket var to _socketMike Frysinger
2006-01-29sync func def with glibc and dont include sys/socket.h since we dont use sock...Mike Frysinger
2006-01-29sync comment with glibc and dont include sys/socket.h since we dont use socket()Mike Frysinger
2006-01-29rename to match glibcMike Frysinger
2006-01-29rename to match glibcMike Frysinger
2006-01-29sync with glibc and rename socket vars to _socketMike Frysinger
2006-01-29create local prototype for __libc_sigactionMike Frysinger
2006-01-29remove unneeded duplicate sid definitionMike Frysinger
2006-01-29sync with glibcMike Frysinger
2006-01-29rename local tty variable to not shadow tty funcMike Frysinger
2006-01-29no point in redeclaring oldcount locallyMike Frysinger
2006-01-29no point in declaring save_err locallyMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger