]> granicus.if.org Git - zfs/commit
Add fix-pthreads topic branch
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 Jun 2010 23:20:44 +0000 (16:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 Jun 2010 23:20:44 +0000 (16:20 -0700)
commitf9f342c5f2ce0dd3887da54b5ae87be142aea5ba
treea411b1110df1c9cea6f672ba40815565c2d05370
parent428870ff734fdaccc342b33fc53cf94724409a46
Add fix-pthreads topic branch

This is a portability change which removes the dependence of the Solaris
thread library.  All locations where Solaris thread API was used before
have been replaced with equivilant Solaris kernel style thread calls.
In user space the kernel style threading API is implemented in term of
the portable pthreads library.  This includes all threads, mutexs,
condition variables, reader/writer locks, and taskqs.
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]
cmd/ztest/ztest.c
lib/libuutil/uu_misc.c
lib/libzpool/include/sys/zfs_context.h
lib/libzpool/kernel.c
lib/libzpool/taskq.c