| Commit message (Expand) | Author | Age | Files | Lines |
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 2 | -32/+3 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 7 | -7/+0 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 25 | -26/+34 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 25 | -95/+122 |
* | Use strong_alias everywhere instead of .global/.set. Correct some cases where... | Peter S. Mazinger | 2006-01-03 | 25 | -89/+34 |
* | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | 2005-12-08 | 1 | -2/+2 |
* | Correct syntax now... | Peter S. Mazinger | 2005-12-06 | 1 | -4/+1 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | No, '__mempcpy' is used by user-space applications, like coreutils for exampl... | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 6 | -12/+9 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 3 | -0/+8 |
* | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger | 2005-11-26 | 1 | -2/+3 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger | 2005-11-15 | 8 | -26/+8 |
* | Move to use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 25 | -69/+83 |
* | Enable IMA on libc/string/generic | Peter S. Mazinger | 2005-11-03 | 1 | -7/+3 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -33/+8 |
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+34 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -12/+6 |
* | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | 2005-09-22 | 1 | -4/+4 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -6/+4 |
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 29 | -0/+3377 |