aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2010-12-08Added utility variable print function, and utilized it in view-mib.Micael Karlberg
2010-12-08Added preliminary veariable support.Micael Karlberg
2010-12-06Added pretty printing of the added mib(s).Micael Karlberg
2010-12-06Added tables from community, notification and user-based-sm mib(s).Micael Karlberg
2010-12-06Segmenting the printout using the mib names.Micael Karlberg
2010-12-06Added central utility function for printing allMicael Karlberg
"supported" tables (that is for all functions that we currently have implemented the print operation).
2010-12-06Added print operation for vacmAccessTable.Micael Karlberg
2010-12-06Added print operations for tables vacmSecurityToGroupTable andMicael Karlberg
vacmViewTreeFamilyTable. There is still vacmAccessTable and vacmContextTable.
2010-12-03Merge branch 'lukas/common_test/parallel_group_tc_fix/OTP-8921' into devLukas Larsson
* lukas/common_test/parallel_group_tc_fix/OTP-8921: Fix bug in verification where a tc_done/start event which was generated inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
2010-12-03Fix bug in verification where a tc_done/start event which was generated ↵Lukas Larsson
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
2010-12-02Merge branch 'bjorn/fix-compiler-bugs/OTP-8949' into devBjörn Gustavsson
* bjorn/fix-compiler-bugs/OTP-8949: beam_utils: Fix check_liveness/3 for receive loops beam_utils: Fix liveness analysis for gc_bif instructions
2010-12-02Merge branch 'raimo/windows-file-append-testcase' into devRaimo Niskanen
* raimo/windows-file-append-testcase: Run KERNEL file_SUITE:large_file on more platforms Add test case for append to file > 4 GB
2010-12-02beam_utils: Fix check_liveness/3 for receive loopsBjörn Gustavsson
Sometimes the beam_bool pass wants to know whether an y register will be killed by the code that follows and will do (effectively): beam_utils:is_killed({y,Y}, Code, L) When asked to calculate the liveness for an y register, beam_utils:is_killed/3 will loop forever if the code includes a receive loop. Since this rarely occurs, fix the problem in the simplest and most conservative way. Reported-by: Christopher Williams
2010-12-02Merge branch 'kenneth/asn1/driver_handler_race/OTP-8948' into devBjörn-Egil Dahlberg
* kenneth/asn1/driver_handler_race/OTP-8948: Correct a race-condition during loading of driver
2010-12-02Merge branch 'ks/dialyzer/support-multiple-plts' into devBjörn-Egil Dahlberg
* ks/dialyzer/support-multiple-plts: dialyzer: Add support for multiple PLTs OTP-8962
2010-12-02Merge branch 'ia/odbc/app-upp/odbc-2.10.9' into devIngela Anderton Andin
* ia/odbc/app-upp/odbc-2.10.9: Prepare for release
2010-12-02Merge branch 'ia/public_key/app-upp/public_key-0.10' into devIngela Anderton Andin
* ia/public_key/app-upp/public_key-0.10: Prepare for release
2010-12-02Merge branch 'ia/ssl/app-upp/ssl-4.1.1' into devIngela Anderton Andin
* ia/ssl/app-upp/ssl-4.1.1: Prepare for release
2010-12-02Prepare for releaseIngela Anderton Andin
2010-12-02Prepare releaseDan Gudmundsson
2010-12-02Prepare for releaseIngela Anderton Andin
2010-12-02Prepare for releaseIngela Anderton Andin
2010-12-02Merge branch 'dgud/mnesia/log_header_bug/OTP-8960' into devDan Gudmundsson
* dgud/mnesia/log_header_bug/OTP-8960: Created wrong header in dcd files when creating files at startup.
2010-12-02Fix compatability issues with docbuilder for R11.Lars Thorsen
2010-12-02Fix entity checking when option skip_external_dtd is used so there is no ↵Lars Thorsen
fatal error.
2010-12-01Merge branch 'sverker/erl_interface-32intfix/OTP-8945' into devSverker Eriksson
* sverker/erl_interface-32intfix/OTP-8945: Fix ei_decode_SUITE:test_ei_decode_long for halfword vm erl_interface: Fix erl_term_len for integers and refs
2010-12-01Run KERNEL file_SUITE:large_file on more platformsRaimo Niskanen
2010-12-01Merge branch 'dev' of super:otp into devLars Thorsen
* 'dev' of super:otp: eprof: fix badarith exception on divide
2010-12-01Merge branch 'egil/tools/eprof-badarith-timer-resolution/OTP-8963' into devBjörn-Egil Dahlberg
* egil/tools/eprof-badarith-timer-resolution/OTP-8963: eprof: fix badarith exception on divide
2010-12-01Fix format_man_pages so it handles all man sections and remove ↵Lars Thorsen
warnings/errors in man pages
2010-12-01Merge branch 'egil/debugger/fix-testcase' into devBjörn-Egil Dahlberg
* egil/debugger/fix-testcase: debugger: fix int eval testcase
2010-12-01Fix error when using module et in trace patternsLars Thorsen
2010-12-01Merge branch 'bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906' into devIngela Anderton Andin
* bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906: Pipelined requests not handled properly when terminating.
2010-12-01Merge branch 'ia/ssl/test-improvments' into devIngela Anderton Andin
2010-12-01Merge branch 'ia/ssl-and-public_key-doc-and-dialyzer-fixes' into devIngela Anderton Andin
* ia/ssl-and-public_key-doc-and-dialyzer-fixes: Fixed guard and test case Fixed broken links in the documentation and dialyzer warnings
2010-12-01Merge branch 'ia/inets/url-encoding/OTP-8940' into devIngela Anderton Andin
* ia/inets/url-encoding/OTP-8940: Changed file error handling to be consistent URL-encoding - add support in client and more usage in server. Also added missing include directory.
2010-12-01Merge branch 'lukas/hipe/decode_packet_type' into devLukas Larsson
* lukas/hipe/decode_packet_type: Update httppacket type to return both strings and binaries
2010-12-01Prepare erl_docgen for using Dialyzer specs and typesHans Bolinder
Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation.
2010-11-30Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson
* sverker/ets_compress/OTP-8922: Improved ets_SUITE to better trouble shoot false memory leaks
2010-11-30Improved ets_SUITE to better trouble shoot false memory leaksSverker Eriksson
2010-11-30Updated tests to avoid test case failure for non interesting reasonsIngela Anderton Andin
Such reason is that pulic key generation or mnesia:stop might occasionally take very long time.
2010-11-30Add test case for append to file > 4 GBRaimo Niskanen
2010-11-30eprof: fix badarith exception on divideBjörn-Egil Dahlberg
Error caused by low resolution timers.
2010-11-30Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of ↵Ingela Anderton Andin
super:bmk_otp into dev
2010-11-30Fix ei_decode_SUITE:test_ei_decode_long for halfword vmSverker Eriksson
2010-11-30Changed file error handling to be consistentIngela Anderton Andin
Internal server error is only used for emfile and enfile all other errors are treated as 404 file not found, except 403 eacces.
2010-11-30Replaced error report with debug printout.Micael Karlberg
Also added some verbosity (dbg) printouts in the transport module (for ip_comm listen).
2010-11-30debugger: fix int eval testcaseBjörn-Egil Dahlberg
2010-11-30Fixed guard and test caseIngela Anderton Andin
Data to sign and verify should be inputed as binaries. Also cleaned up and moved some dialyzer specs.
2010-11-30Merge branch 'lukas/common_test/rename_run_test/OTP-8936' into devLukas Larsson
* lukas/common_test/rename_run_test/OTP-8936: Update edoc and command line help documentation to reflect change from run_test to ct_run