summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Yet more consistancy fixupsEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Trim trailing whitespaceEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-06Fix completely hosed up formattingEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-02-05Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III
2004-02-05Allow building on 64 bit archs. Hopefully the last cvs activity thisManuel Novoa III
2004-02-05Use 'mmap.c' instead of '_mmap.c'Eric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen
2004-02-03Today's Toni's birthday. Seems an appropriate day to add this.Manuel Novoa III
2004-02-02Use the correct configuration test define.Manuel Novoa III
2004-02-01The code for checking the rpath was not finding the rpathEric Andersen
2004-02-01Jakub Bogusz writes:Eric Andersen
2004-01-31Revert to scope as used by original code for now, just in case.Eric Andersen
2004-01-31Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen
2004-01-30Andrew May writes:Eric Andersen
2004-01-30Add missing abort instruction for powerpcEric Andersen
2004-01-30Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen
2004-01-30Joakim Tjernlund writes:Eric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen
2004-01-29Joakim Tjernlund writes:Eric Andersen
2004-01-29Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen
2004-01-29Fixup silly typoEric Andersen
2004-01-29Patch from Joakim Tjernlund:Eric Andersen
2004-01-27Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen
2004-01-27Joakim Tjernlund writes:Eric Andersen
2004-01-24Oleksandr G. Zhadan writes:Eric Andersen
2004-01-24Imre Sunyi writes:Eric Andersen
2004-01-24Joakim Tjernlund writes:Eric Andersen
2004-01-22Some minor debian junk I had sitting in my treeEric Andersen
2004-01-21Sort all the filesEric Andersen
2004-01-21ignore host binariesEric Andersen
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-21Add pollEric Andersen
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2004-01-21Massive formatting cleanup, making it easier to parseEric Andersen
2004-01-20Erik is an idiotEric Andersen
2004-01-20support building the uClibc utils for the host system...Eric Andersen
2004-01-20As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen
2004-01-20Paul Mundt writes:Eric Andersen
2004-01-20Joakim Tjernlund writes:Eric Andersen
2004-01-17Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III
2004-01-17Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen