| Commit message (Expand) | Author | Age | Files | Lines |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -1/+2 |
* | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | vda | 2006-11-05 | 1 | -34/+13 |
* | ps: implement POSIX-like options, most notably -o | vda | 2006-11-05 | 1 | -0/+15 |
* | smart_ulltoa5: make available in libbb | vda | 2006-11-05 | 1 | -0/+1 |
* | replace /proc scanning code by more versatile one. | vda | 2006-11-05 | 1 | -12/+36 |
* | top: improve CPU% calculation | vda | 2006-11-05 | 1 | -2/+2 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 1 | -4/+3 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 1 | -4/+3 |
* | ls: cleanup part 1 | vda | 2006-10-28 | 1 | -4/+4 |
* | recursive_action: add depth param | vda | 2006-10-27 | 1 | -4/+4 |
* | chgrp: just call chown! :) | vda | 2006-10-27 | 1 | -2/+8 |
* | chown: add -vcf support if CONFIG_DESKTOP | vda | 2006-10-27 | 1 | -2/+7 |
* | chmod: support -vcf if CONFIG_DESKTOP | vda | 2006-10-27 | 1 | -2/+7 |
* | reshuffle libbb.h contents so that order of decls makes sense | vda | 2006-10-27 | 1 | -268/+250 |
* | Fix minor breakage in previous commit | vda | 2006-10-26 | 1 | -2/+2 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -15/+17 |
* | remove bb_printf and the like | vda | 2006-10-26 | 1 | -13/+4 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | vda | 2006-10-26 | 1 | -1/+3 |
* | - revert r16191; re-add resize() applet. | aldot | 2006-10-25 | 2 | -0/+6 |
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | vda | 2006-10-25 | 1 | -1/+1 |
* | cp: update help text | vda | 2006-10-22 | 1 | -4/+5 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | vda | 2006-10-21 | 1 | -1/+4 |
* | watch: execute command thru shell, not fork/exec. Other fixes | vda | 2006-10-20 | 1 | -3/+4 |
* | raidautorun: new applet, by: | vda | 2006-10-20 | 2 | -0/+8 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -6/+6 |
* | build system: (try to) get rid of bb_config.h hack | vda | 2006-10-19 | 2 | -152/+1 |
* | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | vda | 2006-10-19 | 1 | -0/+3 |
* | mount: support user mounts if CONFIG_DESKTOP | vda | 2006-10-16 | 1 | -1/+5 |
* | nc: fix 2 my own buglets, and few someone else's too. | vda | 2006-10-16 | 1 | -13/+13 |
* | grep: add support for -r | vda | 2006-10-14 | 2 | -3/+4 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -8/+15 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -2/+3 |
* | ifupdown: stop emitting annoying/misleading error messages. | vda | 2006-10-11 | 1 | -0/+4 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 2 | -0/+25 |
* | od: provide full-blown od from coreutils if CONFIG_DESKTOP | vda | 2006-10-10 | 1 | -0/+2 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -3/+8 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 2 | -0/+2 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 1 | -22/+48 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 2 | -24/+46 |
* | dd: make it recognize not only 'k' but 'K' too; | vda | 2006-10-07 | 1 | -0/+25 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -1/+2 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 2 | -5/+12 |
* | fixing build system overhaul fallout... | vda | 2006-10-05 | 1 | -0/+6 |
* | build system overhaul | vda | 2006-10-05 | 4 | -5/+142 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -4/+4 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 1 | -1/+1 |
* | random style fixes | vda | 2006-10-03 | 1 | -14/+16 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 3 | -3/+73 |
* | eject: -T (implements single button open/close) | vda | 2006-10-02 | 1 | -2/+3 |