mirror_zfs/lib
Brian Behlendorf 1b9d8c340f Fix 'zfs send -D' segfault
Sending pools with dedup results in a segfault due to a Solaris
portability issue.  Under Solaris the pipe(2) library call
creates a bidirectional data channel.  Unfortunately, on Linux
pipe(2) call creates unidirection data channel.  The fix is to
use the socketpair(2) function to create the expected
bidirectional channel.

Seth Heeren did the original leg work on this issue for zfs-fuse.
We finally just rediscovered the same portability issue and
dfurphy was able to point me at the original issue for the fix.

Closes #268
2011-06-09 13:58:48 -07:00
..
libavl Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libefi Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libnvpair Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libspl Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libunicode Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libuutil Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
libzfs Fix 'zfs send -D' segfault 2011-06-09 13:58:48 -07:00
libzpool Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
Makefile.am Add missing libspl+libzpool libs to libzfs 2011-03-03 15:48:57 -08:00
Makefile.in Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00