Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-21 | - add applet nohup(1) | Bernhard Reutner-Fischer | |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-05-12 | add missing comm.o rule | Mike Frysinger | |
2005-05-12 | whitespace touchups | Mike Frysinger | |
2005-04-23 | stat implementation based upon coreutils | Mike Frysinger | |
2005-04-21 | grab sum from coreutils, clean it up, and make it busybox happy | Mike Frysinger | |
2005-04-21 | add a printenv implementation | Mike Frysinger | |
2005-04-21 | fix whitespace | Mike Frysinger | |
2005-02-13 | Add 'nice' and replace 'renice' with a new implementation. | Manuel Novoa III | |
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-27 | New applet, seq. No options, just the basics. | Glenn L McGrath | |
2004-01-27 | Align using spaces to furthurest character and then one tab, now they | Glenn L McGrath | |
should always be aligned. | |||
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | |
algorithms. Move algorithms to hash_fd and make them available via a common function. | |||
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | |
chgrp and install. | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-04-27 | New applet, fold | Glenn L McGrath | |
2003-02-17 | New applet sha1sum | Glenn L McGrath | |
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | |