| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch from Yoshinori Sato to add H8/300 relocation types. | Eric Andersen | 2004-07-15 | 1 | -0/+44 |
| * | Peter Kjellerstedt at axis.com writes: | Eric Andersen | 2004-07-15 | 9 | -108/+174 |
| * | Sigh. I got things working this morning, then checked stuff in from the wrong | Eric Andersen | 2004-07-14 | 5 | -21/+20 |
| * | Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely | Eric Andersen | 2004-07-14 | 5 | -14/+54 |
| * | Update FAQ a bit | Eric Andersen | 2004-07-05 | 1 | -2/+18 |
| * | Joakim Tjernlund writes: | Eric Andersen | 2004-06-27 | 5 | -54/+26 |
| * | Disable support for R_ARM_PC24, just like R_PPC_REL24 these should | Eric Andersen | 2004-06-24 | 1 | -0/+7 |
| * | Let dl-string.h include dl-sysdep.h, since it has proper include guards | Eric Andersen | 2004-06-20 | 1 | -1/+1 |
| * | Whine about R_PPC_REL24 relocations, and tell people to compile | Eric Andersen | 2004-06-20 | 1 | -10/+15 |
| * | Joakim Tjernlund writes: | Eric Andersen | 2004-06-19 | 1 | -6/+5 |
| * | Joakim Tjernlund writes: | Eric Andersen | 2004-06-19 | 1 | -0/+2 |
| * | Joakim Tjernlund writes: | Eric Andersen | 2004-06-19 | 1 | -1/+1 |
| * | Bradley D. LaRonde writes: | Eric Andersen | 2004-06-19 | 1 | -0/+2 |
| * | note new mailing list posting policy | Eric Andersen | 2004-06-19 | 1 | -4/+7 |
| * | Stephen Hemminger from osdl dot org writes: | Eric Andersen | 2004-06-12 | 1 | -0/+22 |
| * | Jakub Bogusz from pld-linux dot org writes: | Eric Andersen | 2004-06-12 | 6 | -16/+92 |
| * | Philip Craig at snapgear dot com writes: | Eric Andersen | 2004-06-12 | 1 | -1/+10 |
| * | Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asm | Eric Andersen | 2004-06-12 | 2 | -38/+24 |
| * | Oops. Missed a spot. | Eric Andersen | 2004-06-12 | 1 | -1/+1 |
| * | scrap the goofy time + getpid() based "randomness" and use | Eric Andersen | 2004-06-06 | 1 | -28/+35 |
| * | Removed unused file. | Tobias Anderberg | 2004-05-24 | 1 | -72/+0 |
| * | Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux) | Eric Andersen | 2004-05-15 | 1 | -0/+9 |
| * | Fix changed link into the mailing list archive. | Manuel Novoa III | 2004-05-14 | 1 | -1/+1 |
| * | Joakim Tjernlund writes: | Eric Andersen | 2004-05-14 | 2 | -11/+7 |
| * | Alexandre Oliva writes: | Eric Andersen | 2004-05-14 | 8 | -350/+364 |
| * | __data_start needs to be added to all crt0.S files that don't currently | Eric Andersen | 2004-05-14 | 14 | -44/+145 |
| * | Kill off the now obsolete __libc_vfork symbol | Eric Andersen | 2004-05-14 | 4 | -11/+4 |
| * | Alexandre Oliva writes: | Eric Andersen | 2004-05-14 | 4 | -1/+319 |
| * | Patch from Alexandre Oliva: | Eric Andersen | 2004-05-14 | 2 | -2/+130 |
| * | Alexandre Oliva writes: | Eric Andersen | 2004-05-14 | 1 | -0/+4 |
| * | update libdl so it also groks the new _dl_errno | Eric Andersen | 2004-05-13 | 1 | -0/+2 |
| * | Add define for SHM_HUGETLB | Eric Andersen | 2004-05-13 | 1 | -0/+1 |
| * | Bradley D. LaRonde writes: | Eric Andersen | 2004-05-13 | 1 | -1/+2 |
| * | Patch from Bradley D. LaRonde: | Eric Andersen | 2004-05-12 | 1 | -4/+9 |
| * | Add a local '_dl_errno' to be used by syscalls in ldso, allowing | Eric Andersen | 2004-05-12 | 11 | -59/+62 |
| * | As noticed by the sharp eyed Joakim Tjernlund, I stupidly | Eric Andersen | 2004-05-11 | 2 | -2/+2 |
| * | Setup a _dl_pagesize value for use by staticly linked apps | Eric Andersen | 2004-05-11 | 1 | -0/+2 |
| * | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 6 | -28/+61 |
| * | Purge trailing white space | Eric Andersen | 2004-05-11 | 1 | -13/+13 |
| * | Bradley D. LaRonde, brad at laronde dot org writes: | Eric Andersen | 2004-05-11 | 1 | -1/+1 |
| * | Save r0 before modifying it. | Tobias Anderberg | 2004-05-10 | 1 | -2/+4 |
| * | Obligatory forgotten file... | Manuel Novoa III | 2004-05-08 | 1 | -1/+2 |
| * | Change clock() to allow wrapping. | Manuel Novoa III | 2004-05-08 | 2 | -88/+145 |
| * | Peter Mazinger asked for this several months ago. | Manuel Novoa III | 2004-05-07 | 1 | -0/+2 |
| * | Patch from Yoshinori Sato <ysato@users.sourceforge.jp>. | Manuel Novoa III | 2004-05-07 | 1 | -0/+4 |
| * | "Fix" this so that at least things will link when threading is disabled. | Manuel Novoa III | 2004-05-07 | 1 | -4/+8 |
| * | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 2 | -23/+9 |
| * | Add missing include. | Manuel Novoa III | 2004-05-07 | 1 | -0/+1 |
| * | UCLIBC_COMPLETELY_PIC does nothing, so kill it | Eric Andersen | 2004-05-07 | 3 | -5/+1 |
| * | Change the global 'buf' to 'servbuf' since some functions in here use | Eric Andersen | 2004-05-07 | 1 | -7/+7 |