Denis Vlasenko
|
7be1030dcc
|
lpr: fflush stdout fix
|
2008-02-26 20:23:02 +00:00 |
|
Denis Vlasenko
|
be048f21e6
|
syslogd: optional support for dropping dups. closes bug 436.
|
2008-02-26 20:13:52 +00:00 |
|
Denis Vlasenko
|
06aed4316e
|
ifenslave: new applet. closes bug 115.
|
2008-02-26 18:25:24 +00:00 |
|
Denis Vlasenko
|
04bb2d2d06
|
start_stop_daemon: stop using data/bss
function old new delta
start_stop_daemon_main 749 770 +21
do_procinit 184 185 +1
quiet 1 - -1
userspec 4 - -4
user_id 4 - -4
signal_nr 4 - -4
pidfile 4 - -4
found 4 - -4
execname 4 - -4
cmdname 4 - -4
------------------------------------------------------------------------------
(add/remove: 0/8 grow/shrink: 2/0 up/down: 22/-29) Total: -7 bytes
|
2008-02-26 16:08:02 +00:00 |
|
Denis Vlasenko
|
d4f0b9476a
|
reset: call "stty sane". Closes bug 1414.
reset_main 26 59 +33
static.args - 12 +12
|
2008-02-26 15:33:10 +00:00 |
|
Denis Vlasenko
|
d686482d05
|
actually add libbb/safe_gethostname.c
|
2008-02-25 23:24:32 +00:00 |
|
Denis Vlasenko
|
6f1713f216
|
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
safe_gethostname - 48 +48
glob3 35 37 +2
timestamp_and_log 314 315 +1
udhcp_send_kernel_packet 234 231 -3
scan_tree 275 271 -4
passwd_main 1074 1070 -4
print_login_prompt 68 58 -10
obscure 392 377 -15
syslogd_main 882 866 -16
print_login_issue 516 478 -38
hostname_main 278 223 -55
parse_and_put_prompt 825 756 -69
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/9 up/down: 51/-214) Total: -163 bytes
text data bss dec hex filename
798791 728 7484 807003 c505b busybox_old
798631 728 7484 806843 c4fbb busybox_unstripped
|
2008-02-25 23:23:58 +00:00 |
|
Denis Vlasenko
|
394eebed66
|
lpd: spool mode added by Vladimir
lpr: more robust error reporting
*: introduce and use xchroot
libbb: full_read/write now will report partial data counts prior to error
isdirectory.c: style fixes
lpd_main 249 486 +237
xchroot - 29 +29
get_response_or_say_and_die 110 139 +29
full_write 52 60 +8
full_read 55 63 +8
static.newline 1 - -1
switch_root_main 404 400 -4
chpst_main 1089 1079 -10
getopt32 1370 1359 -11
chroot_main 115 101 -14
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 4/4 up/down: 311/-40) Total: 271 bytes
text data bss dec hex filename
798472 728 7484 806684 c4f1c busybox_old
798775 728 7484 806987 c504b busybox_unstripped
|
2008-02-25 20:30:24 +00:00 |
|
Denis Vlasenko
|
38b8831b32
|
lpd: now with "svn add"...
|
2008-02-25 14:48:15 +00:00 |
|
Denis Vlasenko
|
f99afb5dff
|
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
|
2008-02-24 23:32:36 +00:00 |
|
Denis Vlasenko
|
a2f47358eb
|
forgotten bit of rmdir long options support
|
2008-02-24 22:45:04 +00:00 |
|
Denis Vlasenko
|
6d8112cc24
|
fix typo in comment, no code changes
|
2008-02-24 22:08:57 +00:00 |
|
Denis Vlasenko
|
8f8a420f12
|
lpr: fixing vda's thinko
|
2008-02-24 19:22:25 +00:00 |
|
Denis Vlasenko
|
b78d1c045f
|
less: shrink
|
2008-02-24 19:18:18 +00:00 |
|
Denis Vlasenko
|
4f82bdb050
|
lpr,lpq: rework by dronnikov AT gmail.com
|
2008-02-24 18:44:20 +00:00 |
|
Denis Vlasenko
|
52feee9b1f
|
rmdir: optional long options support for Debian users. +68 bytes.
By Roberto Gordo Saez <roberto.gordo AT gmail.com>
|
2008-02-24 14:56:10 +00:00 |
|
Denis Vlasenko
|
28b29916cb
|
watch: shrink (by walter harms <WHarms AT bfs.de>)
watch_main 327 263 -64
|
2008-02-24 14:33:17 +00:00 |
|
Denis Vlasenko
|
400d8bb45e
|
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
*: minor shrink
|
2008-02-24 13:36:01 +00:00 |
|
Denis Vlasenko
|
d553faf5a5
|
less: small shrink
|
2008-02-23 12:22:17 +00:00 |
|
Denis Vlasenko
|
a7259b64e8
|
syslogd: small shrink
|
2008-02-23 12:08:36 +00:00 |
|
Denis Vlasenko
|
d2172c04e6
|
less: make it a bit more resistant against statusline corruption.
less: "examine" command will not bomb out on bad file name now
less_main 1663 1694 +31
examine_file 87 114 +27
less_getch 138 160 +22
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 80/0) Total: 80 bytes
text data bss dec hex filename
798368 740 7484 806592 c4ec0 busybox_old
798470 740 7484 806694 c4f26 busybox_unstripped
|
2008-02-23 11:54:37 +00:00 |
|
Denis Vlasenko
|
33196372be
|
less: update line input so that it doesn't interfere with
screen update. Makes "man bash", [enter], [/],
<enter search pattern>, [enter] more usable - manpage
draws as you enter the pattern! Yay!!
less: fix bug where backspace wasn't actually deleting chars
less: "examine file with empty name" doesn't abort anymore.
libbb: add "all fatal signals" mask.
getch_nowait - 207 +207
status_print - 105 +105
examine_file 64 87 +23
move_cursor - 16 +16
m_status_print 185 195 +10
less_main 1656 1663 +7
decode_format_string 790 795 +5
test_main 403 405 +2
process0_stdin 247 249 +2
passwd_main 1070 1072 +2
less_gets 196 178 -18
buffer_print 169 71 -98
less_getch 362 138 -224
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 7/3 up/down: 379/-340) Total: 39 bytes
text data bss dec hex filename
798329 740 7484 806553 c4e99 busybox_old
798368 740 7484 806592 c4ec0 busybox_unstripped
|
2008-02-23 01:25:38 +00:00 |
|
Denis Vlasenko
|
86620756d2
|
lpr: document options better
|
2008-02-22 23:21:31 +00:00 |
|
Denis Vlasenko
|
32b2a9fd6a
|
small code readability and typo fixes
|
2008-02-22 22:43:22 +00:00 |
|
Denis Vlasenko
|
68444b9f0c
|
lpr and lpq applets by Walter Harms.
text data bss dec hex filename
392 0 0 392 188 lpq.o
1378 0 0 1378 562 lpr.o
142 0 0 142 8e parse_prt.o
|
2008-02-22 22:24:48 +00:00 |
|
Denis Vlasenko
|
6aa74fcf5b
|
ash: s/ckzmalloc/ckzalloc/
|
2008-02-21 04:35:14 +00:00 |
|
Denis Vlasenko
|
838ffd5be2
|
ash: sprinkle a bit more of zeroed allocations.
|
2008-02-21 04:32:08 +00:00 |
|
Denis Vlasenko
|
2f518b078b
|
httpd: "HEAD" support. Closes bug 1530.
send_file_and_exit 629 645 +16
static.request_HEAD - 5 +5
handle_incoming_and_exit 2732 2737 +5
send_headers 594 597 +3
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/0 up/down: 29/0) Total: 29 bytes
text data bss dec hex filename
796283 740 7484 804507 c469b busybox_old
796312 740 7484 804536 c46b8 busybox_unstripped
|
2008-02-21 00:12:07 +00:00 |
|
Denis Vlasenko
|
081efd1232
|
corrected English in comment
|
2008-02-20 22:57:24 +00:00 |
|
Denis Vlasenko
|
a523e2efad
|
udhcp: we were forgetting to set right op byte in tha packet
for DHCPDECLINE. Fixing, and making code smaller.
|
2008-02-20 22:33:38 +00:00 |
|
Denis Vlasenko
|
84da0bf475
|
udhcp: make paths configurable
syslogd: trivial build fix
|
2008-02-20 22:29:52 +00:00 |
|
Denis Vlasenko
|
e376d454bb
|
libbb: introduce and use nonblock_safe_read(). Yay!
Our shells are immune from this nasty O_NONBLOCK now!
function old new delta
nonblock_safe_read - 78 +78
file_get 276 295 +19
generateMTFValues 428 435 +7
read_line_input 1776 1772 -4
preadbuffer 543 450 -93
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/2 up/down: 104/-97) Total: 7 bytes
text data bss dec hex filename
615190 715 23924 639829 9c355 busybox_old
615168 715 23924 639807 9c33f busybox_unstripped
|
2008-02-20 22:23:24 +00:00 |
|
Mike Frysinger
|
ae86a338b8
|
[#1334] exec script for devices even if they dont have device nodes
|
2008-02-20 18:31:36 +00:00 |
|
Denis Vlasenko
|
597906c436
|
ash: introduce and use stzalloc and ckzalloc.
function old new delta
stzalloc - 29 +29
ckzalloc - 29 +29
recordregion 108 102 -6
cmdlookup 158 152 -6
pipeline 188 181 -7
parseheredoc 135 128 -7
makename 42 35 -7
list 355 348 -7
setvareq 221 212 -9
aliascmd 324 311 -13
pushfile 83 69 -14
readtoken1 2872 2849 -23
parse_command 1430 1391 -39
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/11 up/down: 58/-138) Total: -80 bytes
text data bss dec hex filename
577227 706 23740 601673 92e49 busybox_old
577147 706 23740 601593 92df9 busybox_unstripped
|
2008-02-20 16:38:54 +00:00 |
|
Denis Vlasenko
|
e7b43cf59f
|
trivial fixes to config system
|
2008-02-19 23:42:22 +00:00 |
|
Denis Vlasenko
|
c12d51e94e
|
ash: fix fallout from "A=1 B=$A; echo $B" code.
|
2008-02-19 23:31:05 +00:00 |
|
Denis Vlasenko
|
624188aec0
|
microcom: tiny shrink, adding comments
|
2008-02-19 18:26:40 +00:00 |
|
Denis Vlasenko
|
671ca33aa1
|
init: make it NOMMU-capable
httpd: trivial compile fix
|
2008-02-19 14:13:20 +00:00 |
|
Denis Vlasenko
|
a58a637bed
|
init: fix comments
|
2008-02-19 12:10:18 +00:00 |
|
Denis Vlasenko
|
99a61842df
|
init: HUP should not be temporarily set to "restart",
we use it for config reload, and we have QUIT for "restart".
|
2008-02-19 12:08:38 +00:00 |
|
Denis Vlasenko
|
8617454027
|
fix chat CONFIG_xxx dependencies
|
2008-02-19 11:36:22 +00:00 |
|
Denis Vlasenko
|
e93550866b
|
chat: now with "svn add"
|
2008-02-19 11:35:08 +00:00 |
|
Denis Vlasenko
|
53ce7f0d71
|
findfs,mount: trivial build fix and whitespace fiexs
|
2008-02-19 11:29:46 +00:00 |
|
Denis Vlasenko
|
431a7c9c53
|
tar: optional autodetection of gz/bz2 compressed tarballs.
+130 bytes. Closes bug 992.
|
2008-02-19 11:26:28 +00:00 |
|
Denis Vlasenko
|
a37e7134f7
|
init: fix bug 1111: restart actions were not splitting words:
::restart:/sbin/rc restart
resulted in:
exec of '/sbin/rc restart' failed: No such file or directory
|
2008-02-19 02:57:07 +00:00 |
|
Denis Vlasenko
|
92657d484f
|
syslogd: tighten up hostname handling.
|
2008-02-19 01:10:20 +00:00 |
|
Denis Vlasenko
|
e8419c90f1
|
tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
tail: a few variables renamed
wc: tiny optimization.
|
2008-02-19 00:38:10 +00:00 |
|
Denis Vlasenko
|
5233cd3800
|
chat: new applet by dronnikov AT gmail.com. With all options on:
function old new delta
chat_main - 1230 +1230
unescape - 135 +135
packed_usage 23802 23922 +120
signal_handler 123 131 +8
input_backward 123 128 +5
applet_names 1775 1780 +5
applet_main 1076 1080 +4
applet_nameofs 538 540 +2
exitcode - 1 +1
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 6/0 up/down: 1510/0) Total: 1510 bytes
|
2008-02-18 23:24:46 +00:00 |
|
Denis Vlasenko
|
6f04391cec
|
lineedit: tiny shrink
|
2008-02-18 22:28:03 +00:00 |
|
Denis Vlasenko
|
de7684a309
|
support for mount by label (not yet tested)
Also adds findfs applet. Closes bug 1143.
|
2008-02-18 21:08:49 +00:00 |
|