summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/common/atomic/ia64
Commit message (Collapse)AuthorAgeFilesLines
* Fix copy-paste bug.marcel2011-04-271-1/+1
|
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-0/+11
| | | | | | | | | | | | | | | Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month
* Use mf and not mf.a. The latter doesn't force memory ordering andmarcel2010-02-221-1/+1
| | | | applies to sequential memory.
* - rename atomic.S and crc32.c to avoid collisions when linking zfs in to the ↵kmacy2009-05-091-0/+0
| | | | | | | kernel - update Makefile - ifdef out acl_{alloc, free}, they aren't used by zfs and conflict with existing in-kernel routines
* Add my copyright.marcel2007-06-081-0/+28
| | | | Requested by: pjd@
* Missing atomic operations for ZFS/ia64.pjd2007-06-081-0/+54
Submitted by: marcel
OpenPOWER on IntegriCloud