aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/common/erl_poll.c
AgeCommit message (Expand)Author
2015-06-17erts: Refactor growth of fd tablesSverker Eriksson
2015-05-11Merge branch 'egil/erts/high_accuracy_sleep/OTP-12236'Björn-Egil Dahlberg
2015-05-08Optimized timer implementationRickard Green
2015-04-13erts: Add high accuracy poll timeoutsLukas Larsson
2015-03-20Introduce a new time APIRickard Green
2014-08-22Fix ERTS_POLL_DEBUG_PRINT usageMichael Truog
2013-12-02Silence a warning in erl_poll about an empty loop bodyAnthony Ramine
2013-09-04erts: Fix faulty assert in "unlimited select" for macSverker Eriksson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-06-04erts: Fix dynamic select for darwinSverker Eriksson
2013-05-28erts: Refactor unlimited select patchSverker Eriksson
2013-05-28erts: Fix bug in unlimited fd_set patchSverker Eriksson
2013-05-12Use _DARWIN_UNLIMITED_SELECT in erl_pollAnthony Ramine
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-07-18erts: Remove VxWorks support from beamBjörn-Egil Dahlberg
2012-06-18Make allocation of check_io tables more scalable.Rick Reed
2012-03-27Fix wakeup functionality in no thread support caseRickard Green
2011-12-27Include wakeup pipe in /dev/poll poll-set also on non-SMPRickard Green
2011-12-02Fix time typesRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-09-06Changes inspired by running cppcheck(1)Christian von Roques
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Silence warningsRickard Green
2011-03-08The emulator could get into a state where it didn't check for I/O.Rickard Green
2011-02-25Simplify erts_poll_wait() wakeup logicRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-08-20Fix race in erts_poll()Rickard Green
2010-06-01OTP-8658 Add missing memory barriers in erts_poll()Rickard Green
2010-05-15fix livelock in erts_poll_info_kp()Mikael Pettersson
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP