| Commit message (Expand) | Author | Age | Files | Lines |
* | fix/shorten some usage strings | vda | 2006-12-17 | 1 | -349/+412 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -0/+8 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | vda | 2006-12-16 | 2 | -31/+31 |
* | build system: add "release" target | vda | 2006-12-12 | 2 | -23/+33 |
* | - s/:\t\t/\t/ for two helptexts. | aldot | 2006-12-07 | 1 | -5/+5 |
* | passwd: made smaller by ~130 bytes. size can go negative | vda | 2006-12-01 | 1 | -1/+1 |
* | fix support for globally disabling --long-options. | vda | 2006-11-29 | 1 | -1/+3 |
* | usage: fix few help texts, fix breakage: '\<tab>' | vda | 2006-11-28 | 1 | -50/+51 |
* | fix udhcpc help message, take steps to make usage.h less messy | vda | 2006-11-28 | 1 | -2241/+2240 |
* | udhcpc: convert to getopt32 | vda | 2006-11-27 | 1 | -0/+9 |
* | Provide our own isdigit macro. saves more than 400 bytes. | vda | 2006-11-27 | 1 | -1/+5 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 2 | -22/+62 |
* | Closing bug 730. libbb run_parts is using scandir (a GNUism), | vda | 2006-11-26 | 1 | -1/+0 |
* | tee: fix bug: argv[-1] is a no-no! | vda | 2006-11-25 | 1 | -1/+1 |
* | small improvements in str -> num convertors | vda | 2006-11-25 | 2 | -6/+12 |
* | regularize str -> num convertors | vda | 2006-11-25 | 2 | -34/+95 |
* | tar: sanitize option handling | vda | 2006-11-24 | 1 | -1/+1 |
* | tar: cache [ug]id->username/groupname mappings. Cuts down amount | vda | 2006-11-24 | 1 | -0/+1 |
* | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | vda | 2006-11-24 | 1 | -0/+6 |
* | header_verbose_list: stop truncating file size in listing | vda | 2006-11-24 | 1 | -5/+6 |
* | tar: | vda | 2006-11-24 | 1 | -1/+0 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | vda | 2006-11-22 | 1 | -0/+2 |
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | aldot | 2006-11-22 | 2 | -0/+18 |
* | telnetd: move generic stuff into libbb. It will make it easy | vda | 2006-11-22 | 1 | -0/+12 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | vda | 2006-11-22 | 2 | -8/+11 |
* | bb_INET_default[] is really just a const "default", | vda | 2006-11-21 | 2 | -5/+3 |
* | - add 'ip rule' support. First take.. | aldot | 2006-11-21 | 2 | -3/+15 |
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | vda | 2006-11-21 | 1 | -2/+1 |
* | dhcprelay: new applet | vda | 2006-11-20 | 2 | -0/+11 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -10/+10 |
* | nc: fix --help text | vda | 2006-11-18 | 1 | -6/+2 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -1/+1 |
* | runit: add runsv, runsvdir and sv. Oh yes. | vda | 2006-11-17 | 2 | -0/+19 |
* | httpd: reduce ifdef forest. comment out redundant PATH setting | vda | 2006-11-16 | 1 | -1/+1 |
* | httpd: add -i (inetd) and -f (foreground) otions. | vda | 2006-11-16 | 1 | -2/+5 |
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | vda | 2006-11-16 | 3 | -0/+10 |
* | 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 |