summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-081-2/+0
| | | | | | | 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.
* Link libzpool, ztest and zdb against libpthread.pjd2007-04-171-2/+2
| | | | Requested by: ru
* Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.ru2007-04-162-16/+14
| | | | | | | | | | There are some insignificant non-style changes as well. Not fixed: makefiles use ${LIBTHR} that doesn't exist, thus breaking "make checkdpadd" and not tracking dependencies properly. Approved by: pjd
* Build ZFS on amd64 and pc98.des2007-04-071-3/+1
| | | | Approved by: pjd@
* Please welcome ZFS - The last word in file systems.pjd2007-04-063-0/+43
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/)
OpenPOWER on IntegriCloud