Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-30 | Merge branch 'weisslj/fix-inets-doc-errors/OTP-11210' into maint | Fredrik Gustafsson | |
* weisslj/fix-inets-doc-errors/OTP-11210: Fix some errors in the inets documentation | |||
2013-07-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-30 | Merge branch 'nox/eunit-macros-blocks' into maint | Fredrik Gustafsson | |
* nox/eunit-macros-blocks: Wrap eunit macros into begin ... end blocks | |||
2013-07-29 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/compiler/ebin/v3_core.beam | |||
2013-07-29 | Merge branch 'nox/fix-comp-warnings/OTP-11212' into maint | Fredrik Gustafsson | |
* nox/fix-comp-warnings/OTP-11212: Bootstrap Silence a misleading warning with some comprehensions | |||
2013-07-29 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/compiler/ebin/cerl_inline.beam | |||
2013-07-29 | Merge branch 'nox/fix-fname-inlining/OTP-11211' into maint | Fredrik Gustafsson | |
* nox/fix-fname-inlining/OTP-11211: Added primary bootstrap Restrict inlining of local fun references | |||
2013-07-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-24 | Merge branch 'sb/fix-alignment-q-command/OTP-11209' into maint | Björn-Egil Dahlberg | |
* sb/fix-alignment-q-command/OTP-11209: Fix indentation of User switch command help in Erlang shell | |||
2013-07-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-24 | Merge branch 'jv/update-io_prompt-type/OTP-11208' into maint | Björn-Egil Dahlberg | |
* jv/update-io_prompt-type/OTP-11208: Update io:prompt() type | |||
2013-07-24 | Merge branch 'jv/filelib-types/OTP-11208' into maint | Björn-Egil Dahlberg | |
* jv/filelib-types/OTP-11208: Update filelib.erl typespecs | |||
2013-07-24 | Fix some errors in the inets documentation | Johannes Weißl | |
2013-07-23 | Merge branch 'maint' | Anders Svensson | |
2013-07-23 | Merge branch 'anders/diameter/inappropriate_DWR/OTP-11184' into maint | Anders Svensson | |
* anders/diameter/inappropriate_DWR/OTP-11184: Ensure DWR isn't sent immediately after DWA Comment tweaks | |||
2013-07-22 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-22 | Merge branch 'egil/os_mon/fix-bsd-disksup/OTP-11207' into maint | Björn-Egil Dahlberg | |
* egil/os_mon/fix-bsd-disksup/OTP-11207: os_mon: Fix openbsd diskspace queries os_mon: Fix freebsd diskspace queries | |||
2013-07-22 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-22 | Merge branch 'ts/otp_mibs_fix_type_overflows/OTP-11203' | Björn-Egil Dahlberg | |
* ts/otp_mibs_fix_type_overflows/OTP-11203: [otp_mibs] Add type based integer value truncation/reset. [otp_mibs] Add test suite for range checks and reduction value overflow. [otp_mibs] Update types of applicable MIB objects to 64bit based types. | |||
2013-07-21 | Update filelib.erl typespecs | José Valim | |
Most functions in filelib support binaries as arguments but that was not reflected in the typespecs. The types filename_all() and dirname_all() were introduced to mimic file:name_all(). | |||
2013-07-21 | Update io:prompt() type | José Valim | |
Functions that expect an io:prompt() also accept binaries and iolists as arguments. Therefore its type has been updated to reflect the same types accepted by other io functions. | |||
2013-07-21 | Fix indentation of User switch command help in Erlang shell | syl20bnr | |
2013-07-19 | os_mon: Relax disksup_SUITE test even more | Björn-Egil Dahlberg | |
Capacity can be zero on certain filesystems. Remove reported mountpoints with zero capacity during tests since these reports false positives. | |||
2013-07-18 | os_mon: Fix openbsd diskspace queries | Björn-Egil Dahlberg | |
Use 'df -k -l' to query OpenBSD about diskspace on local disks. Same reasoning as for FreeBSD - additional filesystems without listing them all. | |||
2013-07-18 | os_mon: Fix freebsd diskspace queries | Björn-Egil Dahlberg | |
Use 'df -k -l' to query FreeBSD about diskspace on local disks. Previously 'df' -k -t ufs' was used but this will not handle zfs disks. Just use '-l' instead of listing potential filesystems. | |||
2013-07-18 | os_mon: Refactor disksup_SUITE | Björn-Egil Dahlberg | |
Notably, remove ?line macro. | |||
2013-07-18 | os_mon: Relax disksup_SUITE api test | Björn-Egil Dahlberg | |
2013-07-16 | snmp: Silence debug in tests | Björn-Egil Dahlberg | |
2013-07-16 | [otp_mibs] Add type based integer value truncation/reset. | Tobias Schlager | |
This fixes errors when querying e.g. the erlNodeReductions, erlNodeInBytes and erlNodeOutBytes objects in long-running Erlang/OTP systems. | |||
2013-07-16 | [otp_mibs] Add test suite for range checks and reduction value overflow. | Tobias Schlager | |
2013-07-16 | [otp_mibs] Update types of applicable MIB objects to 64bit based types. | Tobias Schlager | |
2013-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-15 | Merge branch 'egil/erts/aggregate-system-traceability/OTP-11196' into maint | Björn-Egil Dahlberg | |
* egil/erts/aggregate-system-traceability/OTP-11196: Check for native code without loading module Fix erlang:system_info(compile_info) Fix system_information get_beam_name/0 Add beam dynamic libraries to system_information Add system_information testsuite Add system information aggregate Refactor away ?line macro in code_SUITE Fix tests for erts app-file Add erts app-file erts: Add cflags, ldflags and config.h into executable | |||
2013-07-15 | Check for native code without loading module | Björn-Egil Dahlberg | |
2013-07-15 | Fix system_information get_beam_name/0 | Björn-Egil Dahlberg | |
os:getenv("EMU") is not set for windows, use "beam" instead. | |||
2013-07-15 | Add beam dynamic libraries to system_information | Björn-Egil Dahlberg | |
2013-07-15 | Add system_information testsuite | Björn-Egil Dahlberg | |
2013-07-15 | Merge branch 'maint' | Micael Karlberg | |
2013-07-15 | Merge branch 'maint-r16' into maint | Micael Karlberg | |
2013-07-12 | Ensure DWR isn't sent immediately after DWA | Anders Svensson | |
Having the peer_fsm process answer DWR meant that watchdog timer expiry could result in an outgoing DWR despite the fact that an incoming DWR was just answered. Having the watchdog process answer avoids this. diameter_peer_fsm must be loaded before diameter_watchdog. It's possible for one incoming DWR to go unanswered but a subsequent DWR will be answered so no harm is done. | |||
2013-07-12 | Comment tweaks | Anders Svensson | |
2013-07-12 | Add system information aggregate | Björn-Egil Dahlberg | |
2013-07-12 | Merge branch 'maint' | Rickard Green | |
* maint: Fix configure detection of ethread native atomics on powerpc | |||
2013-07-12 | Merge branch 'rickard/info/OTP-11196' into maint | Rickard Green | |
* rickard/info/OTP-11196: Fix configure detection of ethread native atomics on powerpc | |||
2013-07-12 | Fix configure detection of ethread native atomics on powerpc | Rickard Green | |
2013-07-12 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-12 | Merge branch 'aw/fix-ftp-report-formatting/OTP-11202' into maint | Fredrik Gustafsson | |
* aw/fix-ftp-report-formatting/OTP-11202: Add missing brackets to report formatting on ftp_progress process exit | |||
2013-07-11 | Refactor away ?line macro in code_SUITE | Björn-Egil Dahlberg | |
2013-07-11 | Fix tests for erts app-file | Björn-Egil Dahlberg | |