summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2002-01-01Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checkingEric Andersen
2002-01-01Remove erroneous allow-shlib-undefinedEric Andersen
2001-12-29A little script to strip out unused portions of shared libs.David Schleef
2001-12-29Add in the missing get_kernel_syms syscallEric Andersen
2001-12-22More Updates.Eric Andersen
2001-12-22Add udhcpEric Andersen
2001-12-22More scrubbingEric Andersen
2001-12-22Sigh. More grammar fixesEric Andersen
2001-12-22GrammarEric Andersen
2001-12-22Text updateEric Andersen
2001-12-22update website for releaseEric Andersen
2001-12-22Support older link nameEric Andersen
2001-12-22Bump version number to 0.98Eric Andersen
2001-12-22Update some URLsEric Andersen
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen
2001-12-21Miles Bader <miles@lsi.nec.co.jp> noted that I'd broken settingEric Andersen
2001-12-21Oops. Revert debugging definesEric Andersen
2001-12-20Fix snapshot linkEric Andersen
2001-12-20Forgot thisEric Andersen
2001-12-20Update the docs and websiteEric Andersen
2001-12-20Add the website into CVSEric Andersen
2001-12-20Ignore tmp dirEric Andersen
2001-12-20Fixup autogeneration of bits/syscalls.hEric Andersen
2001-12-20Use tar instead of cp -LR for make install, since older GNU cpEric Andersen
2001-12-20Steven Carr noticed that uClibc's inet_aton() is stricter then inEric Andersen
2001-12-20Oops. I accidentally commited some experimental test codeEric Andersen
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