| Commit message (Expand) | Author | Age | Files | Lines |
* | runit: add runsv, runsvdir and sv. Oh yes. | vda | 2006-11-17 | 1 | -0/+3 |
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | vda | 2006-11-16 | 1 | -0/+1 |
* | - revert r16191; re-add resize() applet. | aldot | 2006-10-25 | 1 | -0/+1 |
* | raidautorun: new applet, by: | vda | 2006-10-20 | 1 | -0/+1 |
* | mount: support user mounts if CONFIG_DESKTOP | vda | 2006-10-16 | 1 | -1/+5 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 1 | -0/+1 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 1 | -0/+5 |
* | kill: implement killall5. OpenWRT folks will be happy. | vda | 2006-09-27 | 1 | -0/+1 |
* | "I'll think about it" != "apply it now". It means I need to think about it. | landley | 2006-09-22 | 1 | -1/+1 |
* | - add new applet resize. | aldot | 2006-09-22 | 1 | -0/+1 |
* | Michael Opdenacker contributed a readahead applet. | landley | 2006-08-20 | 1 | -0/+1 |
* | Teach md5sum and sha1sum to work the way other applets do so I don't have to | landley | 2006-08-06 | 1 | -2/+2 |
* | scripts/individual now builds 171 applets. Some of them may even work. :) | landley | 2006-08-05 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | landley | 2006-06-30 | 1 | -1/+0 |
* | CONFIG_DHCP -> CONFIG_APP_DHCP. | landley | 2006-06-22 | 1 | -3/+3 |
* | - add applet taskset to set/retrieve the CPU affinity of a process | aldot | 2006-06-07 | 1 | -0/+1 |
* | fix fdflish typo (reported by erik hovland) | pgf | 2006-06-02 | 1 | -1/+1 |
* | The common case APPLET() macro only needs three arguments. | landley | 2006-06-01 | 1 | -232/+232 |
* | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | landley | 2006-05-31 | 1 | -0/+1 |
* | add back in udhcp support | vapier | 2006-05-08 | 1 | -0/+3 |
* | The udhcp was deleted from busybox in 14634. Bolting an external project to | landley | 2006-05-07 | 1 | -3/+0 |
* | fix udhcp again | vapier | 2006-05-06 | 1 | -3/+3 |
* | Patch from Dennis Vlasenko simplifying the APPLET macros. | landley | 2006-05-05 | 1 | -260/+260 |
* | It was sitting there, in the patches directory, for years. It was delete it | landley | 2006-05-04 | 1 | -3/+4 |
* | Patch from Dennis Vlasenko to add the option to compress help text. | landley | 2006-04-27 | 1 | -1/+0 |
* | New applet cksum, from Rob Sullivan. | landley | 2006-04-18 | 1 | -0/+1 |
* | - enable dumpleases applet again; bad rob | aldot | 2006-04-18 | 1 | -1/+1 |
* | enable udhcp applets again; bad rob | vapier | 2006-04-17 | 1 | -2/+2 |
* | Patch from Tito to unify deluser and delgroup, and generally shrink code. | landley | 2006-04-10 | 1 | -4/+4 |
* | - new applet diff. Rob Sullivan writes: | aldot | 2006-04-06 | 1 | -0/+1 |
* | setlogcons, from Jan Kaszka. | landley | 2006-03-27 | 1 | -0/+1 |
* | Cleanup: remove double quotes that don't seem to be needed. | landley | 2006-03-20 | 1 | -30/+30 |
* | Tito unified fdflush and freeramdisk. I tweaked the result a bit. | landley | 2006-03-14 | 1 | -1/+1 |
* | Convert all the applets from #include to USE(). Had to fix some nonstandard | landley | 2006-02-23 | 1 | -738/+251 |
* | fix applet order | vapier | 2006-02-22 | 1 | -3/+3 |
* | add setarch/linux32/linux64 applet | vapier | 2006-02-21 | 1 | -0/+7 |
* | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | landley | 2006-01-30 | 1 | -4/+4 |
* | new applet. Thanks Roberto A. Foglietta | vodz | 2006-01-25 | 1 | -0/+3 |
* | Patch from Aurelien Jacobs to add unlzma. (A new decompression type, | landley | 2006-01-20 | 1 | -0/+6 |
* | Nothing to see here. Move along. | landley | 2005-12-13 | 1 | -0/+3 |
* | Tito is using broken kernel headers that pollute the namespace with every | landley | 2005-12-06 | 1 | -2/+2 |
* | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | aldot | 2005-10-28 | 1 | -0/+3 |
* | New applet, fuser, from Tony J. White. (Needs some cleanup.) | landley | 2005-10-28 | 1 | -0/+3 |
* | Add a switch_root utility (like kconfig's utils/run_init.c, although not | landley | 2005-10-27 | 1 | -0/+3 |
* | import the very fat e2fsck/fsck applets | vapier | 2005-09-24 | 1 | -0/+10 |
* | make e2label and findfs optional | vapier | 2005-09-24 | 1 | -2/+2 |
* | - add applet nohup(1) | aldot | 2005-09-21 | 1 | -0/+3 |
* | First cleanup pass, from Rob Sullivan. More to be done... | landley | 2005-09-18 | 1 | -3/+3 |
* | New applet "less", from Rob Sullivan. | landley | 2005-09-15 | 1 | -0/+3 |