aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/unix
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2017-11-20Merge branch 'maint'Hans Nilsson
2017-11-17Merge branch 'john/erts/fix-close-eintr/OTP-14775' into maint-20Erlang/OTP
2017-11-13Remove invalid EINTR loop around close(2)John Högberg
2017-09-14Merge branch 'maint'Dan Gudmundsson
2017-09-13Fix del_chars not considering wide chars and update buffer length before call...Glauber Campinho
2017-09-11Merge branch 'lukas/erts/non-smp-removal-cleanup/OTP-14518'Lukas Larsson
2017-09-11erts: Allow read in ttsl driver to return EAGAINLukas Larsson
2017-09-01Make cp_pos_to_col function aware of the ANSI escape codesGlauber Campinho
2017-08-21Fix ANSI support in the consoleGlauber Campinho
2017-08-17Merge branch 'dgud/stdlib/edit-unicode' into maintDan Gudmundsson
2017-08-16stdlib: Improve edlin handling of unicode charsDan Gudmundsson
2017-06-07erts: Fix sendfile closeduring scenario on sunosLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-04Merge branch 'maint'Ingela Anderton Andin
2017-03-29Close FD after trying to open a directoryRaimo Niskanen
2017-02-14Fixed typos in ertsAndrew Dryga
2017-02-07Use fstat if it exists in efile_openfileRaimo Niskanen
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07Merge branch 'bjorn/erts/huge-file-fix/OTP-13461'Björn Gustavsson
2016-04-04Handle multi-giga byte writes to filesBjörn Gustavsson
2016-03-31Refactor time_t in efile_drvBjörn-Egil Dahlberg
2016-03-30erts: Fix "hanging" VM caused by exiting tty_sl driverSverker Eriksson
2016-03-15Fix ttsl_drv logging without TERMCAPBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-15Merge branch 'egil/fix-fdatasync-mac/OTP-13411'Björn-Egil Dahlberg
2016-03-15erts: Use fcntl(fd, F_FULLFSYNC) instead of fdatasync on Mac OSXBjörn-Egil Dahlberg
2016-03-14erts: Increase ttsl_drv logging capabilitiesBjörn-Egil Dahlberg
2016-01-27Merge branch 'theom/freebsd-sendfile-patch-2/OTP-13271' into maintLukas Larsson
2016-01-27erts: Fix sendfile:ing of large files on FreeBSDJP
2015-09-17Merge branch 'lukas/erts/ttsl_eintr/OTP-12987' into maintRickard Green
2015-09-16erts: Make sure to deal with EINTR write failuresLukas Larsson
2015-08-27Fix ethread events with timeoutRickard Green
2015-08-18erts: Fix binary memory leak in ttsl driverLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-19erts: Rename sys_sigset to sys_signalLukas Larsson
2014-10-20Merge branch 'lukas/erts/non-blocking-shell'Lukas Larsson
2014-10-16kernel,ssh: Add synchronous user_drv protocolLukas Larsson
2014-10-16erts: Make tty driver non-blockingLukas Larsson
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-05-14Fix efile_openfile() to handle stat() failureMikael Pettersson
2014-02-24erts: Fix unix efile assertLukas Larsson
2014-02-24ose: efile driver updates.Jonas Karlsson
2013-11-15Add sync option to file:open/2Joseph Blomstedt
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-14Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drvAnthony Ramine
2013-05-08Merge branch 'nox/wide-chars/OTP-11088' into maintFredrik Gustafsson
2013-04-27Support wide characters in the shell through wcwidth()Anthony Ramine