| Commit message (Expand) | Author | Age | Files | Lines |
* | touchup syntax/whitespace | Mike Frysinger | 2005-11-18 | 1 | -12/+9 |
* | Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing | Peter S. Mazinger | 2005-11-18 | 1 | -1/+1 |
* | make -j2 works here | Peter S. Mazinger | 2005-11-18 | 2 | -2/+2 |
* | fix trailing comment | Mike Frysinger | 2005-11-18 | 1 | -1/+1 |
* | add support for ia64 | Mike Frysinger | 2005-11-18 | 1 | -0/+12 |
* | fix warnings when arch lacks get_kernel_syms syscall (like ia64) | Mike Frysinger | 2005-11-18 | 1 | -2/+2 |
* | dont try to build getpgrp if the arch doesnt support it (like ia64) | Mike Frysinger | 2005-11-17 | 1 | -0/+3 |
* | dont try to build fork if the arch doesnt support it (like ia64) | Mike Frysinger | 2005-11-17 | 1 | -0/+2 |
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger | 2005-11-17 | 2 | -23/+49 |
* | we want to compare the register value itself, not the address of the variable... | Mike Frysinger | 2005-11-17 | 3 | -4/+4 |
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger | 2005-11-16 | 21 | -87/+206 |
* | rename files to .s like they should be | Mike Frysinger | 2005-11-16 | 5 | -532/+0 |
* | rename files to .s like they should be | Mike Frysinger | 2005-11-16 | 6 | -1/+533 |
* | add support for .s translation like .S | Mike Frysinger | 2005-11-16 | 1 | -6/+2 |
* | sync with glibc and fix warning when building pthreads | Mike Frysinger | 2005-11-16 | 1 | -2/+4 |
* | this is GNU source | Mike Frysinger | 2005-11-15 | 2 | -0/+2 |
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 22 | -60/+63 |
* | Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook.... | Peter S. Mazinger | 2005-11-15 | 1 | -1/+1 |
* | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha... | Peter S. Mazinger | 2005-11-15 | 3 | -7/+7 |
* | Update copyright notice | Peter S. Mazinger | 2005-11-15 | 5 | -10/+12 |
* | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger | 2005-11-15 | 3 | -7/+7 |
* | Hide __libc_sa_len | Peter S. Mazinger | 2005-11-15 | 2 | -2/+2 |
* | Hide some internally used functions | Peter S. Mazinger | 2005-11-15 | 2 | -10/+10 |
* | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger | 2005-11-15 | 12 | -34/+16 |
* | unused | Mike Frysinger | 2005-11-15 | 1 | -66/+0 |
* | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo... | Mike Frysinger | 2005-11-15 | 1 | -0/+2 |
* | update licenses and sync with glibc | Mike Frysinger | 2005-11-15 | 23 | -421/+493 |
* | sync getopt headers with glibc | Mike Frysinger | 2005-11-15 | 1 | -11/+26 |
* | make sure TARGET_ARCH is set ... thought i committed this already? | Mike Frysinger | 2005-11-15 | 1 | -0/+4 |
* | import some math funcs from glibc | Mike Frysinger | 2005-11-15 | 6 | -1/+534 |
* | remove unused file | Mike Frysinger | 2005-11-15 | 1 | -19/+0 |
* | need to declare our stack direction | Mike Frysinger | 2005-11-15 | 1 | -0/+28 |
* | Hide internally used symbols, use weak_alias for raise/sigwait, as they could... | Peter S. Mazinger | 2005-11-14 | 2 | -2/+9 |
* | undef functions needed for usage within libc | Peter S. Mazinger | 2005-11-14 | 3 | -0/+4 |
* | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 54 | -94/+1123 |
* | Move to use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 25 | -69/+83 |
* | Corrections to splitted files | Peter S. Mazinger | 2005-11-14 | 14 | -15/+17 |
* | Let the #define do all the work | Eric Andersen | 2005-11-14 | 1 | -6/+0 |
* | initial port to hppa | Mike Frysinger | 2005-11-12 | 24 | -0/+1359 |
* | make people provide these headers when porting | Mike Frysinger | 2005-11-12 | 2 | -64/+4 |
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 10 | -19/+52 |
* | Add hidden versions, hope I made it correctly. Sparc optimized string functio... | Peter S. Mazinger | 2005-11-12 | 17 | -49/+122 |
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 4 | -16/+24 |
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 2 | -6/+12 |
* | Add hidden versions, add missing .size | Peter S. Mazinger | 2005-11-11 | 9 | -26/+62 |
* | Split up string.c, make internals hidden | Peter S. Mazinger | 2005-11-11 | 16 | -347/+772 |
* | powerpc version of bzero using memset | Peter S. Mazinger | 2005-11-11 | 1 | -0/+4 |
* | Split up MSRC file, bzero left out | Peter S. Mazinger | 2005-11-11 | 5 | -230/+241 |
* | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger | 2005-11-11 | 1 | -1/+1 |
* | Lets not just paper over this. Add implementation of __xpg_sigpause() | Eric Andersen | 2005-11-10 | 1 | -0/+6 |