Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix warning in find.c | Denis Vlasenko | 2007-01-27 | 3 | -6/+6 |
| | |||||
* | Make -Werror configurable | Denis Vlasenko | 2007-01-27 | 3 | -11/+25 |
| | |||||
* | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko | 2007-01-27 | 2 | -14/+16 |
| | | | | | substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels... | ||||
* | add link to post 1.4.1 patches | Denis Vlasenko | 2007-01-26 | 1 | -1/+2 |
| | |||||
* | fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! | Denis Vlasenko | 2007-01-26 | 2 | -3/+3 |
| | |||||
* | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko | 2007-01-26 | 2 | -30/+43 |
| | | | | chmod: better name for a variable | ||||
* | fix "expr has no effect" warning | Denis Vlasenko | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | bb_parse_mode: do not do umask() needlessly. | Denis Vlasenko | 2007-01-26 | 1 | -34/+18 |
| | |||||
* | - readahead depends on LFS | Bernhard Reutner-Fischer | 2007-01-26 | 1 | -0/+1 |
| | |||||
* | respect CFLAGS/CPPFLAGS in env | Mike Frysinger | 2007-01-26 | 1 | -3/+3 |
| | |||||
* | fix option -F mishandling | Denis Vlasenko | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | fix non-ipv6 compile | Denis Vlasenko | 2007-01-26 | 1 | -0/+3 |
| | |||||
* | announce 1.4.1 | Denis Vlasenko | 2007-01-25 | 1 | -0/+7 |
| | |||||
* | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | 2007-01-25 | 3 | -12/+9 |
| | | | | hostname: small optimization | ||||
* | accidentally applied wrong (old) patch, fixing up... | Denis Vlasenko | 2007-01-25 | 1 | -8/+7 |
| | |||||
* | opt_complementary doesn't like numeric opts :( | Denis Vlasenko | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 7 | -571/+472 |
| | | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | ||||
* | hostname declaration was misplaced | Denis Vlasenko | 2007-01-24 | 1 | -2/+2 |
| | |||||
* | accumulated post-1.4.0 fixes | Denis Vlasenko | 2007-01-24 | 8 | -37/+45 |
| | |||||
* | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -11/+11 |
| | |||||
* | - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -0/+4 |
| | | | | for several in head tail od_bloaty hexdump svlogd | ||||
* | combine depends lines | Mike Frysinger | 2007-01-24 | 2 | -4/+2 |
| | |||||
* | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in ↵ | Mike Frysinger | 2007-01-24 | 1 | -4/+6 |
| | | | | order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file | ||||
* | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger | 2007-01-24 | 1 | -4/+4 |
| | |||||
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -2/+1 |
| | |||||
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -4/+2 |
| | |||||
* | "depends ..." -> "depends on ..." | Mike Frysinger | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | correct file format errors | Mike Frysinger | 2007-01-24 | 3 | -31/+31 |
| | |||||
* | - add hostcc-option checker | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+6 |
| | |||||
* | - call cc-option to check if the compiler supports the flags we asked to use | Bernhard Reutner-Fischer | 2007-01-23 | 2 | -12/+11 |
| | |||||
* | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+130 |
| | | | | Nice for catching eventual breakage early on.. | ||||
* | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | add link to fixes-1.4.0 | Denis Vlasenko | 2007-01-22 | 1 | -1/+2 |
| | |||||
* | fix warning from needlessly-global functions | Denis Vlasenko | 2007-01-22 | 6 | -10/+17 |
| | |||||
* | remove empty source files | Denis Vlasenko | 2007-01-22 | 2 | -2/+0 |
| | |||||
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 7 | -452/+16 |
| | |||||
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 6 | -52/+62 |
| | |||||
* | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | 2007-01-22 | 3 | -48/+132 |
| | | | | and thus save a few bytes. | ||||
* | - add more strict prototype checking to catch wrong and broken code (like ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+7 |
| | | | | nested functions) | ||||
* | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 2 | -3/+3 |
| | | | | conversion purposefully | ||||
* | - forgot to include ip_common.h | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -2/+3 |
| | |||||
* | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -0/+1 |
| | |||||
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 10 | -10/+0 |
| | |||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 17 | -260/+231 |
| | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | ||||
* | dnsd: getfileentry was leaking memory | Denis Vlasenko | 2007-01-22 | 2 | -29/+35 |
| | | | | mount: improve readability | ||||
* | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 6 | -67/+73 |
| | | | | fix ping6 buglet (memset is too short), minor sync between ping and ping6 | ||||
* | comment out unused old networking API parts | Denis Vlasenko | 2007-01-22 | 4 | -22/+30 |
| | | | | sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | ||||
* | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | 2007-01-22 | 3 | -38/+0 |
| | |||||
* | defconfig: refresh | Denis Vlasenko | 2007-01-22 | 1 | -17/+20 |
| | |||||
* | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | 2007-01-22 | 1 | -0/+0 |
| |