- 15 Mar, 2012 2 commits
-
-
Dima Zavin authored
When removing one entry, we can't just remove it from the map since key will not be freed. So, instead, search through the map for the key and free it once it is found. Change-Id: Id745c166a4acc5ea25f6d6cdbfe4f8fbc21cbbb3 Reported-by:
Xin Qian <xqian@marvell.com> Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Change-Id: I9f31da62f10f78ed11693a7c04e2be29b0790c93 Reported-by:
Xin Qian <xqian@marvell.com> Signed-off-by:
Dima Zavin <dima@android.com>
-
- 14 Mar, 2012 2 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Android developers should never place files in /data/local/tmp. Files or directories in /data/local/tmp can be minipulated by the shell user. Android developers should never create world-writable files or directories. This is a common source of security vulnerabilities. Change-Id: I6d2cd620ab49d8ca3f39282f7d2ed682a9ba91c3
-
- 13 Mar, 2012 1 commit
-
-
Andrew Hsieh authored
-
- 12 Mar, 2012 10 commits
-
-
Dianne Hackborn authored
-
Dima Zavin authored
This reverts commit 7d31e6e5.
-
Dima Zavin authored
-
Dima Zavin authored
-
Dima Zavin authored
-
Dianne Hackborn authored
Change-Id: Ib65fdf4211bef77057009e31295e610f8ba64b44
-
Dima Zavin authored
Change-Id: I711e03aaf859107c697c6dcb82e0ab83e94570ba Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Change-Id: I93f0e577aff6b8ff23a44e29f9942a26545b6dc8 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Change-Id: Iabdd2061cbc36c6f4d4eb6e46bd757b5b52e0027 Signed-off-by:
Dima Zavin <dima@android.com>
-
Selim Gurun authored
This change is to make sure the users of library does not crash if they are not handling SIGPIPE properly. Change-Id: I4ea80d6bfc26a4bca6b901959ae3060b059d46d3
-
- 09 Mar, 2012 4 commits
-
-
Robert Greenwalt authored
-
Robert Greenwalt authored
Sending 3digit code, null, binary-length and data. Current code sends 3digit code, space, null, binary-length, binary-data. The space should not be sent. Change-Id: I1df00a3e70805b39b6105966c7f3c613461a6858
-
Dianne Hackborn authored
-
Andy McFadden authored
-
- 08 Mar, 2012 11 commits
-
-
Eric Laurent authored
-
Andy McFadden authored
Some changes to debuggerd: (1) Send a SIGSTOP to the target process before doing any of the PTRACE_ATTACH work. This causes the threads that weren't hit by the signal to stop moving, which seems to get rid of the "ptrace detach failed: No such process" problems that result in missed stack traces and debuggerd self-immolation. (2) SIGPIPE was in the list of "interesting" signals caught by debugger_signal_handler(), but debuggerd didn't recognize it, and you'd get "unexpected signal 13" complaints. It's now in the list. (3) Fixed a bit-rotted XLOG. Change-Id: I33297ea6b09ce450671c07dc25846f684afbf480
-
Chia-chi Yeh authored
* commit '0fc8abe1':
-
Chia-chi Yeh authored
* commit '0b32a75b': init.rc: update the permission of /data/local.
-
Dianne Hackborn authored
Change-Id: I47f650e415e06c0b69790ffefea7f208c910ebd7
-
Chia-chi Yeh authored
* commit 'e2e8bd93':
-
Chia-chi Yeh authored
* commit 'c8d1a0e1': init.rc: update the permission of /data/local.
-
Chia-chi Yeh authored
* commit '5ebced39': init.rc: update the permission of /data/local.
-
Chia-chi Yeh authored
* commit '5ebced39': init.rc: update the permission of /data/local.
-
Eric Laurent authored
Added a flag for output stream attributes indicating a primary audio output stream. The primary audio output stream is unique on a platform and receives all volume, routing and parameters related to telephony use case. Change-Id: Ic50b3c02cc60805031f26b819da6cf9ad65ad11c
-
Selim Gurun authored
Add a utility function to SocketClient to send a c-string code prepended to a binary message. This is necessary to be able to send a binary message while keeping compatible with underlying text-based protocol. Change-Id: Ifc6562003a687577d7deb50260533a5147ae4f97
-
- 07 Mar, 2012 1 commit
-
-
Chia-chi Yeh authored
Bug: 6131945 Change-Id: I3094a471dcfb02b786f47b6778c8fed3726325ec
-
- 06 Mar, 2012 3 commits
-
-
Robert Greenwalt authored
-
Mathias Agopian authored
Change-Id: I65692beb620c35b0d0679939405183626a82bd8c
-
Mathias Agopian authored
Change-Id: I9a1e996be645520d1d5a056337303a6e5ed646e9
-
- 05 Mar, 2012 4 commits
-
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
Change-Id: I22523ded9cd8e5283a285a9db21d819bbbc1b6c3
-
Jeff Brown authored
-
Robert Greenwalt authored
Allows for one socket to be multiplexed for multiple requests. Doesn't use command sequence numbers for broadcasts - would make no sense. Doesn't alter current default behavior so OEM's using these classes won't notice a difference. bug:5864209 Change-Id: Ie3b19c4f81eea868569229a365c8cb7de249c2dd
-
- 03 Mar, 2012 2 commits
-
-
Jeff Brown authored
strace tests the value of HAVE_TERMIO_H and HAVE_SYS_UIO_H using Change-Id: If899845503547410cf17d005733d1c0c6741e939
-
Jeff Sharkey authored
-