aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/opensolaris/common
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last 3 files I missed. These have been repo copied to the newJohn Birrell2008-03-283-341/+0
| | | | | | | location under a cddl part of the tree following the core@ license review. Notes: svn path=/head/; revision=177677
* Remove files that have been repo copied to their new locationJohn Birrell2008-03-289-5276/+0
| | | | | | | in cddl-specific parts of the source tree. Notes: svn path=/head/; revision=177675
* Check endianness the FreeBSD way.John Birrell2007-11-281-1/+1
| | | | Notes: svn path=/head/; revision=174047
* Include an extra header to get this to compile cleanly.John Birrell2007-11-281-0/+1
| | | | Notes: svn path=/head/; revision=174046
* Add my copyright.Marcel Moolenaar2007-06-081-0/+28
| | | | | | | Requested by: pjd@ Notes: svn path=/head/; revision=170437
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-082-1052/+3
| | | | | | | | | | implementing some of them using existing ones. - Allow to compile ZFS on all archs and use atomic operations surrounded by global mutex on archs we don't have or can't have all atomic operations needed by ZFS. Notes: svn path=/head/; revision=170431
* Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-081-0/+54
| | | | | | | Submitted by: marcel Notes: svn path=/head/; revision=170430
* MFp4: Bring back comments.Pawel Jakub Dawidek2007-04-122-179/+179
| | | | | | | Requested by: jhb Notes: svn path=/head/; revision=168675
* Move atomic.S files to directories that better fit OpenSolaris directoryPawel Jakub Dawidek2007-04-072-0/+1215
| | | | | | | layout. Notes: svn path=/head/; revision=168482
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-069-0/+5368
ZFS file system was ported from OpenSolaris operating system. The code in under CDDL license. I'd like to thank all SUN developers that created this great piece of software. Supported by: Wheel LTD (http://www.wheel.pl/) Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/) Supported by: Sentex (http://www.sentex.net/) Notes: svn path=/head/; revision=168404