libuv/src
Ben Noordhuis 484a3a92a8 Revert "unix: use cfmakeraw() for setting raw TTY mode"
This reverts commit 0f25560c8a.

This change was introduced to make it possible to use the TTY for binary
I/O but unfortunately it breaks libuv users that depend on the OPOST and
ONLCR flags, like node.js.

There is no point in adding those flags after the call to cfmakeraw()
because that would once again make the TTY unsuitable for binary I/O.
Let's revert it for now and revisit it again later.

Fixes libuv/libuv#32, reverts joyent/libuv#1567.

PR-URL: https://github.com/libuv/libuv/pull/33
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2014-12-04 21:16:06 +01:00
..
unix Revert "unix: use cfmakeraw() for setting raw TTY mode" 2014-12-04 21:16:06 +01:00
win unix, windows: fix typos in comments 2014-11-29 04:23:19 +01:00
fs-poll.c unix: replace some asserts with returning errors 2014-08-11 18:42:48 +02:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c win: fix uv_thread_self() 2014-11-10 20:03:01 -03:00
uv-common.h fs: rename uv_fs_readdir to uv_fs_scandir 2014-09-25 10:09:58 +02:00
version.c version: add ability to specify a version suffix 2014-09-11 20:58:41 +02:00