Age | Commit message (Expand) | Author |
2012-10-15 | erts: Search for heart in ports that are alive | Björn-Egil Dahlberg |
2012-10-15 | erts, heart: Ensure erl_crash.dump is written | Björn-Egil Dahlberg |
2012-08-14 | Make get/putenv and erlexec understand Unicode | Patrik Nyblom |
2012-04-27 | erts: Add port-I/O statistics for active once/true | Björn-Egil Dahlberg |
2012-04-20 | erts: The lck->extra field needs 'TAGGED' data | Björn-Egil Dahlberg |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang |
2012-04-10 | lcnt: Enhancement fixups | Björn-Egil Dahlberg |
2012-04-05 | erts: Add lcnt port and suspend options | Rick Reed |
2012-03-22 | Ifdef all dynamic trace code | Patrik Nyblom |
2012-03-22 | Change to more specific configure options for dtrace | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4 | Scott Lystig Fritchie |
2012-03-22 | Merge branch 'raimo/close-ports-on-halt/OTP-9985' into maint | Raimo Niskanen |
2012-03-21 | erts: Implement erl_halt | Raimo Niskanen |
2012-03-19 | Merge branch 'ph/fix-enfile/OTP-9990' into maint | Björn-Egil Dahlberg |
2012-01-09 | erts: Badarg if port output overflows iov_len | Raimo Niskanen |
2012-01-04 | Fix returned error from gen_tcp:accept/1,2 when running out of ports | Per Hedeland |
2011-12-20 | erts: Bugfix - driver_deq freed wrong length due to short type (int) | Raimo Niskanen |
2011-12-09 | Remove support for old drivers without ERL_DRV_EXTENDED_MARKER | Björn Gustavsson |
2011-12-09 | Bump driver version to 2.0 | Raimo Niskanen |
2011-12-09 | erl_driver.h: Enlarge types on driver callbacks output, control and call | Raimo Niskanen |
2011-12-07 | erl_driver.h: Enlarge types in driver output functions | Raimo Niskanen |
2011-12-07 | erl_driver.h: Enlarge types in driver queue and alloc functions | Raimo Niskanen |
2011-12-07 | erl_driver.h: Use ErlDrvSizeT for size field in ErlIOVec | Raimo Niskanen |
2011-12-05 | erts: Remove duplicate erts_unblock_fpe | Jovi Zhang |
2011-12-02 | Iron out bugs in Win64 found in daily builds | Patrik Nyblom |
2011-11-16 | Remove remaining gcc 4.6 assigned-but-not-used warnings from erts | Patrik Nyblom |
2011-11-13 | Use generic lock-free queue for async threads | Rickard Green |
2011-06-14 | Use new atomic API in runtime system | Rickard Green |
2011-05-13 | Merge branch 'rickard/barriers/OTP-9281' into dev | Rickard Green |
2011-05-13 | Use 32-bit atomic for port snapshot | Rickard Green |
2011-05-13 | Remove pointless erts_ports_alive variable | Rickard Green |
2011-05-10 | Replace io_list_len() with erts_iolist_size() | Björn Gustavsson |
2011-05-06 | Make port_command/2 reject non-byte sized bitstrings | Björn Gustavsson |
2011-05-06 | io.c: Make io_list_vec_len() less general | Björn Gustavsson |
2011-04-27 | Merge branch 'sverker/erts_printf-halfword' into dev | Sverker Eriksson |
2011-03-16 | erts_printf %be to print integers of size Eterm | Sverker Eriksson |
2011-03-16 | erts: Remove unused variables | Tuncer Ayaz |
2010-12-20 | Refactor timer interface | Björn-Egil Dahlberg |
2010-12-15 | Use new atomic types in emulator | Rickard Green |
2010-10-27 | Fix ERL_DRV_INT and ERL_DRV_UINT in halfword emulator | Rickard Green |
2010-08-12 | Increase vheap counter to Uint64 | Björn-Egil Dahlberg |
2010-07-20 | One off-heap list, to eliminate two words per ETS object. | Sverker Eriksson |
2010-06-01 | OTP-8612 Fix potential premature destruction of port locks | Rickard Green |
2010-03-10 | Support monitoring and demonitoring from driver threads | Patrik Nyblom |
2010-03-10 | Turn on instruction packing in the loader and virtual machine | Patrik Nyblom |
2010-03-10 | Store pointers to heap data in 32-bit words | Patrik Nyblom |
2010-03-10 | Fit all heap data into the 32-bit address range | Patrik Nyblom |
2010-03-10 | OTP-8475 status lock needed when looking up ioq from async threads | Rickard Green |
2010-02-11 | OTP-8335 Even more NIF features | Sverker Eriksson |