Age | Commit message (Expand) | Author |
2007-01-27 | - sum -r TODO should not print the filename as oposed to -s | Bernhard Reutner-Fischer |
2007-01-27 | - add a very few simple test for sum. | Bernhard Reutner-Fischer |
2007-01-27 | - the testharness needs busybox.links. Now the new foobar.tests work again | Bernhard Reutner-Fischer |
2007-01-27 | make it possible to build bbox without warnings again. | Denis Vlasenko |
2007-01-27 | fix warning in find.c | Denis Vlasenko |
2007-01-27 | Make -Werror configurable | Denis Vlasenko |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko |
2007-01-26 | add link to post 1.4.1 patches | Denis Vlasenko |
2007-01-26 | fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! | Denis Vlasenko |
2007-01-26 | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko |
2007-01-26 | fix "expr has no effect" warning | Denis Vlasenko |
2007-01-26 | bb_parse_mode: do not do umask() needlessly. | Denis Vlasenko |
2007-01-26 | - readahead depends on LFS | Bernhard Reutner-Fischer |
2007-01-26 | respect CFLAGS/CPPFLAGS in env | Mike Frysinger |
2007-01-26 | fix option -F mishandling | Denis Vlasenko |
2007-01-26 | fix non-ipv6 compile | Denis Vlasenko |
2007-01-25 | announce 1.4.1 | Denis Vlasenko |
2007-01-25 | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko |
2007-01-25 | accidentally applied wrong (old) patch, fixing up... | Denis Vlasenko |
2007-01-24 | opt_complementary doesn't like numeric opts :( | Denis Vlasenko |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko |
2007-01-24 | hostname declaration was misplaced | Denis Vlasenko |
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko |
2007-01-24 | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer |
2007-01-24 | - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult | Bernhard Reutner-Fischer |
2007-01-24 | combine depends lines | Mike Frysinger |
2007-01-24 | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o... | Mike Frysinger |
2007-01-24 | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger |
2007-01-24 | combine bool;prompt to just bool | Mike Frysinger |
2007-01-24 | combine bool;prompt to just bool | Mike Frysinger |
2007-01-24 | "depends ..." -> "depends on ..." | Mike Frysinger |
2007-01-24 | correct file format errors | Mike Frysinger |
2007-01-23 | - add hostcc-option checker | Bernhard Reutner-Fischer |
2007-01-23 | - call cc-option to check if the compiler supports the flags we asked to use | Bernhard Reutner-Fischer |
2007-01-23 | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer |
2007-01-23 | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer |
2007-01-22 | add link to fixes-1.4.0 | Denis Vlasenko |
2007-01-22 | fix warning from needlessly-global functions | Denis Vlasenko |
2007-01-22 | remove empty source files | Denis Vlasenko |
2007-01-22 | clean up commented out old code | Denis Vlasenko |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko |
2007-01-22 | - add more strict prototype checking to catch wrong and broken code (like nes... | Bernhard Reutner-Fischer |
2007-01-22 | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co... | Bernhard Reutner-Fischer |
2007-01-22 | - forgot to include ip_common.h | Bernhard Reutner-Fischer |
2007-01-22 | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer |
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko |
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko |
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko |