aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream bash 4.2Sebastian Schmidt2012-04-17310-34390/+95563
| | | | | | | This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for changes. Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7
* bash: fix "getcwd: cannot access parent directories: Math result..."Patrick Schaaf2012-04-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
* Remove usage of ALL_PREBUILTSteve Kondik2011-11-291-6/+10
| | | | Change-Id: Ie64b10dc325386fbb73c16d984462963161900fc
* bashrc: set alias ls="busybox ls --color=auto"Firerat2011-08-201-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 Anderson2011-02-091-0/+2
| | | | Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
* Use a loop for busybox aliasesScott Anderson2011-02-091-14/+4
| | | | Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
* Add LOCAL_MODULE_TAGS and fix printfsSteve Kondik2010-12-217-1/+15
| | | | Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
* remove duplicate c file in source list.Koushik Dutta2010-07-071-2/+1
|
* switched extern of fdprintf from void to int (change in bionic)cvpcs2010-06-251-1/+1
|
* fixed some problems with bashcvpcs2010-06-063-51/+30
|
* added bashrc and bash_logout support system-widecvpcs2010-06-034-2/+110
|
* switched to use of __BIONIC__ define instead of commenting lines outcvpcs2010-06-032-5/+5
|
* removed "help" internal, as it seems pretty uselesscvpcs2010-06-031-1/+1
|
* cleaned up the directorycvpcs2010-06-033-194/+0
|
* set some paths and removed the debuggercvpcs2010-06-032-4/+4
|
* first successful build of bash-4.1cvpcs2010-06-0361-5/+17207
|
* initial import of bash 4.1cvpcs2010-06-021115-0/+560013