aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-1/+2
* usage.h: stop using ancient USAGE_xxx (we have USE_xx now)vda2006-11-051-34/+13
* ps: implement POSIX-like options, most notably -ovda2006-11-051-0/+15
* smart_ulltoa5: make available in libbbvda2006-11-051-0/+1
* replace /proc scanning code by more versatile one.vda2006-11-051-12/+36
* top: improve CPU% calculationvda2006-11-051-2/+2
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+3
* PID should be stored in pid_t, not int or long.vda2006-11-011-4/+3
* ls: cleanup part 1vda2006-10-281-4/+4
* recursive_action: add depth paramvda2006-10-271-4/+4
* chgrp: just call chown! :)vda2006-10-271-2/+8
* chown: add -vcf support if CONFIG_DESKTOPvda2006-10-271-2/+7
* chmod: support -vcf if CONFIG_DESKTOPvda2006-10-271-2/+7
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-268/+250
* Fix minor breakage in previous commitvda2006-10-261-2/+2
* rename functions to more understandable namesvda2006-10-261-15/+17
* remove bb_printf and the likevda2006-10-261-13/+4
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-1/+3
* - 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