aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/win32/sys.c
AgeCommit message (Expand)Author
2012-11-30erts: Change default of erl_crash.dumpBjörn-Egil Dahlberg
2012-10-24Merge branch 'maint'Björn-Egil Dahlberg
2012-10-24Merge branch 'egil/ensure-erl_crash.dump/OTP-10422' into maintBjörn-Egil Dahlberg
2012-10-16erts: Change ERL_CRASH_DUMP_SECONDS behaviourBjörn-Egil Dahlberg
2012-10-15erts, heart: Ensure erl_crash.dump is writtenBjörn-Egil Dahlberg
2012-09-25Merge branch 'egil/r16/strengthen-buffer-copies'Björn-Egil Dahlberg
2012-09-07Replace sprintf with erts_snprintf in beamBjörn-Egil Dahlberg
2012-09-05Make sure io is flushed when driver is closedLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-14Make get/putenv and erlexec understand UnicodePatrik Nyblom
2012-04-17Make port_info(Port,os_pid) work on WindowsBjörn-Egil Dahlberg
2011-12-09erl_driver.h: Enlarge types on driver callbacks output, control and callRaimo Niskanen
2011-12-02Fix time typesRickard Green
2011-12-02Remove ancient WaitForInputIdle workaroundPatrik Nyblom
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-03-21Teach win32/sys.c (fd-driver) not to leak readers causing init:restart to failPatrik Nyblom
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-07Merge OTP-8681Björn-Egil Dahlberg
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