mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	 c8f9061fc7
			
		
	
	
		c8f9061fc7
		
	
	
	
	
		
			
			* Removed zpios kmod, utility, headers and man page. * Removed unused scripts zpios-profile/*, zpios-test/*, zpool-config/*, smb.sh, zpios-sanity.sh, zpios-survey.sh, zpios.sh, and zpool-create.sh. * Removed zfs-script-config.sh.in. When building 'make' generates a common.sh with in-tree path information from the common.sh.in template. This file and sourced by the test scripts and used for in-tree testing, it is not included in the packages. When building packages 'make install' uses the same template to create a new common.sh which is appropriate for the packaging. * Removed unused functions/variables from scripts/common.sh.in. Only minimal path information and configuration environment variables remain. * Removed unused scripts from scripts/ directory. * Remaining shell scripts in the scripts directory updated to cleanly pass shellcheck and added to checked scripts. * Renamed tests/test-runner/cmd/ to tests/test-runner/bin/ to match install location name. * Removed last traces of the --enable-debug-dmu-tx configure options which was retired some time ago. Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6509
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| The majority of the code in the ZFS on Linux port comes from OpenSolaris
 | |
| which has been released under the terms of the CDDL open source license.
 | |
| This includes the core ZFS code, libavl, libnvpair, libefi, libunicode,
 | |
| and libutil.  The original OpenSolaris source can be downloaded from:
 | |
| 
 | |
| http://dlc.sun.com/osol/on/downloads/b121/on-src.tar.bz2
 | |
| 
 | |
| Files which do not originate from OpenSolaris are noted in the file header
 | |
| and attributed properly.  These exceptions include, but are not limited
 | |
| to, the vdev_disk.c and zvol.c implementation which are licensed under
 | |
| the CDDL.
 | |
| 
 | |
| The latest stable and development versions of this port can be downloaded
 | |
| from the official ZFS on Linux site located at:
 | |
| 
 | |
| http://zfsonlinux.org/
 | |
| 
 | |
| This ZFS on Linux port was produced at the Lawrence Livermore National
 | |
| Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44)
 | |
| between the U.S. Department of Energy (DOE) and Lawrence Livermore
 | |
| National Security, LLC (LLNS) for the operation of LLNL.  It has been
 | |
| approved for release under LLNL-CODE-403049.
 | |
| 
 | |
| Unless otherwise noted, all files in this distribution are released
 | |
| under the Common Development and Distribution License (CDDL).
 | |
| Exceptions are noted within the associated source files.  See the file
 | |
| OPENSOLARIS.LICENSE for more information.
 | |
| 
 | |
| Refer to the git commit log for authoritative copyright attribution.
 |