Age | Commit message (Collapse) | Author |
|
Conflicts:
erts/doc/src/erlang.xml
erts/emulator/beam/erl_process.c
erts/emulator/beam/erl_process.h
erts/emulator/test/bif_SUITE.erl
erts/preloaded/ebin/erlang.beam
erts/preloaded/src/erlang.erl
lib/hipe/cerl/erl_bif_types.erl
|
|
* raimo/close-ports-on-halt/OTP-9985:
erts: Basic test of erlang:halt/0..2
erts: Document erlang:halt/2 and update erlang:halt/0,1
erts: Implement erlang:halt/2
stdlib: Stop working around erlang:halt not flushing
erts: Make erlang:halt/0,1 close ports and flush async threads
erts: Remove forgotten and unused function erl_exit0
erts: Implement erl_halt
erts: Remove unused ntbuild.erl
|
|
* upstream/maint:
Prepare for release
Prepare for release
Prepare for release
|
|
* ia/public_key/prepare-for-release:
Prepare for release
|
|
* ia/ssh/prepare-for-release:
Prepare for release
|
|
* ia/ssl/prepare-for-release:
Prepare for release
|
|
|
|
OTP-9792
OTP-9794
OTP-9967
OTP-9968
OTP-9980
OTP-9984
* siri/reltool/fresh-up: (27 commits)
[reltool] Improve title of dependency colum
[reltool] Update status bar for all config changes and for generate target
[reltool] Fix GUI problems on Windows
[reltool] Remove skip statement for test that failed due to stdlib error
[sasl] Sort applications used by other applications correctly in .script
[sasl] Doc that included applications in .rel defaults to same as in .app
[reltool] Fix problems with sorting of applications
[reltool] Just warn if same module occurs twice in .app file
[reltool] Always return warnings as flat strings
[reltool] Fix type spec and doc for app() and mod()
[reltool] Move tables out of common record
[reltool] Display warnings continously in GUI
[reltool] Cleanup test code
[reltool] Unset ERL_FLAGS when running escript from reltool_server_SUITE
[reltool] Improve error handling
[reltool] Fix rollback and undo
[reltool] Link together escript with inlined application
[reltool] Fix badmatch when starting GUI
[reltool] Update state and tables consistently for all types of config changes
[reltool] Add test cases for handling of escripts
...
|
|
* maint:
Add the surefire ct hook
|
|
* lukas/common_test/add_surefire_hook/OTP-9995:
Add the surefire ct hook
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* pan/testcase-fix-bigboot:
Align java test Makefile.src with c tests ditto in ic
Teach ei testsuites parallel make
Teach edlin_expand_SUITE:init_per_suite independence
Teach big_boot_embedded testcase about comte
OTP-10008
|
|
|
|
|
|
|
|
|
|
* pan/remove_temp_files_io_proto_SUITE:
io_proto_SUITE: make sure temp files are removed
OTP-10005
|
|
|
|
* pan/win_doc_fix/OTP-9846:
Correct build instruction for 32bit OpenSSL
|
|
Also made some visual improvements to the example command lines
for wxWidgets/OpenSSL and made some minor updates to the
build instructions for those libraries.
|
|
Updates for ssh that needs to restarted so no need for soft upgrade
|
|
|
|
* dgud/observer/fix-mem-graph:
[observer] Remove system from memory graph
|
|
* dgud/wx/misc-improvements/OTP-9947:
[wx] Add more types
[wx] Fix listctrl issues
[wx] Fix bad defines
[wx] Fix bad type references
[wx] Fix missing export_types
|
|
* dgud/debugger/breakpoints_bug/OTP-9950:
[debugger] Fixed disappearing breakpoints
|
|
|
|
|
|
|
|
|
|
Supervisor tree changed so can not do soft upgrade
|
|
Distribution fixes so no need to soft upgrade.
|
|
* maint:
Make sure disk_log does not write too much data
|
|
* hb/kernel/too_greedy_disk_log/OTP-9999:
Make sure disk_log does not write too much data
|
|
* maint:
Fix continuation error
Remove unused file
Correct a minor bug in qlc's testsuite
|
|
* hb/stdlib/fix_qlc_suite/OTP-10000:
Correct a minor bug in qlc's testsuite
|
|
* lars/xmerl/continuation-error/OTP-9961:
Fix continuation error
|
|
|
|
* lars/xmerl/remove-unused-file/OTP-9965:
Remove unused file
|
|
|
|
It is confusing we have total and system is total - processes
|
|
|
|
* sverk/cpu-topology-crash:
erts: Fix memory corruption when reading topology info
OTP-10004
|
|
The hook should work with modern versions of Jenkins CI
to gather test results.
|
|
|
|
While disk_log eagerly collects logged data for better performance,
collecting too much data may choke the system and cause huge binaries
to be written.
The problem was addressed in OTP-9764, but the situation was not
improved in all cases.
Thanks to Richard Carlsson.
|