aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/common/erl_poll.c
AgeCommit message (Expand)Author
2011-09-06Changes inspired by running cppcheck(1)Christian von Roques
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