Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 32 | -109/+110 | |
| | ||||||
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 17 | -52/+59 | |
| | ||||||
* | taskset: fix incorrect rage spec and allow 0xXXX input | Denis Vlasenko | 2007-01-29 | 2 | -38/+31 | |
| | | | | ping: shave off 60 bytes | |||||
* | add to testsuite and fix yet another sed corner case | Denis Vlasenko | 2007-01-29 | 2 | -6/+27 | |
| | ||||||
* | disable -Wold-style-definition for gcc 3.x | Denis Vlasenko | 2007-01-29 | 3 | -7/+28 | |
| | ||||||
* | sed: fix 2 bugs (one testsuite entry + one newly found) | Denis Vlasenko | 2007-01-29 | 2 | -59/+63 | |
| | | | | but more importantly make code more understandable | |||||
* | fix all known regressions with sed and also make it simpler | Denis Vlasenko | 2007-01-28 | 2 | -28/+47 | |
| | ||||||
* | wc can emit unpredictable amount of whitespace | Denis Vlasenko | 2007-01-28 | 1 | -1/+2 | |
| | ||||||
* | work around gcc bug | Denis Vlasenko | 2007-01-28 | 1 | -1/+3 | |
| | ||||||
* | fix which-uses-default-path | Denis Vlasenko | 2007-01-28 | 1 | -0/+4 | |
| | ||||||
* | correct bad English | Denis Vlasenko | 2007-01-28 | 1 | -1/+1 | |
| | ||||||
* | - reinstate static for the command string arrray to be gentle to gcc-3.x | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+1 | |
| | ||||||
* | - document the multicast argument for ip link | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+1 | |
| | ||||||
* | - use uint32_t as suggested by vda. | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -7/+9 | |
| | | | | | | | - minor size- and readability tweaks while at it: text data bss dec hex filename 2631 0 0 2631 a47 networking/libiproute/iprule.o.orig 2596 0 0 2596 a24 networking/libiproute/iprule.o | |||||
* | ether-wake: remove #warning | Denis Vlasenko | 2007-01-27 | 1 | -2/+0 | |
| | ||||||
* | svlogd: batch writes if !timestamp | Denis Vlasenko | 2007-01-27 | 1 | -19/+29 | |
| | ||||||
* | svlogd: remove unused buffering, stop doing tons of memcpy | Denis Vlasenko | 2007-01-27 | 2 | -34/+58 | |
| | ||||||
* | runit/* cleanup part 3 (just deleting unused code) | Denis Vlasenko | 2007-01-27 | 2 | -788/+4 | |
| | ||||||
* | runit/* cleanup part 2 | Denis Vlasenko | 2007-01-27 | 4 | -33/+43 | |
| | ||||||
* | runit cleanup part 1 | Denis Vlasenko | 2007-01-27 | 6 | -190/+271 | |
| | ||||||
* | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | 2007-01-27 | 5 | -36/+27 | |
| | ||||||
* | - sum -r TODO should not print the filename as oposed to -s | Bernhard Reutner-Fischer | 2007-01-27 | 1 | -16/+21 | |
| | | | | Unfortunately, without rewriting sum, this bugfix adds 19 (!) bytes. | |||||
* | - add a very few simple test for sum. | Bernhard Reutner-Fischer | 2007-01-27 | 1 | -0/+24 | |
| | | | | The very first is currently broken | |||||
* | - the testharness needs busybox.links. Now the new foobar.tests work again | Bernhard Reutner-Fischer | 2007-01-27 | 1 | -2/+2 | |
| | ||||||
* | make it possible to build bbox without warnings again. | Denis Vlasenko | 2007-01-27 | 1 | -4/+14 | |
| | ||||||
* | 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 | |
| |