Denys Vlasenko 
							
						 
					 
					
						
						
							
						
						8131eea3dc 
					 
					
						
						
							
							*: introduce and use ffulsh_all()  
						
						... 
						
						
						
						function                                             old     new   delta
buffer_fill_and_print                                179     196     +17
fflush_all                                             -       9      +9
spawn                                                 87      92      +5
rtcwake_main                                         455     453      -2
...
alarm_intr                                            93      84      -9
readcmd                                             1072    1062     -10
bb_ask                                               345     333     -12
more_main                                            845     832     -13
flush_stdout_stderr                                   42      23     -19
xfflush_stdout                                        27       -     -27
flush_stderr                                          30       -     -30
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 2/50 up/down: 31/-397)         Total: -366 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com > 
						
						
					 
					
						2009-11-02 14:19:51 +01:00 
						 
				 
			
				
					
						
							
							
								Denys Vlasenko 
							
						 
					 
					
						
						
							
						
						606291beab 
					 
					
						
						
							
							*: more portability fixes by Dan Fandrich  
						
						... 
						
						
						
						Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com > 
						
						
					 
					
						2009-09-23 23:15:43 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						574c316e5a 
					 
					
						
						
							
							syslogd: added comment, no code changes  
						
						
						
						
					 
					
						2009-04-22 02:53:02 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						5e34ff29bc 
					 
					
						
						
							
							*: mass renaming of USE_XXXX to IF_XXXX  
						
						... 
						
						
						
						and SKIP_XXXX to IF_NOT_XXXX - the second one was especially
badly named. It was not skipping anything! 
						
						
					 
					
						2009-04-21 11:09:40 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						d9415d6335 
					 
					
						
						
							
							syslogd: create logfile with 0666, not 0600.  
						
						
						
						
					 
					
						2009-03-02 14:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						0d94820adf 
					 
					
						
						
							
							syslogd: comment out file locking;  
						
						... 
						
						
						
						make signal handling syncronous (old was racy)
function                                             old     new   delta
syslogd_main                                         963    1090    +127
quit_signal                                           96       -     -96
log_locally                                          743     595    -148
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/1 up/down: 127/-244)         Total: -117 bytes 
						
						
					 
					
						2008-12-09 22:53:31 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						0c68a874e7 
					 
					
						
						
							
							libbb: password/group function helpers rewritten by Tito:  
						
						... 
						
						
						
						function                                             old     new   delta
xgetpwuid                                              -      27     +27
uid2uname_utoa                                         -      22     +22
gid2group_utoa                                         -      22     +22
uid2uname                                              -      18     +18
gid2group                                              -      18     +18
buffer_fill_and_print                                179     196     +17
print_user                                            12      24     +12
print_group                                           12      24     +12
get_cached                                            89      99     +10
...
print_common                                         134     120     -14
vlock_main                                           415     396     -19
logger_main                                          410     387     -23
crontab_main                                         642     609     -33
bb_getpwuid                                           42       -     -42
bb_getgrgid                                           42       -     -42
bb_getug                                              80       -     -80
------------------------------------------------------------------------------
(add/remove: 6/3 grow/shrink: 9/11 up/down: 187/-296)        Total: -109 bytes 
						
						
					 
					
						2008-12-02 22:56:59 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						58a88916b9 
					 
					
						
						
							
							klogd: fix small buglet in previous commit  
						
						
						
						
					 
					
						2008-11-19 09:35:00 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						2e7dc5d37b 
					 
					
						
						
							
							klogctl: fix a problem where we don't terminate read data with '\0'  
						
						... 
						
						
						
						and then misinterpret it. Code shrink while at it.
function                                             old     new   delta
klogd_main                                           404     362     -42 
						
						
					 
					
						2008-11-19 07:59:49 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						9504e444b8 
					 
					
						
						
							
							whitespace fixes, no code changes  
						
						
						
						
					 
					
						2008-10-29 01:19:15 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						93d0776a96 
					 
					
						
						
							
							watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds  
						
						... 
						
						
						
						klogd: handle many lines at once, by Steve Bennett (steveb AT workware.net.au) 
						
						
					 
					
						2008-10-04 16:40:17 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						3e8669f359 
					 
					
						
						
							
							- wrap overlong lines (Cristian Ionescu-Idbohrn)  
						
						... 
						
						
						
						- s/\.  /. /g;# (me) 
						
						
					 
					
						2008-07-22 18:27:53 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						a60f84ebf0 
					 
					
						
						
							
							*: rename ATTRIBUTE_XXX to just XXX.  
						
						
						
						
					 
					
						2008-07-05 09:18:54 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						7049ff8696 
					 
					
						
						
							
							whitespace fixes. no code changes  
						
						
						
						
					 
					
						2008-06-25 09:53:17 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						bd1aeeb850 
					 
					
						
						
							
							logger: "clean up" a dirty hack a bit  
						
						
						
						
					 
					
						2008-06-11 15:43:19 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						7bdf0c82da 
					 
					
						
						
							
							klogd: make help text more understandable  
						
						... 
						
						
						
						klogd: by using a register instead of global variable, shrink code a bit
function                                             old     new   delta
klogd_main                                           372     362     -10
packed_usage                                       24504   24486     -18
   text    data     bss     dec     hex filename
 808464     642    7180  816286   c749e busybox_old
 808422     642    7180  816244   c7474 busybox_unstripped 
						
						
					 
					
						2008-06-06 16:08:04 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						69dc325397 
					 
					
						
						
							
							syslogd: do not error out on missing files to rotate. closes bug 3404.  
						
						
						
						
					 
					
						2008-05-24 21:03:53 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						636a1f85e8 
					 
					
						
						
							
							- use EXIT_{SUCCESS,FAILURE}. No object-code changes  
						
						
						
						
					 
					
						2008-05-19 09:29:47 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						6b06cb80be 
					 
					
						
						
							
							more of -Wall fixes from Cristian Ionescu-Idbohrn.  
						
						... 
						
						
						
						Some are fixing real bugs.
function                                             old     new   delta
syslogd_main                                         938     958     +20
get_signum                                           136     143      +7
obj_load                                             777     782      +5
recv_from_to                                         210     214      +4
get_next_block                                      1795    1799      +4
display_topmem_process_list                         1117    1121      +4
logread_main                                         484     487      +3
buffer_fill_and_print                                 73      76      +3
kill_main                                            687     689      +2
ll_remember_index                                    240     241      +1
do_stats                                             452     453      +1
if_readconf                                          166     165      -1
display_process_list                                1192    1191      -1
run_applet_and_exit                                  507     505      -2
print_signames                                        33      31      -2
parse_one_line                                      1092    1090      -2
find_out_spec                                         57      55      -2
add_ksymoops_symbols                                 421     419      -2
ash_main                                            1407    1402      -5
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 11/8 up/down: 54/-17)            Total: 37 bytes 
						
						
					 
					
						2008-05-15 21:30:45 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4ee7cd4f6f 
					 
					
						
						
							
							*: mode tcp/udpsvd to networking, delete ipsvd/*  
						
						... 
						
						
						
						*/Config.in: fixes to text
svlogd: make it NOMMU capable
function                                             old     new   delta
processorstart                                       378     420     +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0)               Total: 42 bytes
   text    data     bss     dec     hex filename
 797153     662    7420  805235   c4973 busybox_old
 797196     662    7420  805278   c499e busybox_unstripped 
						
						
					 
					
						2008-03-17 09:13:22 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						68404f13d4 
					 
					
						
						
							
							*: add -Wunused-parameter; fix resulting breakage  
						
						... 
						
						
						
						function                                             old     new   delta
procps_scan                                         1265    1298     +33
aliascmd                                             278     283      +5
parse_file_cmd                                       116     120      +4
dname_enc                                            373     377      +4
setcmd                                                90      93      +3
execcmd                                               57      60      +3
count_lines                                           72      74      +2
process_command_subs                                 340     339      -1
test_main                                            409     407      -2
mknod_main                                           179     177      -2
handle_incoming_and_exit                            2653    2651      -2
argstr                                              1312    1310      -2
shiftcmd                                             131     128      -3
exitcmd                                               46      43      -3
dotcmd                                               297     294      -3
breakcmd                                              86      83      -3
evalpipe                                             353     349      -4
evalcommand                                         1180    1176      -4
evalcmd                                              109     105      -4
send_tree                                            374     369      -5
mkfifo_main                                           82      77      -5
evalsubshell                                         152     147      -5
typecmd                                               75      69      -6
letcmd                                                61      55      -6
add_cmd                                             1190    1183      -7
main                                                 891     883      -8
ash_main                                            1415    1407      -8
parse_stream                                        1377    1367     -10
alloc_procps_scan                                     55       -     -55
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 7/21 up/down: 54/-148)          Total: -94 bytes
   text    data     bss     dec     hex filename
 797195     658    7428  805281   c49a1 busybox_old
 797101     658    7428  805187   c4943 busybox_unstripped 
						
						
					 
					
						2008-03-17 09:00:54 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						574f2f4394 
					 
					
						
						
							
							*: add optimization barrier to all "G trick" locations  
						
						
						
						
					 
					
						2008-02-27 18:41:59 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						be048f21e6 
					 
					
						
						
							
							syslogd: optional support for dropping dups. closes bug 436.  
						
						
						
						
					 
					
						2008-02-26 20:13:52 +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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						a7259b64e8 
					 
					
						
						
							
							syslogd: small shrink  
						
						
						
						
					 
					
						2008-02-23 12:08:36 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						84da0bf475 
					 
					
						
						
							
							udhcp: make paths configurable  
						
						... 
						
						
						
						syslogd: trivial build fix 
						
						
					 
					
						2008-02-20 22:29:52 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						92657d484f 
					 
					
						
						
							
							syslogd: tighten up hostname handling.  
						
						
						
						
					 
					
						2008-02-19 01:10:20 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						cb448fe01b 
					 
					
						
						
							
							libbb: introduce and use xrename and rename_or_warn.  
						
						
						
						
					 
					
						2008-02-17 14:28:53 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						25591c322c 
					 
					
						
						
							
							libbb: introduce bb_signals and bb_signals_recursive,  
						
						... 
						
						
						
						which sets same handler for many signals. sig_catch is nuked
(bb_signals_recursive is more descriptive name).
*: use them as appropriate. 
function                                             old     new   delta
bb_signals_recursive                                   -      95     +95
bb_signals                                             -      52     +52
run_command                                          258     273     +15
svlogd_main                                         1368    1377      +9
runsv_main                                          1746    1752      +6
runsvdir_main                                       1643    1646      +3
UNSPEC_print                                          64      66      +2
time_main                                           1128    1127      -1
...
resize_main                                          246     210     -36
sig_catch                                             63       -     -63
set_fatal_sighandler                                  85      14     -71
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 5/24 up/down: 182/-548)        Total: -366 bytes 
						
						
					 
					
						2008-02-16 22:58:56 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						75cddd8eb5 
					 
					
						
						
							
							syslogd: send '\n'-terminated messages over the network.  
						
						... 
						
						
						
						fully closes bug 1574. +8 bytes. 
						
						
					 
					
						2008-02-13 09:19:14 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						8c69afd992 
					 
					
						
						
							
							- be C99 friendly. Anonymous unions are a GNU extension. This change is  
						
						... 
						
						
						
						size-neutral WRT -std=gnu99 and fixes several compilation errors for strict
  C99 mode. 
						
						
					 
					
						2008-01-29 10:33:34 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						f470196a41 
					 
					
						
						
							
							- fix conflicting decls of syslog related facilitynames and prioritynames tables  
						
						
						
						
					 
					
						2008-01-27 12:50:12 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4e9ca75281 
					 
					
						
						
							
							syslogd: fix shmat error check  
						
						
						
						
					 
					
						2008-01-07 15:58:02 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4dada747e5 
					 
					
						
						
							
							syslogd: avoid excessive tine() system calls  
						
						... 
						
						
						
						function                                             old     new   delta
timestamp_and_log_internal                             -      24     +24
log_locally                                          741     744      +3
timestamp_and_log                                    313     314      +1
syslogd_main                                         904     897      -7
quit_signal                                          101      94      -7
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/2 up/down: 28/-14)             Total: 14 bytes 
						
						
					 
					
						2008-01-03 12:13:42 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4f2e8bc765 
					 
					
						
						
							
							syslogd: don't die if remote host's IP cannot be resolved.  
						
						... 
						
						
						
						retry resolutions every two minutes instead.
function                                             old     new   delta
syslogd_main                                         865     904     +39
timestamp_and_log                                    324     313     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 39/-11)             Total: 28 bytes 
						
						
					 
					
						2008-01-03 12:12:27 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						d2023283ac 
					 
					
						
						
							
							fix buglets found by randomconfig  
						
						
						
						
					 
					
						2007-11-23 23:39:01 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						e85dbae389 
					 
					
						
						
							
							logread: add forgotten INIT_G();  
						
						
						
						
					 
					
						2007-11-23 03:41:20 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						ff2b6d2185 
					 
					
						
						
							
							logread: eliminate usage of data/bss  
						
						... 
						
						
						
						ifup: don't remove virtual iface prefixes (eth0:0)
function                                             old     new   delta
shbuf                                                  4       -      -4
SMrup                                                  6       -      -6
SMrdn                                                 12       -     -12
static.label_buf                                      20       4     -16
get_var                                              158     140     -18
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-56)             Total: -56 bytes
   text    data     bss     dec     hex filename
 783501     962    9260  793723   c1c7b busybox_old
 783483     942    9244  793669   c1c45 busybox_unstripped 
						
						
					 
					
						2007-11-23 03:39:45 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						70ab28f907 
					 
					
						
						
							
							syslogd: use DEV_CONSOLE consistently  
						
						... 
						
						
						
						init: remove obsolete comment 
						
						
					 
					
						2007-11-18 05:43:05 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						7e3a5f58bc 
					 
					
						
						
							
							dmesg,klogd: make code more readable  
						
						... 
						
						
						
						libbb: explain why we declare klogctl
libbb: move defs around so that order makes more sense 
						
						
					 
					
						2007-11-16 20:18:54 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						d031b203c7 
					 
					
						
						
							
							syslogd: support "symlink to symlink" for /dev/log; reduce stack usage  
						
						... 
						
						
						
						function                                             old     new   delta
create_socket                                          -     134    +134
syslogd_main                                        1132     865    -267
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 134/-267)         Total: -133 bytes
   text    data     bss     dec     hex filename
 775603     974    9420  785997   bfe4d busybox_old
 775445     974    9420  785839   bfdaf busybox_unstripped 
						
						
					 
					
						2007-11-10 01:28:19 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						cb12cb2407 
					 
					
						
						
							
							modprobe: fix a bug where we were entering endless loop  
						
						... 
						
						
						
						syslogd: strip trailing '\n' too, not only NULs 
						
						
					 
					
						2007-11-06 11:34:03 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						018b155ad9 
					 
					
						
						
							
							telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)  
						
						... 
						
						
						
						syslogd: strip trailing NULs 
						
						
					 
					
						2007-11-06 01:38:46 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4f95e5aab8 
					 
					
						
						
							
							vi: don't wait 50 ms before reading ESC sequences  
						
						... 
						
						
						
						inetd,syslogd: use safe_read instead of open-coded EINTR handling
syslogd: bail out if you see null read from Unix socket
(should never happen, but if it does, spinning forever
and eating 100% CPU is not a good idea) 
						
						
					 
					
						2007-10-11 10:10:15 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						9b49a5ed85 
					 
					
						
						
							
							add -fvisibility=hidden to CC flags, mark XXX_main functions  
						
						... 
						
						
						
						EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so 
						
						
					 
					
						2007-10-11 10:05:36 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						ebeaea04dc 
					 
					
						
						
							
							logger: fix a problem of losing all argv except first  
						
						
						
						
					 
					
						2007-10-02 09:57:41 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						d7ecd863c8 
					 
					
						
						
							
							syslogd: do not need to poll(), we can just block in read().  
						
						... 
						
						
						
						function                                             old     new   delta
syslogd_main                                        1206    1106    -100
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-100)           Total: -100 bytes
   text    data     bss     dec     hex filename
 769820    1051   10764  781635   bed43 busybox_old
 769702    1051   10764  781517   beccd busybox_unstripped 
						
						
					 
					
						2007-09-07 13:53:32 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						87f3b26b3a 
					 
					
						
						
							
							*: replace select-for-one descriptor with poll, it's smaller.  
						
						... 
						
						
						
						$ ./.cmk bloatcheck
function                                             old     new   delta
readit                                               406     364     -42
syslogd_main                                        1249    1206     -43
traceroute_main                                     4115    4060     -55
mysleep                                              112      45     -67
arpping                                              579     441    -138
tftp                                                1575    1182    -393
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-738)           Total: -738 bytes
   text    data     bss     dec     hex filename
 770580    1051   10764  782395   bf03b busybox_old
 769820    1051   10764  781635   bed43 busybox_unstripped 
						
						
					 
					
						2007-09-07 13:43:28 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						fe7cd642b0 
					 
					
						
						
							
							don't pass argc in getopt32, it's superfluous  
						
						... 
						
						
						
						(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes
   text    data     bss     dec     hex filename
 773469    1058   11092  785619   bfcd3 busybox_old
 772644    1058   11092  784794   bf99a busybox_unstripped 
						
						
					 
					
						2007-08-18 15:32:12 +00:00