No description
Find a file
Alistair Buxton dfa09fd635 Disable CR/LF translation for adb interactive shell.
adb shell uses termios to disable canonical input processing in order to
get raw control codes but it does not disable CR/LF translation. The default
for Linux terminals is to convert CR to LF unless the running program
specifically asks for this to be disabled. Since adb does not, there is no
way to send a CR to any program run on adb shell. Many programs do in fact
differentiate and so are broken by this behaviour, notably nano. This patch
sets the termios flags to disable all line ending translation.

Change-Id: I8b950220f7cc52fefaed2ee37d97e0789b40a078
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
2015-04-05 10:02:34 -07:00
adb Disable CR/LF translation for adb interactive shell. 2015-04-05 10:02:34 -07:00
adf libadf: enable -Werror 2015-03-10 15:14:38 -07:00
base Support arbitrary loggers. 2015-04-03 16:22:39 -07:00
cpio mkbootfs: move fs_config to libcutils 2015-04-02 10:19:43 -07:00
debuggerd Print the build id of shared libraries if present. 2015-03-17 15:13:35 -07:00
fastboot Add verbose param to sparse_file_import_auto 2015-03-31 12:09:37 -07:00
fs_mgr Link libc++_static into fs_mgr. 2015-04-01 13:26:04 -07:00
gpttool gpttool: turn on -Werror 2014-05-05 10:30:04 -07:00
healthd am 492dd1e5: Merge "Remove obsolete BUILD_TINY_ANDROID check from healthd makefile" 2015-01-24 05:33:56 +00:00
include Only Windows doesn't have %zd. 2015-04-03 12:53:36 -07:00
init Remove execonce. 2015-04-03 09:06:52 -07:00
libbacktrace Update the test for better output on error. 2015-04-02 15:36:09 -07:00
libcutils Fix Windows strlcpy.c build. 2015-04-02 17:21:47 -07:00
libdiskconfig am eb075e28: am c8179498: am 2f62edf7: Merge "libdiskconfig: Turn on -Werror" 2014-05-21 21:19:27 +00:00
libion Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
liblog Merge "Share log writing code." 2015-04-03 17:51:13 +00:00
libmemtrack Add missing <malloc.h> and <string.h> includes. 2015-01-28 11:37:57 -08:00
libmincrypt Disable clang optimization that has segmentation fault. 2014-12-17 14:59:53 -08:00
libnativebridge am 0d385d1c: Merge "Track renaming of initUnchangeableSystemProperty." 2015-02-10 16:54:35 +00:00
libnetutils Merge "Improving the time to wait for assigning IP address" 2015-03-19 00:26:30 +00:00
libpixelflinger pixelflinger: make self-contained 2015-03-19 12:34:35 -07:00
libprocessgroup Remove uses of libcxx.mk. 2015-03-27 11:24:04 -07:00
libsparse Add verbose param to sparse_file_import_auto 2015-03-31 12:09:37 -07:00
libsuspend Libsuspend: Remove unused variable 2014-11-24 18:53:44 -08:00
libsync Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
libsysutils Add missing <malloc.h> and <string.h> includes. 2015-01-28 11:37:57 -08:00
libusbhost am 0d8943c2: am e4c5b614: Merge "libusbhost: Fix IOCTL call during usb_request_cancel" 2014-08-12 21:05:43 +00:00
libutils Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
libziparchive Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
lmkd Lmkd: Fix unused variables 2014-11-24 20:32:42 -08:00
logcat Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
logd Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. 2015-04-02 14:31:07 -07:00
logwrapper Fix "ptsname is not thread-safe; use ptsname_r instead" build break. 2014-07-29 11:06:53 -07:00
mkbootimg mkbootimg: turn on -Werror 2014-05-05 10:30:04 -07:00
reboot reboot: Turn on -Werror 2014-05-21 12:58:38 -07:00
rootdir Revert "Revert "Adding e4crypt support"" 2015-03-31 13:02:13 -07:00
run-as package missing include for string.h 2015-04-01 11:15:37 -07:00
sdcard Merge "sdcard: Properly handle deleted nodes" 2015-04-04 00:27:46 +00:00
toolbox Lose umount to toybox. 2015-04-02 21:24:34 -07:00
.gitignore
Android.mk
CleanSpec.mk Add a CleanSpec for grep/toolbox. 2015-03-22 18:04:54 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2013-07-30 13:56:49 -07:00
NOTICE Fix omission in NOTICE file. 2013-07-30 13:56:55 -07:00