aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix
AgeCommit message (Expand)Author
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
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-10-09sys.c for Unix: Undo caching of utsname in os_flavor()Björn Gustavsson
2011-09-19Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-09-16erts: Remove compiler warning in sys.cBjörn-Egil Dahlberg
2011-09-16Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-07-08Move init of smp rw mutex from init to sys_args to make sure that it is initi...Lukas Larsson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-02Remove race in main thread stealing due to reading and writing to pipe from s...Patrik Nyblom
2011-03-02Make MacOS (NS) wx use the main threadPatrik Nyblom
2011-02-25Merge branch 'rickard/poll-wake/OTP-9019' into devRickard Green
2011-02-25Simplify erts_poll_wait() wakeup logicRickard Green
2011-02-18HALFWORD ETS Fix copyright year in some source filesSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-20Remove timer-thread implementationBjörn-Egil Dahlberg
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-18Move cpu topology functionality into erl_cpu_topology.[ch]Rickard Green
2010-09-07Merge branch 'mk/net-dragonfly-bsd-patches' into devBjörn Gustavsson
2010-08-30Merge branch 'pan/list_to_float/OTP-7178' into devPatrik Nyblom
2010-08-20Merge branch 'bjorn/solaris-fp-exception' into devBjörn Gustavsson
2010-08-17Solaris/x86: Handle floating point exceptions properly in driver threadsBjörn Gustavsson
2010-08-17erts: Remove broken elib_mallocBjörn Gustavsson
2010-08-17erts: Remove stray pre-ISO-C compatibility macrosBjörn Gustavsson
2010-08-13Add support for NetBSDMartti Kuparinen
2010-08-10Rewrite ethread libraryRickard Green
2010-06-23Teach Unix sys_float.c to ignore underflow in list_to_float and return 0.0Patrik Nyblom
2010-06-10fix open_port with many unset env varsSverker Eriksson
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-06-01Remove stray SAE supportBjörn Gustavsson
2010-05-03allow open_port to set env vars containing a trailing '=' characterSteve Vinoski
2010-04-30emulator: Eliminate #ifdef for sys_tty_reset()Björn Gustavsson
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP