aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-10-14grep: add support for -rDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-11ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
2006-10-10od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-10-08start_stop_daemon: add -N <nice> compatDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko
2006-10-05httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05fixing build system overhaul fallout...Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03random style fixesDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
2006-10-02eject: -T (implements single button open/close)Denis Vlasenko
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-09-30syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko
2006-09-29losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko
2006-09-29grep: add help text; fix styleDenis Vlasenko
2006-09-29top: add support for -b, -n <iterations>Denis Vlasenko
2006-09-27usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko
2006-09-27usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko
2006-09-27losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko
2006-09-26several fixes from openWRT projectDenis Vlasenko
2006-09-26wget: 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-20The Software Freedom Law Center wants us to add a copyright notice to theRob Landley
2006-09-20- fix documentation for the command-line options of ipcs. Closes #1036Bernhard Reutner-Fischer
2006-09-19change char *string = "foo" -> char string[] = "foo"Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-15- Steven Scholz pointed out that ssd's make-pid doesn't take an argument.Bernhard Reutner-Fischer
2006-09-15Unbreak allbareconfig.Rob Landley
2006-09-14mount: move code from nfsmount.c into mount.cDenis Vlasenko
2006-09-12Revert duplicate patch.Rob Landley
2006-09-12Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley
2006-09-12Fix 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-11nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko
2006-09-11- merge xstat.c into xfuncs.cBernhard Reutner-Fischer
2006-09-11Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley