| Commit message (Expand) | Author | Age | Files | Lines |
* | small optimization | vda | 2006-11-24 | 1 | -4/+3 |
* | tar: fix multiple -t and/or -v options handling. | vda | 2006-11-24 | 1 | -8/+7 |
* | tar: sanitize option handling | vda | 2006-11-24 | 4 | -90/+88 |
* | tar: fix and sanitize handling of long filenames/linknames | vda | 2006-11-24 | 1 | -0/+1 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 3 | -5/+3 |
* | svn add makedev.c. Forgot as usual... :( | vda | 2006-11-24 | 1 | -0/+19 |
* | tar: small fixes: | vda | 2006-11-24 | 1 | -15/+19 |
* | tar: cache [ug]id->username/groupname mappings. Cuts down amount | vda | 2006-11-24 | 1 | -18/+48 |
* | tar: cry murder and bail out if file shrinks under us while we tar it up | vda | 2006-11-24 | 1 | -2/+1 |
* | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | vda | 2006-11-24 | 1 | -32/+90 |
* | tar: | vda | 2006-11-24 | 1 | -1/+0 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | vda | 2006-11-22 | 1 | -2/+11 |
* | fix double merge | vda | 2006-11-22 | 1 | -76/+0 |
* | telnetd: move generic stuff into libbb. It will make it easy | vda | 2006-11-22 | 1 | -0/+152 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | vda | 2006-11-22 | 1 | -0/+12 |
* | xgethostbyname: more readable | vda | 2006-11-21 | 1 | -5/+2 |
* | bb_INET_default[] is really just a const "default", | vda | 2006-11-21 | 2 | -19/+21 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 4 | -13/+13 |
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | vda | 2006-11-16 | 1 | -0/+10 |
* | wget: fix error message. | vda | 2006-11-10 | 1 | -4/+1 |
* | 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 |