| Commit message (Expand) | Author | Age | Files | Lines |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -4/+20 |
* | smart_ulltoa5: make available in libbb | vda | 2006-11-05 | 1 | -6/+54 |
* | replace /proc scanning code by more versatile one. | vda | 2006-11-05 | 2 | -93/+174 |
* | top: improve CPU% calculation | vda | 2006-11-05 | 1 | -7/+0 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 1 | -4/+4 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 2 | -15/+13 |
* | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 2006-11-01 | 1 | -11/+3 |
* | reads: fix bug 1078 | vda | 2006-10-31 | 1 | -1/+2 |
* | login: re-enable Ctrl-^C before execing shell. | vda | 2006-10-31 | 2 | -77/+55 |
* | dd: fix bugs: always assumed conv=sync, died on write errors | vda | 2006-10-31 | 1 | -1/+1 |
* | find: a lot more compliant to 'standard' find | vda | 2006-10-29 | 1 | -1/+8 |
* | ls: cleanup part 1 | vda | 2006-10-28 | 1 | -1/+1 |
* | recursive_action: add depth param | vda | 2006-10-27 | 1 | -16/+24 |
* | recursive_action: preparatory changes. will introduce "int level". | vda | 2006-10-27 | 1 | -50/+48 |
* | modprobe: reformat to match bbox style | vda | 2006-10-27 | 1 | -5/+2 |
* | reshuffle libbb.h contents so that order of decls makes sense | vda | 2006-10-27 | 1 | -4/+5 |
* | get_terminal_width_height: do not pass insanely large values | vda | 2006-10-27 | 1 | -12/+23 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -4/+4 |
* | As usual, I forgot "svn del"... | vda | 2006-10-27 | 1 | -96/+0 |
* | ...and yet another small fix. Ouch... | vda | 2006-10-26 | 1 | -1/+1 |
* | rename functions to more understandable names | vda | 2006-10-26 | 6 | -21/+15 |
* | remove bb_printf and the like | vda | 2006-10-26 | 4 | -9/+6 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | vda | 2006-10-26 | 1 | -6/+12 |
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | vda | 2006-10-25 | 2 | -20/+34 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | vda | 2006-10-21 | 1 | -84/+126 |
* | readlink: do not emit errors if file doesnt not exist / not a link | vda | 2006-10-20 | 1 | -0/+9 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 3 | -4/+4 |
* | nc: fix 2 my own buglets, and few someone else's too. | vda | 2006-10-16 | 1 | -1/+1 |
* | grep: add support for -r | vda | 2006-10-14 | 1 | -7/+7 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 6 | -103/+144 |
* | xread/write can use full_read/write (smaller code) | vda | 2006-10-12 | 3 | -12/+8 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -2/+2 |
* | cut, mount: small improvements | vda | 2006-10-12 | 1 | -0/+1 |
* | small style fixes | vda | 2006-10-12 | 3 | -5/+9 |
* | execable: no need to check getenv for NULL, it works anyway. | vda | 2006-10-12 | 1 | -2/+1 |
* | execable.c: forgot to do "svn add" again... | vda | 2006-10-12 | 1 | -0/+62 |
* | ifupdown: stop emitting annoying/misleading error messages. | vda | 2006-10-11 | 1 | -1/+1 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 1 | -10/+8 |
* | od: provide full-blown od from coreutils if CONFIG_DESKTOP | vda | 2006-10-10 | 1 | -0/+6 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -2/+7 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -0/+5 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 2 | -6/+8 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 7 | -261/+326 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -0/+4 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 1 | -2/+3 |
* | build system overhaul | vda | 2006-10-05 | 11 | -423/+87 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 3 | -5/+5 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 2 | -75/+72 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 6 | -6/+6 |
* | fdformat: remove redundant check | vda | 2006-10-03 | 1 | -1/+1 |