Age | Commit message (Expand) | Author |
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko |
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko |
2006-09-29 | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | Denis Vlasenko |
2006-09-29 | grep: add help text; fix style | Denis Vlasenko |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko |
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko |
2006-09-27 | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko |
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko |
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko |
2006-09-27 | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko |
2006-09-26 | wget: add (configurable) large file support. Run tested. | 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-09-20 | The Software Freedom Law Center wants us to add a copyright notice to the | Rob Landley |
2006-09-20 | - fix documentation for the command-line options of ipcs. Closes #1036 | Bernhard Reutner-Fischer |
2006-09-19 | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-15 | - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. | Bernhard Reutner-Fischer |
2006-09-15 | Unbreak allbareconfig. | Rob Landley |
2006-09-14 | mount: move code from nfsmount.c into mount.c | Denis Vlasenko |
2006-09-12 | Revert duplicate patch. | Rob Landley |
2006-09-12 | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley |
2006-09-12 | Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. | Rob Landley |
2006-09-12 | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_... | Bernhard Reutner-Fischer |
2006-09-11 | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko |
2006-09-11 | - merge xstat.c into xfuncs.c | Bernhard Reutner-Fischer |
2006-09-11 | Error reporting fix for sulogin, plus remove help entries for options we never | Rob Landley |
2006-09-08 | login: style fixes | Denis Vlasenko |
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-09-03 | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko |
2006-09-03 | tar: revert older fix (non-portable), added new one. | Denis Vlasenko |
2006-09-02 | ping: implement -I option | Denis Vlasenko |
2006-09-02 | - patch from Csaba Henk to make the "User-Agent" header field configurable. | Bernhard Reutner-Fischer |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-28 | No real need for my_query_module() and this eliminates some type-punned | Rob Landley |
2006-08-20 | Michael Opdenacker contributed a readahead applet. | Rob Landley |
2006-08-10 | Ok, features.h already defines _OPEN_SOURCE (and complains if it's already | Rob Landley |
2006-08-09 | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley |
2006-08-09 | Update usage to talk about the new shared subtree stuff in mount. | Rob Landley |
2006-08-08 | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | 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-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-20 | move lchown/chown define out of specific files and into platform.h where it b... | Mike Frysinger |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |