Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-23 | Convert all the applets from #include to USE(). Had to fix some nonstandard | Rob Landley | |
naming along the way to get USE() macros for everything. | |||
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | |
Cherry-picked from Devin Bayer's big MacOS X patch. | |||
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2005-10-28 | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | Bernhard Reutner-Fischer | |
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch. | |||
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-21 | moved include/bbconfigopts.h from miscutils to to top Makefile before ↵ | "Vladimir N. Oleynik" | |
generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer | |||
2005-09-19 | remove duplicate depend, its work for bb_mkdepend | "Vladimir N. Oleynik" | |
2005-09-19 | correct build bbconfig applet, correct previous change | "Vladimir N. Oleynik" | |
2005-09-19 | corect build bbconfig applet, Thanks, Bernhard Fischer | "Vladimir N. Oleynik" | |
2005-09-15 | New applet "less", from Rob Sullivan. | Rob Landley | |
2005-08-20 | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | Rob Landley | |
sysvinit provides, and which is used by the debian init scripts. | |||
2005-08-01 | commiting: | Paul Fox | |
0000028 03-16-05 patch: new setsid applet | |||
2005-08-01 | new config display applet, from bug 46. i've changed the name | Paul Fox | |
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately. | |||
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-05-11 | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | |
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 | |
2003-12-20 | New applet, rx, by Christopher Hoover | Glenn L McGrath | |
2003-10-22 | the dc applet now needs libm | Eric Andersen | |
-Erik | |||
2003-10-09 | New applet, devfsd, by Matteo Croce and Tito | Glenn L McGrath | |
2003-08-08 | Implement a minimalist 'last' which allows the LEAF project to | Eric Andersen | |
no longer need dumtp. Remove the 'dumtp' applet. -Erik | |||
2003-07-22 | Remove the update utility, that is only relevant to older 2.0.x kernels | Eric Andersen | |
that are no longer supported. | |||
2003-07-22 | Matteo Croce submitted a hdparm applet. | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |
2002-11-07 | Implement a small strings applet | Eric Andersen | |
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | |
2002-04-12 | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | |
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik |