| Commit message (Expand) | Author | Age | Files | Lines |
* | cut 0.5k off mkfs.minix | vda | 2006-11-29 | 2 | -9/+11 |
* | fix bug in new str -> num convertors | vda | 2006-11-28 | 1 | -4/+12 |
* | erase_mtab: do not limit ourself to 40 mtab entries | vda | 2006-11-27 | 1 | -32/+21 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 3 | -10/+10 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 2 | -4/+4 |
* | svn add bb_strtonum.c :( | vda | 2006-11-27 | 1 | -0/+147 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 5 | -181/+13 |
* | Closing bug 730. libbb run_parts is using scandir (a GNUism), | vda | 2006-11-26 | 2 | -120/+0 |
* | small fixes: | vda | 2006-11-26 | 1 | -11/+19 |
* | tee: fix bug: argv[-1] is a no-no! | vda | 2006-11-25 | 2 | -19/+32 |
* | small improvements in str -> num convertors | vda | 2006-11-25 | 1 | -3/+13 |
* | regularize str -> num convertors | vda | 2006-11-25 | 4 | -237/+267 |
* | 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 |