- 11 Feb, 2014 2 commits
-
-
Colin Cross authored
-
Colin Cross authored
cacheflush doesn't exist on LP64 any more, and gcc's __builtin___clear_cache is better in every way. Use it instead. Change-Id: Ibbf6facbdefc15b6dda51d014e1c44fb7aa2b17d
-
- 10 Feb, 2014 2 commits
-
-
Colin Cross authored
-
Colin Cross authored
Wrap the call in a if (0) when verbose logging is disabled to provide compile time checking. Also add a printf format attribute to the function to warn if parameters are incorrect. Change-Id: Ic77edeadcc4d886ca0f8b434f8550e18e22d5901
-
- 08 Feb, 2014 4 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: If9496127db28d2dcd09bc5b3144632a43afb8d55
-
Elliott Hughes authored
-
Elliott Hughes authored
We only have uapi headers now. Change-Id: I2c02e10bb3bba4006579772f3ab2a18c2df7535d
-
- 07 Feb, 2014 4 commits
-
-
Colin Cross authored
-
Elliott Hughes authored
-
Colin Cross authored
Fix errors exposed by adding checking to disabled ALOGVs. Change-Id: I36b77bb0ad8dc7661b0f834f20d1179b86134d57
-
Elliott Hughes authored
Also other trivial C++ cleanup. Change-Id: I9b5278c5205e0ea4f9dcbbe3e7b99921dd2436dc
-
- 06 Feb, 2014 4 commits
-
-
Nick Kralevich authored
-
Stephen Smalley authored
Extend the libselinux restorecon implementation to allow reuse by the toolbox restorecon command. This simply requires adding support for the nochange (-n) and verbose (-v) options to the libselinux functions and rewriting the toolbox restorecon command to use the libselinux functions. Also add a force (-F) option to support forcing a restorecon_recursive even if the restorecon_last attribute matches the current file_contexts hash so that we can continue to force a restorecon via the toolbox command for testing or when we know something else has changed (e.g. for when we support relabeling /data/data and package information has changed). Change-Id: I92bb3259790a7195ba56a5e9555c3b6c76ceb862 Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
-
Elliott Hughes authored
-
Elliott Hughes authored
Fixes -Wint-to-pointer and -Wpointer-to-int warnings, plus various -Wformat warnings. Change-Id: I6c5eea6b4273d82d28b8e5d2925f3e5457511b17
-
- 04 Feb, 2014 6 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
This reverts commit 2a72c575. Change-Id: Idb485f1be2906e8c1c8f0da3df186a7aade027f6
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I5330c36d2b571acb6d3debd30b8020e33aa8a4a7
-
Mark Salyzyn authored
-
Nick Kralevich authored
-
- 01 Feb, 2014 8 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: I5401ae6ca6553ebbec231166820c1c904355ec63
-
Christopher Ferris authored
Bug: 12852152 Change-Id: I8a0c558bc218805b0e06371af0af055e4aa6e0bb
-
Elliott Hughes authored
-
Elliott Hughes authored
Before: 00007fff33e489d8 00007ff286e4ad94 /system/lib64/libc.so (__libc_init+54u) After: 00007fff45c6c158 00007f61bc36fd94 /system/lib64/libc.so (__libc_init+84) Change-Id: I36796c99843a41583824a96793a5a4c81ddb666e
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I4e39c200e6867bb9a5bbcfec1c449b8864028feb
-
- 31 Jan, 2014 10 commits
-
-
Mark Salyzyn authored
regression from commit a6e965578e44f9ae5f98de822ba5decec381dffc * wrap writev with sigaction SIG_IGN SIGPIPE to emulate the send(,,,MSG_NOSIGNAL) call it had replaced. (cherry pick from commit 83fc7207) BUG: 12796279 Change-Id: I14363630ada79c0a5b85bb6b2afd0a1c4d5c3109
-
Elliott Hughes authored
-
Christopher Ferris authored
-
Elliott Hughes authored
Note that these were two different functions. The definition was unused, and the declaration was undefined. Change-Id: I2edd10a0ab9422cd5252bdb9ccdd726dc5fad531
-
Christopher Ferris authored
With this change allow the creation of host backtrace libraries using libunwind. Change-Id: Ie48bb36cf0d2eccf94cb8ff516d829d8032f11f2
-
Elliott Hughes authored
-
Kévin PETIT authored
Change-Id: Ib18f76f375a1d70c84e0a09d221e17ac43144b96 Signed-off-by:
Kévin PETIT <kevin.petit@arm.com>
-
Elliott Hughes authored
-
Elliott Hughes authored
(Testing this in a non-x86 tree, as I'd been doing, was no testing at all.) Change-Id: I6c5d08e9d566554c212feb8499238aeadf877dad
-
Elliott Hughes authored
-