summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add the DTrace build tools.jb2008-05-225-1/+155
|
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerru2008-03-291-1/+1
| | | | build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
* The sources covered by Sun's CDDL have been repo copied below thejb2008-03-271-9/+9
| | | | | | | | src/cddl and src/sys/cddl directories per the core@ decision following the license review. This change modifies the affected Makefiles to reference the sources in their new location.
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalobrien2007-10-091-1/+1
| | | | | | | treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith)
* Repo copy libpthreads to libkse.obrien2007-10-091-1/+1
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* Don't build bits that depend on the pthreads support if aru2007-10-011-0/+2
| | | | | | system was configured without such support. Approved by: re (kensmith)
* Fixed static linkage (build with -DNO_SHARED).ru2007-10-011-2/+3
| | | | Approved by: re (kensmith)
* - 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