aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* - revert r16191; re-add resize() applet.aldot2006-10-252-0/+6
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-251-1/+1
* cp: update help textvda2006-10-221-4/+5
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-1/+4
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-201-3/+4
* raidautorun: new applet, by:vda2006-10-202-0/+8
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-6/+6
* build system: (try to) get rid of bb_config.h hackvda2006-10-192-152/+1
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)vda2006-10-191-0/+3
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-161-1/+5
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-161-13/+13
* grep: add support for -rvda2006-10-142-3/+4
* add open_read_close() and similar stuffvda2006-10-141-8/+15
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+3
* ifupdown: stop emitting annoying/misleading error messages.vda2006-10-111-0/+4
* nmeter: new applet. ~4kvda2006-10-112-0/+25
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-101-0/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-3/+8
* start_stop_daemon: add -N <nice> compatvda2006-10-082-0/+2
* correct largefile support, add comments about it.vda2006-10-081-22/+48
* attempt to regularize atoi mess.vda2006-10-082-24/+46
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-071-0/+25
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-1/+2
* httpd: add -u user[:grp] supportvda2006-10-052-5/+12
* fixing build system overhaul fallout...vda2006-10-051-0/+6
* build system overhaulvda2006-10-054-5/+142
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* random style fixesvda2006-10-031-14/+16
* runit/chpst: "change process state" utilityvda2006-10-033-3/+73
* eject: -T (implements single button open/close)vda2006-10-021-2/+3
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-1/+1
* g[un]zip: add support for -v (verbose).vda2006-10-012-8/+9
* syslogd: add option to suppress logging of messages lower than level N (-n N)vda2006-09-301-1/+2
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-291-0/+2
* grep: add help text; fix stylevda2006-09-291-1/+2
* top: add support for -b, -n <iterations>vda2006-09-291-6/+4
* usage.h: fix compile-time bugs exposed by previous changevda2006-09-271-8/+7
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-268/+75
* losetup: with no arguments lists all /dev/loopN. Corrected help text.vda2006-09-271-2/+3
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-272-4/+12
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-2/+2
* several fixes from openWRT projectvda2006-09-261-0/+1
* wget: add (configurable) large file support. Run tested.vda2006-09-261-0/+2
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-222-6/+1
* - add new applet resize.aldot2006-09-222-0/+6
* The Software Freedom Law Center wants us to add a copyright notice to thelandley2006-09-201-3/+4
* - fix documentation for the command-line options of ipcs. Closes #1036aldot2006-09-201-4/+4
* change char *string = "foo" -> char string[] = "foo"vda2006-09-191-26/+26