aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* recursive_action: preparatory changes. will introduce "int level".vda2006-10-271-50/+48
* modprobe: reformat to match bbox stylevda2006-10-271-5/+2
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-4/+5
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-12/+23
* last nail into error_msg() (de)capitalizationvda2006-10-271-4/+4
* As usual, I forgot "svn del"...vda2006-10-271-96/+0
* ...and yet another small fix. Ouch...vda2006-10-261-1/+1
* rename functions to more understandable namesvda2006-10-266-21/+15
* remove bb_printf and the likevda2006-10-264-9/+6
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-6/+12
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-252-20/+34
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-84/+126
* readlink: do not emit errors if file doesnt not exist / not a linkvda2006-10-201-0/+9
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-203-4/+4
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-161-1/+1
* grep: add support for -rvda2006-10-141-7/+7
* add open_read_close() and similar stuffvda2006-10-146-103/+144
* xread/write can use full_read/write (smaller code)vda2006-10-123-12/+8
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+2
* cut, mount: small improvementsvda2006-10-121-0/+1
* small style fixesvda2006-10-123-5/+9
* execable: no need to check getenv for NULL, it works anyway.vda2006-10-121-2/+1
* execable.c: forgot to do "svn add" again...vda2006-10-121-0/+62
* ifupdown: stop emitting annoying/misleading error messages.vda2006-10-111-1/+1
* nmeter: new applet. ~4kvda2006-10-111-10/+8
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-101-0/+6
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-2/+7
* start_stop_daemon: add -N <nice> compatvda2006-10-081-0/+5
* correct largefile support, add comments about it.vda2006-10-082-6/+8
* attempt to regularize atoi mess.vda2006-10-087-261/+326
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-0/+4
* httpd: add -u user[:grp] supportvda2006-10-051-2/+3
* build system overhaulvda2006-10-0511-423/+87
* bb_applet_name -> applet_namevda2006-10-033-5/+5
* getopt_ulflags -> getopt32.vda2006-10-032-75/+72
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-036-6/+6
* fdformat: remove redundant checkvda2006-10-031-1/+1
* random style fixesvda2006-10-032-3/+3
* runit/chpst: "change process state" utilityvda2006-10-032-27/+28
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-3/+3
* lsmod: repair indentationvda2006-09-301-2/+2
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* top: add support for -b, -n <iterations>vda2006-09-291-8/+0
* getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_vda2006-09-291-183/+189
* getopt_ulflags: formatting fixesvda2006-09-291-71/+71
* xargs: simplify option parsingvda2006-09-291-0/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-281-17/+16
* usage.h: fix compile-time bugs exposed by previous changevda2006-09-271-3/+1
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-7/+6
* process utilities related style cleanupvda2006-09-271-9/+8