| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Doh! A search and replace bug... | Eric Andersen | 2002-03-01 | 1 | -2/+2 |
* | Doh! Doh! Doh! | Eric Andersen | 2002-03-01 | 1 | -1/+3 |
* | Doh! | Eric Andersen | 2002-03-01 | 1 | -3/+5 |
* | oops. I forgot to commit this... | Eric Andersen | 2002-03-01 | 1 | -43/+73 |
* | Joerg Schmitz-Linneweber recommends using tar -f - instead of -O | Eric Andersen | 2002-02-25 | 1 | -1/+1 |
* | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | 2002-02-20 | 1 | -2/+7 |
* | Additionally remove libc/tmp | David Schleef | 2002-02-16 | 1 | -1/+1 |
* | Geoffrey Espin noticed a $ that should have been a double $$ | Eric Andersen | 2002-02-15 | 1 | -1/+1 |
* | Dont choke when chown fails. Try to be more portable... | Eric Andersen | 2002-02-08 | 1 | -1/+1 |
* | A few more little cleanups | Eric Andersen | 2002-02-04 | 1 | -1/+1 |
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -0/+2 |
* | Grr. I should learn to compile stuff before committing | Eric Andersen | 2002-02-02 | 1 | -3/+9 |
* | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | 2002-02-02 | 1 | -6/+8 |
* | Add install_utils and install_target_utils targets, so people | Eric Andersen | 2002-02-01 | 1 | -6/+11 |
* | Be ever so pedantic and explicitly tell tar to use stdin, | Eric Andersen | 2002-02-01 | 1 | -1/+1 |
* | Don't assume uid=gid | Eric Andersen | 2002-02-01 | 1 | -2/+2 |
* | Fix/simplify longjmp. Fix toplevel mips settings | Eric Andersen | 2002-01-31 | 1 | -0/+2 |
* | Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to | Eric Andersen | 2002-01-25 | 1 | -4/+8 |
* | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | 2002-01-14 | 1 | -0/+10 |
* | Sigh. Typod it again | Eric Andersen | 2002-01-11 | 1 | -1/+1 |
* | Oops. typo. | Eric Andersen | 2002-01-11 | 1 | -1/+1 |
* | More build system cleanups... | Eric Andersen | 2002-01-11 | 1 | -9/+10 |
* | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen | 2002-01-11 | 1 | -2/+3 |
* | Recommend making symlinks, not copying the config file. | Eric Andersen | 2002-01-09 | 1 | -1/+2 |
* | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | 2002-01-09 | 1 | -4/+10 |
* | Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checking | Eric Andersen | 2002-01-01 | 1 | -1/+1 |
* | Use tar instead of cp -LR for make install, since older GNU cp | Eric Andersen | 2001-12-20 | 1 | -1/+2 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -2/+3 |
* | My adjusted 'make install' was missing include/linux subdirs. Try | Eric Andersen | 2001-11-26 | 1 | -12/+3 |
* | Oops... | Eric Andersen | 2001-11-24 | 1 | -1/+1 |
* | Much faster version of 'make install' -- it was doing one | Eric Andersen | 2001-11-24 | 1 | -4/+15 |
* | MDAD: The "Config" file message, should say copy to "Config" not "Config.". | Michael Durrant | 2001-11-23 | 1 | -1/+1 |
* | Finish ajusting math lib options. Close out a couple of todo items. | Eric Andersen | 2001-11-23 | 1 | -15/+0 |
* | This commit makes large file support actually work (when enabled in | Eric Andersen | 2001-10-17 | 1 | -0/+5 |
* | Revert global old mmap usage, and do it per arch | Eric Andersen | 2001-10-16 | 1 | -5/+0 |
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -0/+8 |
* | Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX) | Eric Andersen | 2001-08-14 | 1 | -10/+10 |
* | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen | 2001-08-13 | 1 | -4/+6 |
* | Add in a make release target | Eric Andersen | 2001-08-13 | 1 | -1/+13 |
* | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | 2001-08-13 | 1 | -4/+4 |
* | Need to create $(SYSTEM_DEVEL_PREFIX)/usr/bin | David Schleef | 2001-08-11 | 1 | -2/+1 |
* | Oops. Symlink args were backwards... | Eric Andersen | 2001-08-10 | 1 | -4/+4 |
* | Don't blow away existing files when trying to install a ldso symlink... | Eric Andersen | 2001-08-10 | 1 | -2/+2 |
* | Update the build system, yet again. I hope this is the last time... | Eric Andersen | 2001-08-10 | 1 | -67/+69 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -28/+34 |
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 1 | -4/+4 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 1 | -45/+57 |
* | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | 2001-07-09 | 1 | -0/+5 |
* | If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather than | David McCullough | 2001-07-04 | 1 | -1/+5 |
* | Fix missing libresolv.so | Eric Andersen | 2001-07-04 | 1 | -0/+1 |