Age | Commit message (Expand) | Author |
2007-01-20 | fixing bugs revealed by randomconfig runs | Denis Vlasenko |
2007-01-07 | add arp applet - thanks to | Denis Vlasenko |
2006-12-26 | leftover of e2fsck surgery | Denis Vlasenko |
2006-12-24 | Cleanup usage messages (-200 bytes). | Denis Vlasenko |
2006-11-22 | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer |
2006-11-20 | dhcprelay: new applet | Denis Vlasenko |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko |
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko |
2006-10-25 | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko |
2006-10-16 | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko |
2006-10-11 | nmeter: new applet. ~4k | Denis Vlasenko |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko |
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko |
2006-09-22 | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley |
2006-09-22 | - add new applet resize. | Bernhard Reutner-Fischer |
2006-08-20 | Michael Opdenacker contributed a readahead applet. | Rob Landley |
2006-08-06 | Teach md5sum and sha1sum to work the way other applets do so I don't have to | Rob Landley |
2006-08-05 | scripts/individual now builds 171 applets. Some of them may even work. :) | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-30 | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | Rob Landley |
2006-06-22 | CONFIG_DHCP -> CONFIG_APP_DHCP. | Rob Landley |
2006-06-07 | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer |
2006-06-02 | fix fdflish typo (reported by erik hovland) | Paul Fox |
2006-06-01 | The common case APPLET() macro only needs three arguments. | Rob Landley |
2006-05-31 | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley |
2006-05-08 | add back in udhcp support | Mike Frysinger |
2006-05-07 | The udhcp was deleted from busybox in 14634. Bolting an external project to | Rob Landley |
2006-05-06 | fix udhcp again | Mike Frysinger |
2006-05-05 | Patch from Dennis Vlasenko simplifying the APPLET macros. | Rob Landley |
2006-05-04 | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley |
2006-04-27 | Patch from Dennis Vlasenko to add the option to compress help text. | Rob Landley |
2006-04-18 | New applet cksum, from Rob Sullivan. | Rob Landley |
2006-04-18 | - enable dumpleases applet again; bad rob | Bernhard Reutner-Fischer |
2006-04-17 | enable udhcp applets again; bad rob | Mike Frysinger |
2006-04-10 | Patch from Tito to unify deluser and delgroup, and generally shrink code. | Rob Landley |
2006-04-06 | - new applet diff. Rob Sullivan writes: | Bernhard Reutner-Fischer |
2006-03-27 | setlogcons, from Jan Kaszka. | Rob Landley |
2006-03-20 | Cleanup: remove double quotes that don't seem to be needed. | Rob Landley |
2006-03-14 | Tito unified fdflush and freeramdisk. I tweaked the result a bit. | Rob Landley |
2006-02-23 | Convert all the applets from #include to USE(). Had to fix some nonstandard | Rob Landley |
2006-02-22 | fix applet order | Mike Frysinger |
2006-02-21 | add setarch/linux32/linux64 applet | Mike Frysinger |
2006-01-30 | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley |
2006-01-25 | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" |
2006-01-20 | Patch from Aurelien Jacobs to add unlzma. (A new decompression type, | Rob Landley |
2005-12-13 | Nothing to see here. Move along. | Rob Landley |
2005-12-06 | Tito is using broken kernel headers that pollute the namespace with every | Rob Landley |
2005-10-28 | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | Bernhard Reutner-Fischer |