summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-12-19Use the asm version by default on x86. Tag _start as a function.Eric Andersen
2001-12-19Add basename and dirname. Write memrchr.Eric Andersen
2001-12-19merged the two startup files so that uClinux people always get the correctDavid McCullough
2001-12-07patch from Jari Korva <jpkorva@iki.fi>:Eric Andersen
2001-12-05Add in an ARCH_CFLAGS placeholder so scripts can mod it.David McCullough
2001-12-05Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough
2001-11-30Update TODO list a bitEric Andersen
2001-11-30Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-26update my listDavid Schleef
2001-11-26Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef
2001-11-26Fix TARGET_CFLAGS to include -fPIC when needed. Libs were beingDavid Schleef
2001-11-26libhowdy.so needs to be compiled with -fPICDavid Schleef
2001-11-26Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions.David Schleef
2001-11-26Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef
2001-11-26Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef
2001-11-26Fix buggy R_PPC_RELATIVE relocation. Symptom was that stringsDavid Schleef
2001-11-26Remove unused fileDavid Schleef
2001-11-26Fix calculation of PLT entry index. Caused segfaults on second callDavid Schleef
2001-11-26Fix dependenciesDavid Schleef
2001-11-26My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen
2001-11-26strsignal() is a GNU extensionDavid Schleef
2001-11-24Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen
2001-11-24Move the FAQ. Add a docs dir. Add in a report on thread support.Eric Andersen
2001-11-24Use consistant pathsEric Andersen
2001-11-24Oops...Eric Andersen
2001-11-24Much faster version of 'make install' -- it was doing oneEric Andersen
2001-11-24Wrap uClinux specific stuff, so this will run onEric Andersen
2001-11-24OopsEric Andersen
2001-11-24Work around broken m68k kernel headers... Grumble.Eric Andersen
2001-11-24Silly us. Don't try to free alloca'd memory.Eric Andersen
2001-11-24Fix naming so things will actually workEric Andersen
2001-11-24Fix path problem,Eric Andersen
2001-11-24OopsEric Andersen
2001-11-24Move powerpc specific optimizations (courtesy of apple) to powerpcEric Andersen
2001-11-23MDAD: The "Config" file message, should say copy to "Config" not "Config.".Michael Durrant
2001-11-23I just spent a bit of time writing up a FAQ...Eric Andersen
2001-11-23Add this so madplay will properly configure itself using ossEric Andersen
2001-11-23Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen
2001-11-23Adjust configs for updated math libEric Andersen
2001-11-23Default to building C89 math stuff only. Cleanup some warnings.Eric Andersen
2001-11-22Totally rework the math library, this time based on the MacOs XEric Andersen
2001-11-22Seems we were lacking an acos() implementationEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-21Fix support for sysv style signalsEric Andersen
2001-11-21Finish off the getc putc adjustmentEric Andersen
2001-11-21Add acct syscall. Fix sigsuspend which was totally broken (itEric Andersen
2001-11-21Cleanup abort() so it behaves itself a bit betterEric Andersen