aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-07Eliminate two dialyzer warningsKostis Sagonas
2011-03-07CleanupKostis Sagonas
2011-03-07Clean up edoc_lib(3)Hans Bolinder
The <c>edoc_lib</c> module is meant to be private, but since it is referred to from other man pages it has been included in the OTP documentation. This change makes all functions private except those referred to from other pages.
2011-03-07Merge branch 'dev' into bmk/inets/httpd/dont_send_empty_chunk/OTP-9091Micael Karlberg
2011-03-07Wrong version (downgrade for 5.5 was 5.4 instead which madeMicael Karlberg
5.4 appear in two places).
2011-03-07Add encoding when parsing Wiki textHans Bolinder
EDoc used to fail on strings such as "���". Thanks to Richard Carlsson.
2011-03-07Prepare for releaseIngela Anderton Andin
2011-03-07Prepare for releaseIngela Anderton Andin
2011-03-07Merge branch 'dgud/dialyzer-fixes' into devDan Gudmundsson
OTP-9107
2011-03-07Add the option { hibernate_after, int() } to ssl:connect and ssl:listenJeroen Koops
When making an SSL connection (either as client or as server), the process implementing the connection may use as much as hundreds of kilobytes of memory, even when idle. This is problematic for any application maintaining more than just a few SSL connections. This patch introduces the option { hibernate_after, int() } to the ssl:connect and ssl:listen functions, making the SSL connection process go into hibernation after the specified number of milliseconds of inactivity. This will reduce the memory used by the process to just a few hundred bytes, making applications with thousands or more SSL connections feasible, as long as most of the connections are idle for most of the time (which is typically the case). The approach of making the process go into hibernation only after some time of inactivity was chosen because hibernation incurs some CPU usage, and it is therefore not desirable for a process to hibernate after each call.
2011-03-07Merge branch 'bmk/snmp/snmpc/OTP-9004' into devMicael Karlberg
Temporary fix for snmpc command line (ref man) documentation (actually renames the module instead).
2011-03-07Temporary module "name" for the module snmpc.Micael Karlberg
2011-03-07Merge branch 'dev' into bmk/snmp/snmpc/OTP-9004Micael Karlberg
2011-03-07Merge branch 'lars/xmerl/dialyzer-warnings/OTP-9074' into devLars Thorsen
* lars/xmerl/dialyzer-warnings/OTP-9074: Removed dialyzer warning.
2011-03-07Removed dialyzer warning.Lars Thorsen
2011-03-07Merge branch 'lars/otp/documentation-build/OTP-9073' into devLars Thorsen
* lars/otp/documentation-build/OTP-9073: Subsections below level 2 where not handled correct when generating html and pdf.
2011-03-07Subsections below level 2 where not handled correct when generating html and ↵Lars Thorsen
pdf.
2011-03-07Add short sleep to prevent timing issues on slow machinesLukas Larsson
2011-03-07Update cover tests which depend on compiled files to be skipped if the ↵Lukas Larsson
compile testcase is skipped
2011-03-07Merge branch 'bjorn/erts/fix-fun-call/OTP-9095' into devBjörn Gustavsson
* bjorn/erts/fix-fun-call/OTP-9095: erts: Initialize register that may be referenced by garbage collection
2011-03-07Merge branch 'raimo/kernel-implicit_inet6-testcase' into devRaimo Niskanen
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions
2011-03-07Merge branch 'ia/workaround-crypto-start-inconsistency' into devIngela Anderton Andin
* ia/workaround-crypto-start-inconsistency: Workaround for application:start(crypto) inconsistency
2011-03-07Workaround for application:start(crypto) inconsistencyIngela Anderton Andin
2011-03-07Merge branch 'pg/honor-start-type-in-rel-files' into devSiri Hansen
* pg/honor-start-type-in-rel-files: Honor start type in .rel files when building relup files OTP-9097
2011-03-07Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into devSiri Hansen
* siri/observer/slow-load-of-big-crashdumps/OTP-9051: Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test Bugfix: Never deliver empty chunk to inets Fix file descriptor leak in crashdump_viewer:chunk_page Minor bugfix related to improved performance of crashdump_viewer Document new cdv script and cdv.bat file for starting crashdump viewer Add shell script and .bat file to start crashdump_viewer Fix slow parsing of crashdumps
2011-03-07Merge branch 'siri/observer/improve-etop-doc/OTP-9104' into devSiri Hansen
* siri/observer/improve-etop-doc/OTP-9104: Improve documentation for etop
2011-03-06Code cleanups and simplificationsKostis Sagonas
2011-03-06Fix a bug in the calculation of circular dependenciesKostis Sagonas
While at it, applied some cleanups and code modernizations suggested by tidier.
2011-03-06Use lists:foreach/2 when the return is not neededKostis Sagonas
2011-03-06Put files alphabeticallyKostis Sagonas
2011-03-06Fix two erroneous specs of reltool.erlKostis Sagonas
The reltool module contained two seriously erroneous specs which caused bogus warnings when dialyzing reltool and some correct code of users. These were fixed (specs for start_link/1 and eval_server/3). While at it, did some tidier cleanups and some cosmetic changes.
2011-03-05Improve documentation for etopSiri Hansen
2011-03-04Merge branch 'bmk/snmp/snmpc_cleanup/OTP-9093' into devMicael Karlberg
Added doc (src) file for new snmpc (command).
2011-03-04Merge branch 'ks/process_status' into devNiclas Axelsson
* ks/process_status: Document exiting and garbage_collecting process statuses OTP-9102
2011-03-04Merge branch 'ks/hipe-icode-range-fix' into devNiclas Axelsson
* ks/hipe-icode-range-fix: Cleanup specs Fix bug in the simplification of inexact comparisons Various cleanups and cosmetic changes OTP-9101
2011-03-04Merge branch 'ks/code-spec-fixes' into devNiclas Axelsson
* ks/code-spec-fixes: Sanitize the specs of the code module OTP-9100
2011-03-04Merge branch 'sa/dialyzer-fix-guards' into devNiclas Axelsson
* sa/dialyzer-fix-guards: Fix warnings about guards containing not Fix errors in the handling of 'and'/'or' guards Cosmetic changes OTP-9099
2011-03-04Merge branch 'ks/dialyzer-fullpath' into devNiclas Axelsson
* ks/dialyzer-fullpath: Add a --fullpath option to Dialyzer OTP-9098
2011-03-04Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in testSiri Hansen
2011-03-04erts: Initialize register that may be referenced by garbage collectionBjörn Gustavsson
The call_fun() function in the BEAM emulator is supposed to to put the fun term in the x register following the actual arguments and environment for the fun. But if the fun is not loaded and a call to the error_handler:undefined_lambda/3 function is set up, the x(3) register will not be initialized. The lack of initialization is very unlikely to cause a problem in practice, because all of the following things must happen: 1) An unloaded fun must be called (i.e. the fun must have been received from another node or from a file or dets table). 2) The process must be scheduled out before the call to the error_handler:undefined_lambda/3 function can take place. 3) The process must be garbage collected before the process is scheduled in. 4) The x(3) register must contain a stale cons or box pointer that happens to point into the the heap of the currently executing process. (Because of the literal pool, the GC will never copy anything that is outside of the heap.) I was not able to write a test case that would force an emulator crash.
2011-03-04Merge branch 'lukas/os_mon/disk_sup_unavailable_solaris/OTP-8768' into devLukas Larsson
* lukas/os_mon/disk_sup_unavailable_solaris/OTP-8768: Update unavailable test case to do setup and teardown
2011-03-04Merge branch 'lukas/test_server/install_cth_error/OTP-8768' into devLukas Larsson
* lukas/test_server/install_cth_error/OTP-8768: Fix bug where failing to make a testcase caused an errornous failure reason
2011-03-03Handling encoding of empty chunks.Micael Karlberg
2011-03-03Merge branch 'bmk/megaco/miscellaneous_dialyzer/OTP-9075' into devMicael Karlberg
Fixing miscellaneous "things" "detected" by dialyzer. Also updated end date for a number of erts files.
2011-03-03Merge branch 'bmk/snmp/test_case_cleanup/OTP-9084' into devMicael Karlberg
2011-03-03Added documentation file (snmpc_cmd.xml) for the snmpc commandMicael Karlberg
line tool. Also updated the central .gitignore file.
2011-03-03Merge branch 'egil/fix-egd-edoc-spec/OTP-9078' into devBjörn-Egil Dahlberg
* egil/fix-egd-edoc-spec/OTP-9078: Add font edoc type spec for egd
2011-03-03Bugfix: Never deliver empty chunk to inetsSiri Hansen
2011-03-03Add erts_alloc_permanent_cache_aligned to supress valgrindSverker Eriksson
Ease the valgrind supression of memory that are permanently allocated and then aligned up to cache line.
2011-03-03Merge branch 'nick/CORBA/avoid_warnings/OTP-9050' into devNiclas Eklund
* nick/CORBA/avoid_warnings/OTP-9050: Removed code commented out. More specs removed. More specs removed. More specs removed. Removed more spec:s that wasn't needed. Removed spec:s that wasn't needed. Updated light weight tests. Updsated macro EFORMAT exit handling. Corrected spec usage. Eliminated Dialyzer warnings when using exit or throw. Conflicts: lib/cosEvent/doc/src/notes.xml lib/cosEvent/vsn.mk lib/cosEventDomain/doc/src/notes.xml lib/cosEventDomain/vsn.mk lib/cosNotification/vsn.mk lib/cosProperty/doc/src/notes.xml lib/cosProperty/vsn.mk lib/cosTime/doc/src/notes.xml lib/cosTime/vsn.mk lib/orber/include/ifr_types.hrl lib/orber/vsn.mk