aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys
AgeCommit message (Expand)Author
2016-04-06Merge branch 'egil/erts/tracing-beam-lttng/OTP-10282'Björn-Egil Dahlberg
2016-04-06erts: Add lttng tracepoints for driversBjörn-Egil Dahlberg
2016-03-29Merge branch 'lukas/erts/inline_tagvaldef/OTP-13440'Lukas Larsson
2016-03-29erts: inline tag_val_defLukas Larsson
2016-03-18Merge branch 'lukas/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425'Lukas Larsson
2016-03-16Take out (parts of) broken fp exception support for MacOS XBjörn Gustavsson
2016-03-08Merge branch 'sverk/literal-alloc-polish'Sverker Eriksson
2016-03-01Merge branch 'sverk/master/halt-INT_MIN'Sverker Eriksson
2016-02-29Fix build wihtout thread supportRickard Green
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-23erts: Refactor init of erts_literal_mmapperSverker Eriksson
2016-02-23erts: Make literal_alloc documented and configurableSverker Eriksson
2016-02-23erts: Fix install of suspend handlerLukas Larsson
2016-02-02erts: Add power saving cpu feature tests and use themLukas Larsson
2016-02-02erts: Refactor perf counter internal interfaceLukas Larsson
2016-02-02erts: Fix hrtime for windowsLukas Larsson
2016-02-02erts: use correct function for perf counter on non-x86Lukas Larsson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-02-02erts, kernel: Add os:perf_counter functionLukas Larsson
2016-02-02Merge branch 'maint'Rickard Green
2016-01-21Introduce time management in native APIsRickard Green
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15erts: Never abort in the forked childLukas Larsson
2015-12-15erts: Mend ASSERT makro for erl_child_setupSverker Eriksson
2015-12-15erts: Only use forker StackAck on freebsdLukas Larsson
2015-12-15erts: Add forker StartAck for port start flowcontrolLukas Larsson
2015-12-15erts: Fix large open_port arg segfault for win32Lukas Larsson
2015-12-15erts: Move os_pid to port hash to child setupLukas Larsson
2015-12-15erts: Handle all EINTR and EAGAIN cases in child setupLukas Larsson
2015-12-15erts: Make child_setup work with large environmentsLukas Larsson
2015-12-15erts: Fix uds socket handling for os xLukas Larsson
2015-12-15erts: Fix dereferencing of unaligned integer for sparcLukas Larsson
2015-12-15erts: Flatten too long io vectors in uds writeLukas Larsson
2015-12-15erts: Create forker process for spawn driverLukas Larsson
2015-12-15erts: Move sys drivers to another fileLukas Larsson
2015-12-15erts: Change name of child_setup to erl_child_setupLukas Larsson
2015-12-15erts: Rename sys driver structsLukas Larsson
2015-11-27Merge branch 'maint'Sverker Eriksson
2015-11-27Merge branch 'sverk/cpool_fetch-dc_list-fix' into maintSverker Eriksson
2015-11-26erts: Refactor alloc_SUITE to use NIFs instead of driversSverker Eriksson
2015-11-16Merge branch 'maint'Henrik Nord
2015-11-12erts: Add support for fast erts_is_literal()Sverker Eriksson
2015-11-12erts: Refactor erl_mmap to allow several mapper instancesSverker Eriksson
2015-11-10erts: Make key argument constant for erl_drv_{get|put}envSverker Eriksson
2015-10-15Fix erroneous use of __uint32_tIan Denhardt
2015-09-11erts: Fix strangeness in treatment of MSEG_ALIGN_BITSSverker Eriksson
2015-09-11erts: Remove unused erts_have_erts_mmapSverker Eriksson
2015-08-20Merge branch 'maint'Henrik Nord
2015-08-18Handle ERRNO_BLOCK in fd_driver async functionsSteve Vinoski