Age | Commit message (Expand) | Author |
2014-01-10 | Merge branch 'lukas/erts/fd0_pipe_bug/OTP-11558' | Lukas Larsson |
2014-01-10 | erts: Make sure fds 0,1 and 2 are open | Lukas Larsson |
2013-12-13 | erts: Refactor remove erts_sys_dll_open2 | Sverker Eriksson |
2013-11-09 | Add os:unsetenv/1 | Martin Hässler |
2013-09-30 | erts: Add __func__ to ERTS_ASSERT macro | Sverker Eriksson |
2013-09-30 | erts: Refactor the ASSERT macro | Sverker Eriksson |
2013-09-25 | Merge branch 'rickard/aligned-sys_alloc-carriers/OTP-11318' into rickard/alig... | Rickard Green |
2013-09-25 | Implement platform specific aligned sys_alloc and use when supported | Rickard Green |
2013-04-30 | Define matherr only on platforms where it is used | Anthony Ramine |
2013-03-04 | erts: gcc ansi does not allow 'inline' | Björn-Egil Dahlberg |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-13 | Fix driver port accesses | Rickard Green |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-21 | Text representation of a float formatted using given options. | Serge Aleynikov |
2012-12-07 | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt... | Rickard Green |
2012-12-06 | Merge branch 'maint' | Ingela Anderton Andin |
2012-12-03 | Use ptab functionality also for ports | Rickard Green |
2012-12-03 | Prepare for use of ptab functionality also for ports | Rickard Green |
2012-11-30 | erts: Change default of erl_crash.dump | Björn-Egil Dahlberg |
2012-11-28 | Merge branch 'sverk/crypto-unloading' | Sverker Eriksson |
2012-10-24 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-10-23 | erts: Fix crash dump write to port hack | Björn-Egil Dahlberg |
2012-10-16 | erts: Change ERL_CRASH_DUMP_SECONDS behaviour | Björn-Egil Dahlberg |
2012-10-15 | erts, heart: Ensure erl_crash.dump is written | Björn-Egil Dahlberg |
2012-10-09 | crypto: Make unloading of crypto safer | Sverker Eriksson |
2012-09-07 | Replace sprintf with erts_snprintf in beam | Björn-Egil Dahlberg |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-14 | Make get/putenv and erlexec understand Unicode | Patrik Nyblom |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang |
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 queue and alloc functions | Raimo Niskanen |
2011-12-07 | erl_driver.h: Use ErlDrvSizeT for size field in ErlIOVec | Raimo Niskanen |
2011-12-02 | Fix time types | Rickard Green |
2011-11-13 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green |
2011-11-13 | Merge branch 'rickard/thr-progress-block/OTP-9631' | Rickard Green |
2011-11-13 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green |
2011-11-13 | Use generic lock-free queue for async threads | Rickard Green |
2011-11-13 | Replace system block with thread progress block | Rickard Green |
2011-11-13 | Optimize memory allocation | Rickard Green |
2011-11-08 | Merge branch 'bjorn/create-less-garbage' | Björn Gustavsson |
2011-11-07 | erts: "initialized" is only used with CHLDWTHR | Björn-Egil Dahlberg |
2011-10-14 | Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04 | Rickard Green |
2011-10-09 | sys.c for Unix: Undo caching of utsname in os_flavor() | Björn Gustavsson |
2011-09-19 | Merge branch 'dev' into major | Björn-Egil Dahlberg |
2011-09-16 | erts: Remove compiler warning in sys.c | Björn-Egil Dahlberg |
2011-09-16 | Merge branch 'dev' into major | Björn-Egil Dahlberg |
2011-07-08 | Move init of smp rw mutex from init to sys_args to make sure that it is initi... | Lukas Larsson |
2011-06-14 | Use new atomic API in runtime system | Rickard Green |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-02 | Remove race in main thread stealing due to reading and writing to pipe from s... | Patrik Nyblom |