aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/common/erl_poll.c
AgeCommit message (Expand)Author
2019-05-02erts: Fix so that non-oneshot pollset on OpenBSD worksLukas Larsson
2019-03-25erts: Fix file desc leak in poll debug get_evtsLukas Larsson
2019-02-01Fix EV_DISPATCH detection on NetBSDLukas Larsson
2019-01-21erts: Fix getting of poll events on linux >= 4.15.0Lukas Larsson
2018-12-06erts: Move fds with active true behaviour to own pollsetLukas Larsson
2018-10-23erts: Pass thread progress data where possibleLukas Larsson
2018-07-03Use fallback pollset for stdin and friends when using kqueueJohn Högberg
2018-06-18Update copyright yearHenrik Nord
2018-06-13erts: Fix MacOS pollset bugSverker Eriksson
2018-03-29erts: Don't use EV_DISPATCH on openbsdLukas Larsson
2017-10-30erts: Fix a bunch of compiler warningsLukas Larsson
2017-10-02erts: disable kernel-poll on OS X vsn < 16Lukas Larsson
2017-10-02erts: Add testcases to test IOp and IOt optionsLukas Larsson
2017-10-02erts: Move all I/O polling to a seperate threadLukas Larsson
2017-09-15erts: Rename ErtsPollSet_ structS to not confuse gdbSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Cleanup removal of non-smp emulatorsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-01-19erts: Handle SIGUSR1 via signal service insteadBjörn-Egil Dahlberg
2016-06-22Improve accuracy of timeouts using premature timeoutsRickard Green
2016-03-15update copyright-yearHenrik Nord
2016-02-02erts: Add microstate accountingLukas Larsson
2015-06-29Merge branch 'maint-17' into maintSverker Eriksson
2015-06-25Merge branch 'sverk/poll-lost-wakeup/OTP-12859' into maint-17Erlang/OTP
2015-06-22erts: Fix race in poller thread wake upSverker Eriksson
2015-06-22Merge branch 'bruce/change-license'Bruce Yinhe
2015-06-20erts: Fix erl_poll on darwinBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
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