aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/sys.c
AgeCommit message (Expand)Author
2011-09-16erts: Remove compiler warning in sys.cBjörn-Egil Dahlberg
2011-07-08Move init of smp rw mutex from init to sys_args to make sure that it is initi...Lukas Larsson
2011-03-02Remove race in main thread stealing due to reading and writing to pipe from s...Patrik Nyblom
2011-03-02Make MacOS (NS) wx use the main threadPatrik Nyblom
2011-02-25Simplify erts_poll_wait() wakeup logicRickard Green
2010-12-20Remove timer-thread implementationBjörn-Egil Dahlberg
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-18Move cpu topology functionality into erl_cpu_topology.[ch]Rickard Green
2010-08-17erts: Remove broken elib_mallocBjörn Gustavsson
2010-08-17erts: Remove stray pre-ISO-C compatibility macrosBjörn Gustavsson
2010-08-10Rewrite ethread libraryRickard Green
2010-06-10fix open_port with many unset env varsSverker Eriksson
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-05-03allow open_port to set env vars containing a trailing '=' characterSteve Vinoski
2010-04-30emulator: Eliminate #ifdef for sys_tty_reset()Björn Gustavsson
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP