aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/sys.c
AgeCommit message (Expand)Author
2014-12-19erts: Make main thread safe from pipe closed eventLukas Larsson
2014-12-19erts: Improve crash dumpsLukas Larsson
2014-12-19erts: Rename sys_sigset to sys_signalLukas Larsson
2014-12-19erts: Introduce thread suspend functionsLukas Larsson
2014-12-19erts: Remove usage of QUANTIFY signalLukas Larsson
2014-12-19erts: Add support for thread namesLukas Larsson
2014-12-12Merge branch 'lukas/erts/non-blocking-shell'Lukas Larsson
2014-12-12erts: Make sure IOV_MAX is enforced for writevLukas Larsson
2014-10-23Merge branch 'rickard/master/eager-check-io/OTP-12117'Rickard Green
2014-10-16erts: Make writing to non-tty fds non-blockingLukas Larsson
2014-10-16erts: Make tty driver non-blockingLukas Larsson
2014-09-25Merge branch 'rickard/eager-check-io/OTP-12117' into rickard/maint-17/eager-c...Rickard Green
2014-09-25Introduce support for eager check I/O schedulingRickard Green
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2014-02-19erts: Fix faulty asserts in erts_sys_aligned_alloc/freeSverker Eriksson
2014-01-28Merge branch 'motiejus/tile_mde3/OTP-11635'Lukas Larsson
2014-01-10Merge branch 'lukas/erts/fd0_pipe_bug/OTP-11558'Lukas Larsson
2014-01-10erts: Make sure fds 0,1 and 2 are openLukas Larsson
2013-12-15Undefined MALLOC_USE_HASH macro on TileMDE3Motiejus Jakštys
2013-11-09Add os:unsetenv/1Martin Hässler
2013-09-30erts: Add __func__ to ERTS_ASSERT macroSverker Eriksson
2013-09-30erts: Refactor the ASSERT macroSverker Eriksson
2013-09-25Implement platform specific aligned sys_alloc and use when supportedRickard Green
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-13Fix driver port accessesRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-06Merge branch 'maint'Ingela Anderton Andin
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-11-30erts: Change default of erl_crash.dumpBjörn-Egil Dahlberg
2012-10-24Merge branch 'maint'Björn-Egil Dahlberg
2012-10-23erts: Fix crash dump write to port hackBjörn-Egil Dahlberg
2012-10-16erts: Change ERL_CRASH_DUMP_SECONDS behaviourBjörn-Egil Dahlberg
2012-10-15erts, heart: Ensure erl_crash.dump is writtenBjörn-Egil Dahlberg
2012-09-07Replace sprintf with erts_snprintf in beamBjörn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-14Make get/putenv and erlexec understand UnicodePatrik Nyblom
2012-04-17Extend erlang:port_info/1,2 to show the OS pid of a spawned processMatthias Lang
2011-12-09erl_driver.h: Enlarge types on driver callbacks output, control and callRaimo Niskanen
2011-12-07erl_driver.h: Enlarge types in driver queue and alloc functionsRaimo Niskanen
2011-12-07erl_driver.h: Use ErlDrvSizeT for size field in ErlIOVecRaimo Niskanen
2011-12-02Fix time typesRickard Green
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-11-08Merge branch 'bjorn/create-less-garbage'Björn Gustavsson
2011-11-07erts: "initialized" is only used with CHLDWTHRBjörn-Egil Dahlberg