| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |