summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* touchup syntax/whitespaceMike Frysinger2005-11-181-12/+9
* Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testingPeter S. Mazinger2005-11-181-1/+1
* make -j2 works herePeter S. Mazinger2005-11-182-2/+2
* fix trailing commentMike Frysinger2005-11-181-1/+1
* add support for ia64Mike Frysinger2005-11-181-0/+12
* fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger2005-11-181-2/+2
* dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+3
* dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+2
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-172-23/+49
* we want to compare the register value itself, not the address of the variable...Mike Frysinger2005-11-173-4/+4
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-1621-87/+206
* rename files to .s like they should beMike Frysinger2005-11-165-532/+0
* rename files to .s like they should beMike Frysinger2005-11-166-1/+533
* add support for .s translation like .SMike Frysinger2005-11-161-6/+2
* sync with glibc and fix warning when building pthreadsMike Frysinger2005-11-161-2/+4
* this is GNU sourceMike Frysinger2005-11-152-0/+2
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-1522-60/+63
* Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook....Peter S. Mazinger2005-11-151-1/+1
* Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha...Peter S. Mazinger2005-11-153-7/+7
* Update copyright noticePeter S. Mazinger2005-11-155-10/+12
* Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger2005-11-153-7/+7
* Hide __libc_sa_lenPeter S. Mazinger2005-11-152-2/+2
* Hide some internally used functionsPeter S. Mazinger2005-11-152-10/+10
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-1512-34/+16
* unusedMike Frysinger2005-11-151-66/+0
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger2005-11-151-0/+2
* update licenses and sync with glibcMike Frysinger2005-11-1523-421/+493
* sync getopt headers with glibcMike Frysinger2005-11-151-11/+26
* make sure TARGET_ARCH is set ... thought i committed this already?Mike Frysinger2005-11-151-0/+4
* import some math funcs from glibcMike Frysinger2005-11-156-1/+534
* remove unused fileMike Frysinger2005-11-151-19/+0
* need to declare our stack directionMike Frysinger2005-11-151-0/+28
* Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger2005-11-142-2/+9
* undef functions needed for usage within libcPeter S. Mazinger2005-11-143-0/+4
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-1454-94/+1123
* Move to use attribute_hiddenPeter S. Mazinger2005-11-1425-69/+83
* Corrections to splitted filesPeter S. Mazinger2005-11-1414-15/+17
* Let the #define do all the workEric Andersen2005-11-141-6/+0
* initial port to hppaMike Frysinger2005-11-1224-0/+1359
* make people provide these headers when portingMike Frysinger2005-11-122-64/+4
* Add hidden versionsPeter S. Mazinger2005-11-1210-19/+52
* Add hidden versions, hope I made it correctly. Sparc optimized string functio...Peter S. Mazinger2005-11-1217-49/+122
* Add hidden versionsPeter S. Mazinger2005-11-124-16/+24
* Add hidden versionsPeter S. Mazinger2005-11-122-6/+12
* Add hidden versions, add missing .sizePeter S. Mazinger2005-11-119-26/+62
* Split up string.c, make internals hiddenPeter S. Mazinger2005-11-1116-347/+772
* powerpc version of bzero using memsetPeter S. Mazinger2005-11-111-0/+4
* Split up MSRC file, bzero left outPeter S. Mazinger2005-11-115-230/+241
* Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:Peter S. Mazinger2005-11-111-1/+1
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-101-0/+6