aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-0/+4
* nmeter: new applet. ~4kDenis Vlasenko2006-10-112-0/+25
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-101-0/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-3/+8
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-082-0/+2
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-22/+48
* attempt to regularize atoi mess.Denis Vlasenko2006-10-082-24/+46
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-0/+25
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-1/+2
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-052-5/+12
* fixing build system overhaul fallout...Denis Vlasenko2006-10-051-0/+6
* build system overhaulDenis Vlasenko2006-10-054-5/+142
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* random style fixesDenis Vlasenko2006-10-031-14/+16
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-033-3/+73
* eject: -T (implements single button open/close)Denis Vlasenko2006-10-021-2/+3
* sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko2006-10-011-1/+1
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-012-8/+9
* syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko2006-09-301-1/+2
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko2006-09-291-0/+2
* grep: add help text; fix styleDenis Vlasenko2006-09-291-1/+2
* top: add support for -b, -n <iterations>Denis Vlasenko2006-09-291-6/+4
* usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko2006-09-271-8/+7
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-271-268/+75
* losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko2006-09-271-2/+3
* kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko2006-09-272-4/+12
* kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko2006-09-271-2/+2
* several fixes from openWRT projectDenis Vlasenko2006-09-261-0/+1
* wget: add (configurable) large file support. Run tested.Denis Vlasenko2006-09-261-0/+2
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-222-6/+1
* - add new applet resize.Bernhard Reutner-Fischer2006-09-222-0/+6
* The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2006-09-201-3/+4
* - fix documentation for the command-line options of ipcs. Closes #1036Bernhard Reutner-Fischer2006-09-201-4/+4
* change char *string = "foo" -> char string[] = "foo"Denis Vlasenko2006-09-191-26/+26
* whitespace cleanupDenis Vlasenko2006-09-173-6/+6
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.Bernhard Reutner-Fischer2006-09-151-1/+1
* Unbreak allbareconfig.Rob Landley2006-09-151-15/+3
* mount: move code from nfsmount.c into mount.cDenis Vlasenko2006-09-141-3/+0
* Revert duplicate patch.Rob Landley2006-09-121-8/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.Rob Landley2006-09-121-0/+8
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer2006-09-121-0/+8
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-111-2/+2
* - merge xstat.c into xfuncs.cBernhard Reutner-Fischer2006-09-111-1/+1
* Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2006-09-111-3/+7
* login: style fixesDenis Vlasenko2006-09-081-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-0/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-062-2/+13