Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-09 | Merge branch 'lukas/test_server/ts_skip_unknown_applications/OTP-9971' into ↵ | Lukas Larsson | |
maint * lukas/test_server/ts_skip_unknown_applications/OTP-9971: Ignore non-app suites when checking suites to skip Create special spec file when application is missing | |||
2012-03-09 | erts: Fix crash on Linux if /sys/devices/system/node is not readable | Sverker Eriksson | |
Fallback on using /sys/devices/system/cpu to get cpu topology, as is already done when node directory doesn't exist. | |||
2012-03-09 | Ignore non-app suites when checking suites to skip | Lukas Larsson | |
2012-03-09 | Create special spec file when application is missing | Lukas Larsson | |
When an application cannot be found by ts, a special skip testspec is created which skips all tests in that application. | |||
2012-03-09 | Merge branch 'lukas/erl_docgen/fix_range_type/OTP-9970' into maint | Lukas Larsson | |
* lukas/erl_docgen/fix_range_type/OTP-9970: Add so that <img> tags will be transformed to <image> Allow 1..2 types to be exported from edoc | |||
2012-03-08 | Fix problem with buffered DOWN messages | Peter Andersson | |
OTP-9830 | |||
2012-03-08 | doc: Enhance wording and remove typos | Björn-Egil Dahlberg | |
2012-03-08 | doc: Move examples and notes into tag-lists | Björn-Egil Dahlberg | |
2012-03-08 | doc: Rewording of scheduler_wall_time | Björn-Egil Dahlberg | |
2012-03-08 | doc: Change variable name to 'A' to reflect Active | Björn-Egil Dahlberg | |
2012-03-07 | doc: Rewording of scheduler busy | Björn-Egil Dahlberg | |
2012-03-07 | Update scheduler_wall_time documentation | Björn-Egil Dahlberg | |
* Add example on calculating scheduler utilization | |||
2012-03-07 | Merge branch 'ia/ssh/windows-sftp-tests' into maint | Ingela Anderton Andin | |
* ia/ssh/windows-sftp-tests: Skip set_attributes test on windows due to known erts bug in file:read_file_info/1 | |||
2012-03-06 | Merge branch 'peppe/common_test/otp-9933' into maint | Peter Andersson | |
* peppe/common_test/otp-9933: Add missing test suite OTP-9933 | |||
2012-03-06 | Add missing test suite | Peter Andersson | |
2012-03-06 | Update vsn for R15B01 | Peter Andersson | |
2012-03-06 | Fix problem with dropped suite- and test case names | Peter Andersson | |
OTP-9958 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9933' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9933: Correct wrong location printout for ct:fail/1/2 OTP-9933 | |||
2012-03-06 | [inets] Fixed release notes | Micael Karlberg | |
OTP-9960 | |||
2012-03-06 | [wx] Fix bad defines | Dan Gudmundsson | |
Reported by Vlad Dumitrescu. | |||
2012-03-06 | Correct wrong location printout for ct:fail/1/2 | Peter Andersson | |
OTP-9933 | |||
2012-03-06 | Merge branch 'jn/inets_sup_start_link' into bmk/inets/inets59_integration2 | Micael Karlberg | |
Also updated appup file accordingly. | |||
2012-03-06 | Merge branch 'bmk/inets/inets59_integration' into bmk/inets/inets59_integration2 | Micael Karlberg | |
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9855' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9855: Ensure that comments always get printed in the overview log file OTP-9855 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9930' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9930: Make line numbers show in logs for timetraps and abortions OTP-9930 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9941-9955' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9941-9955: Fix problem with handling error_logger events OTP-9941 OTP-9955 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9894' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9894: Fix problem with large fun environment being copied unnecessarily Implement asynchronous call to print to test case log file OTP-9894 | |||
2012-03-06 | Skip set_attributes test on windows due to known erts bug in | Ingela Anderton Andin | |
file:read_file_info/1 | |||
2012-03-06 | Merge branch 'ia/ssh/sftpd-file-handles/OTP-9948' into maint | Ingela Anderton Andin | |
* ia/ssh/sftpd-file-handles/OTP-9948: sftp daemon generates file handles correct | |||
2012-03-05 | Add inets_sup:start_link/0 | Jay Nelson | |
inets_app calls supervisor:start_link/3 directly rather than calling the root supervisor function inets_sup:start_link/0. This precludes using included_applications to start inets without having a wrapper function. This patch makes inets_app follow the standard OTP application structure. | |||
2012-03-05 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/test/snmp_app_test.erl | |||
2012-03-05 | Ensure that comments always get printed in the overview log file | Peter Andersson | |
OTP-9855 | |||
2012-03-05 | Merge branch 'hb/stdlib/digraph_condensation/OTP-9953' into maint | Hans Bolinder | |
* hb/stdlib/digraph_condensation/OTP-9953: Remove loops from the graph created by digraph_utils:condensation/1 | |||
2012-03-05 | [snmp] Misc cosmetic changes to some test suites | Micael Karlberg | |
OTP-9943 | |||
2012-03-05 | [snmp/agent] Some minor improvements to the error messages | Micael Karlberg | |
OTP-9943 | |||
2012-03-05 | Merge branch 'siri/stdlib/hanging-restart-loop/OTP-9549' into maint | Siri Hansen | |
* siri/stdlib/hanging-restart-loop/OTP-9549: Leave control back to gen_server during supervisor's restart loop | |||
2012-03-05 | Leave control back to gen_server during supervisor's restart loop | Siri Hansen | |
When an attempt to restart a child failed, supervisor would earlier keep the execution flow and try to restart the child over and over again until it either succeeded or the restart frequency limit was reached. If none of these happened, supervisor would hang forever in this loop. This commit adds a timer of 0 ms where the control is left back to the gen_server which implements the supervisor. This way any incoming request to the supervisor will be handled - which could help breaking the infinite loop - e.g. shutdown request for the supervisor or for the problematic child. This introduces some incompatibilities in stdlib due to new return values from supervisor: * restart_child/2 can now return {error,restarting} * delete_child/2 can now return {error,restarting} * which_children/1 returns a list of {Id,Child,Type,Mods}, where Child, in addition to the old pid() or 'undefined', now also can be 'restarting'. | |||
2012-03-05 | Merge branch 'sverk/etp-ets-tabledump' into maint | Sverker Eriksson | |
* sverk/etp-ets-tabledump: erts: Fix gdb command etp-ets-tabledump | |||
2012-03-05 | erts: Fix gdb command etp-ets-tabledump | Sverker Eriksson | |
2012-03-05 | Make line numbers show in logs for timetraps and abortions | Peter Andersson | |
OTP-9930 | |||
2012-03-02 | Fix problem with handling error_logger events | Peter Andersson | |
OTP-9941 OTP-9955 | |||
2012-03-01 | Improve global:re_register_name/2,3 spec | Ricardo Catalinas Jiménez | |
Both functions always return `yes'. | |||
2012-03-01 | sftp daemon generates file handles correct | Ingela Anderton Andin | |
Also always run ssh_sftp_SUITE against own daemon as well as openssh if existing. Corrected links test case and found that openssh has a known bug that swaps the create link arguments. Created separate ticket (OTP-9951) to deal with this. | |||
2012-03-01 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 | |||
2012-03-01 | [snmp/agent] Add dir listing to error reason | Micael Karlberg | |
Add dir listing to error reason when failing to read mandatory config file standard.conf. OTP-9943 | |||
2012-03-01 | [wx] Fix bad type references | Dan Gudmundsson | |
2012-03-01 | Merge branch 'mh/create_cookie_error_msg' into maint | Gustav Simonsson | |
* mh/create_cookie_error_msg: Specify file name and error on create_cookie failure OTP-9954 | |||
2012-03-01 | Unknown types are being reported by dialyzer's GUIs | Stavros Aronis | |
2012-03-01 | Fix global:{random_exit_name,random_notify_name}/3 spec | Ricardo Catalinas Jiménez | |
Both functions return pid(), not 'none'. The one that always returns 'none' is notify_all_name/3. | |||
2012-03-01 | Remove loops from the graph created by digraph_utils:condensation/1 | Hans Bolinder | |
The function digraph_utils:condensation/1 used to create a digraph containing loops contradicting the documentation which states that the created digraph is free of cycles. Thanks to Kostis Sagonas for finding the bug. |