| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch from Paul Mundt, lethal at linux-sh dot org, | Eric Andersen | 2004-01-31 | 1 | -0/+4 |
* | Andrew May writes: | Eric Andersen | 2004-01-30 | 3 | -2/+5 |
* | Add missing abort instruction for powerpc | Eric Andersen | 2004-01-30 | 1 | -1/+5 |
* | Paul Mundt, lethal at linux-sh dot org writes: | Eric Andersen | 2004-01-30 | 2 | -1/+61 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-30 | 1 | -117/+87 |
* | Modify interfaces for _dl_parse_relocation_information() | Eric Andersen | 2004-01-29 | 13 | -250/+245 |
* | Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs | Eric Andersen | 2004-01-29 | 6 | -93/+87 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-29 | 1 | -50/+46 |
* | Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and | Eric Andersen | 2004-01-29 | 7 | -136/+49 |
* | Fixup silly typo | Eric Andersen | 2004-01-29 | 1 | -1/+1 |
* | Patch from Joakim Tjernlund: | Eric Andersen | 2004-01-29 | 2 | -38/+20 |
* | Patch from Joakim Tjernlund to get rid of an annoying warning. | Eric Andersen | 2004-01-27 | 2 | -2/+2 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-27 | 3 | -1/+245 |
* | Oleksandr G. Zhadan writes: | Eric Andersen | 2004-01-24 | 1 | -0/+11 |
* | Imre Sunyi writes: | Eric Andersen | 2004-01-24 | 1 | -11/+16 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-24 | 1 | -241/+178 |
* | Some minor debian junk I had sitting in my tree | Eric Andersen | 2004-01-22 | 6 | -22/+49 |
* | Sort all the files | Eric Andersen | 2004-01-21 | 1 | -45/+34 |
* | ignore host binaries | Eric Andersen | 2004-01-21 | 1 | -0/+1 |
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 171 | -2391/+3118 |
* | Add poll | Eric Andersen | 2004-01-21 | 1 | -1/+1 |
* | Move poll to its own file, rather than being only half in its own file | Eric Andersen | 2004-01-21 | 2 | -10/+13 |
* | Massive formatting cleanup, making it easier to parse | Eric Andersen | 2004-01-21 | 1 | -431/+503 |
* | Erik is an idiot | Eric Andersen | 2004-01-20 | 1 | -4/+4 |
* | support building the uClibc utils for the host system... | Eric Andersen | 2004-01-20 | 1 | -6/+23 |
* | As noted by Doru Petrescu, there was a spurious line that was using | Eric Andersen | 2004-01-20 | 2 | -2/+0 |
* | Paul Mundt writes: | Eric Andersen | 2004-01-20 | 2 | -2/+6 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-20 | 1 | -5/+3 |
* | Add __data_start needed by boehm garbage collector, in turn needed by libgcj. | Manuel Novoa III | 2004-01-17 | 1 | -0/+4 |
* | Prevent runaway asserts, which can happen if there's a problem with | Manuel Novoa III | 2004-01-17 | 1 | -9/+15 |
* | We need to link with libgcc.a when creating shared libs, in order to | Manuel Novoa III | 2004-01-16 | 8 | -9/+11 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 23 | -63/+63 |
* | Fixup selection of endianness, since select does not work on choice | Eric Andersen | 2004-01-16 | 15 | -10/+71 |
* | Minor updates from linux 2.6.1 | Eric Andersen | 2004-01-16 | 3 | -15/+32 |
* | Link with libfloat if necessary. | Manuel Novoa III | 2004-01-16 | 1 | -1/+1 |
* | Make sure we remove -fomit-frame-pointer from the ldso build. It's | David McCullough | 2004-01-16 | 1 | -0/+3 |
* | Include missing errno.h header (as noted by Alan Hourihane). | Eric Andersen | 2004-01-14 | 1 | -3/+5 |
* | Use the gcc 3.4 -funit-at-a-time optimization when available | Eric Andersen | 2004-01-14 | 1 | -1/+3 |
* | Ok.. we need to link with libgcc.a for some archs. I haven't looked at | Manuel Novoa III | 2004-01-14 | 1 | -1/+1 |
* | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III | 2004-01-14 | 3 | -2/+36 |
* | Add another devfs subdir to the list of checked subdirs. | Manuel Novoa III | 2004-01-13 | 1 | -0/+1 |
* | Fixup dated comments | Eric Andersen | 2004-01-13 | 1 | -3/+2 |
* | Oops... Seems I forgot an else... | Manuel Novoa III | 2004-01-12 | 1 | -0/+1 |
* | As mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFS | Eric Andersen | 2004-01-09 | 2 | -0/+2 |
* | Some badly behaved arches fail to provide a PAGE_SIZE define | Eric Andersen | 2004-01-06 | 1 | -0/+4 |
* | Implement res_search and res_querydomain based on netbsd code, | Eric Andersen | 2004-01-04 | 1 | -5/+203 |
* | Bump .deb version | Eric Andersen | 2004-01-04 | 1 | -0/+6 |
* | Fix paragraph seperation | Eric Andersen | 2004-01-04 | 1 | -0/+2 |
* | spell 'pthread' properly | Eric Andersen | 2004-01-04 | 1 | -1/+1 |
* | Fix grammar0_9_26 | Eric Andersen | 2004-01-04 | 1 | -5/+5 |