summaryrefslogtreecommitdiff
path: root/erts/emulator/sys/common/erl_poll.c
Commit message (Expand)AuthorAgeFilesLines
* erts: Add microstate accountingLukas Larsson2016-02-021-8/+28
* Merge branch 'maint-17' into maintSverker Eriksson2015-06-291-10/+5
|\
| * Merge branch 'sverk/poll-lost-wakeup/OTP-12859' into maint-17Erlang/OTP2015-06-251-10/+5
| |\
| | * erts: Fix race in poller thread wake upSverker Eriksson2015-06-221-10/+5
* | | Merge branch 'bruce/change-license'Bruce Yinhe2015-06-221-9/+10
|\ \ \
| * | | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* | | | erts: Fix erl_poll on darwinBjörn-Egil Dahlberg2015-06-201-1/+1
|/ / /
* | | erts: Refactor growth of fd tablesSverker Eriksson2015-06-171-23/+26
* | | Merge branch 'egil/erts/high_accuracy_sleep/OTP-12236'Björn-Egil Dahlberg2015-05-111-8/+154
|\ \ \
| * | | erts: Add high accuracy poll timeoutsLukas Larsson2015-04-131-8/+154
* | | | Optimized timer implementationRickard Green2015-05-081-1/+1
|/ / /
* | | Introduce a new time APIRickard Green2015-03-201-50/+171
|/ /
* | Fix ERTS_POLL_DEBUG_PRINT usageMichael Truog2014-08-221-1/+1
|/
* Silence a warning in erl_poll about an empty loop bodyAnthony Ramine2013-12-021-1/+2
* erts: Fix faulty assert in "unlimited select" for macSverker Eriksson2013-09-041-2/+2
* Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* erts: Fix dynamic select for darwinSverker Eriksson2013-06-041-6/+15
* erts: Refactor unlimited select patchSverker Eriksson2013-05-281-111/+101
* erts: Fix bug in unlimited fd_set patchSverker Eriksson2013-05-281-1/+1
* Use _DARWIN_UNLIMITED_SELECT in erl_pollAnthony Ramine2013-05-121-11/+118
* Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* | erts: Remove VxWorks support from beamBjörn-Egil Dahlberg2012-07-181-17/+6
* | Make allocation of check_io tables more scalable.Rick Reed2012-06-181-5/+27
|/
* Fix wakeup functionality in no thread support caseRickard Green2012-03-271-1/+1
* Include wakeup pipe in /dev/poll poll-set also on non-SMPRickard Green2011-12-271-2/+2
* Fix time typesRickard Green2011-12-021-1/+1
* Optimize memory allocationRickard Green2011-11-131-78/+115
* Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green2011-10-141-47/+47
|\
| * Use new atomic API in runtime systemRickard Green2011-06-141-47/+47
* | Changes inspired by running cppcheck(1)Christian von Roques2011-09-061-1/+1
|/
* Silence warningsRickard Green2011-05-131-3/+4
* The emulator could get into a state where it didn't check for I/O.Rickard Green2011-03-081-0/+1
* Simplify erts_poll_wait() wakeup logicRickard Green2011-02-251-156/+128
* Use new atomic types in emulatorRickard Green2010-12-151-15/+17
* Fix race in erts_poll()Rickard Green2010-08-201-19/+20
* OTP-8658 Add missing memory barriers in erts_poll()Rickard Green2010-06-011-17/+41
* fix livelock in erts_poll_info_kp()Mikael Pettersson2010-05-151-0/+1
* OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green2010-02-081-7/+10
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+2693