aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-4/+20
* smart_ulltoa5: make available in libbbvda2006-11-051-6/+54
* replace /proc scanning code by more versatile one.vda2006-11-052-93/+174
* top: improve CPU% calculationvda2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.vda2006-11-012-15/+13
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-011-11/+3
* reads: fix bug 1078vda2006-10-311-1/+2
* login: re-enable Ctrl-^C before execing shell.vda2006-10-312-77/+55
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-1/+1
* find: a lot more compliant to 'standard' findvda2006-10-291-1/+8
* ls: cleanup part 1vda2006-10-281-1/+1
* recursive_action: add depth paramvda2006-10-271-16/+24
* 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