summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/devpoll.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-05 [illumos-gate merge]Jerry Jelinek1-1/+1
2019-04-0510630 poll: NULL pointer errorsToomas Soome1-1/+1
2019-01-09OS-7107 EPOLLONESHOT should not remove fdPatrick Mooney1-13/+26
2018-02-28OS-6705 thread spinning in dp_pcache_poll() induces system hangBryan Cantrill1-1/+2
2017-10-198634 epoll fails to wake on certain edge-triggered conditions [fix regressions]Patrick Mooney1-13/+23
2017-10-19 [illumos-gate merge]Jerry Jelinek1-23/+13
2017-10-188634 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney1-27/+126
2017-07-20OS-6116 epoll should better detect fd reassignmentPatrick Mooney1-153/+147
2017-03-02OS-5941 epoll should exclude normal files/directoriesPatrick Mooney1-1/+6
2017-02-13OS-5882 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney1-27/+126
2016-10-117422 dpioctl should pay attention to FKIOCTLPatrick Mooney1-12/+38
2016-09-28OS-5521 lxbrand epoll_ctl not allowed to emit EINTRPatrick Mooney1-0/+27
2016-08-097206 dpwrite() acquires p_lock unnecessarilyBryan Cantrill1-7/+18
2016-07-18OS-5518 devpoll write feigns success in the face of EINTRPatrick Mooney1-2/+18
2016-07-18OS-5511 epoll should not leave dangling polldat_t entriesPatrick Mooney1-4/+6
2016-03-23OS-5260 lxbrand epoll_pwait needs sigset translationPatrick Mooney1-6/+14
2016-03-116732 epoll fails to wake when fd addedPatrick Mooney1-2/+5
2016-03-08OS-5222 epoll fails to wake when fd addedPatrick Mooney1-2/+5
2015-11-24OS-4953 dpwrite() acquires p_lock unnecessarilyBryan Cantrill1-7/+18
2015-10-166291 nested epoll does not mimic Linux behaviorPatrick Mooney1-106/+411
2015-10-165640 want epoll supportBryan Cantrill1-46/+464
2014-04-294823 don't open-code NSEC2MSEC and MSEC2NSECJosef 'Jeff' Sipek1-1/+1
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens1-28/+32
2011-10-201605 System time changes combined with spurios wakeups cause DP_POLL to retur...Matt Amdur1-35/+34
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-2/+2
2008-07-186724237 polling on /dev/poll can hang even though UDP data is availablemeem1-8/+14
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-6/+6
2007-04-27backout 6265036/6531693: causes 6544953dm1207691-3/+5
2007-03-046422458 /dev/poll dp_nfds checking off-by-one; application failures ensuesp921021-4/+3
2007-02-136265036 cv_waituntil_sig() often returns earlyqiao1-5/+3
2005-07-294907042 Some drivers should use ddi_prop_op for cb_prop_op implementationcth1-3/+6
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+954