Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-25 | Merge branch 'rickard/poll-wake/OTP-9019' into dev | Rickard Green | |
* rickard/poll-wake/OTP-9019: Simplify erts_poll_wait() wakeup logic | |||
2011-02-25 | Update test_server tests to conform with common_test standard | Lukas Larsson | |
2011-02-25 | Simplify erts_poll_wait() wakeup logic | Rickard Green | |
2011-02-24 | [compiler] Added support for the textual convention | Micael Karlberg | |
AGENT-CAPABILITIES and full support for textual convention MODULE-COMPLIANCE, both defined by the SNMPv2-CONF mib. The *reference* and *modules* part(s) are stored in the assocList field of the mib-entry (me) record. Only handled if the option(s) agent_capabilities and module_compliance (respectively) are provided to the compiler. For backward compatibillity, the MIBs provided with this application are *not* compiled with these options. Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/test/snmp_compiler_test.erl | |||
2011-02-24 | Merge branch 'bjorn/fix-dialyzer-warnings' into dev | Björn Gustavsson | |
* bjorn/fix-dialyzer-warnings: v3_kernel_pp: Eliminate dialyzer warning inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | |||
2011-02-24 | Don't dump the contents of ordered_set ets tables | Björn Gustavsson | |
2011-02-24 | Write the value "Time left" for BIF timers as an unsigned integer | Björn Gustavsson | |
2011-02-24 | Merge branch 'bjorn/compiler/refactor-source-options' into dev | Björn Gustavsson | |
* bjorn/compiler/refactor-source-options: compile: Refactor handling of source options (e.g. 'from_core') | |||
2011-02-24 | Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into dev | Björn Gustavsson | |
* bjorn/fix-os_find_executable/OTP-8983: Never allow os:find_executable/1 to return the path of directories | |||
2011-02-24 | Merge branch 'bjorn/erts/minor-fixes' into dev | Björn Gustavsson | |
* bjorn/erts/minor-fixes: BEAM loader: Add an assertion to check for overflowed code space beam_emu: Eliminate redundant #ifdef beam_emu: Remove unnecessary decrement of I in "case_end r" | |||
2011-02-23 | Wrong tag for note (snmpc instead of compiler)... | Micael Karlberg | |
2011-02-23 | Fixed release notes (almost, since this change will | Micael Karlberg | |
not actually be part of the release notes) and appup file. | |||
2011-02-23 | Fixed release notes and appup file. | Micael Karlberg | |
2011-02-23 | Fixed release notes and appup file. | Micael Karlberg | |
2011-02-23 | Updated release notes and appup file. | Micael Karlberg | |
2011-02-23 | Final update of appup filer (forgot about the read_mib macro used | Micael Karlberg | |
by the snmp_misc module). | |||
2011-02-23 | Final update to release notes and the appup file. | Micael Karlberg | |
2011-02-23 | Updated release notes and the documentation. | Micael Karlberg | |
Also added entry in the appup file. | |||
2011-02-23 | v3_kernel_pp: Eliminate dialyzer warning | Björn Gustavsson | |
Use conditional compilation instead of a run-time test. Will also improve the coverage of the code. | |||
2011-02-23 | kernel: Eliminate compiler warning | Björn Gustavsson | |
2011-02-23 | stdlib tests: Eliminate some compiler warnings | Björn Gustavsson | |
2011-02-23 | compiler: Eliminate some warnings | Björn Gustavsson | |
2011-02-23 | emulator tests: Eliminate some compiler warnings | Björn Gustavsson | |
2011-02-23 | Initial fix of release notes (bad notes for version 4.18). | Micael Karlberg | |
2011-02-23 | Now also handling generation of header files. | Micael Karlberg | |
2011-02-23 | Fixed document encoding. | Micael Karlberg | |
2011-02-23 | BEAM loader: Add an assertion to check for overflowed code space | Björn Gustavsson | |
While at it, clean up indentation of CHKBLK() macros. | |||
2011-02-23 | beam_emu: Eliminate redundant #ifdef | Björn Gustavsson | |
The halfword emulator used to require special handling, but no longer does. | |||
2011-02-23 | beam_emu: Remove unnecessary decrement of I in "case_end r" | Björn Gustavsson | |
It is not necessary to decrement I, because an exception is about to be generated. Furthermore, I pointing *before* the instruction that caused the exception may cause problems in the future. | |||
2011-02-23 | inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | Björn Gustavsson | |
Replace the "tuple fun" with an external fun. | |||
2011-02-23 | Fixed verbosity. | Micael Karlberg | |
2011-02-23 | Merge branch 'ia/supervisor-saves-unnecessary-data/OTP-9064' into dev | Ingela Anderton Andin | |
* ia/supervisor-saves-unnecessary-data/OTP-9064: Added test case do_not_save_start_parameters_for_temporary_children and fixed dialyzer spec. Do not save parameter list for any temporary processes Do not save initial arguments for dynamic temporary processes Conflicts: lib/stdlib/test/supervisor_SUITE.erl | |||
2011-02-23 | Fixed MIB file name making... | Micael Karlberg | |
2011-02-22 | Backup commit (time to go home)... | Micael Karlberg | |
2011-02-22 | Merge branch 'ia/ssl/dialyzer' into dev | Ingela Anderton Andin | |
* ia/ssl/dialyzer: Dialyzer does not like old fun syntax Corrected dialyzer specs Modernized some dialyzer specs | |||
2011-02-22 | Dialyzer does not like old fun syntax | Ingela Anderton Andin | |
2011-02-22 | Corrected dialyzer specs | Ingela Anderton Andin | |
2011-02-22 | Merge branch 'ms/ei-buffer-overflow-when-decoding-atoms' into dev | Björn-Egil Dahlberg | |
* ms/ei-buffer-overflow-when-decoding-atoms: ei: buffer overflow when decoding atoms OTP-9072 | |||
2011-02-22 | ei: buffer overflow when decoding atoms | Michael Santos | |
2011-02-22 | Merge branch 'ms/ei-fix-buffer-overflows' into dev | Björn-Egil Dahlberg | |
* ms/ei-fix-buffer-overflows: erl_interface: fix buffer overflows OTP-9071 | |||
2011-02-22 | erl_interface: fix buffer overflows | Michael Santos | |
2011-02-22 | Modernized some dialyzer specs | Ingela Anderton Andin | |
2011-02-22 | Added test case do_not_save_start_parameters_for_temporary_children and fixed | Ingela Anderton Andin | |
dialyzer spec. | |||
2011-02-22 | Do not save parameter list for any temporary processes | Ingela Anderton Andin | |
Previous commit changed the supervisor to not save parameter lists for temporary processes supervised by simple-one-for-one supervisors. But it is unnecessary to save them for any temporary processes as they should not be restarted. Proably the biggest gain is in the simple-one-for-one case. Also changed the test case count_children_memory so it does not test that which_children will produce garbage that must be reclaimed later. This is a strange thing to test and it is no longer true for all invocations of which_children. | |||
2011-02-22 | Do not save initial arguments for dynamic temporary processes | Ingela Anderton Andin | |
2011-02-22 | Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' ↵ | Micael Karlberg | |
into bmk/snmp/snmpc/OTP-9004 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/vsn.mk | |||
2011-02-22 | Prep for release: snmp-4.19 | Micael Karlberg | |
2011-02-22 | Prep for release: snmp-4.19 | Micael Karlberg | |
2011-02-21 | Allow unexpected driver input event in driver_SUITE:smp_select | Sverker Eriksson | |
epoll on Linux has been seen to sometimes trigger unexpected events. Most of the time these events are filtered by erl_check_io, but may slip up to the driver in cases when fd's are reused. Also made clear in driver docs that spurious events may happen. | |||
2011-02-21 | Add patch from Per Hedeland | Patrik Nyblom | |
Per H @ Tail-f: The original code here had problems that possibly only occur if you abuse it for non-INET sockets, but anyway: a) If the getsockopt for SO_PRIORITY or IP_TOS failed, the actual requested setsockopt was never even attempted. b) If {get,set}sockopt for one of IP_TOS and SO_PRIORITY failed, but ditto for the other worked and that was actually the requested option, failure was still reported to erlang. |