aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/win32
AgeCommit message (Expand)Author
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-09Merge branch 'raimo/64-bit-driver-api/OTP-9795'Björn Gustavsson
2011-12-09erl_driver.h: Enlarge types on driver callbacks output, control and callRaimo Niskanen
2011-12-08Merge branch 'egil/file-info-opt-utc/OTP-7687'Björn-Egil Dahlberg
2011-12-08Emulate localtime, gmtime and mktime to enable negative time_tPatrik Nyblom
2011-12-08Teach windows sys_localtime_rBjörn-Egil Dahlberg
2011-12-02Fix time typesRickard Green
2011-12-02Remove ancient WaitForInputIdle workaroundPatrik Nyblom
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2011-12-02Build Win64 Erlang emulator using MSYSunknown
2011-11-13Use critical sections as mutex implementation on WindowsRickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-09-20Merge branch 'ta/docs-fixes' into devHenrik Nord
2011-09-15Fix misspelling of successfulTuncer Ayaz
2011-06-15Move erts_sys_env_init() to erts_sys_pre_init()Patrik Nyblom
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Ensure quick breakRickard Green
2011-03-21Teach win32/sys.c (fd-driver) not to leak readers causing init:restart to failPatrik Nyblom
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
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-11-30Teach spawn_executable about UnicodePatrik Nyblom
2010-11-26Merge branch 'sverker/unsafe_CancelIoEx/OTP-8937' into devSverker Eriksson
2010-11-24Remove use of unreliable CancelIoEx on Windows.Sverker Eriksson
2010-11-18Move cpu topology functionality into erl_cpu_topology.[ch]Rickard Green
2010-08-30Merge branch 'rickard/cpu-info/OTP-8765' into devRickard Green
2010-08-30Initialize environment functionality after thread libRickard 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-11Merge branch 'se/port_SUITE_env' into devErlang/OTP
2010-06-10allow open_port with env vars with trailing '=' on WindowsSverker Eriksson
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-06-01OTP-8658 Add missing memory barriers in erts_poll()Rickard Green
2010-06-01Remove stray SAE supportBjörn Gustavsson
2010-05-24Fix deadlock in spawn driver on windowsSverker Eriksson
2010-05-02Merge branch 'bg/remove-stray-ose-support' into devErlang/OTP
2010-04-30emulator: Eliminate #ifdef for sys_tty_reset()Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP