mirror_zfs/include
Brian Behlendorf f752b46eb3 Add cv_wait_interruptible() function.
This is a minor extension to the condition variable API to allow
for reasonable signal handling on Linux.  The cv_wait() function by
definition must wait unconditionally for cv_signal()/cv_broadcast()
before waking it.  This makes it impossible to woken by a signal
such as SIGTERM.  The cv_wait_interruptible() function was added
to handle this case.  It behaves identically to cv_wait() with the
exception that it waits interruptibly allowing a signal to wake it
up.  This means you do need to be careful and check issig() after
waking.
2010-05-14 09:24:51 -07:00
..
fs Build system and packaging (RPM support) 2009-03-09 15:56:55 -07:00
linux Linux 2.6.32 compat, proc_handler() API change 2010-03-04 12:14:56 -08:00
rpc Minor bug fix in XDR code introduced in last minute change before landing. 2009-03-11 16:27:35 -07:00
sharefs Build system and packaging (RPM support) 2009-03-09 15:56:55 -07:00
sys Add cv_wait_interruptible() function. 2010-05-14 09:24:51 -07:00
util Build system and packaging (RPM support) 2009-03-09 15:56:55 -07:00
vm Build system and packaging (RPM support) 2009-03-09 15:56:55 -07:00
.gitignore sun-misc-gitignore 2010-01-08 09:37:54 -08:00
Makefile.am Atomic64 compatibility for 32-bit systems without kernel support. 2009-12-04 15:54:12 -08:00
Makefile.in Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
spl-ctl.h Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
spl-device.h SLES10 Fixes (part 5): 2009-05-20 11:54:40 -07:00
splat-ctl.h Add basic credential support and splat tests. 2009-07-27 17:18:59 -07:00
strings.h More stub headers, 2008-03-04 18:22:31 +00:00
unistd.h More stub headers, 2008-03-04 18:22:31 +00:00