Denis Vlasenko
|
091965768d
|
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
find_pair 164 180 +16
passwd_main 1222 1230 +8
display_speed 91 96 +5
msh_main 1335 1339 +4
qrealloc 38 36 -2
refresh 1190 1182 -8
cut_main 543 532 -11
sendCgi 1807 1794 -13
getopt32 1063 1045 -18
arith 2077 2030 -47
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/6 up/down: 33/-99) Total: -66 bytes
text data bss dec hex filename
781548 1168 11900 794616 c1ff8 busybox_old
781452 1168 11900 794520 c1f98 busybox_unstripped
|
2007-07-21 13:27:44 +00:00 |
|
Denis Vlasenko
|
b6adbf1be2
|
usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
|
2007-05-26 19:00:18 +00:00 |
|
Denis Vlasenko
|
beaca811e4
|
fix typo in comment
|
2007-04-13 16:32:26 +00:00 |
|
Denis Vlasenko
|
29fe7265b8
|
nc: port nc 1.10 to busybox
|
2007-04-05 20:26:28 +00:00 |
|
Denis Vlasenko
|
1ca332b367
|
reword comment
|
2007-04-04 17:49:47 +00:00 |
|
Denis Vlasenko
|
794687947f
|
Add/improve comment, shorten some usage texts. No code changes.
|
2007-04-04 11:02:55 +00:00 |
|
Denis Vlasenko
|
64a15124e7
|
ipsvd: use IP:PORT syntax for environment vars. Pros:
1. it's saner (matches internal libc sockaddr abstraction).
2. it's smaller.
Cons: not compatible with smarden's ipsvd.
Fix IPv6 define typos.
Stop interpreting options in prog's args.
Code size -162 bytes.
|
2007-04-04 10:16:15 +00:00 |
|
Denis Vlasenko
|
02fd66885c
|
ipsvd: make udpsvd work similar to tcpsvd (multiple parallel
children for several streams of udp packets tested to work)
code size: -509 bytes
|
2007-04-03 23:23:10 +00:00 |
|
Denis Vlasenko
|
b933ac1e25
|
ipsvd: fixes and improvements after testing
|
2007-04-03 12:09:46 +00:00 |
|