summaryrefslogtreecommitdiff
path: root/erts/emulator/drivers/unix/ttsl_drv.c
Commit message (Expand)AuthorAgeFilesLines
* erts: Re-Implement shell using nifLukas Larsson2022-08-291-1607/+0
* erts: Fix printing of non-printable charactersLukas Larsson2022-08-291-1/+2
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Merge pull request #5599 from garazdawi/lukas/erts/fix-terminal-nx-nl/OTP-17779Lukas Larsson2022-01-201-9/+24
|\
| * erts: Fix ttsl driver xn followed by nlLukas Larsson2022-01-111-9/+24
* | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ | |/ |/|
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in erts/emulator/driversKian-Meng, Ang2021-11-231-3/+3
|/
* Merge branch 'lukas/erts/fix-ttysl-memcpy-buffer-overwrite/GH-5116/OTP-17560'...Lukas Larsson2021-08-171-1/+1
|\
| * erts: Fix memcpy buffer overwriteLukas Larsson2021-08-171-1/+1
* | erts: Add asserts to suppress false positives found by clang saLukas Larsson2021-02-181-0/+1
* | Don't use the false symbol as a labelCalvin Buckley2020-06-081-6/+6
* | Update copyright yearRickard Green2020-03-131-1/+1
* | Merge branch 'maint'Sverker Eriksson2019-01-311-1/+3
|\ \ | |/
| * erts: Add magic port control numbersSverker Eriksson2019-01-281-1/+3
* | Change "can not" into "cannot"Raimo Niskanen2018-07-271-1/+1
|/
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Merge branch 'maint'Dan Gudmundsson2017-09-141-19/+57
|\
| * Fix del_chars not considering wide chars and update buffer length before call...Glauber Campinho2017-09-131-5/+5
| * Make cp_pos_to_col function aware of the ANSI escape codesGlauber Campinho2017-09-011-15/+53
* | Merge branch 'lukas/erts/non-smp-removal-cleanup/OTP-14518'Lukas Larsson2017-09-111-2/+2
|\ \ | |/ |/|
| * erts: Allow read in ttsl driver to return EAGAINLukas Larsson2017-09-111-2/+2
* | Fix ANSI support in the consoleGlauber Campinho2017-08-211-7/+8
* | stdlib: Improve edlin handling of unicode charsDan Gudmundsson2017-08-161-43/+50
|/
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | erts: Fix "hanging" VM caused by exiting tty_sl driverSverker Eriksson2016-03-301-1/+2
* | Fix ttsl_drv logging without TERMCAPBjörn-Egil Dahlberg2016-03-151-2/+0
|/
* erts: Increase ttsl_drv logging capabilitiesBjörn-Egil Dahlberg2016-03-141-48/+100
* erts: Make sure to deal with EINTR write failuresLukas Larsson2015-09-161-7/+8
* erts: Fix binary memory leak in ttsl driverLukas Larsson2015-08-181-0/+2
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* erts: Rename sys_sigset to sys_signalLukas Larsson2014-12-191-6/+6
* kernel,ssh: Add synchronous user_drv protocolLukas Larsson2014-10-161-0/+36
* erts: Make tty driver non-blockingLukas Larsson2014-10-161-13/+117
* Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll2013-09-121-4/+4
* Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drvAnthony Ramine2013-05-141-0/+2
* Merge branch 'nox/wide-chars/OTP-11088' into maintFredrik Gustafsson2013-05-081-3/+38
|\
| * Support wide characters in the shell through wcwidth()Anthony Ramine2013-04-271-1/+36
| * Fix bogus DEBUGLOG() incantations in ttsl_drvAnthony Ramine2013-04-271-2/+2
* | Fix src/dest overlap in ttsl driverLukas Larsson2013-04-221-1/+1
* | fix valgrind error in erts/emulator/drivers/unix/ttsl_drv.cSteve Vinoski2013-04-211-1/+1
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Support ANSI in the consoleDeadZen2012-11-081-4/+8
* erl_driver.h: Enlarge types on driver callbacks output, control and callRaimo Niskanen2011-12-091-10/+11
* erts: Remove unused variable in ttsl_drvBjörn-Egil Dahlberg2011-11-071-2/+1
* Store pointers to heap data in 32-bit wordsPatrik Nyblom2010-03-101-3/+3
* OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green2010-02-081-5/+12
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1299