Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix chunk usage check | |||
2012-05-30 | Fix chunk usage check | Lukas Larsson | |
2012-05-25 | Merge branch 'sverk/hipelibs-code_server-crash' | Sverker Eriksson | |
* sverk/hipelibs-code_server-crash: kernel: Disable hipe compilation for hipe_unified_loader | |||
2012-05-23 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add testcase for controlling_process(P,self()) Fix port leaking after controlling_process(Port, self()) | |||
2012-05-23 | Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maint | Lukas Larsson | |
* lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094: Add testcase for controlling_process(P,self()) Fix port leaking after controlling_process(Port, self()) | |||
2012-05-11 | kernel: Disable hipe compilation for hipe_unified_loader | Sverker Eriksson | |
Workaround for crash in code_server. | |||
2012-05-04 | Merge branch 'maint' | Patrik Nyblom | |
2012-05-04 | Remove race in gen_tcp_misc_SUITE:otp_9389 | Patrik Nyblom | |
2012-04-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-18 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2012-04-17 | doc: Add 'is' to explanation of callback modules | Björn-Egil Dahlberg | |
2012-04-17 | doc: Fix typo in inet | Björn-Egil Dahlberg | |
2012-04-16 | kernel, erts: Remove bit8 option from inet | Björn-Egil Dahlberg | |
2012-04-16 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-16 | kernel: Document ifaddr option | Björn-Egil Dahlberg | |
* same as ip option | |||
2012-04-16 | kernel: Document tcp-, udp- and sctp_module option | Björn-Egil Dahlberg | |
2012-04-16 | kernel: Remove bit8 option in spec | Björn-Egil Dahlberg | |
* The option is removed to force warnings for dialyzer | |||
2012-04-13 | kernel: Document bit8 option in inet:setopts/2 | Björn-Egil Dahlberg | |
* This is a highly specialized option which is probably not used and will be removed in R16 | |||
2012-04-12 | kernel: Initial doc of forgotten inet options | Björn-Egil Dahlberg | |
* UDP: ulticast_if, multicast_loop and multicast_ttl, add_membership and drop_membership * Inet: bit8, buffer, deliver, high_watermark, linger and low_watermark | |||
2012-04-10 | Add testcase for controlling_process(P,self()) | Lukas Larsson | |
2012-04-03 | Update version numbers for R15B02 dev | Björn-Egil Dahlberg | |
2012-04-03 | Merge commit 'OTP_R15B01' | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-23 | Merge branch 'maint' | Siri Hansen | |
2012-03-23 | Merge branch 'siri/kernel/doc-mod-default-in-app/OTP-10002' into maint | Siri Hansen | |
* siri/kernel/doc-mod-default-in-app/OTP-10002: Document correct default value for 'mod' parameter in .app | |||
2012-03-22 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: erts/emulator/beam/beam_emu.c erts/emulator/beam/bif.tab erts/preloaded/ebin/prim_file.beam lib/hipe/cerl/erl_bif_types.erl | |||
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom | |
2012-03-22 | Correct some errors in the user tag spreading | Patrik Nyblom | |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom | |
User tags in a dynamic trace enabled VM are spread throughout the system in the same way as seq_trace tokens. This is used by the file module and various other modules to get hold of the tag from the user process without changing the protocol. | |||
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg | |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie | |
Add probes to (mostly) the efile_drv.c driver and other file I/O-related source files. | |||
2012-03-21 | Merge branch 'maint' | Patrik Nyblom | |
2012-03-21 | Teach big_boot_embedded testcase about comte | Patrik Nyblom | |
2012-03-21 | Merge branch 'maint' | Hans Bolinder | |
* maint: Make sure disk_log does not write too much data | |||
2012-03-20 | Document correct default value for 'mod' parameter in .app | Siri Hansen | |
The default value for the 'mod' parameter in .app files was incorrectly documented to be 'undefined'. It is now corrected to []. | |||
2012-03-20 | Make sure disk_log does not write too much data | Hans Bolinder | |
While disk_log eagerly collects logged data for better performance, collecting too much data may choke the system and cause huge binaries to be written. The problem was addressed in OTP-9764, but the situation was not improved in all cases. Thanks to Richard Carlsson. | |||
2012-03-20 | Merge branch 'maint' | Sverker Eriksson | |
Conflicts: erts/preloaded/ebin/zlib.beam Rebuilt zlib.beam as part of this merge commit | |||
2012-03-20 | Merge branch 'sverk/zlib_port_leak' into maint | Sverker Eriksson | |
* sverk/zlib_port_leak: Fix port leaks in zlib OTP-9981 | |||
2012-03-20 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix reselecting bug on OS X Fix bug when sending long files using select Fix ifdef to check if we are on OS X Add test case for sending multiple small files on same connection Fix memory leak when sendfile process crashes Extend timeout for windows Skip sendfile suite if solaris 8 | |||
2012-03-20 | Merge branch 'lukas/kernel/sendfile_fixes' into maint | Lukas Larsson | |
* lukas/kernel/sendfile_fixes: Fix reselecting bug on OS X Fix bug when sending long files using select Fix ifdef to check if we are on OS X Add test case for sending multiple small files on same connection Fix memory leak when sendfile process crashes Extend timeout for windows Skip sendfile suite if solaris 8 | |||
2012-03-20 | Fix reselecting bug on OS X | Lukas Larsson | |
Since stop_select is called at an arbitrary point in the future it would sometime not be alled before the tcp driver started selecting on the fd. So now ERL_DRV_USE_NO_CALLBACK is used so that the stop_select call is never made. This seems to only have happened OS X. | |||
2012-03-20 | Fix bug when sending long files using select | Lukas Larsson | |
The return value from efile_sendfile was not consistent inbetween platforms. The API should now be working as it was intended. OTP-9994 | |||
2012-03-20 | Add test case for sending multiple small files on same connection | Lukas Larsson | |
2012-03-20 | Extend timeout for windows | Lukas Larsson | |
2012-03-20 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Improve erts_debug_SUITE Fix calculation of fun size in erts_debug:size/1 | |||
2012-03-20 | Merge branch 'bjorn/kernel/erts_debug_size-fix/OTP-9991' into maint | Björn Gustavsson | |
* bjorn/kernel/erts_debug_size-fix/OTP-9991: Improve erts_debug_SUITE Fix calculation of fun size in erts_debug:size/1 | |||
2012-03-19 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: erts/preloaded/ebin/prim_inet.beam |