<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel, branch maint-r15</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2012-11-26T14:48:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2012-11-26T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239'/>
<id>d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Heart port needs to be unregistered</title>
<updated>2012-11-23T18:42:26+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-11-23T17:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e458e7b1d341c25b77bfccd833c3c53e10631b98'/>
<id>e458e7b1d341c25b77bfccd833c3c53e10631b98</id>
<content type='text'>
When heart cycles we need to unregister the old port before
starting the new heart port program.

OTP-10591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When heart cycles we need to unregister the old port before
starting the new heart port program.

OTP-10591
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-11-23T14:41:33+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-11-23T14:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0534391319767818b036dbce212610a7372da692'/>
<id>0534391319767818b036dbce212610a7372da692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/rcs-ppc-cross-tests/OTP-10265' into maint</title>
<updated>2012-11-02T14:20:20+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-11-02T14:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=045319da07722f1dd01af8c07dc1bcc196ffb137'/>
<id>045319da07722f1dd01af8c07dc1bcc196ffb137</id>
<content type='text'>
* lukas/rcs-ppc-cross-tests/OTP-10265:
  Skip ct_netconf tests if there is no crypto
  Migrate timers from test_server to ct interface
  Update tests to run with an oldshell emulator
  Move crypto check so that tc is skipped and not failed
  Update for new version of ppc compilation chain
  Verify that ebin folder of applications exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/rcs-ppc-cross-tests/OTP-10265:
  Skip ct_netconf tests if there is no crypto
  Migrate timers from test_server to ct interface
  Update tests to run with an oldshell emulator
  Move crypto check so that tc is skipped and not failed
  Update for new version of ppc compilation chain
  Verify that ebin folder of applications exists
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/ensure-erl_crash.dump/OTP-10422' into maint</title>
<updated>2012-10-24T12:20:26+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-10-24T12:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d5733bc3e34449affde2594d85b905c8ab440d42'/>
<id>d5733bc3e34449affde2594d85b905c8ab440d42</id>
<content type='text'>
* egil/ensure-erl_crash.dump/OTP-10422:
  test: Relax timeouts for heart_SUITE
  erts: Fix crash dump write to port hack
  erts: Fix lock check assertion
  doc: Document ERL_CRASH_DUMP_SECONDS behaviour
  test: Add test for heart restart on crash
  test: Add test for heart restart on crash
  erts: Change ERL_CRASH_DUMP_SECONDS behaviour
  test: Refactor away ?line macros in heart_SUITE
  erts: Search for heart in ports that are alive
  heart: Refactor heart debugging
  erts, heart: Ensure erl_crash.dump is written
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/ensure-erl_crash.dump/OTP-10422:
  test: Relax timeouts for heart_SUITE
  erts: Fix crash dump write to port hack
  erts: Fix lock check assertion
  doc: Document ERL_CRASH_DUMP_SECONDS behaviour
  test: Add test for heart restart on crash
  test: Add test for heart restart on crash
  erts: Change ERL_CRASH_DUMP_SECONDS behaviour
  test: Refactor away ?line macros in heart_SUITE
  erts: Search for heart in ports that are alive
  heart: Refactor heart debugging
  erts, heart: Ensure erl_crash.dump is written
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Relax timeouts for heart_SUITE</title>
<updated>2012-10-23T12:30:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-10-22T15:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6f0a76a0f78f3483b561b5e59260e8ca968b052c'/>
<id>6f0a76a0f78f3483b561b5e59260e8ca968b052c</id>
<content type='text'>
Timeouts were set too narrow and timedout on slow machines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Timeouts were set too narrow and timedout on slow machines
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate timers from test_server to ct interface</title>
<updated>2012-10-22T14:02:59+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-10-01T14:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6c3ef2850de2c45699885a6bbbed6e43b110b2d9'/>
<id>6c3ef2850de2c45699885a6bbbed6e43b110b2d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests to run with an oldshell emulator</title>
<updated>2012-10-22T14:01:59+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-10-01T14:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26456ce61835619539349960f962a7963c07a95d'/>
<id>26456ce61835619539349960f962a7963c07a95d</id>
<content type='text'>
Some of the tests which tested shell output assumed that
when starting a shell using `erl` a shell with newshell
was used. This is not true for systems built with
--disable-termcap, so the on some embedded systems those
tests failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the tests which tested shell output assumed that
when starting a shell using `erl` a shell with newshell
was used. This is not true for systems built with
--disable-termcap, so the on some embedded systems those
tests failed.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Document ERL_CRASH_DUMP_SECONDS behaviour</title>
<updated>2012-10-18T14:57:34+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-10-15T14:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e6ea3b07e25b09481b010558f8bfdfb57dcbb85e'/>
<id>e6ea3b07e25b09481b010558f8bfdfb57dcbb85e</id>
<content type='text'>
* heart reboot behaviour
* erl_crash.dump file write behaviour
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* heart reboot behaviour
* erl_crash.dump file write behaviour
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add test for heart restart on crash</title>
<updated>2012-10-18T14:57:34+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-10-15T12:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=30152914f61a1693fd17a2a4bcf36f8df96b7692'/>
<id>30152914f61a1693fd17a2a4bcf36f8df96b7692</id>
<content type='text'>
* node_start_soon_after_crash tests that heart restarts
  beam upon a crash and only lets beam write its crash
  dump for a certain amount of time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* node_start_soon_after_crash tests that heart restarts
  beam upon a crash and only lets beam write its crash
  dump for a certain amount of time
</pre>
</div>
</content>
</entry>
</feed>
