Mark Salyzyn
ea1a648c1c
am 914e36b9: am 74ee1c05: Merge "logcat: test: logrotate flags"
...
* commit '914e36b919a9b288d93dc50255ffd702a912183b':
logcat: test: logrotate flags
2014-07-25 01:03:34 +00:00
Tim Murray
650f43d0d5
am 83ddddaa: am 4795ce06: Merge "Update makefiles for host clang."
...
* commit '83ddddaaba0fea8a1c0dcc64e795112bed67815f':
Update makefiles for host clang.
2014-07-25 01:03:31 +00:00
Elliott Hughes
d7c28d467b
am 2befa73f: Remove <cutils/tztime.h>.
...
* commit '2befa73f680c8340e5581aa3ef68281f7223e6e4':
Remove <cutils/tztime.h>.
2014-07-24 23:37:12 +00:00
Mark Salyzyn
703ccc91af
am d5c41746: logcat: test: logrotate flags
...
* commit 'd5c417469b4cc4fb42d090350ad8209de6e70512':
logcat: test: logrotate flags
2014-07-24 23:36:21 +00:00
Marcus Oakland
3b47c07837
am e43b99a0: Correction to TRACE format strings
...
* commit 'e43b99a0741dd481aacf76c3dc0f5102864a6857':
Correction to TRACE format strings
2014-07-24 23:33:58 +00:00
Elliott Hughes
2befa73f68
Remove <cutils/tztime.h>.
...
(cherry picked from commit f2e4b411e6 )
Bug: 15765976
Change-Id: I758acdb18d75ea601a06d02b53f1df9f1ad17a26
2014-07-24 16:16:59 -07:00
Mark Salyzyn
d5c417469b
logcat: test: logrotate flags
...
- test -f -n and -r flags
- fix issue with parse error for sizes in bytes (no multiplier)
(cherry pick from d03caa23dd )
Bug: 16147190
Change-Id: Iadf2fd903d5e881d02f1d2b491441cc8090ee1c9
2014-07-24 22:20:51 +00:00
Mark Salyzyn
914e36b919
am 74ee1c05: Merge "logcat: test: logrotate flags"
...
* commit '74ee1c05d4f942d5cf45c9fcbb6f0d6444fb1db6':
logcat: test: logrotate flags
2014-07-24 22:19:11 +00:00
Tim Murray
83ddddaaba
am 4795ce06: Merge "Update makefiles for host clang."
...
* commit '4795ce066024c7ab235cb0c6bb229b0b6d9e5878':
Update makefiles for host clang.
2014-07-24 21:04:24 +00:00
Tim Murray
4795ce0660
Merge "Update makefiles for host clang."
2014-07-24 20:55:36 +00:00
Nick Kralevich
d753da344e
am c70ebca4: am 6bc762b2: Merge "Add SELinux MAC to debuggerd."
...
* commit 'c70ebca44cc37b0d261736446ccf52bbdb61e7d1':
Add SELinux MAC to debuggerd.
2014-07-24 20:31:11 +00:00
Nick Kralevich
c70ebca44c
am 6bc762b2: Merge "Add SELinux MAC to debuggerd."
...
* commit '6bc762b2a10bb13396f7e27d01d9ac7e8f725fbf':
Add SELinux MAC to debuggerd.
2014-07-24 20:27:55 +00:00
Tim Murray
06fce9db05
Update makefiles for host clang.
...
bug 16172793
Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
2014-07-24 12:18:22 -07:00
Elliott Hughes
e5e9aea01f
am 98e5f968: am bf300e1e: Merge "Correction to TRACE format strings"
...
* commit '98e5f96842c14c378a4a46588b7311b9398f5314':
Correction to TRACE format strings
2014-07-24 18:58:22 +00:00
Elliott Hughes
98e5f96842
am bf300e1e: Merge "Correction to TRACE format strings"
...
* commit 'bf300e1e04726528bf2fefac89e5e73aaff1d68e':
Correction to TRACE format strings
2014-07-24 18:53:21 +00:00
Marcus Oakland
e43b99a074
Correction to TRACE format strings
...
When built with "#define FUSE_TRACE 1" numerous TRACE statements
failed to compile because of mismatches between format strings and
types (uint64_t and size_t). These have been corrected by using the
format strings from the inttype.h header file, or %zu.
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
(cherry picked from commit d33308752f )
Change-Id: I550b422a6b7c92ea903b4dd8f5e4aec5637cdf67
2014-07-24 11:51:54 -07:00
Mark Salyzyn
74ee1c05d4
Merge "logcat: test: logrotate flags"
2014-07-23 22:55:49 +00:00
Mark Salyzyn
d03caa23dd
logcat: test: logrotate flags
...
- test -f -n and -r flags
- fix issue with parse error for sizes in bytes (no multiplier)
Bug: 16147190
Change-Id: Iadf2fd903d5e881d02f1d2b491441cc8090ee1c9
2014-07-24 22:14:11 +00:00
Sreeram Ramachandran
9334ba79c0
am e5ab3e3a: Add a comment to not delete seemingly unused code.
...
* commit 'e5ab3e3a4c23077ede0515320c5585a99b236671':
Add a comment to not delete seemingly unused code.
2014-07-23 19:10:06 +00:00
Nick Kralevich
6bc762b2a1
Merge "Add SELinux MAC to debuggerd."
2014-07-23 18:45:08 +00:00
Stephen Smalley
69b800391c
Add SELinux MAC to debuggerd.
...
debuggerd allows uid-0 processes to dump tombstones or backtraces
of any process, and uid-system processes to dump backtraces of any
processes. Restrict these operations via SELinux based on the
client context, the target process context, and the action.
Depends on I8e120d319512ff207ed22ed87cde4e0432a13dda for the
corresponding policy definitions.
Change-Id: Ib317564e54e07cc21f259e75124b762ad17c6e16
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2014-07-24 16:01:56 -04:00
Sreeram Ramachandran
e5ab3e3a4c
Add a comment to not delete seemingly unused code.
...
Change-Id: I5b9d23eea7e850ab5a1f3a4e6c4f8ecdc3844864
2014-07-23 11:33:36 -07:00
Elliott Hughes
bf300e1e04
Merge "Correction to TRACE format strings"
2014-07-23 18:04:01 +00:00
Marcus Oakland
d33308752f
Correction to TRACE format strings
...
When built with "#define FUSE_TRACE 1" numerous TRACE statements
failed to compile because of mismatches between format strings and
types (uint64_t and size_t). These have been corrected by using the
format strings from the inttype.h header file, or %zu.
Change-Id: I36cd6f8da0790f1218d7dbaaa5b3bbfa4df7fdee
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
2014-07-24 11:30:19 -07:00
Sreeram Ramachandran
e587093e10
am eec23260: Put back some deleted code.
...
* commit 'eec232603d314e486888e5a0d2dd8d507c266be7':
Put back some deleted code.
2014-07-23 16:46:10 +00:00
Sreeram Ramachandran
eec232603d
Put back some deleted code.
...
http://ag/507249 removed a bunch of supposedly dead (unused) code. It turns out
at least ifc_disable() is being used in some protected partner branches. Put
back that as well as ifc_enable() to keep it symmetric.
Bug: 15413389
Change-Id: Ibec83a66e5d9079876ccf36d250b95b7c0294c03
2014-07-23 09:30:53 -07:00
Sreeram Ramachandran
f2af027d5b
am 759356bb: Merge "Cleanup: Delete dead code." into lmp-dev
...
* commit '759356bbd889d780a57c51c19761b32cbba8e6ef':
Cleanup: Delete dead code.
2014-07-22 23:57:30 +00:00
Sreeram Ramachandran
17f675791a
am 435fe9bb: Stop and start netd explicitly for "adb shell stop/start". DO NOT MERGE
...
* commit '435fe9bb02f250c5bc617462d82f718b67207774':
Stop and start netd explicitly for "adb shell stop/start". DO NOT MERGE
2014-07-22 23:11:29 +00:00
Sreeram Ramachandran
435fe9bb02
Stop and start netd explicitly for "adb shell stop/start". DO NOT MERGE
...
netd is supposed to be restarted when the zygote is restarted (see the
"onrestart" section for "service zygote" in init.zygote*.rc). But this
only works if you send a restart command (say via "ctl.restart").
"stop && start" != "restart". It seems ingrained in developers to do
"stop && start", so we don't have much hope of convincing everyone to
switch to "adb shell restart", even if we did add such a toolbox command.
(cherry picked from commit 018c6a57f3 )
Bug: 15855807
Change-Id: I387fe86600f4a2862abc3a05a2ef9a1e7374e21d
2014-07-22 22:43:42 +00:00
Elliott Hughes
24d89c36fb
am 930d53ea: Switch to NetBSD\'s kill(1).
...
* commit '930d53eae6a12b3b11c7d0043ec8c7674b1047cc':
Switch to NetBSD's kill(1).
2014-07-22 21:46:33 +00:00
Elliott Hughes
1b6a732e69
am bb2e400e: Fix cp(1) for files in /proc.
...
* commit 'bb2e400ec761eb811423101d48f9768b2d4d8e18':
Fix cp(1) for files in /proc.
2014-07-22 21:46:32 +00:00
Elliott Hughes
930d53eae6
Switch to NetBSD's kill(1).
...
(cherry picked from commit 5054c0db70 )
Change-Id: I7e1e311d8d8e43e4ee59119eef4eec13c552cae9
2014-07-22 14:22:02 -07:00
Stephen Hines
da6d2cb925
am 31dc191b: am 73290cd1: Merge "Remove invalid 64-bit host objects."
...
* commit '31dc191b2b39d4cbd68feba29c7692c91de57a53':
Remove invalid 64-bit host objects.
2014-07-22 20:53:45 +00:00
Stephen Hines
31dc191b2b
am 73290cd1: Merge "Remove invalid 64-bit host objects."
...
* commit '73290cd1369422260f1843dc36949c27422c0300':
Remove invalid 64-bit host objects.
2014-07-22 20:49:15 +00:00
Elliott Hughes
82ad033562
am 04857219: am 2fd1fec6: Merge "Switch to NetBSD\'s kill(1)."
...
* commit '04857219b2a28653aeed8e42891d995cd0d712f7':
Switch to NetBSD's kill(1).
2014-07-22 20:47:05 +00:00
Elliott Hughes
04857219b2
am 2fd1fec6: Merge "Switch to NetBSD\'s kill(1)."
...
* commit '2fd1fec6197e0ede7a404e106e3dc6ce226dca58':
Switch to NetBSD's kill(1).
2014-07-22 20:44:35 +00:00
Elliott Hughes
d40c7560e4
am 1ff2df3f: am 82a2687a: Merge "Fix cp(1) for files in /proc."
...
* commit '1ff2df3f642018277066d73fcd57db08d41d387f':
Fix cp(1) for files in /proc.
2014-07-22 20:36:12 +00:00
Elliott Hughes
1ff2df3f64
am 82a2687a: Merge "Fix cp(1) for files in /proc."
...
* commit '82a2687a3c7eb39549b07153cf6a87ce5f3b507f':
Fix cp(1) for files in /proc.
2014-07-22 20:32:13 +00:00
Elliott Hughes
bb2e400ec7
Fix cp(1) for files in /proc.
...
Also modernize the Android-specific hacks.
Bug: https://code.google.com/p/android/issues/detail?id=70793
(cherry picked from commit 1dc64f7a46 )
Change-Id: Icacb20e735ec4ab3a93889f06a8d7b1a917f6b16
2014-07-22 13:28:31 -07:00
Sreeram Ramachandran
c7e85bf5e3
am 1575e163: am 34627d82: Merge "Stop and start netd explicitly for "adb shell stop/start"."
...
* commit '1575e1639c7c72f042fe20f0d862f53b55ded651':
Stop and start netd explicitly for "adb shell stop/start".
2014-07-22 20:09:20 +00:00
Sreeram Ramachandran
1575e1639c
am 34627d82: Merge "Stop and start netd explicitly for "adb shell stop/start"."
...
* commit '34627d82d784ae2a71a1b2fc66e8eea5a25cd38d':
Stop and start netd explicitly for "adb shell stop/start".
2014-07-22 20:05:46 +00:00
Riley Andrews
9140aaef15
am 67cb1aea: Remove the /dev/.booting file before triggering boot.
...
* commit '67cb1aeaa5bb8dbd43d5a1bfb21d1a8c39822fb6':
Remove the /dev/.booting file before triggering boot.
2014-07-22 18:22:05 +00:00
Stephen Hines
73290cd136
Merge "Remove invalid 64-bit host objects."
2014-07-22 16:35:00 +00:00
Stephen Hines
03cc1f747c
Remove invalid 64-bit host objects.
...
Bug: 16408818
These targets are no longer in use, since we have a proper way to create both
32-bit and 64-bit host libraries in a single build now.
Change-Id: Icd09f795acd220de5b5e956a8d8e1b4ab4864fa9
2014-07-22 13:36:16 -07:00
Sreeram Ramachandran
34627d82d7
Merge "Stop and start netd explicitly for "adb shell stop/start"."
2014-07-22 16:35:00 +00:00
Elliott Hughes
2fd1fec619
Merge "Switch to NetBSD's kill(1)."
2014-07-22 16:25:43 +00:00
Elliott Hughes
5054c0db70
Switch to NetBSD's kill(1).
...
Change-Id: Idd1635673e01758b5a7d34f1fdfbb695296c6164
2014-07-22 10:46:15 -07:00
Elliott Hughes
82a2687a3c
Merge "Fix cp(1) for files in /proc."
2014-07-22 16:18:32 +00:00
Elliott Hughes
1dc64f7a46
Fix cp(1) for files in /proc.
...
Also modernize the Android-specific hacks.
Bug: https://code.google.com/p/android/issues/detail?id=70793
Change-Id: I2aebcd2ff10ca2466017379d87f5fabdb77c05e2
2014-07-22 13:27:16 -07:00
Sreeram Ramachandran
759356bbd8
Merge "Cleanup: Delete dead code." into lmp-dev
2014-07-22 16:13:36 +00:00