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 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						a1120a8ea2 
					 
					
						
						
							
							syslogd: set syslog IPC buffer to mode 0644  
						
						
						
						
					 
					
						2007-08-14 10:27:56 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						5f1b149d54 
					 
					
						
						
							
							syslogd,logread: get rid of head pointer, fix logread bug in the process  
						
						... 
						
						
						
						function                                             old     new   delta
logread_main                                         450     462     +12
syslogd_main                                        1246    1252      +6
shbuf                                                  -       4      +4
buf                                                   34      30      -4
packed_usage                                       22729   22724      -5
log_locally                                          957     767    -190
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199)          Total: -177 bytes
   text    data     bss     dec     hex filename
 773886    1116   11316  786318   bff8e busybox_old
 773714    1116   11316  786146   bfee2 busybox_unstripped 
						
						
					 
					
						2007-08-12 21:33:06 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						3734b946bf 
					 
					
						
						
							
							bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;  
						
						... 
						
						
						
						comment thoroughly when they die and when they dont. 
						
						
					 
					
						2007-07-27 11:20:10 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						2ee028dd5b 
					 
					
						
						
							
							syslogd: do not convert tabs to ^I  
						
						
						
						
					 
					
						2007-06-21 13:44:53 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						ca525b4f24 
					 
					
						
						
							
							*: BB_BANNER -> bb_banner (it is not a const or #define)!  
						
						... 
						
						
						
						correct_password: explain in detail why it is ok to use bb_banner
fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one
Marginal size difference:
   text    data     bss     dec     hex filename
 679119    2700   15632  697451   aa46b busybox_old
 679091    2700   15632  697423   aa44f busybox_unstripped 
						
						
					 
					
						2007-06-13 12:27:17 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						bb4b9f1fc9 
					 
					
						
						
							
							- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE  
						
						... 
						
						
						
						The upper-bound doesn't look like it is working since it accepts LONG_MAX as input. I suspect that this is an lxdialog feature or something like that ;) 
						
						
					 
					
						2007-06-07 13:22:56 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						3c8b5ba8e8 
					 
					
						
						
							
							syslogd: move some vectors from data to text. Needs uclibc patch  
						
						... 
						
						
						
						to have any effect (patch is submitted to uclibc ml).
# size *[67]/*/syslog*.o
   text    data     bss     dec     hex filename
   3169     288       0    3457     d81 busybox.t6/sysklogd/syslogd.o
   3457       0       0    3457     d81 busybox.t7/sysklogd/syslogd.o 
						
						
					 
					
						2007-06-04 18:23:59 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						74324c8666 
					 
					
						
						
							
							Audit bb_common_bufsiz usage, add script which looks for misuse.  
						
						... 
						
						
						
						tr: stop using globals needlessly.
code: -103 bytes 
						
						
					 
					
						2007-06-04 10:16:52 +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 
							
						 
					 
					
						
						
							
						
						dd999a2241 
					 
					
						
						
							
							klogd: remove dependency on syslogd  
						
						
						
						
					 
					
						2007-05-02 21:39:29 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						10457b90db 
					 
					
						
						
							
							make pidfile writing configurable.  
						
						... 
						
						
						
						[ui]toa_to_buf: change API. No users yet. 
						
						
					 
					
						2007-03-27 22:01:31 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						5a142025d3 
					 
					
						
						
							
							move everything to new NOMMU helpers, except udhcp  
						
						
						
						
					 
					
						2007-03-26 13:20:54 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						9067f13be0 
					 
					
						
						
							
							NOMMU re-exec trick shuld not depend on existence of "don't daemonize"  
						
						... 
						
						
						
						option for every affected applet (and dnsd, for example, don't have one).
Thus rework re-exec support to not require it. Code got smaller too. 
						
						
					 
					
						2007-03-24 12:11:17 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4f93cde77f 
					 
					
						
						
							
							syslogd: fix it for small BUFSIZ case  
						
						
						
						
					 
					
						2007-03-20 20:03:03 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						5e892bae51 
					 
					
						
						
							
							syslogd: reduce data/bss usage. Code size is practically the same.  
						
						
						
						
					 
					
						2007-03-15 19:50:46 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						c84520d73d 
					 
					
						
						
							
							klogd: code de-obfuscation with small code size reduction  
						
						
						
						
					 
					
						2007-02-17 14:12:10 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4998c81891 
					 
					
						
						
							
							syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds  
						
						
						
						
					 
					
						2007-02-14 20:51:46 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						6ca0444420 
					 
					
						
						
							
							syslogd: fix "readpath bug" by using readlink instead  
						
						... 
						
						
						
						libbb: rename xgetcwd and xreadlink 
						
						
					 
					
						2007-02-11 16:19:28 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						42823d597a 
					 
					
						
						
							
							add x to IPv6 functions which can die  
						
						
						
						
					 
					
						2007-02-04 02:39:08 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						06af216528 
					 
					
						
						
							
							suppress warnings about easch <applet>_main() having  
						
						... 
						
						
						
						no preceding prototype 
						
						
					 
					
						2007-02-03 17:28:39 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						ab2aea4447 
					 
					
						
						
							
							preparatory patch for -Wwrite-strings  #4  
						
						
						
						
					 
					
						2007-01-29 22:51:58 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						218f2f4882 
					 
					
						
						
							
							accumulated post-1.4.0 fixes  
						
						
						
						
					 
					
						2007-01-24 22:02:01 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						150f402b36 
					 
					
						
						
							
							whitespace fixes (leading spaces to tab)  
						
						
						
						
					 
					
						2007-01-13 21:06:21 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						4df8135cf6 
					 
					
						
						
							
							undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects  
						
						... 
						
						
						
						are perfectly okay, don't convert them to RESERVE_CONFIG_BUFFERs. 
						
						
					 
					
						2007-01-12 21:01:05 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						085231fbba 
					 
					
						
						
							
							code shrinkage by Bernhard Fischer <rep.nop@aon.at>  
						
						
						
						
					 
					
						2007-01-10 22:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						bbe514683a 
					 
					
						
						
							
							a bit more IPv6-ization work  
						
						... 
						
						
						
						syslogd: converted to use it (in -R host:port) 
						
						
					 
					
						2007-01-10 20:19:56 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						1c962f23e0 
					 
					
						
						
							
							Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>  
						
						
						
						
					 
					
						2007-01-09 23:44:57 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						59f2c34037 
					 
					
						
						
							
							small size reduction by Bernhard Fischer <rep.nop@aon.at>  
						
						
						
						
					 
					
						2007-01-09 23:43:28 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						bae7948a5a 
					 
					
						
						
							
							small size reduction by Bernhard Fischer <rep.nop@aon.at>  
						
						
						
						
					 
					
						2007-01-09 23:42:43 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						db1edde6d8 
					 
					
						
						
							
							compilation fix by Bernhard Fischer <rep.nop@aon.at>  
						
						
						
						
					 
					
						2007-01-09 23:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						0f48663f83 
					 
					
						
						
							
							- shrink by 26 bytes or so  
						
						
						
						
					 
					
						2007-01-09 17:37:32 +00:00 
						 
				 
			
				
					
						
							
							
								Bernhard Reutner-Fischer 
							
						 
					 
					
						
						
							
						
						8fc4011992 
					 
					
						
						
							
							- 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 
						
						
					 
					
						2007-01-09 15:46:36 +00:00 
						 
				 
			
				
					
						
							
							
								Denis Vlasenko 
							
						 
					 
					
						
						
							
						
						8a820b2732 
					 
					
						
						
							
							syslogs: a bit better wording in explanation how buffering  
						
						... 
						
						
						
						is allocated 
						
						
					 
					
						2007-01-06 22:08:53 +00:00