| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Ie7ccbc2d5b65ba4e1695d955d60c456b6b2908c2
|
| |
|
|
|
|
|
| |
HOSTNAME is not set correctly as it still queries the old cm property.
Use ro.lineage.device now.
Change-Id: I8596de5b7605210977265ed25cfc3ad52465b7d6
|
| |
|
|
|
|
|
|
| |
resize is part of busybox but no longer available with toybox.
Therefore removing the call in bashrc.
Also dropping ps alias.
Change-Id: Ib86127c03af58a079b16042cb90782cf5260be0c
|
| |
|
|
|
|
| |
* clang explodes trying to optimize this function, so don't let it.
Change-Id: I661c0c761366e6a080cd33f92db5d7dad5907dfa
|
| |
|
|
|
|
| |
This reverts commit 8881ac638f8495940b4ac39ce6a8d75f85f5240b.
Change-Id: I350c976060dccda3cd187a32ffc0b544c7233744
|
| |
|
|
|
|
|
|
| |
lib/readline/histexpand.c causes clang 5.0 to segfault and I'm tired
of dealing with this crap, so just fallback to GCC until someone
figures it out.
Change-Id: I157aec19543e6b45d481ca00165bf9cc3883862b
|
| |
|
|
|
|
| |
* error: redeclaration of 'strchr' must have the 'overloadable' attribute
Change-Id: Ic6b81628ce0d8424c78bf6c6d52f041a31af5df7
|
| |
|
|
|
|
| |
This reverts commit 52936c4a35e65908e4731f504ef9c3e2f38acfab.
Change-Id: Ie74b76a02e9de5d8049d530bf7d824ecae16a769
|
| |
|
|
| |
Change-Id: I1018f0ae02d63a4a5c4699c0f268adeb61420ea8
|
| |
|
|
| |
Change-Id: I6563b2c6ecf0e5988ab98346d7e0ce49937794cf
|
| |
|
|
| |
Change-Id: I46623b6912444d74981087e00d1210f95613f655
|
| |
|
|
|
|
| |
* also set xterm as TERM
Change-Id: I39f06a5eab7a1e0920593bf0a52df7e9d780da99
|
| |
|
|
|
|
|
| |
* Match mksh
* Use colored ls
Change-Id: I2ed8617d348344f2cfae6e896981ce4759fffaef
|
| |
|
|
| |
Change-Id: I07a624bc23c3583fc4d5a61c3373451a985cd6d0
|
| |
|
|
| |
Change-Id: I7b81121bda4f531a052733e790b6a5252e23a9ee
|
| |
|
|
| |
Change-Id: I6f01effd47b78771c7747f4314bda10cbd3a5c99
|
| |
|
|
| |
Change-Id: Idb9857dac265c724460d61857c0643815d96eb9d
|
| |
|
|
| |
Change-Id: Ic31897802b23dbb727099d9e9ebc3ee2f9153251
|
| |
|
|
| |
Change-Id: If5eb957c4fda16d9b8c29b0b1f511f7a0a73c9ec
|
| |
|
|
| |
Change-Id: I7860fb20707e81f0ad9f0d32320ace37750f9500
|
| |
|
|
| |
Change-Id: I2cb7104766891af72f26bff9567def7c170ea085
|
| |
|
|
| |
Change-Id: I1aac05a3a8379b443a960a248db390f05ea68f8a
|
| |
|
|
| |
Change-Id: I76fde1c3875c716c5e19fd17e35c2f0dd0e44797
|
| |
|
|
| |
Change-Id: I4dbb5273a0372ab63d342a11dc9c9d19c002a9ac
|
| |
|
|
| |
Change-Id: Id50c454f86c5df0e6cab6226ab7e5cc1a9b37883
|
| |
|
|
| |
Change-Id: I0d7aeffa95fd5d5f109b561ed91b2625d801d1f0
|
| |
|
|
| |
Change-Id: I454d87ada1ca933e5d734c40d8dcce3e6202ecb7
|
| |
|
|
| |
Change-Id: I26ad2191a48aad71ae6872e6ca5df71ce46f6891
|
| | |
|
| |
|
|
|
|
|
|
|
| |
With this simple command, nano and vim will use the
full size of the terminal in adb shell
Without, the default terminfo is used (80x24)
Change-Id: Ic536966b5ab18533064fc2c851497911595bc0da
|
| |
|
|
| |
Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* this fixes apps like nano not working from a bash shell
Change-Id: I92e22f845172e63abb5abb3567c1447041e977d5
|
| |
|
|
|
|
| |
fixes: void endpwent()(3) is not implemented on Android
Change-Id: Ib7c39bcdedf7e0581b7e84d8eb7747f1fe4e620f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In get_working_directory(), the getcwd call in the __ANDROID__
workaround case was obviously wrong, having sizeof(char *) as a length
argument instead of the length of the malloced string itself. Also, no
check for malloc failure was there.
With this fix, tested on maguro, using bash with the usual prompt
containing pwd references, as well as the pwd bash builtin itself,
no longer spew these annoying messages mentioned in the title.
Also made a small change to sh_invalidnum() to fix compile warnings.
Change-Id: I9546e07731a251f80e410935619ddcf0873694af
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
without "auto", scripting fails e.g.
for i in `ls /`;do
if [ -e /$i ];
then
echo pass
else
echo fail
fi
done
Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
|
| |
|
|
| |
Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
|
| |
|
|
| |
Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
|
| |
|
|
|
| |
Conflicts:
externs.h
|
| | |
|
| |
|
|
|
| |
Conflicts:
Android.mk
|
| | |
|
| | |
|
| |
|
|
|
| |
Conflicts:
config-top.h
|
| |
|
|
|
|
|
|
| |
Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc
Conflicts:
autom4te.cache/output.0
examples/loadables/getconf.c
|
| | |
|
| | |
|
| | |
|
| | |
|