zfs/lib
Ned Bass be92edb218 Add extra guard space if needed
Some buggy NPTL threading implementations include the guard area within
the stack size allocations.  In this case we need to allocate an extra
page to account for the guard area since we only have two pages of usable
stack on Linux.  Added an autoconf test that detects such implementations
by running a test program designed to segfault if the bug is present.
Set a flag NPTL_GUARD_WITHIN_STACK that is tested to decide if extra
stack space must be allocated for the guard area.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-07-23 11:38:00 -07:00
..
libefi Script update-zfs.sh updated to include libefi library 2009-10-09 15:37:29 -07:00
libnvpair Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libuutil Add fix-pthreads topic branch 2010-06-14 16:20:44 -07:00
libzfs Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libzpool Add extra guard space if needed 2010-07-23 11:38:00 -07:00