- 11 Nov, 2015 2 commits
-
-
Jon Larimer authored
am: 809d5a01 * commit '809d5a01': Add macro to call event logger for errors. DO NOT MERGE
-
Jon Larimer authored
-
- 10 Nov, 2015 1 commit
-
-
William Luh authored
Bug:23180694 Change-Id: I566a290334345f48013029534efef3e08e726e40
-
- 11 Sep, 2015 1 commit
-
-
Narayan Kamath authored
* commit '6c53de92': Follow up to change b638126e DO NOT MERGE.
-
- 10 Sep, 2015 2 commits
-
-
Narayan Kamath authored
Change-Id: If5062b01afa95279ab25fe86aaafa89d4d74eaa1
-
Narayan Kamath authored
Resolves delta between the kitkat and L version of this patch. Fixes the molly build on klp-dev. bug: 22953624 Change-Id: I696a506320f30d3d5cd95f6da35361244986cb36
-
- 09 Sep, 2015 1 commit
-
-
Narayan Kamath authored
Use external/safe-iop to check for overflows on arithmetic operations. Also remove an unnecessary copy of Vector/SharedBuffer from codeflinger and use the copy from libutils instead. Note that some of the unit tests are somewhat useless due to test-runner limitations : gtest's ability to filter on abort message doesn't work when combined with messages formatted by android's logging system. bug: 22953624 (cherry picked from commit c609c31f) Change-Id: I673b7ab142bed4fcba9159a00a65cf6bca6b1f6c
-
- 25 Aug, 2015 1 commit
-
-
Sergio Giro authored
* commit '66b6eb94': [DO NOT MERGE] libutils: fix overflow in SharedBuffer
-
- 21 Aug, 2015 3 commits
-
-
Sergio Giro authored
See https://code.google.com/p/android/issues/detail?id=181910 Bug: 22952485 (cherry picked from commit 7987b835) Change-Id: I3cac87185f209dc79678ae702aa18afbdf4190df
-
Abhishek Arya authored
* commit 'e0dce90b': Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
-
Abhishek Arya authored
Bug: 23290056 Change-Id: If6e22b0159de6635a8ca5305895b7718f15becc7
-
- 20 Aug, 2015 1 commit
-
-
Sergio Giro authored
* commit '5b85b1d4': libutils: fix overflow in String8::allocFromUTF8
-
- 18 Aug, 2015 1 commit
-
-
Sergio Giro authored
Patch contributed in: https://code.google.com/p/android/issues/detail?id=182908 Bug: 23290056 (cherry picked from commit 4eeacbee) Change-Id: Ife1dc0791040150132bea6884f1e6c8d31972d1b (cherry picked from commit ebabef27)
-
- 27 May, 2015 2 commits
-
-
Adam Lesinski authored
* commit '9bd7afc0': Prevent integer overflow when allocating native_handle_t
-
Adam Lesinski authored
User specified values of numInts and numFds can overflow and cause malloc to allocate less than we expect, causing heap corruption in subsequent operations on the allocation. Bug: 19334482 Change-Id: I43c75f536ea4c08f14ca12ca6288660fd2d1ec55
-
- 18 Jun, 2014 1 commit
-
-
Christopher Ferris authored
Bug: 15701117 Change-Id: I1d2164726b8f421d8e6741b84749fddb86b60809
-
- 09 May, 2014 1 commit
-
-
Christopher Ferris authored
Bug: 14498701 (cherry picked from commit c5bb49a1) Conflicts: debuggerd/tombstone.cpp Change-Id: I888b3d683c3b880357b0b24f9204a9cca3e8f3be
-
- 15 Apr, 2014 1 commit
-
-
Jeff Brown authored
Change-Id: Ife0da42c22e4408dc5c07ac0f20e0ecbbde20832
-
- 31 Mar, 2014 1 commit
-
-
Greg Hackmann authored
Remove world-readable, reduce group permissions to readable by system daemons Change-Id: I6c7d7d78b8d8281960659bb8490a01cf7fde28b4 Signed-off-by:
Greg Hackmann <ghackmann@google.com>
-
- 24 Mar, 2014 1 commit
-
-
Michael Wright authored
Change-Id: Idf3e21dfaa9f90f4dcb1b4d41eed3891dda99561
-
- 14 Mar, 2014 1 commit
-
-
JP Abgrall authored
* commit 'efbf36f2': init.rc: prep tcp_default_init_rwnd, set the default to 60
-
- 13 Mar, 2014 2 commits
-
-
Dmitry Grinberg authored
Formatting large partitions on devices with small transfer buffers did not work before since format used a strange path through the code to send data. It now uses the normal path. Also cleaned up a bit. FS code now lives in a separate file and the custom path for format is gone. Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
-
JP Abgrall authored
The kernel's default is between 4~20. Prepare for javaland to modify the value at runtime. It can be done via setprop sys.sysctl.tcp_def_init_rwnd <value> Bug: 12020135 Change-Id: Id34194b085206fd02e316401c0fbbb9eb52522d2 (cherry picked from commit 7c862c8b)
-
- 04 Mar, 2014 7 commits
-
-
Nick Kralevich authored
* commit '726beb6c': don't load property_contexts from /data
-
Nick Kralevich authored
* commit '6941a83c': don't load property_contexts from /data
-
Nick Kralevich authored
Bug: 12613118 Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13 (cherry picked from commit dc3a42bb)
-
Daniel Cashman authored
Merge "Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file." into klp-modular-dev
-
Nick Kralevich authored
* commit '3530b9cd': Remove obsolete vdc call.
-
Nick Kralevich authored
* commit '02916aa2': Remove obsolete vdc call.
-
Nick Kralevich authored
Since ca8e66a8, init has been handling reboots and filesystem unmounts. Remove obsolete call to vdc. Bug: 12504045 Change-Id: If8704ca042cb3a68857743b9973e48c52e7eb881 (cherry picked from commit 225459a5)
-
- 28 Feb, 2014 1 commit
-
-
Stephen Smalley authored
mkdir /data/misc/wifi subdirectories and /data/misc/dhcp is performed in the various device-specific init*.rc files but seems generic. Move it to the main init.rc file. Drop the separate chown for /data/misc/dhcp as this is handled by mkdir built-in if the directory already exists. Add a restorecon_recursive /data/misc/wifi/sockets. Change-Id: I51b09c5e40946673a38732ea9f601b2d047d3b62 Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
-
- 29 Jan, 2014 5 commits
-
-
Christopher Ferris authored
* commit '773c9ab7': Fix global pointing to local variable.
-
Christopher Ferris authored
* commit 'c96c2954': Fix global pointing to local variable.
-
Christopher Ferris authored
* commit 'a152ed73': Fix global pointing to local variable.
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: I933cbb680ca6310c13634f09a9827077c8dbd568
-
- 28 Jan, 2014 4 commits
-
-
Kristian Monsen authored
* commit 'a40636f3': Fix code style, put unused in the end
-
Kristian Monsen authored
* commit '5abe06bf': Fix code style, put unused in the end
-
Kristian Monsen authored
* commit '6e34793b': Fix code style, put unused in the end
-
Kristian Monsen authored
-