Matt Kraai 
							
						 
					 
					
						
						
							
						
						9133c98a9d 
					 
					
						
						
							
							Cleaned up error handling, TRUE/FALSE usage, and other minor issues.  
						
						 
						
						
						
						
					 
					
						2000-10-25 16:48:15 +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 
							
						 
					 
					
						
						
							
						
						322ae93a5e 
					 
					
						
						
							
							Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of  
						
						 
						
						... 
						
						
						
						segfaulting or handling errors the same way themselves. 
						
						
					 
					
						2000-09-13 02:46:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Kraai 
							
						 
					 
					
						
						
							
						
						bf181b9338 
					 
					
						
						
							
							Extract usage information into a separate file.  
						
						 
						
						
						
						
					 
					
						2000-07-16 20:57:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Kraai 
							
						 
					 
					
						
						
							
						
						d537a95fdb 
					 
					
						
						
							
							Use errorMsg rather than fprintf.  
						
						 
						
						
						
						
					 
					
						2000-07-14 01:51:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						61dc057183 
					 
					
						
						
							
							Added 'dumpkmap' to allow people to dump a binary keymap, which can then be  
						
						 
						
						... 
						
						
						
						loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org >
 -Erik 
						
						
					 
					
						2000-07-11 17:29:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						bd22ed8067 
					 
					
						
						
							
							Update files to reduce dependance on kernel version...  
						
						 
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-07-08 18:55:24 +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 
							
						 
					 
					
						
						
							
						
						7ab9c7ee52 
					 
					
						
						
							
							Lots of updates.  Finished implementing BB_FEATURE_TRIVIAL_HELP  
						
						 
						
						... 
						
						
						
						which lets you compile out most of the "--help" output, saving
up to 17k.
Renamed mnc to nc.
 -Erik 
						
						
					 
					
						2000-05-12 19:41:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						4625240674 
					 
					
						
						
							
							Oops.  
						
						 
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-05-01 19:11:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						94f5e0ba7c 
					 
					
						
						
							
							Some accrued fixes/updates.  
						
						 
						
						... 
						
						
						
						* cp/mv now accepts (and ignores) the -f flag, since it always
	does force anyway
    * tail can now accept -<num> commands (e.g. -10) for better
	compatibility with the standard tail command
    * added a simple id implementation; doesn't support supp. groups yet 
						
						
					 
					
						2000-05-01 19:10:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						3fe7f9f20b 
					 
					
						
						
							
							More minor updates to docs (and making apps behave as the docs  
						
						 
						
						... 
						
						
						
						suggest they should)
 -Erik 
						
						
					 
					
						2000-04-19 03:59:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						298854f029 
					 
					
						
						
							
							My latest ramblings.  
						
						 
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-03-23 01:09:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Andersen 
							
						 
					 
					
						
						
							
						
						e49d5ecbbe 
					 
					
						
						
							
							Some formatting updates (ran the code through indent)  
						
						 
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						2000-02-08 19:58:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						c49960189a 
					 
					
						
						
							
							Fixed up copyright notices and such  
						
						 
						
						
						
						
					 
					
						1999-10-20 22:08:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						e77ae3a2c0 
					 
					
						
						
							
							Added sfdisk.  Ststic-ified a bunch of stuff.  
						
						 
						
						
						
						
					 
					
						1999-10-19 20:03:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						b0e9a709ba 
					 
					
						
						
							
							More stuff.  
						
						 
						
						... 
						
						
						
						-Erik 
						
						
					 
					
						1999-10-18 22:28:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Andersen 
							
						 
					 
					
						
						
							
						
						cc8ed39b24 
					 
					
						
						
							
							Initial revision  
						
						 
						
						
						
						
					 
					
						1999-10-05 16:24:54 +00:00