summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adb: On Linux, detect USB devices for which adb does not have permissions to ↵Mike Lockwood2009-08-085-121/+159
| | | | | | | | | | | communicate with. adb devices will now list devices without adequate file system permissions in /dev/bus/usb as: List of devices attached ???????????? no permissions Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge change 20502Android (Google) Code Review2009-08-071-11/+1
|\ | | | | | | | | * changes: we actually have to saturate when doing premultilied blending with opengl
| * we actually have to saturate when doing premultilied blending with openglMathias Agopian2009-08-071-11/+1
| |
* | am c5ceeeed: Merge change 20354 into donutDoug Zongker2009-08-071-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2' * commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2': strip comments from event-log-tags on device
| * \ Merge change 20354 into donutAndroid (Google) Code Review2009-08-071-0/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: strip comments from event-log-tags on device
| | * | strip comments from event-log-tags on deviceDoug Zongker2009-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This saves about 8k from the system image. Bug: 2036961
* | | | adb: Use correct language ID when retrieving USB serial number.Guang Zhu2009-08-071-24/+48
| |_|/ |/| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am ee40fc4e: rootdir: init.rc: Bump up background cpu shares to 5.0%San Mehat2009-08-061-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5' * commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5': rootdir: init.rc: Bump up background cpu shares to 5.0%
| * | rootdir: init.rc: Bump up background cpu shares to 5.0%San Mehat2009-08-061-1/+2
| |/ | | | | | | Signed-off-by: San Mehat <san@google.com>
* | adb: Remove adbd from simulator build.Mike Lockwood2009-08-061-3/+3
| | | | | | | | | | | | It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 20039Android (Google) Code Review2009-08-054-1/+52
|\ \ | | | | | | | | | | | | * changes: adb: add "adb reboot" command.
| * | adb: add "adb reboot" command.Mike Lockwood2009-08-054-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | This will allow rebooting the device via adb on any build, including user builds. An optional argument can be provided (for example, "adb reboot bootloader" or adb reboot recovery") Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Merge change 20154Android (Google) Code Review2009-08-056-3/+61
|\ \ \ | | | | | | | | | | | | | | | | * changes: Added defines for <stdint.h> and <stdbool.h>.
| * | | Added defines for <stdint.h> and <stdbool.h>.Andy McFadden2009-08-056-3/+61
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This adds HAVE_STDINT_H and HAVE_STDBOOL_H to the configuration. We've been using HAVE_STDINT_H for a while but just never bothered to define it, and we're about to start using HAVE_STDBOOL_H. I enabled them for the linux and darwin targets, and left it undefined for freebsd/windows.
* | | Merge change 20109Android (Google) Code Review2009-08-051-2/+2
|\ \ \ | | | | | | | | | | | | | | | | * changes: init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO
| * | | init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIOIliyan Malchev2009-08-051-2/+2
| |/ / | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | fastboot: Add support for Motorola USB vendor ID.Mike Lockwood2009-08-051-2/+4
|/ / | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 20021Android (Google) Code Review2009-08-043-4/+57
|\ \ | | | | | | | | | | | | * changes: Support 2D arrays.
| * | Support 2D arrays.Jack Palevich2009-08-043-4/+57
| | |
* | | Merge change 20014Android (Google) Code Review2009-08-043-36/+262
|\ \ \ | |/ / | | | | | | | | | * changes: Implement arrays.
| * | Implement arrays.Jack Palevich2009-08-043-36/+262
| | | | | | | | | | | | | | | Added check to see that pointer types are compatible when passing function arguments.
* | | Merge change 9647Android (Google) Code Review2009-08-041-1/+4
|\ \ \ | |/ / |/| | | | | | | | * changes: init: Add hw3d master/client nodes to device list.
| * | init: Add hw3d master/client nodes to device list.Dima Zavin2009-08-031-1/+4
| | | | | | | | | | | | Signed-off-by: Dima Zavin <dima@android.com>
* | | merge from open-source masterJean-Baptiste Queru2009-08-040-0/+0
|\ \ \ | |/ / |/| |
| * | merge from donutJean-Baptiste Queru2009-08-034-15/+95
| |\ \ | | |/
| * | merge from donutJean-Baptiste Queru2009-07-2912-66/+94
| |\ \
* | \ \ Merge change 9594Android (Google) Code Review2009-08-031-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: init: add permissions for /dev/diag and /dev/diag_arm9
| * | | | init: add permissions for /dev/diag and /dev/diag_arm9Iliyan Malchev2009-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | Add support for "short" data type.Jack Palevich2009-08-035-28/+115
|/ / / /
* | | | Merge change 9407Android (Google) Code Review2009-07-313-11/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix parsing of function declarations that return pointers.
| * | | | Fix parsing of function declarations that return pointers.Jack Palevich2009-07-313-11/+10
| | | | | | | | | | | | | | | | | | | | Check that <op>= only evaluates the left-hand-side once.
* | | | | Merge change 9402Android (Google) Code Review2009-07-313-13/+91
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Support brackets for accessing array values.
| * | | | Support brackets for accessing array values.Jack Palevich2009-07-313-13/+91
| | | | | | | | | | | | | | | | | | | | Don't yet support allocating arrays.
* | | | | Merge change 9401Android (Google) Code Review2009-07-311-69/+67
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Clean up the way we handle postfix operators.
| * | | | Clean up the way we handle postfix operators.Jack Palevich2009-07-311-69/+67
| | | | | | | | | | | | | | | | | | | | Function names are now treated just like any other variable.
* | | | | Merge change 9400Android (Google) Code Review2009-07-313-27/+43
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Implement pre-increment / pre-decrement
| * | | | Implement pre-increment / pre-decrementJack Palevich2009-07-313-27/+43
| | | | |
* | | | | Merge change 9399Android (Google) Code Review2009-07-313-6/+60
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Support the comma operator.
| * | | | Support the comma operator.Jack Palevich2009-07-313-6/+60
| | | | |
* | | | | Merge change 9366Android (Google) Code Review2009-07-313-0/+99
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Implement op=.
| * | | | Implement op=.Jack Palevich2009-07-313-0/+99
| | | | |
* | | | | Merge change 9365Android (Google) Code Review2009-07-312-1/+47
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Test multiple levels of pointer indirection.
| * | | | Test multiple levels of pointer indirection.Jack Palevich2009-07-312-1/+47
| | | | |
* | | | | Merge change 9364Android (Google) Code Review2009-07-311-23/+19
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Assignment in ordinary expressions is now handled using lvals and rvals.
| * | | | Assignment in ordinary expressions is now handled using lvals and rvals.Jack Palevich2009-07-301-23/+19
| | | | |
* | | | | Merge change 9363Android (Google) Code Review2009-07-311-19/+60
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Start using lvals and rvals.
| * | | | Start using lvals and rvals.Jack Palevich2009-07-301-19/+60
| | | | |
* | | | | Merge change 9362Android (Google) Code Review2009-07-311-119/+11
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Change assignment code gen to use leaR0 .. storeR0ToTOS.
| * | | | Change assignment code gen to use leaR0 .. storeR0ToTOS.Jack Palevich2009-07-301-119/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is another step towards being able to handle lval / rvals. Improved storeR0ToTOS to convert R0 to the proper type to store into *TOS. (This is something that storeR0 was already doing.) Removed storeR0 as it is no longer being used.
* | | | | am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood2009-07-301-11/+81
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | | | | | | | | Merge commit 'cc1de48dcdf06c76ee14abbe2a237aa51b5b3bad' * commit 'cc1de48dcdf06c76ee14abbe2a237aa51b5b3bad': adb: Another attempted workaround for the adb disconnect problem.