oweals/busybox.git
17 years agomsh: cleaning up for -Wwrite-strings part #3
Denis Vlasenko [Thu, 1 Feb 2007 01:43:39 +0000 (01:43 -0000)]
msh: cleaning up for -Wwrite-strings part #3

17 years agomsh: cleaning up for -Wwrite-strings part #2
Denis Vlasenko [Thu, 1 Feb 2007 01:43:16 +0000 (01:43 -0000)]
msh: cleaning up for -Wwrite-strings part #2

17 years agomsh: cleaning up for -Wwrite-strings
Denis Vlasenko [Thu, 1 Feb 2007 01:39:24 +0000 (01:39 -0000)]
msh: cleaning up for -Wwrite-strings

17 years agolash: -Wwrite-strings fixes
Denis Vlasenko [Tue, 30 Jan 2007 22:44:07 +0000 (22:44 -0000)]
lash: -Wwrite-strings fixes

17 years agohush: style fixes
Denis Vlasenko [Tue, 30 Jan 2007 22:32:09 +0000 (22:32 -0000)]
hush: style fixes

17 years agohush: now it's -Wwrite-strings clean
Denis Vlasenko [Tue, 30 Jan 2007 22:31:26 +0000 (22:31 -0000)]
hush: now it's -Wwrite-strings clean

17 years agohush: style fixes
Denis Vlasenko [Tue, 30 Jan 2007 22:30:09 +0000 (22:30 -0000)]
hush: style fixes

17 years agohust: -Wwrite-strings fixes
Denis Vlasenko [Tue, 30 Jan 2007 22:28:21 +0000 (22:28 -0000)]
hust: -Wwrite-strings fixes

17 years agosilly space saving in sed
Denis Vlasenko [Tue, 30 Jan 2007 22:25:16 +0000 (22:25 -0000)]
silly space saving in sed

17 years agomicro optimization
Denis Vlasenko [Tue, 30 Jan 2007 01:11:36 +0000 (01:11 -0000)]
micro optimization

17 years agopreparatory patch for -Wwrite-strings #8 (missed part)
Denis Vlasenko [Tue, 30 Jan 2007 00:44:41 +0000 (00:44 -0000)]
preparatory patch for -Wwrite-strings #8 (missed part)

17 years ago- improve spelling
Bernhard Reutner-Fischer [Mon, 29 Jan 2007 23:56:13 +0000 (23:56 -0000)]
- improve spelling

17 years agopreparatory patch for -Wwrite-strings #7: sed
Denis Vlasenko [Mon, 29 Jan 2007 23:44:38 +0000 (23:44 -0000)]
preparatory patch for -Wwrite-strings #7: sed
remaining: shell (rather scary mess in msh.c)

17 years agopreparatory patch for -Wwrite-strings #6
Denis Vlasenko [Mon, 29 Jan 2007 23:43:52 +0000 (23:43 -0000)]
preparatory patch for -Wwrite-strings #6

17 years agopreparatory patch for -Wwrite-strings #5
Denis Vlasenko [Mon, 29 Jan 2007 23:43:18 +0000 (23:43 -0000)]
preparatory patch for -Wwrite-strings #5

17 years agopreparatory patch for -Wwrite-strings #4
Denis Vlasenko [Mon, 29 Jan 2007 22:51:58 +0000 (22:51 -0000)]
preparatory patch for -Wwrite-strings #4

17 years agopreparatory patch for -Wwrite-strings #3
Denis Vlasenko [Mon, 29 Jan 2007 22:51:44 +0000 (22:51 -0000)]
preparatory patch for -Wwrite-strings #3

17 years agopreparatory patch for -Wwrite-strings #2
Denis Vlasenko [Mon, 29 Jan 2007 22:51:25 +0000 (22:51 -0000)]
preparatory patch for -Wwrite-strings #2

17 years agopreparatory patch for -Wwrite-strings #1
Denis Vlasenko [Mon, 29 Jan 2007 22:51:00 +0000 (22:51 -0000)]
preparatory patch for -Wwrite-strings #1

17 years agotaskset: fix incorrect rage spec and allow 0xXXX input
Denis Vlasenko [Mon, 29 Jan 2007 18:03:54 +0000 (18:03 -0000)]
taskset: fix incorrect rage spec and allow 0xXXX input
ping: shave off 60 bytes

17 years agoadd to testsuite and fix yet another sed corner case
Denis Vlasenko [Mon, 29 Jan 2007 17:10:19 +0000 (17:10 -0000)]
add to testsuite and fix yet another sed corner case

17 years agodisable -Wold-style-definition for gcc 3.x
Denis Vlasenko [Mon, 29 Jan 2007 17:08:51 +0000 (17:08 -0000)]
disable -Wold-style-definition for gcc 3.x

17 years agosed: fix 2 bugs (one testsuite entry + one newly found)
Denis Vlasenko [Mon, 29 Jan 2007 14:31:47 +0000 (14:31 -0000)]
sed: fix 2 bugs (one testsuite entry + one newly found)
but more importantly make code more understandable

17 years agofix all known regressions with sed and also make it simpler
Denis Vlasenko [Sun, 28 Jan 2007 23:26:15 +0000 (23:26 -0000)]
fix all known regressions with sed and also make it simpler

17 years agowc can emit unpredictable amount of whitespace
Denis Vlasenko [Sun, 28 Jan 2007 16:59:30 +0000 (16:59 -0000)]
wc can emit unpredictable amount of whitespace

17 years agowork around gcc bug
Denis Vlasenko [Sun, 28 Jan 2007 16:07:45 +0000 (16:07 -0000)]
work around gcc bug

17 years agofix which-uses-default-path
Denis Vlasenko [Sun, 28 Jan 2007 15:31:19 +0000 (15:31 -0000)]
fix which-uses-default-path

17 years agocorrect bad English
Denis Vlasenko [Sun, 28 Jan 2007 14:51:32 +0000 (14:51 -0000)]
correct bad English

17 years ago- reinstate static for the command string arrray to be gentle to gcc-3.x
Bernhard Reutner-Fischer [Sun, 28 Jan 2007 11:14:26 +0000 (11:14 -0000)]
- reinstate static for the command string arrray to be gentle to gcc-3.x

17 years ago- document the multicast argument for ip link
Bernhard Reutner-Fischer [Sun, 28 Jan 2007 00:39:30 +0000 (00:39 -0000)]
- document the multicast argument for ip link

17 years ago- use uint32_t as suggested by vda.
Bernhard Reutner-Fischer [Sun, 28 Jan 2007 00:20:46 +0000 (00:20 -0000)]
- use uint32_t as suggested by vda.
- 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

17 years agoether-wake: remove #warning
Denis Vlasenko [Sat, 27 Jan 2007 23:18:58 +0000 (23:18 -0000)]
ether-wake: remove #warning

17 years agosvlogd: batch writes if !timestamp
Denis Vlasenko [Sat, 27 Jan 2007 23:15:50 +0000 (23:15 -0000)]
svlogd: batch writes if !timestamp

17 years agosvlogd: remove unused buffering, stop doing tons of memcpy
Denis Vlasenko [Sat, 27 Jan 2007 22:24:59 +0000 (22:24 -0000)]
svlogd: remove unused buffering, stop doing tons of memcpy

17 years agorunit/* cleanup part 3 (just deleting unused code)
Denis Vlasenko [Sat, 27 Jan 2007 22:22:53 +0000 (22:22 -0000)]
runit/* cleanup part 3 (just deleting unused code)

17 years agorunit/* cleanup part 2
Denis Vlasenko [Sat, 27 Jan 2007 22:22:17 +0000 (22:22 -0000)]
runit/* cleanup part 2

17 years agorunit cleanup part 1
Denis Vlasenko [Sat, 27 Jan 2007 22:21:52 +0000 (22:21 -0000)]
runit cleanup part 1

17 years agouse bb_sanitize_stdio() where appropriate
Denis Vlasenko [Sat, 27 Jan 2007 22:21:12 +0000 (22:21 -0000)]
use bb_sanitize_stdio() where appropriate

17 years ago- sum -r TODO should not print the filename as oposed to -s
Bernhard Reutner-Fischer [Sat, 27 Jan 2007 22:11:28 +0000 (22:11 -0000)]
- sum -r TODO should not print the filename as oposed to -s
  Unfortunately, without rewriting sum, this bugfix adds 19 (!) bytes.

17 years ago- add a very few simple test for sum.
Bernhard Reutner-Fischer [Sat, 27 Jan 2007 22:07:54 +0000 (22:07 -0000)]
- add a very few simple test for sum.
  The very first is currently broken

17 years ago- the testharness needs busybox.links. Now the new foobar.tests work again
Bernhard Reutner-Fischer [Sat, 27 Jan 2007 22:04:58 +0000 (22:04 -0000)]
- the testharness needs busybox.links. Now the new foobar.tests work again

17 years agomake it possible to build bbox without warnings again.
Denis Vlasenko [Sat, 27 Jan 2007 14:03:15 +0000 (14:03 -0000)]
make it possible to build bbox without warnings again.

17 years agofix warning in find.c
Denis Vlasenko [Sat, 27 Jan 2007 13:45:17 +0000 (13:45 -0000)]
fix warning in find.c

17 years agoMake -Werror configurable
Denis Vlasenko [Sat, 27 Jan 2007 13:44:53 +0000 (13:44 -0000)]
Make -Werror configurable

17 years agofix numbering in switch(): we don't have "del" anymore,
Denis Vlasenko [Sat, 27 Jan 2007 13:13:45 +0000 (13:13 -0000)]
fix numbering in switch(): we don't have "del" anymore,
substring match on "delete" handles it ok. But we (I?)
forgot to renumber case labels...

17 years agoadd link to post 1.4.1 patches
Denis Vlasenko [Fri, 26 Jan 2007 23:35:12 +0000 (23:35 -0000)]
add link to post 1.4.1 patches

17 years agofix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!
Denis Vlasenko [Fri, 26 Jan 2007 23:31:05 +0000 (23:31 -0000)]
fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!

17 years agofind: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
Denis Vlasenko [Fri, 26 Jan 2007 23:00:05 +0000 (23:00 -0000)]
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
chmod: better name for a variable

17 years agofix "expr has no effect" warning
Denis Vlasenko [Fri, 26 Jan 2007 22:55:12 +0000 (22:55 -0000)]
fix "expr has no effect" warning

17 years agobb_parse_mode: do not do umask() needlessly.
Denis Vlasenko [Fri, 26 Jan 2007 22:54:01 +0000 (22:54 -0000)]
bb_parse_mode: do not do umask() needlessly.

17 years ago- readahead depends on LFS
Bernhard Reutner-Fischer [Fri, 26 Jan 2007 09:03:23 +0000 (09:03 -0000)]
- readahead depends on LFS

17 years agorespect CFLAGS/CPPFLAGS in env
Mike Frysinger [Fri, 26 Jan 2007 07:14:01 +0000 (07:14 -0000)]
respect CFLAGS/CPPFLAGS in env

17 years agofix option -F mishandling
Denis Vlasenko [Fri, 26 Jan 2007 07:02:56 +0000 (07:02 -0000)]
fix option -F mishandling

17 years agofix non-ipv6 compile
Denis Vlasenko [Fri, 26 Jan 2007 07:01:10 +0000 (07:01 -0000)]
fix non-ipv6 compile

17 years agoannounce 1.4.1
Denis Vlasenko [Thu, 25 Jan 2007 21:10:43 +0000 (21:10 -0000)]
announce 1.4.1

17 years agoarping: stop using last gethostbyname2 in the tree
Denis Vlasenko [Thu, 25 Jan 2007 19:44:38 +0000 (19:44 -0000)]
arping: stop using last gethostbyname2 in the tree
hostname: small optimization

17 years agoaccidentally applied wrong (old) patch, fixing up...
Denis Vlasenko [Thu, 25 Jan 2007 00:00:02 +0000 (00:00 -0000)]
accidentally applied wrong (old) patch, fixing up...

17 years agoopt_complementary doesn't like numeric opts :(
Denis Vlasenko [Wed, 24 Jan 2007 23:55:34 +0000 (23:55 -0000)]
opt_complementary doesn't like numeric opts :(

17 years agoUnify ping and ping6. ping has -4 and -6 which force
Denis Vlasenko [Wed, 24 Jan 2007 23:53:22 +0000 (23:53 -0000)]
Unify ping and ping6. ping has -4 and -6 which force
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".

17 years agohostname declaration was misplaced
Denis Vlasenko [Wed, 24 Jan 2007 22:12:35 +0000 (22:12 -0000)]
hostname declaration was misplaced

17 years agoaccumulated post-1.4.0 fixes
Denis Vlasenko [Wed, 24 Jan 2007 22:02:01 +0000 (22:02 -0000)]
accumulated post-1.4.0 fixes

17 years ago- remove nested function. Saves ~30 bytes.
Bernhard Reutner-Fischer [Wed, 24 Jan 2007 21:38:10 +0000 (21:38 -0000)]
- remove nested function. Saves ~30 bytes.

17 years ago- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult
Bernhard Reutner-Fischer [Wed, 24 Jan 2007 21:13:16 +0000 (21:13 -0000)]
- TODO: merge 'struct suffix_mult $several_suffixes[]  into a struct suffix_mult
  for several in head tail od_bloaty hexdump svlogd

17 years agocombine depends lines
Mike Frysinger [Wed, 24 Jan 2007 14:50:27 +0000 (14:50 -0000)]
combine depends lines

17 years agoas Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order...
Mike Frysinger [Wed, 24 Jan 2007 14:34:35 +0000 (14:34 -0000)]
as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file

17 years agochange "bool ... if OPT" to more common "depend ... OPT"
Mike Frysinger [Wed, 24 Jan 2007 12:16:08 +0000 (12:16 -0000)]
change "bool ... if OPT" to more common "depend ... OPT"

17 years agocombine bool;prompt to just bool
Mike Frysinger [Wed, 24 Jan 2007 09:32:42 +0000 (09:32 -0000)]
combine bool;prompt to just bool

17 years agocombine bool;prompt to just bool
Mike Frysinger [Wed, 24 Jan 2007 09:32:19 +0000 (09:32 -0000)]
combine bool;prompt to just bool

17 years ago"depends ..." -> "depends on ..."
Mike Frysinger [Wed, 24 Jan 2007 09:14:09 +0000 (09:14 -0000)]
"depends ..." -> "depends on ..."

17 years agocorrect file format errors
Mike Frysinger [Wed, 24 Jan 2007 08:24:43 +0000 (08:24 -0000)]
correct file format errors

17 years ago- add hostcc-option checker
Bernhard Reutner-Fischer [Tue, 23 Jan 2007 11:44:14 +0000 (11:44 -0000)]
- add hostcc-option checker

17 years ago- call cc-option to check if the compiler supports the flags we asked to use
Bernhard Reutner-Fischer [Tue, 23 Jan 2007 11:39:13 +0000 (11:39 -0000)]
- call cc-option to check if the compiler supports the flags we asked to use

17 years ago- add an unsupported makefile for IMA compiles
Bernhard Reutner-Fischer [Tue, 23 Jan 2007 01:29:04 +0000 (01:29 -0000)]
- add an unsupported makefile for IMA compiles
  Nice for catching eventual breakage early on..

17 years ago- rtnl_rttable_a2n wants an unsigned int32
Bernhard Reutner-Fischer [Tue, 23 Jan 2007 01:27:17 +0000 (01:27 -0000)]
- rtnl_rttable_a2n wants an unsigned int32

17 years agoadd link to fixes-1.4.0
Denis Vlasenko [Mon, 22 Jan 2007 23:39:08 +0000 (23:39 -0000)]
add link to fixes-1.4.0

17 years agofix warning from needlessly-global functions
Denis Vlasenko [Mon, 22 Jan 2007 23:04:27 +0000 (23:04 -0000)]
fix warning from needlessly-global functions

17 years agoremove empty source files
Denis Vlasenko [Mon, 22 Jan 2007 22:47:07 +0000 (22:47 -0000)]
remove empty source files

17 years agoclean up commented out old code
Denis Vlasenko [Mon, 22 Jan 2007 22:46:04 +0000 (22:46 -0000)]
clean up commented out old code

17 years agoping6: stop using xgethostbyname2, remove it from libbb.
Denis Vlasenko [Mon, 22 Jan 2007 22:45:27 +0000 (22:45 -0000)]
ping6: stop using xgethostbyname2, remove it from libbb.

17 years agonslookup: full circle. Here we started IPv6 work. Use "new API"
Denis Vlasenko [Mon, 22 Jan 2007 22:43:05 +0000 (22:43 -0000)]
nslookup: full circle. Here we started IPv6 work. Use "new API"
and thus save a few bytes.

17 years ago- add more strict prototype checking to catch wrong and broken code (like nested...
Bernhard Reutner-Fischer [Mon, 22 Jan 2007 17:50:21 +0000 (17:50 -0000)]
- add more strict prototype checking to catch wrong and broken code (like nested functions)

17 years ago- the archivers expect mode to be a mode_t, so do not trip signed/unsigned conversion...
Bernhard Reutner-Fischer [Mon, 22 Jan 2007 17:48:08 +0000 (17:48 -0000)]
- the archivers expect mode to be a mode_t, so do not trip signed/unsigned conversion purposefully

17 years ago- forgot to include ip_common.h
Bernhard Reutner-Fischer [Mon, 22 Jan 2007 17:42:37 +0000 (17:42 -0000)]
- forgot to include ip_common.h

17 years ago- not sure if we want a timestamp there, so put one in
Bernhard Reutner-Fischer [Mon, 22 Jan 2007 17:12:56 +0000 (17:12 -0000)]
- not sure if we want a timestamp there, so put one in

17 years ago- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer [Mon, 22 Jan 2007 17:04:53 +0000 (17:04 -0000)]
- sed -i -e "/\$Id:/d;"

17 years agocleanups: unnecessary casts, unified const_1, eliminate cross-.c file
Denis Vlasenko [Mon, 22 Jan 2007 14:12:08 +0000 (14:12 -0000)]
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED",
removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.

17 years agodnsd: getfileentry was leaking memory
Denis Vlasenko [Mon, 22 Jan 2007 14:06:03 +0000 (14:06 -0000)]
dnsd: getfileentry was leaking memory
mount: improve readability

17 years agoexterminate u_intXXX.
Denis Vlasenko [Mon, 22 Jan 2007 14:04:27 +0000 (14:04 -0000)]
exterminate u_intXXX.
fix ping6 buglet (memset is too short), minor sync between ping and ping6

17 years agocomment out unused old networking API parts
Denis Vlasenko [Mon, 22 Jan 2007 09:36:41 +0000 (09:36 -0000)]
comment out unused old networking API parts
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port)

17 years agoremove obsolete FEATURE_WGET_IP6_LITERAL
Denis Vlasenko [Mon, 22 Jan 2007 09:14:02 +0000 (09:14 -0000)]
remove obsolete FEATURE_WGET_IP6_LITERAL

17 years agodefconfig: refresh
Denis Vlasenko [Mon, 22 Jan 2007 09:12:15 +0000 (09:12 -0000)]
defconfig: refresh

17 years agomove shell/cmdedit.c -> libbb/lineedit.c
Denis Vlasenko [Mon, 22 Jan 2007 09:03:42 +0000 (09:03 -0000)]
move shell/cmdedit.c -> libbb/lineedit.c

17 years agocmdedit is not a 'command' editing anymore, it's just editing (generic),
Denis Vlasenko [Mon, 22 Jan 2007 09:03:07 +0000 (09:03 -0000)]
cmdedit is not a 'command' editing anymore, it's just editing (generic),
so rename stuff accordingly.

17 years agocmdedit: fix breakage
Denis Vlasenko [Mon, 22 Jan 2007 08:34:44 +0000 (08:34 -0000)]
cmdedit: fix breakage

17 years agocmdedit.h: remove
Denis Vlasenko [Mon, 22 Jan 2007 08:17:14 +0000 (08:17 -0000)]
cmdedit.h: remove

17 years agocmdedit: stop playing dirty games with atexit
Denis Vlasenko [Mon, 22 Jan 2007 07:30:26 +0000 (07:30 -0000)]
cmdedit: stop playing dirty games with atexit

17 years agoConvert cmdedit into more generic line input facility
Denis Vlasenko [Mon, 22 Jan 2007 07:21:38 +0000 (07:21 -0000)]
Convert cmdedit into more generic line input facility
(make history and completion optional at runtime).
Use it for fdisk, as an example.
Some unrelated fixes in fdisk are also here.

17 years agoIntroduce FEATURE_EDITING_FANCY_KEYS, so that user can disable
Denis Vlasenko [Sun, 21 Jan 2007 19:21:21 +0000 (19:21 -0000)]
Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable
less-known keys (e.g. Ctrl-B/E/F)

17 years agocmdedit: more optimizations
Denis Vlasenko [Sun, 21 Jan 2007 19:19:46 +0000 (19:19 -0000)]
cmdedit: more optimizations

17 years agocmdedit: small optimizations
Denis Vlasenko [Sun, 21 Jan 2007 19:18:59 +0000 (19:18 -0000)]
cmdedit: small optimizations