]> git.proxmox.com Git - mirror_spl.git/history - include/sys/condvar.h
Add cv_timedwait_sig_hires to allow interruptible sleep
[mirror_spl.git] / include / sys / condvar.h
2016-05-12 Chunwei ChenAdd cv_timedwait_sig_hires to allow interruptible sleep
2015-06-10 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2013-11-04 Ned BassEmulate illumos interface cv_timedwait_hires()
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-07 Matt JohnstonAdd cv_wait_io() to account I/O time
2012-11-06 Brian BehlendorfMerge branch 'splat'
2012-11-06 Brian BehlendorfCondition variable reference counts
2012-04-06 Brian BehlendorfRemove condition variable names
2011-02-04 Brian BehlendorfBlock in cv_destroy() on all waiters
2011-01-11 Neependra KhareAdd cv_timedwait_interruptible() function
2010-11-29 Brian BehlendorfClear cv->cv_mutex when not in use
2010-05-17 Brian BehlendorfPublic Release Prep
2010-05-14 Brian BehlendorfAdd cv_wait_interruptible() function.
2009-09-25 Brian BehlendorfReimplement mutexs for Linux lock profiling/analysis
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-05-15 behlendoRework condition variable implementation to be consiste...
2008-04-25 behlendoNew an improved taskq implementation for the SPL. ...
2008-04-21 behlendoUpdate SPL to use new debug infrastructure. This means:
2008-04-11 behlendoAdjust the condition variables to simply sleep uninteru...
2008-03-01 behlendoReorganize /include/ to add a /sys/, this way we don...