Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							a6098088eb 
							
						 
					 
					
						
						
							
							Fix minor acl issue  
						
						... 
						
						
						
						Minor fixes for newly introduced acl support.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-31 08:38:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ed667343 
							
						 
					 
					
						
						
							
							Fix gcc uninitialized variable warnings  
						
						... 
						
						
						
						Gcc -Wall warn: 'uninitialized variable'
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-31 08:38:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							c65aa5b2b9 
							
						 
					 
					
						
						
							
							Fix gcc missing parenthesis warnings  
						
						... 
						
						
						
						Gcc -Wall warn: 'missing parenthesis'
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-31 08:38:35 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							e75c13c353 
							
						 
					 
					
						
						
							
							Fix gcc missing case warnings  
						
						... 
						
						
						
						Gcc ASSERT() missing cases are impossible
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:34:03 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							2598c0012d 
							
						 
					 
					
						
						
							
							Fix gcc missing braces warnings  
						
						... 
						
						
						
						Resolve compiler warnings concerning missing braces.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:34:03 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							0ccd9d24e4 
							
						 
					 
					
						
						
							
							Fix gcc init pragma warnings  
						
						... 
						
						
						
						Use constructor attribute on non-Solaris platforms.
The #pragma init/fini ->__attribute__((constructor/destructor))
conversions, these should go upstream.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:34:02 -07:00 
						 
				 
			
				
					
						
							
							
								Ricardo M. Correia 
							
						 
					 
					
						
						
						
						
							
						
						
							e5dc681a50 
							
						 
					 
					
						
						
							
							Fix gcc ident pragma warnings  
						
						... 
						
						
						
						Remove all ident pragmas which are unknown to gcc.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:34:02 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							0e5b68e015 
							
						 
					 
					
						
						
							
							Fix gcc fortify source warnings  
						
						... 
						
						
						
						Resolve issues uncovered by -D_FORTIFY_SOURCE=2, the default redhat
macro's file adds this option to the cflags.  This causes warnings
of the following type designed to keep the developer honest:
        warning: ignoring return value of 'foo', declared
                 with attribute warn_unused_result
The short term fix is to wrap these calls in VERIFY() to check the
return code.  The code was already assusing these would never fail.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:34:02 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							b8864a233c 
							
						 
					 
					
						
						
							
							Fix gcc cast warnings  
						
						... 
						
						
						
						Gcc -Wall warn: 'lacks a cast'
Gcc -Wall warn: 'comparison between pointer and integer'
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							d6320ddb78 
							
						 
					 
					
						
						
							
							Fix gcc c90 compliance warnings  
						
						... 
						
						
						
						Fix non-c90 compliant code, for the most part these changes
simply deal with where a particular variable is declared.
Under c90 it must alway be done at the very start of a block.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> 
						
					 
					
						2010-08-27 15:28:32 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							572e285762 
							
						 
					 
					
						
						
							
							Update to onnv_147  
						
						... 
						
						
						
						This is the last official OpenSolaris tag before the public
development tree was closed. 
						
					 
					
						2010-08-26 14:24:34 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							428870ff73 
							
						 
					 
					
						
						
							
							Update core ZFS code from build 121 to build 141.  
						
						
						
					 
					
						2010-05-28 13:45:14 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							5c36312909 
							
						 
					 
					
						
						
							
							Script update-zfs.sh updated to include libefi library  
						
						
						
					 
					
						2009-10-09 15:37:29 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							45d1cae3b8 
							
						 
					 
					
						
						
							
							Rebase master to b121  
						
						
						
					 
					
						2009-08-18 11:43:27 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							9babb37438 
							
						 
					 
					
						
						
							
							Rebase master to b117  
						
						
						
					 
					
						2009-07-02 15:44:48 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							d164b20935 
							
						 
					 
					
						
						
							
							Rebase master to b108  
						
						
						
					 
					
						2009-02-18 12:51:31 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							fb5f0bc833 
							
						 
					 
					
						
						
							
							Rebase master to b105  
						
						
						
					 
					
						2009-01-15 13:59:39 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							6b2c60acca 
							
						 
					 
					
						
						
							
							Moving lib/libspl to linux-libspl branch  
						
						
						
					 
					
						2008-12-11 15:38:59 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							a4076c7544 
							
						 
					 
					
						
						
							
							Script updates  
						
						
						
					 
					
						2008-12-11 14:21:14 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							c4911ece24 
							
						 
					 
					
						
						
							
							Move library files to lib  
						
						
						
					 
					
						2008-12-11 14:16:55 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							b453b61272 
							
						 
					 
					
						
						
							
							Fix libspl move to the wrong place  
						
						
						
					 
					
						2008-12-11 11:22:02 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							77755a5771 
							
						 
					 
					
						
						
							
							Add a few missing files  
						
						
						
					 
					
						2008-12-11 11:14:49 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							172bb4bd5e 
							
						 
					 
					
						
						
							
							Move the world out of /zfs/ and seperate out module build tree  
						
						
						
					 
					
						2008-12-11 11:08:09 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							b6097ae55a 
							
						 
					 
					
						
						
							
							Remove stray stub kernel files which should be brought in my linux-kernel-module patch  
						
						
						
					 
					
						2008-12-02 08:47:21 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Behlendorf 
							
						 
					 
					
						
						
						
						
							
						
						
							34dc7c2f25 
							
						 
					 
					
						
						
							
							Initial Linux ZFS GIT Repo  
						
						
						
					 
					
						2008-11-20 12:01:55 -08:00