Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | driver_SUITE.erl: Fix sys info drivers | Raimo Niskanen | |
2011-12-09 | emulator test drivers: Conform to updated driver API | Raimo Niskanen | |
2011-12-09 | runtime_tools's drivers: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | ws's xwe_driver.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | megaco's flex scanner: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | seq_trace_SUITE_data/echo_drv.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | erl_interface tests: Conform port_call_drv.c updated driver API | Björn Gustavsson | |
2011-12-09 | erl_drv_thread_SUITE_data/testcase_driver.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | float_SUITE_data/fp_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, include <string.h> to eliminate warnings. | |||
2011-12-09 | port_SUITE_data/*_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, eliminate compilation warnings. Eliminate the control callback if it is not used. | |||
2011-12-09 | port_bif_SUITE_data/control_drv.c: Conform to updated driver API | Björn Gustavsson | |
Also include <string.h> to include a prototype for memcpy(). | |||
2011-12-09 | send_term_SUITE_data/send_term_drv.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | system_profile_SUITE_data/echo_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, also eliminate all compiler warnings. Also remove the control callback since it is not actually used. | |||
2011-12-09 | trace_port_SUITE_data/echo_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, also eliminate all compiler warnings. | |||
2011-12-09 | Remove support for old drivers without ERL_DRV_EXTENDED_MARKER | Björn Gustavsson | |
Because of the extensive changes in the driver API (and especially the change of return types for callbacks such as 'control'), we can no longer allow drivers without version numbers. | |||
2011-12-09 | built-in drivers: Add ERL_DRV_EXTENDED_MARKER and version numbers | Björn Gustavsson | |
2011-12-09 | Bump driver version to 2.0 | Raimo Niskanen | |
2011-12-09 | erl_driver.h: Enlarge type on return value from call | Raimo Niskanen | |
2011-12-09 | Merge branch 'bmk/megaco/make_flex_drv_r15_compat' | Micael Karlberg | |
2011-12-09 | erl_driver.h: Enlarge types on driver callbacks output, control and call | Raimo Niskanen | |
2011-12-09 | Merge branch 'anders/diameter/suites_and_dialyzer/OTP-9781' | Anders Svensson | |
* anders/diameter/suites_and_dialyzer/OTP-9781: Tell dialyzer not to warn about unused functions Add compiler testcases for generation and compilation to beam Fix semantic checks on AVP qualifiers Minor codegen/debug fix Deal with crypto:start() failure in TLS suite Don't assume empty sndrcvinfo in diameter_sctp | |||
2011-12-09 | Merge branch 'bjorn/inviso/deprecate/OTP-9798' | Björn Gustavsson | |
* bjorn/inviso/deprecate/OTP-9798: Deprecate the inviso application | |||
2011-12-09 | Merge branch 'ia/public_key/test-maint' | Ingela Anderton Andin | |
* ia/public_key/test-maint: Converted pk12 test suite files to pem and adjusted our framework to deal with changes to the pkits suite. | |||
2011-12-09 | Converted pk12 test suite files to pem and adjusted our framework | Ingela Anderton Andin | |
to deal with changes to the pkits suite. | |||
2011-12-09 | Merge branch 'siri/stdlib/improve-supervisor-SUITE/OTP-9797' | Siri Hansen | |
* siri/stdlib/improve-supervisor-SUITE/OTP-9797: Change supervisor_SUITE to pure common test style | |||
2011-12-09 | Merge branch 'ia/ssh/behaviour/OTP-9796' | Ingela Anderton Andin | |
* ia/ssh/behaviour/OTP-9796: Use new directive "-callback" and prepare version and appup for release | |||
2011-12-09 | Merge branch 'hb/hipe/unify_optimization/OTP-9768' | Hans Bolinder | |
* hb/hipe/unify_optimization/OTP-9768: Optimize erl_types:t_unify() | |||
2011-12-09 | Merge branch 'hb/dialyzer/dataflow_optimization/OTP-9761' | Hans Bolinder | |
* hb/dialyzer/dataflow_optimization/OTP-9761: Optimize join_maps() in dialyzer_dataflow | |||
2011-12-08 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green | |
* rickard/alloc-opt/OTP-7775: Fix erts_thr_progress_wakeup() | |||
2011-12-08 | Fix erts_thr_progress_wakeup() | Rickard Green | |
2011-12-08 | Update system readme to reflect R15B | Björn-Egil Dahlberg | |
2011-12-08 | Merge remote-tracking branch 'origin/pan/hipe-alignment-warning' | Patrik Nyblom | |
* origin/pan/hipe-alignment-warning: Declare hipe_mode_switch_debug extern in header | |||
2011-12-08 | Merge branch 'pan/space_in_filename/OTP-9598' | Patrik Nyblom | |
* pan/space_in_filename/OTP-9598: Teach os_SUITE:space_in_name to quote correctly on Windows | |||
2011-12-08 | Merge branch 'pan/win_trace_inherit_handle/OTP-9658' | Patrik Nyblom | |
* pan/win_trace_inherit_handle/OTP-9658: Remove compiler warnings and ancient VXWORKS code Avoid inheriting trace file handles to child processes | |||
2011-12-08 | inet_res_SUITE: Improve nameserver handling | Raimo Niskanen | |
2011-12-08 | Make erl_alloc.c use correct strtol variant on windows | Patrik Nyblom | |
2011-12-08 | Set absolute limit on number of threads in ethread_SUITE | Patrik Nyblom | |
Win64 has no limit on number of threads, at least not one you will reach before the memory gets exhausted on a mainstream machine. Therefore the testcase max_threads has to stop at some point before we consume all virtual memory in the machine. An arbitrary limit of 80000 threads was added. | |||
2011-12-08 | Merge branch 'lukas/bugs_and_tc_fixes' | Lukas Larsson | |
* lukas/bugs_and_tc_fixes: Fix test_server test makefile for windows Only step pointer arity steps Link with LIBS after ETHR_LIBS Save +M<S>t data as true or false, not the number Return true/false instead of num for +M<S>t info Return correct format for info about sys_alloc Add explanatory text for tc failure OTP-9800 | |||
2011-12-08 | Fix error in documentation | Peter Andersson | |
2011-12-08 | Fix test_server test makefile for windows | Lukas Larsson | |
2011-12-08 | Only step pointer arity steps | Lukas Larsson | |
Don't know why the 1 was there, it does however cause the buffer to overflow when decoding the atoms from rex. OTP-9799 | |||
2011-12-08 | Link with LIBS after ETHR_LIBS | Lukas Larsson | |
2011-12-08 | Save +M<S>t data as true or false, not the number | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Return true/false instead of num for +M<S>t info | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Return correct format for info about sys_alloc | Lukas Larsson | |
OTP-7775 | |||
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson | |
* ta/sendfile/OTP-9240: Do not use async threads on DARWIN Fix cleanup when sendfile process crashes Return {error,closed} from sendfile if closed Do not use SFV_NOWAIT as it does not exist on all solaris Clarify some code comments Make solaris use sendfilev | |||
2011-12-08 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green | |
* rickard/generic-thr-queue/OTP-9632: Give elements of lock-free queues some time to be deallocated Fix cleanup of elements in lock-free queues | |||
2011-12-08 | Merge branch 'sverk/misc-valgrind-fixes' | Sverker Eriksson | |
* sverk/misc-valgrind-fixes: erts: Suppress valgrind warning about syscall sendmsg erts: Fix memory leak in test drivers erts: Small fix in inet_drv.c:sctp_set_opts | |||
2011-12-08 | Do not use async threads on DARWIN | Lukas Larsson | |
2011-12-08 | Fix cleanup when sendfile process crashes | Lukas Larsson | |
When sendfile crashes during a send there should be no error_logger printouts about stolen fds. |