oweals/busybox.git
17 years agostty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
Denis Vlasenko [Fri, 12 Jan 2007 21:03:07 +0000 (21:03 -0000)]
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
stty -echo didn't work. Introduced by me :(

17 years agostty: rearrange functions, avoiding the need in forward declarations.
Denis Vlasenko [Fri, 12 Jan 2007 21:02:04 +0000 (21:02 -0000)]
stty: rearrange functions, avoiding the need in forward declarations.
No other code chages.

17 years agoundo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
Denis Vlasenko [Fri, 12 Jan 2007 21:01:05 +0000 (21:01 -0000)]
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
are perfectly okay, don't convert them to RESERVE_CONFIG_BUFFERs.

17 years agonext part of ipv6-ization. mostly netcat.
Denis Vlasenko [Fri, 12 Jan 2007 20:59:31 +0000 (20:59 -0000)]
next part of ipv6-ization. mostly netcat.

17 years agonext part of ipv6-ization. dnsd code is "interesting"...
Denis Vlasenko [Fri, 12 Jan 2007 14:57:37 +0000 (14:57 -0000)]
next part of ipv6-ization. dnsd code is "interesting"...

17 years agonext part of ipv6-ization is here: wget & httpd
Denis Vlasenko [Fri, 12 Jan 2007 10:35:23 +0000 (10:35 -0000)]
next part of ipv6-ization is here: wget & httpd

17 years agofakeinetd: attempted ipv6-ization (and it's done)
Denis Vlasenko [Thu, 11 Jan 2007 23:26:13 +0000 (23:26 -0000)]
fakeinetd: attempted ipv6-ization (and it's done)
but entire applet can be orders of magnitude smaller
if written as an inetd service.
So did that (#ifdef'ed out entire old version).
inetd version is less than 10% of old one!
function                                             old     new   delta
packed_usage                                       22083   22105     +22
nobodystr                                              4       -      -4
bind_ip_address                                        4       -      -4
ident_substr                                          20       -     -20
chmatch                                               22       -     -22
movefd                                                25       -     -25
skipchars                                             49       -     -49
handlexitsigs                                         51       -     -51
replyError                                            70       -     -70
.rodata                                           158120  158024     -96
deleteConn                                           102       -    -102
G                                                    524     388    -136
conns                                                560       -    -560
fakeidentd_main                                     1457     143   -1314
------------------------------------------------------------------------------
(add/remove: 0/10 grow/shrink: 1/3 up/down: 22/-2453)       Total: -2431 bytes

17 years agofix my own breakage
Denis Vlasenko [Thu, 11 Jan 2007 22:39:25 +0000 (22:39 -0000)]
fix my own breakage

17 years agoTrailing whitespace removal over entire tree
Denis Vlasenko [Thu, 11 Jan 2007 17:20:00 +0000 (17:20 -0000)]
Trailing whitespace removal over entire tree

17 years agofix verbose output; remove commented-out includes.
Denis Vlasenko [Thu, 11 Jan 2007 16:51:21 +0000 (16:51 -0000)]
fix verbose output; remove commented-out includes.

17 years agoipv6-ization efforts continue. Few bugs are found,
Denis Vlasenko [Thu, 11 Jan 2007 16:50:23 +0000 (16:50 -0000)]
ipv6-ization efforts continue. Few bugs are found,
unknown number likely introduced...

17 years agocode shrinkage by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko [Wed, 10 Jan 2007 22:35:54 +0000 (22:35 -0000)]
code shrinkage by Bernhard Fischer <rep.nop@aon.at>

17 years agomissed a few #undefs (no real impact I think)
Denis Vlasenko [Wed, 10 Jan 2007 20:57:03 +0000 (20:57 -0000)]
missed a few #undefs (no real impact I think)

17 years agofix bug 1146 (gunzip breakage introduced by me --vda)
Denis Vlasenko [Wed, 10 Jan 2007 20:50:04 +0000 (20:50 -0000)]
fix bug 1146 (gunzip breakage introduced by me --vda)

17 years agoa bit more IPv6-ization work
Denis Vlasenko [Wed, 10 Jan 2007 20:19:56 +0000 (20:19 -0000)]
a bit more IPv6-ization work
syslogd: converted to use it (in -R host:port)

17 years agoImprove generic ipv4+ipv6 support in libbb.
Denis Vlasenko [Wed, 10 Jan 2007 09:28:01 +0000 (09:28 -0000)]
Improve generic ipv4+ipv6 support in libbb.
Convert telnet to it. Now this works:
telnetd -b [::1]:1234 - bind to IPv6 non-standard port
telnet [::1]:1234 - connect to IPv6 non-standard port
telnet ::1 1234 - same
This does not require ANY ipv6-specific code in applets
(no struct sockaddr_in6. In fact, no sockaddr_in, too).

17 years agoexecute "safe applets" exev if not standalone shell
Denis Vlasenko [Wed, 10 Jan 2007 00:24:50 +0000 (00:24 -0000)]
execute "safe applets" exev if not standalone shell
(patch by "Eric Spakman" <E.Spakman@inter.nl.net>)

17 years agoFix typo in usage text by shortening it
Denis Vlasenko [Tue, 9 Jan 2007 23:48:46 +0000 (23:48 -0000)]
Fix typo in usage text by shortening it

17 years agoYet another small size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko [Tue, 9 Jan 2007 23:44:57 +0000 (23:44 -0000)]
Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>

17 years agosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko [Tue, 9 Jan 2007 23:43:28 +0000 (23:43 -0000)]
small size reduction by Bernhard Fischer <rep.nop@aon.at>

17 years agosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko [Tue, 9 Jan 2007 23:42:43 +0000 (23:42 -0000)]
small size reduction by Bernhard Fischer <rep.nop@aon.at>

17 years agocompilation fix by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko [Tue, 9 Jan 2007 23:39:48 +0000 (23:39 -0000)]
compilation fix by Bernhard Fischer <rep.nop@aon.at>

17 years ago- missing hunk to go with r17206
Bernhard Reutner-Fischer [Tue, 9 Jan 2007 17:41:54 +0000 (17:41 -0000)]
- missing hunk to go with r17206

17 years ago- shrink by 26 bytes or so
Bernhard Reutner-Fischer [Tue, 9 Jan 2007 17:37:32 +0000 (17:37 -0000)]
- shrink by 26 bytes or so

17 years ago- vapier wants LD to point to CC, revert my previous change
Bernhard Reutner-Fischer [Tue, 9 Jan 2007 17:36:26 +0000 (17:36 -0000)]
- vapier wants LD to point to CC, revert my previous change

17 years ago- shrink klogd a tiny bit.
Bernhard Reutner-Fischer [Tue, 9 Jan 2007 15:46:36 +0000 (15:46 -0000)]
- shrink klogd a tiny bit.
  Compile tested only, would have sent it to the list for review but they don't show up in the ML archives :-/
   text    data     bss     dec     hex filename
    533       0       0     533     215 sysklogd/klogd.o.orig
    530       0       0     530     212 sysklogd/klogd.o

17 years agovda, we once had a get_chomped_line_from_file or the like. Where is that nowadays...
Bernhard Reutner-Fischer [Tue, 9 Jan 2007 10:06:19 +0000 (10:06 -0000)]
vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets()
- shrink by ~9%: use common_buf, reuse are_you_root, adopt to global option_mask32

17 years agoping6: fix sequence numbers (missed ntoh) and ttl display.
Denis Vlasenko [Mon, 8 Jan 2007 23:55:33 +0000 (23:55 -0000)]
ping6: fix sequence numbers (missed ntoh) and ttl display.
(apparently some, eh, clever libc guy decided that
*CHANGING* IPV6_HOPLIMIT value in libc header is a nifty idea...)

17 years ago- guess we need dl too
Bernhard Reutner-Fischer [Mon, 8 Jan 2007 16:38:33 +0000 (16:38 -0000)]
- guess we need dl too

17 years ago- set LD to ld
Bernhard Reutner-Fischer [Mon, 8 Jan 2007 16:29:15 +0000 (16:29 -0000)]
- set LD to ld
- simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC

17 years agoPrevious "fix" wasn't good enough.
Denis Vlasenko [Sun, 7 Jan 2007 22:23:38 +0000 (22:23 -0000)]
Previous "fix" wasn't good enough.
Now *this* is the correct fix (I think).

17 years agoarp: small fixes for user-supplied device name case
Denis Vlasenko [Sun, 7 Jan 2007 22:20:33 +0000 (22:20 -0000)]
arp: small fixes for user-supplied device name case

17 years ago- style fixes and shrink by another 4 bytes while at it.
Bernhard Reutner-Fischer [Sun, 7 Jan 2007 22:12:35 +0000 (22:12 -0000)]
- style fixes and shrink by another 4 bytes while at it.

17 years agohttpd: stop adding our own "Content-type:" to CGI output
Denis Vlasenko [Sun, 7 Jan 2007 21:25:12 +0000 (21:25 -0000)]
httpd: stop adding our own "Content-type:" to CGI output

17 years agogzip cleanup part #13 - the last for today I think
Denis Vlasenko [Sun, 7 Jan 2007 19:45:51 +0000 (19:45 -0000)]
gzip cleanup part #13 - the last for today I think

17 years agogzip cleanup part #12
Denis Vlasenko [Sun, 7 Jan 2007 19:44:57 +0000 (19:44 -0000)]
gzip cleanup part #12

17 years agogzip cleanup part #11
Denis Vlasenko [Sun, 7 Jan 2007 19:44:35 +0000 (19:44 -0000)]
gzip cleanup part #11

17 years agogzip cleanup part #10
Denis Vlasenko [Sun, 7 Jan 2007 19:40:50 +0000 (19:40 -0000)]
gzip cleanup part #10

17 years agogzip cleanup part #9
Denis Vlasenko [Sun, 7 Jan 2007 19:40:34 +0000 (19:40 -0000)]
gzip cleanup part #9

17 years agogzip cleanup part #8
Denis Vlasenko [Sun, 7 Jan 2007 19:40:13 +0000 (19:40 -0000)]
gzip cleanup part #8

17 years agogzip cleanup part #7
Denis Vlasenko [Sun, 7 Jan 2007 19:39:54 +0000 (19:39 -0000)]
gzip cleanup part #7

17 years agogzip cleanup part #6
Denis Vlasenko [Sun, 7 Jan 2007 19:39:34 +0000 (19:39 -0000)]
gzip cleanup part #6

17 years agogzip cleanup part #5
Denis Vlasenko [Sun, 7 Jan 2007 19:39:02 +0000 (19:39 -0000)]
gzip cleanup part #5

17 years agogzip cleanup part #4
Denis Vlasenko [Sun, 7 Jan 2007 19:38:42 +0000 (19:38 -0000)]
gzip cleanup part #4

17 years agogzip cleanup part #3
Denis Vlasenko [Sun, 7 Jan 2007 19:38:26 +0000 (19:38 -0000)]
gzip cleanup part #3

17 years agogzip cleanup part #2
Denis Vlasenko [Sun, 7 Jan 2007 19:38:06 +0000 (19:38 -0000)]
gzip cleanup part #2

17 years agoa ton of gzip changes, split up in compiled and
Denis Vlasenko [Sun, 7 Jan 2007 19:37:42 +0000 (19:37 -0000)]
a ton of gzip changes, split up in compiled and
run-tested pieces. Code was rather messy.
It's not a bug fix, more like code cleanup.

This is the first part.

17 years agoI *always* forgotting svn add
Denis Vlasenko [Sun, 7 Jan 2007 19:35:11 +0000 (19:35 -0000)]
I *always* forgotting svn add

17 years ago- FIXME: someone broke diff -r
Bernhard Reutner-Fischer [Sun, 7 Jan 2007 15:56:09 +0000 (15:56 -0000)]
- FIXME: someone broke diff -r
- minor shrinkage i had lying around
   text    data     bss     dec     hex filename
   7002       8      88    7098    1bba diff.o.orig
   6936       8      81    7025    1b71 diff.o

17 years ago- a few minor tweaks
Bernhard Reutner-Fischer [Sun, 7 Jan 2007 15:53:18 +0000 (15:53 -0000)]
- a few minor tweaks

17 years ago- pull taskset.tests from the busybox_scratch branch
Bernhard Reutner-Fischer [Sun, 7 Jan 2007 15:19:34 +0000 (15:19 -0000)]
- pull taskset.tests from the busybox_scratch branch

17 years ago- add arp to defconfig
Bernhard Reutner-Fischer [Sun, 7 Jan 2007 12:18:59 +0000 (12:18 -0000)]
- add arp to defconfig

17 years agoadd arp applet - thanks to
Denis Vlasenko [Sun, 7 Jan 2007 01:24:12 +0000 (01:24 -0000)]
add arp applet - thanks to
"Eric Spakman" <E.Spakman@inter.nl.net>

17 years agowork around gcc's false warning
Denis Vlasenko [Sun, 7 Jan 2007 00:24:49 +0000 (00:24 -0000)]
work around gcc's false warning

17 years agodiff: small optimizations; do not try to diff non-seekable stream
Denis Vlasenko [Sun, 7 Jan 2007 00:21:41 +0000 (00:21 -0000)]
diff: small optimizations; do not try to diff non-seekable stream
(currently we don't support that)
sort: fixes. testsuites fixed:
sort with non-default leading delim 1
sort with non-default leading delim 2
sort key doesn't strip leading blanks, disables fallback global sort

17 years agosyslogs: a bit better wording in explanation how buffering
Denis Vlasenko [Sat, 6 Jan 2007 22:08:53 +0000 (22:08 -0000)]
syslogs: a bit better wording in explanation how buffering
is allocated

17 years ago- minor shrinkage: -25 bytes or so.
Bernhard Reutner-Fischer [Sat, 6 Jan 2007 21:47:09 +0000 (21:47 -0000)]
- minor shrinkage: -25 bytes or so.

17 years ago"kernel" => "busybox"
Denis Vlasenko [Sat, 6 Jan 2007 10:31:45 +0000 (10:31 -0000)]
"kernel" => "busybox"

17 years agokill unused variable
Denis Vlasenko [Sat, 6 Jan 2007 01:27:24 +0000 (01:27 -0000)]
kill unused variable

17 years agomove [g]zip decompressor state into malloc'ed buffer. size:
Denis Vlasenko [Sat, 6 Jan 2007 00:03:11 +0000 (00:03 -0000)]
move [g]zip decompressor state into malloc'ed buffer. size:
text    data     bss     dec     hex
5256       0     108    5364    14f4 - old
4915       0       0    4915    1333 - new

17 years agosplit inflate_xx_setup() subroutines from inflate_xx()
Denis Vlasenko [Fri, 5 Jan 2007 23:58:45 +0000 (23:58 -0000)]
split inflate_xx_setup() subroutines from inflate_xx()

17 years agodo not expose internal state of [g]zip unpacker.
Denis Vlasenko [Fri, 5 Jan 2007 23:56:53 +0000 (23:56 -0000)]
do not expose internal state of [g]zip unpacker.
fix memory leak in inflate_gunzip.

17 years agoStopped doing assignments inside expressions.
Denis Vlasenko [Fri, 5 Jan 2007 19:49:02 +0000 (19:49 -0000)]
Stopped doing assignments inside expressions.
Who wrote this gem, I wonder?

n -= (e = (e = gunzip_wsize - ((d &= gunzip_wsize - 1) > w ? d : w)) > n ? n : e);

17 years agodecompress_unzip: preparatory patch
Denis Vlasenko [Fri, 5 Jan 2007 19:46:04 +0000 (19:46 -0000)]
decompress_unzip: preparatory patch

17 years agoStop tracking buffer size - it is a constant.
Denis Vlasenko [Fri, 5 Jan 2007 14:04:47 +0000 (14:04 -0000)]
Stop tracking buffer size - it is a constant.
Stop ignoring write errors.
Fix bugs in this line:
rc->buffer_size = read(rc->fd, RC_BUFFER, rc->buffer_size);
(a) should use safe_read()
(b) just ONE short read (e.g. 4 bytes) will make ALL future reads short!

17 years agosimplify access to buffer, making code a bit smaller
Denis Vlasenko [Fri, 5 Jan 2007 13:59:05 +0000 (13:59 -0000)]
simplify access to buffer, making code a bit smaller

17 years ago- remove duplicate includes
Bernhard Reutner-Fischer [Thu, 4 Jan 2007 22:13:25 +0000 (22:13 -0000)]
- remove duplicate includes

17 years agosyslogd: start using bb_common_bufsiz1 instead of stack/malloc
Denis Vlasenko [Thu, 4 Jan 2007 21:22:11 +0000 (21:22 -0000)]
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
logger: optimize, also use bb_common_bufsiz1 (~40 bytes)
tested to eat arbitrarily-sized input at high speed - ok

17 years agosyslogd: stop doing open/fstat/lseek/close on _every_ write
Denis Vlasenko [Thu, 4 Jan 2007 18:02:32 +0000 (18:02 -0000)]
syslogd: stop doing open/fstat/lseek/close on _every_ write
(still doing it if more than a second passed in between).
Costs ~40 bytes.

17 years agonew libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko [Thu, 4 Jan 2007 17:59:59 +0000 (17:59 -0000)]
new libbb func: xmalloc_realpath (+ use it where makes sense)
syslogd, logread: add debugging code (disabled)
syslogs: drastically smaller bss; fix "-C n" behaviour

17 years agosyslogd: almost rewritten. Had several obvious bugs...
Denis Vlasenko [Thu, 4 Jan 2007 17:57:54 +0000 (17:57 -0000)]
syslogd: almost rewritten. Had several obvious bugs...

17 years ago- spelling fix
Bernhard Reutner-Fischer [Thu, 4 Jan 2007 15:44:49 +0000 (15:44 -0000)]
- spelling fix

17 years agoklogd: small optimizations
Denis Vlasenko [Thu, 4 Jan 2007 03:07:57 +0000 (03:07 -0000)]
klogd: small optimizations
(btw, I looked into syslogd... that's frightening!)

17 years agofix allnoconfig build. the most useful fix of the month. ;)
Denis Vlasenko [Wed, 3 Jan 2007 23:23:58 +0000 (23:23 -0000)]
fix allnoconfig build. the most useful fix of the month. ;)
[spotted by Bernhard Fischer <rep.nop@aon.at>]

17 years agohttpd: read cgi output with full_read, not safe_read
Denis Vlasenko [Wed, 3 Jan 2007 23:02:18 +0000 (23:02 -0000)]
httpd: read cgi output with full_read, not safe_read
(avoids mangling of HTTP headers)

17 years agowget: always print port# in 'Host' header (smaller code)
Denis Vlasenko [Wed, 3 Jan 2007 22:29:01 +0000 (22:29 -0000)]
wget: always print port# in 'Host' header (smaller code)

17 years agoping[6]: don't do htons(a++), it can be a macro
Denis Vlasenko [Wed, 3 Jan 2007 22:14:18 +0000 (22:14 -0000)]
ping[6]: don't do htons(a++), it can be a macro

17 years agowget: print port# in 'Host' header, if different from 80
Denis Vlasenko [Wed, 3 Jan 2007 22:09:26 +0000 (22:09 -0000)]
wget: print port# in 'Host' header, if different from 80

17 years agoftpgetput: fix PASV mode, fix xatou0induced breakage,
Denis Vlasenko [Wed, 3 Jan 2007 21:55:50 +0000 (21:55 -0000)]
ftpgetput: fix PASV mode, fix xatou0induced breakage,
improve error message, guard against garbage from remote server
being printed. ~20 bytes code growth

17 years agochown: fix handling of "user.group" notation
Denis Vlasenko [Wed, 3 Jan 2007 20:07:06 +0000 (20:07 -0000)]
chown: fix handling of "user.group" notation

17 years agofind: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)
Denis Vlasenko [Wed, 3 Jan 2007 03:15:58 +0000 (03:15 -0000)]
find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)

17 years agofdisk: remove 8k buffer from bss - OSF labels
Denis Vlasenko [Wed, 3 Jan 2007 02:58:54 +0000 (02:58 -0000)]
fdisk: remove 8k buffer from bss - OSF labels
are not THAT common anyway

17 years agoconvert calloc to xzalloc
Denis Vlasenko [Wed, 3 Jan 2007 02:56:00 +0000 (02:56 -0000)]
convert calloc to xzalloc
fix sleep-on-die option

17 years agoextern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko [Wed, 3 Jan 2007 01:57:25 +0000 (01:57 -0000)]
extern variable declaration in a .c file is heresy - fixing it

17 years agofsck_minix: tiny optimization
Denis Vlasenko [Wed, 3 Jan 2007 01:36:42 +0000 (01:36 -0000)]
fsck_minix: tiny optimization

17 years agoforgot to svn add util-linux/minix.h :(
Denis Vlasenko [Wed, 3 Jan 2007 00:47:47 +0000 (00:47 -0000)]
forgot to svn add util-linux/minix.h :(

17 years agofbset: move variable from data to bss
Denis Vlasenko [Wed, 3 Jan 2007 00:45:05 +0000 (00:45 -0000)]
fbset: move variable from data to bss
fsck_minix: fix fallout

17 years agofactor out minix structures/constants into minix.h
Denis Vlasenko [Wed, 3 Jan 2007 00:43:19 +0000 (00:43 -0000)]
factor out minix structures/constants into minix.h
fsck_minix: optimizations

17 years agofsck_minix: optimizations. ~130 bytes
Denis Vlasenko [Wed, 3 Jan 2007 00:41:53 +0000 (00:41 -0000)]
fsck_minix: optimizations. ~130 bytes

17 years agointroduce small[u]int
Denis Vlasenko [Wed, 3 Jan 2007 00:39:15 +0000 (00:39 -0000)]
introduce small[u]int
fsck_minix: use it for flag variables. 140 bytes saved

17 years agosilly style fixes
Denis Vlasenko [Tue, 2 Jan 2007 16:45:05 +0000 (16:45 -0000)]
silly style fixes

17 years agoRemove networking/libiproute/linux/pkt_sched.h
Denis Vlasenko [Tue, 2 Jan 2007 16:32:16 +0000 (16:32 -0000)]
Remove networking/libiproute/linux/pkt_sched.h
(and networking/libiproute/linux/ since it become empty).
Style fixes.

17 years agostr2u() is only used when FEATURE_SORT_BIG is enabled
Mike Frysinger [Tue, 2 Jan 2007 05:43:30 +0000 (05:43 -0000)]
str2u() is only used when FEATURE_SORT_BIG is enabled

17 years agoconvert usage compressed command into the new cmd style
Mike Frysinger [Tue, 2 Jan 2007 05:42:35 +0000 (05:42 -0000)]
convert usage compressed command into the new cmd style

17 years agoawk: style fixes
Denis Vlasenko [Mon, 1 Jan 2007 23:53:52 +0000 (23:53 -0000)]
awk: style fixes

17 years agoawk: undo locale setting for numbers - or else parsing
Denis Vlasenko [Mon, 1 Jan 2007 23:53:12 +0000 (23:53 -0000)]
awk: undo locale setting for numbers - or else parsing
can act quite mysteriously
date: add if(ENABLE_LOCALE_SUPPORT)

17 years agoawk: style cleanup. A lot of rw data moved to ro
Denis Vlasenko [Mon, 1 Jan 2007 23:51:30 +0000 (23:51 -0000)]
awk: style cleanup. A lot of rw data moved to ro
(still has quite a lot of statics etc...).
getopt32-ification.

17 years agostty: fix width of a field for ppc32
Denis Vlasenko [Mon, 1 Jan 2007 18:18:04 +0000 (18:18 -0000)]
stty: fix width of a field for ppc32
sort: fix -u to match coreutils 6.3
msh: compile fix (my fault)

17 years agomsh: double "static char line[LINELIM]" etc deleted.
Denis Vlasenko [Mon, 1 Jan 2007 06:00:38 +0000 (06:00 -0000)]
msh: double "static char line[LINELIM]" etc deleted.
massive amounts of assignments-in-ifs deleted
(some of which were VERY nasty)

17 years agort_names: stop allocating 5k in rwdata
Denis Vlasenko [Sun, 31 Dec 2006 20:40:20 +0000 (20:40 -0000)]
rt_names: stop allocating 5k in rwdata
objsizes: don't show build machinery's object modules