- 11 Jun, 2012 1 commit
-
-
Jean-Baptiste Queru authored
-
- 30 May, 2012 1 commit
-
-
Robert Greenwalt authored
-
- 29 May, 2012 1 commit
-
-
Mattias Falk authored
Return failure and set errno if mSocket isn't valid. Change-Id: I579114d435db46d0bb5682167ef34bebe061a8f8
-
- 25 May, 2012 1 commit
-
-
Jean-Baptiste Queru authored
-
- 15 May, 2012 1 commit
-
-
Vishal Bhoj authored
Replace "-" with "_" in module name. This would keep rmmod compatible with module-init-tools version of rmmod Change-Id: I4470d9a98bc2f299acd94859fca4403aee279d2b Signed-off-by:
Vishal Bhoj <vishal.bhoj@linaro.org>
-
- 11 May, 2012 1 commit
-
-
Jean-Baptiste Queru authored
-
- 09 May, 2012 1 commit
-
-
Jack Ren authored
Windows adb connection could be lost if the target side kernel enables the kmemleak. The root cause is that kmemleak downgrades USB performance, and lead to Windows adb host application timeout because usb_write()/usb_read()'s timeout time is very short. That issue is not reproducible in Linux host because its usb_write() timeout is 5s and usb_read() is blocked until return: usb_write() usb_read() Linux 5000ms blocked until return Windows 500+len*8 ms 500+len*8 ms To fix that issue, extend the Windows adb host usb_write timeout time to 5 seconds and usb_read() as a blocked routine: usb_write() usb_read() Windows 5000ms blocked until return Change-Id: If54e2b4c396a5a06318c0ee0b3326a00e7661fbc Signed-off-by:
Yu Wang <yu.y.wang@intel.com> Signed-off-by:
Jin Can Zhuang <jin.can.zhuang@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 06 May, 2012 2 commits
-
-
Jean-Baptiste Queru authored
-
Tanguy Pruvot authored
this prevent compatibility errors in scripts (file "-f" not found) The force flag will not return an error if the file doesnt exist. Signed-off-by:
Tanguy Pruvot <tanguy.pruvot@gmail.com> Change-Id: I3267963284ee247629da5ab299e900c6e4a4ac68
-
- 04 May, 2012 1 commit
-
-
Benoit Goby authored
Change-Id: I570b631ced11ab104aafe7ebfe71bae4e380d8af
-
- 02 May, 2012 4 commits
-
-
Nick Kralevich authored
-
Geremy Condra authored
This change brings init's do_chmod, mkdir, and do_chown into line with open's O_NOFOLLOW semantics, causing them to fail when the last element of their target path is a symlink. Change-Id: If00e1a25cfe17ef6f738af4bf0541abd0c1b084b
-
Dima Zavin authored
-
Jean-Baptiste Queru authored
-
- 28 Apr, 2012 2 commits
-
-
Jeff Brown authored
strace tests the value of HAVE_TERMIO_H and HAVE_SYS_UIO_H using Change-Id: If899845503547410cf17d005733d1c0c6741e939
-
Colin Cross authored
-
- 27 Apr, 2012 2 commits
-
-
Nick Kralevich authored
CVE-2011-3918: Address denial of service attack against Android's zygote process. This change enforces that only UID=system can directly connect to zygote to spawn processes. Change-Id: I89f5f05fa44ba8582920b66854df3e79527ae067
-
Colin Cross authored
-
- 26 Apr, 2012 1 commit
-
-
Colin Cross authored
-
- 25 Apr, 2012 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: Iedb6ea4e1cf66edda8d91e3d432cb010e697ed44
-
- 24 Apr, 2012 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I51a5eb98fb3fa3e09f2eb75de128068572081046
-
- 23 Apr, 2012 1 commit
-
-
Lars Svensson authored
Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f
-
- 20 Apr, 2012 1 commit
-
-
Homin Lee authored
Added string.h for memset() Change-Id: I48ebec4df82bb9ae0b5daac3c653b9c4dc42c502 Signed-off-by:
Homin Lee <suapapa@insignal.co.kr>
-
- 19 Apr, 2012 1 commit
-
-
Eric Laurent authored
Change-Id: Ifaba69d556ecc2a881293a2217515ea7dc5bb1a9
-
- 15 Apr, 2012 1 commit
-
-
Jon Sawyer authored
Adds Lab126's USB id to the known USB Devices Change-Id: I3cd5d90bba68123d5d3d2d67e1ab7d60137eb388 Signed-off-by:
Jon Sawyer <jon@cunninglogic.com>
-
- 22 Mar, 2012 2 commits
-
-
Andrew Hsieh authored
* commit 'ef3eb5f7': Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a
-
Andrew Hsieh authored
Both libraries are needed to build four shared libraries in 64-bit for 64-bit emulator with "-gpu on" lib64OpenglRender.so lib64EGL_translator.so lib64GLES_CM_translator.so lib64GLES_V2_translator.so Change-Id: If57f72d4661a74f1d5e537568881f39132e0b43d
-
- 21 Mar, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I5e32c5ab33c5beeab7576a1984dc0add942c590b
-
- 10 Mar, 2012 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 09 Mar, 2012 1 commit
-
-
The Android Automerger authored
-
- 08 Mar, 2012 1 commit
-
-
Chia-chi Yeh authored
* commit '5ebced39': init.rc: update the permission of /data/local.
-
- 07 Mar, 2012 1 commit
-
-
Chia-chi Yeh authored
Bug: 6131945 Change-Id: I3094a471dcfb02b786f47b6778c8fed3726325ec
-
- 02 Mar, 2012 2 commits
-
-
Colin Cross authored
* commit '9cec99ba': Fix typo in queue_property_triggers ident
-
Colin Cross authored
-
- 01 Mar, 2012 1 commit
-
-
Chris Dearman authored
Signed-off-by:
Chris Dearman <chris@mips.com> Change-Id: I5f18ccb0912b9bb89c9f5104f9505c610c109af8
-
- 28 Feb, 2012 4 commits
-
-
Jean-Baptiste Queru authored
* commit '5cc398ef': Toolbox implementation of chown has a bad print
-
Jean-Baptiste Queru authored
* commit '13438a93': logwrapper: reduce verbosity and fix usage
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-