Eric Andersen 
							
						 
					 
					
						
						
							
						
						bdfd0d78bc 
					 
					
						
						
							
							Major rework of the directory structure and the entire build system.  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2001-10-24 05:00:29 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						11fdb8a4c7 
					 
					
						
						
							
							Fix a nasty bug with variable name shadowing  
						
						
						
						
					 
					
						2001-10-18 04:04:34 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						371ca19f53 
					 
					
						
						
							
							Look for either "init" or "linuxrc" processes  
						
						
						
						
					 
					
						2001-10-03 21:26:12 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						332394b577 
					 
					
						
						
							
							Be extra extra careful about what we dereference.  
						
						
						
						
					 
					
						2001-07-05 16:09:32 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						c97ec34370 
					 
					
						
						
							
							A patch from Matt Kraai that adds a new 'shutdown' action to busybox init.  Now  
						
						... 
						
						
						
						you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior
needing to be a reboot. 
						
						
					 
					
						2001-04-03 18:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Whitley 
							
						 
					 
					
						
						
							
						
						f57c944e09 
					 
					
						
						
							
							Changed names of functions in utility.c and all affected files, to make  
						
						... 
						
						
						
						compliant with the style guide. Everybody rebuild your tags file! 
						
						
					 
					
						2000-12-07 19:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						3570a34de4 
					 
					
						
						
							
							Renamed "internal.h" to the more sensible "busybox.h".  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-09-25 21:45:58 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Kraai 
							
						 
					 
					
						
						
							
						
						27a804246a 
					 
					
						
						
							
							Centralize handling of --help.  
						
						
						
						
					 
					
						2000-07-19 19:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Kraai 
							
						 
					 
					
						
						
							
						
						2f46b664b7 
					 
					
						
						
							
							Add usage messages for applets without them.  
						
						
						
						
					 
					
						2000-07-19 18:01:00 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						b610615be9 
					 
					
						
						
							
							Updates to a number of apps to remove warnings/compile errors under libc5.  
						
						... 
						
						
						
						Tested under both libc5 and libc6 and all seems well with these fixes.
 -Erik 
						
						
					 
					
						2000-06-19 17:25:40 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						825aead68b 
					 
					
						
						
							
							Patch to make killall actually kill all PIDs with the specified name,  
						
						... 
						
						
						
						rather then busylooping trying to kill the first one until it dies.
Should be more efficient now, and will only send one signal to each
specified process.
 -Erik 
						
						
					 
					
						2000-04-07 06:00:07 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						2ac2fae728 
					 
					
						
						
							
							Fix bugs related to finding PIDs.  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-03-07 23:32:17 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						246cc6dddd 
					 
					
						
						
							
							Wrote killall.  
						
						... 
						
						
						
						Adjusted mount, ps, utility.c, etc to handle my nifty new kernel
patches the allow busybox to run perfectly without /proc.
 -Erik 
						
						
					 
					
						2000-03-07 07:41:42 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						029011b9ee 
					 
					
						
						
							
							A few updates (including the cp fix the Craig has been looking for)  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-03-04 21:19:32 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						e49d5ecbbe 
					 
					
						
						
							
							Some formatting updates (ran the code through indent)  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-02-08 19:58:47 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						2cb55077e2 
					 
					
						
						
							
							Added poweroff (and adjusted init to use it).  Inlined function  
						
						... 
						
						
						
						calls to code only called once in tee.  Made BB_KLOGD and option.
 -Erik 
						
						
					 
					
						1999-12-10 08:25:07 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						6805d5d69e 
					 
					
						
						
							
							Adjustments for Johns init stuff,  
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						1999-12-09 22:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								John Beppu 
							
						 
					 
					
						
						
							
						
						f95ca97d1b 
					 
					
						
						
							
							findInitPid() has been implemented and it seems to work.  
						
						... 
						
						
						
						reboot has been changed to take advantage of findInitPid(); 
						
						
					 
					
						1999-12-09 22:10:18 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						c49960189a 
					 
					
						
						
							
							Fixed up copyright notices and such  
						
						
						
						
					 
					
						1999-10-20 22:08:37 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						3cf52d1958 
					 
					
						
						
							
							More stuff...  
						
						
						
						
					 
					
						1999-10-12 22:26:06 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						cc8ed39b24 
					 
					
						
						
							
							Initial revision  
						
						
						
						
					 
					
						1999-10-05 16:24:54 +00:00