aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bash-4.3 patch 33stable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Ccm-12.1cm-12.0Chet Ramey2015-02-197-11/+78
| | | | Change-Id: Id50c454f86c5df0e6cab6226ab7e5cc1a9b37883
* Bash-4.3 patch 32Chet Ramey2015-02-192-2/+4
| | | | Change-Id: I0d7aeffa95fd5d5f109b561ed91b2625d801d1f0
* Bash-4.3 patch 31Chet Ramey2015-02-193-3/+32
| | | | Change-Id: I454d87ada1ca933e5d734c40d8dcce3e6202ecb7
* Fix arm64 buildstaging/cm-12.1stable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1IRicardo Cerqueira2014-12-251-0/+2
| | | | Change-Id: I26ad2191a48aad71ae6872e6ca5df71ce46f6891
* Updates for LRicardo Cerqueira2014-11-082-1/+5
|
* bashrc: call resize command to init term dimcm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0Tanguy Pruvot2014-10-061-0/+1
| | | | | | | | | 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
* bashrc: export the environment variablesDan Pasanen2014-10-061-2/+2
| | | | Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
* Bash-4.3 patch 30Chet Ramey2014-10-065-172/+210
|
* Bash-4.3 patch 29Chet Ramey2014-10-043-2/+3
|
* bashrc: use xterm as default terminalDan Pasanen2014-10-021-1/+1
| | | | | | * this fixes apps like nano not working from a bash shell Change-Id: I92e22f845172e63abb5abb3567c1447041e977d5
* bash: fix warningDan Pasanen2014-10-021-0/+2
| | | | | | fixes: void endpwent()(3) is not implemented on Android Change-Id: Ib7c39bcdedf7e0581b7e84d8eb7747f1fe4e620f
* bash: fix "getcwd: cannot access parent directories: Math result..."Patrick Schaaf2014-10-021-6/+8
| | | | | | | | | | | | | | | 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
* bashrc: set alias ls="busybox ls --color=auto"Firerat2014-10-021-1/+1
| | | | | | | | | | | | | | 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
* Add sysro and sysrw aliasesScott Anderson2014-10-021-0/+2
| | | | Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
* Use a loop for busybox aliasesScott Anderson2014-10-021-14/+4
| | | | Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
* switched extern of fdprintf from void to int (change in bionic)cvpcs2014-10-021-1/+1
| | | | | Conflicts: externs.h
* fixed some problems with bashcvpcs2014-10-023-51/+30
|
* added bashrc and bash_logout support system-widecvpcs2014-10-023-2/+96
| | | | | Conflicts: Android.mk
* removed "help" internal, as it seems pretty uselesscvpcs2014-10-021-1/+1
|
* cleaned up the directorycvpcs2014-10-023-194/+0
|
* set some paths and removed the debuggercvpcs2014-10-022-4/+4
| | | | | Conflicts: config-top.h
* Fix building with 4.3's bionicRicardo Cerqueira2014-10-0296-96/+96
| | | | | | | | Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc Conflicts: autom4te.cache/output.0 examples/loadables/getconf.c
* Set up build for androidDan Pasanen2014-10-0259-1/+18247
|
* Bash-4.3 patch 28Chet Ramey2014-10-023-198/+239
|
* Bash-4.3 patch 27Chet Ramey2014-09-272-21/+61
|
* Bash-4.3 patch 26Chet Ramey2014-09-263-2/+5
|
* Bash-4.3 patch 25Chet Ramey2014-09-255-13/+22
|
* Bash-4.3 patch 24Chet Ramey2014-08-182-2/+8
|
* Bash-4.3 patch 23Chet Ramey2014-08-183-5/+11
|
* Bash-4.3 patch 22Chet Ramey2014-08-012-2/+11
|
* Bash-4.3 patch 21Chet Ramey2014-08-012-2/+2
|
* Bash-4.3 patch 20Chet Ramey2014-08-014-4/+9
|
* Bash-4.3 patch 19Chet Ramey2014-08-013-2/+15
|
* Bash-4.3 patch 18Chet Ramey2014-05-162-1/+2
|
* Bash-4.3 patch 17Chet Ramey2014-05-162-5/+2
|
* Bash-4.3 patch 16Chet Ramey2014-05-163-2/+52
|
* Bash-4.3 patch 15Chet Ramey2014-05-162-3/+10
|
* Bash-4.3 patch 14Chet Ramey2014-05-162-1/+33
|
* Bash-4.3 patch 13Chet Ramey2014-05-162-3/+8
|
* Bash-4.3 patch 12Chet Ramey2014-05-162-1/+2
|
* Bash-4.3 patch 11Chet Ramey2014-04-112-2/+3
|
* Bash-4.3 patch 10Chet Ramey2014-04-114-2/+47
|
* Bash-4.3 patch 9Chet Ramey2014-04-113-3/+3
|
* Bash-4.3 patch 8Chet Ramey2014-03-283-26/+36
|
* Bash-4.3 patch 7Chet Ramey2014-03-282-1/+6
|
* Bash-4.3 patch 6Chet Ramey2014-03-282-2/+2
|
* Bash-4.3 patch 5Chet Ramey2014-03-283-3/+3
|
* Bash-4.3 patch 4Chet Ramey2014-03-283-2/+1366
|
* Bash-4.3 patch 3Chet Ramey2014-03-282-2/+3
|
* Bash-4.3 patch 2Chet Ramey2014-03-282-3/+5
|