aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/os.erl
AgeCommit message (Expand)Author
2018-03-21kernel: Fix handling of os:cmd option max_size in winLukas Larsson
2018-03-21kernel: Add os:cmd/2 with max_size optionLukas Larsson
2017-03-10Update copyright yearRickard Green
2017-02-21kernel: Fix hanging os:cmd race conditionLukas Larsson
2016-09-02kernel: Close stdin of commands run in os:cmdLukas Larsson
2016-08-16erts: Make sure to flush potential exit messageLukas Larsson
2016-08-08kernel: Use ^D as eot for os:cmd on unix platformsLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-02-02erts, kernel: Add os:perf_counter functionLukas Larsson
2015-12-15kernel: Remove cmd server for unix os:cmdLukas Larsson
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Introduce a new time APIRickard Green
2014-12-15Start using os:getenv/2 funPeter Lemenkov
2014-12-15Introduce os:getenv/2Peter Lemenkov
2014-03-27Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson
2014-03-26ose: Prepare slave for running on OSELukas Larsson
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2013-11-18Merge branch 'maint'Fredrik Gustafsson
2013-11-09Add os:unsetenv/1Martin Hässler
2013-06-03kernel: Handle unicode in os:cmdDan Gudmundsson
2013-05-28Updated primary bootstrapFredrik Gustafsson
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-30Remove unnecessary whitespaces in os.erl and os_SUITE.erlAleksandr Vinokurov
2013-04-30Fix deep list argument error under Windows in os:cmd/1Aleksandr Vinokurov
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-07-19kernel: Remove VxWorksBjörn-Egil Dahlberg
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-05-09Types and specifications have been modified and addedHans Bolinder
2011-03-11Strenghen specKostis Sagonas
2011-03-02Fix dialyzer warning in os:start_port_srv_loopSverker Eriksson
2011-02-14Never allow os:find_executable/1 to return the path of directoriesBjörn Gustavsson
2010-06-02Teach os.erl to find executable names with extension (i.e. .exe) on windowsPatrik Nyblom
2010-03-10OTP-8502 os:cmd hangRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP