summaryrefslogtreecommitdiff
path: root/sources
AgeCommit message (Collapse)Author
2003-08-23This patch is not needed with gcc 3.3.1Eric Andersen
2003-08-22unset CONFIG_LASTEric Andersen
2003-08-22Make binutils not leak librariesEric Andersen
2003-08-20fix all uses of sys_nerr and sys_errlist[]Eric Andersen
2003-08-20Fix gdb to not use sys_errlist[] and sys_nerr,Eric Andersen
2003-08-18Update default busybox configEric Andersen
2003-08-17Update dropbear to the latest and greatest, fixing aEric Andersen
security problem
2003-08-17Update valgrindEric Andersen
2003-08-17Update for the latest and greatest uClibcEric Andersen
2003-08-01I wrote this patch some time ago, seems I forgot to commit it.Eric Andersen
This fixes a serious bug in diethotplug, and fixes the install locations. -Erik
2003-07-24Patch from Dean Matsen to fix broken telnet format strings.Eric Andersen
2003-07-13Update to valgrind 1.9.6Eric Andersen
2003-07-13Omit specifying kernel versionEric Andersen
2003-06-28Add support for building perlEric Andersen
2003-06-27add UCLIBC_HAS_TM_EXTENSIONSEric Andersen
2003-06-27Fixup arm and mips buildsEric Andersen
2003-06-26Add patch by defaultEric Andersen
2003-06-23Add support for the Dropbear SSH serverEric Andersen
2003-06-21Switch to using gcc 3.3Eric Andersen
2003-06-20Remove a bit of garbageEric Andersen
2003-06-20Add in my default set of 2.4.21 kernel patchesEric Andersen
2003-06-20Teach openssh to configure itself and start running sshd on bootEric Andersen
2003-06-20Start networking on boot, and setup a default set of networkEric Andersen
interfaces (just loopback for now).
2003-06-20Add an sshd user so ssh priv seperation can workEric Andersen
2003-06-20Use tmpfs, not ramfsEric Andersen
2003-06-20Start vtun much later in the boot processEric Andersen
2003-06-14Update default busybox configEric Andersen
2003-06-14Patch from Tim Riker:Eric Andersen
dd nfs stuff for fast mount -t nfs -o nolock support - glytchbinary
2003-06-09Yet another pcmcia update. Hopefully it will work properlyEric Andersen
for everyone this time around.
2003-06-09Fixup cross-compile patchEric Andersen
2003-06-09Update pcmcia-cs to version 3.2.4Eric Andersen
2003-06-06Do not disable pcmciaEric Andersen
2003-06-05Fixup vtun init script and install tun deviceEric Andersen
2003-06-05support vtunEric Andersen
2003-06-04Add needed patchEric Andersen
2003-06-04Cleanup pcmcia a bit (such as removing the X11 binary it installs)Eric Andersen
and use the pcmcia default init script rather than including a default one in the target_skeleton.
2003-06-04Update default busybox configEric Andersen
2003-06-04Update user mode Linux targetEric Andersen
2003-06-04default to ramfs, not tmpfsEric Andersen
2003-04-26Update gcc to version 3.2.3. Fix the openssh patchEric Andersen
2003-04-25Patch from Bruno Randolf to fix openssh cross-compile to notEric Andersen
use the host system's 'strip' command and thereby break the target binaries.
2003-04-21Fix it so it actually worksEric Andersen
2003-04-14Fixup a bug with symlink handling noticed by Wolfgang DenkEric Andersen
-Erik
2003-03-24Create a more multi-user friendly set of device permsEric Andersen
2003-03-05Update default configEric Andersen
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-03-01Add a patch for better debugging of staticly linked threaded apps.Eric Andersen
-Erik
2003-02-15Fix pcmcia startup. Add grepEric Andersen
2003-02-14Fixup pcmcia initializationEric Andersen
2003-02-12Lots and lots of changesEric Andersen