Commit graph

12260 commits

Author SHA1 Message Date
Mark Salyzyn
e810c7296e am 97c10907: Merge "logd: report reinit"
* commit '97c10907b5a034b8500aadcdf7f8829099b4b5f0':
  logd: report reinit
2015-03-13 21:16:46 +00:00
Mark Salyzyn
97c10907b5 Merge "logd: report reinit" 2015-03-13 21:02:17 +00:00
Elliott Hughes
8c09e148fa am 0f6286d7: Merge "Remove getsebool/setsebool from init and toolbox."
* commit '0f6286d7052a2e7b3d82595b2d217b4df2dfb7f8':
  Remove getsebool/setsebool from init and toolbox.
2015-03-13 18:16:47 +00:00
Elliott Hughes
0f6286d705 Merge "Remove getsebool/setsebool from init and toolbox." 2015-03-13 17:52:11 +00:00
Stephen Smalley
d4b2d8923f Remove getsebool/setsebool from init and toolbox.
These were leftovers from the SELinux boolean support that
was originally merged.  Since Android prohibits SELinux policy
booleans, we can just drop it.

Change-Id: I02f646a7d8db65e153702205b082b87a73f60d73
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-03-13 14:01:58 -04:00
Elliott Hughes
7f0564bab8 am 48f25fa9: Merge "adb doesn\'t actually use libzipfile."
* commit '48f25fa974b6ac620d62a54764294acb4aed10a3':
  adb doesn't actually use libzipfile.
2015-03-13 17:03:32 +00:00
Elliott Hughes
48f25fa974 Merge "adb doesn't actually use libzipfile." 2015-03-13 16:49:13 +00:00
Elliott Hughes
46270d233a adb doesn't actually use libzipfile.
Change-Id: Ia7d22214bc8422c88edaaf9bb716d7e12e0bb381
2015-03-13 09:40:45 -07:00
Dmitriy Ivanov
dc5f1db8e0 am 43b89c8e: Merge "Allocate buffers on the heap"
* commit '43b89c8e950479ac1164d95ddf478206e7f52568':
  Allocate buffers on the heap
2015-03-12 22:59:04 +00:00
Dmitriy Ivanov
43b89c8e95 Merge "Allocate buffers on the heap" 2015-03-12 22:42:13 +00:00
Dmitriy Ivanov
edbabfe9fe Allocate buffers on the heap
Change-Id: I96c8a50e8987e8ea77d0766ccf3c619f60377864
2015-03-12 14:47:52 -07:00
Mark Salyzyn
6025a2bc49 am bd518bce: Merge changes I3187aa34,Iadac58e6
* commit 'bd518bce07094ccc2e91df67e072de94ca7db442':
  init.rc: logd --reinit on changes to persistent properties
  logd: add reinit command
2015-03-12 21:39:11 +00:00
Mark Salyzyn
76d59f3d10 am 54c22e5b: Merge "logcat: test: logcat.logrotate fails"
* commit '54c22e5b0af8b8799a7c473c7a76e44ca018742c':
  logcat: test: logcat.logrotate fails
2015-03-12 21:39:10 +00:00
Mark Salyzyn
77b87b5b86 am ecd993d7: Merge "logcat: fortify help on filterspec"
* commit 'ecd993d74fafd762dad69cee97b3d84ce5806074':
  logcat: fortify help on filterspec
2015-03-12 21:39:08 +00:00
Mark Salyzyn
ccbadc6be0 logd: report reinit
Bug: 19681572
Change-Id: I343b9d108f064f87df79512a0fdf1b35513c3136
2015-03-12 20:38:53 +00:00
Mark Salyzyn
bd518bce07 Merge changes I3187aa34,Iadac58e6
* changes:
  init.rc: logd --reinit on changes to persistent properties
  logd: add reinit command
2015-03-12 20:34:01 +00:00
Mark Salyzyn
54c22e5b0a Merge "logcat: test: logcat.logrotate fails" 2015-03-12 20:15:17 +00:00
Mark Salyzyn
9c51243d8b logcat: test: logcat.logrotate fails
Test did not handle all possible multiples of block sizes.

Bug: 19604106
Change-Id: I693358be9598926389631baf21c5883e0f2fd735
2015-03-12 20:11:36 +00:00
Mark Salyzyn
ecd993d74f Merge "logcat: fortify help on filterspec" 2015-03-12 20:10:18 +00:00
Mark Salyzyn
48d06069a8 init.rc: logd --reinit on changes to persistent properties
Bug: 19681572
Change-Id: I3187aa348dae79fa5822ffb7ee9566919a7a04e6
2015-03-12 12:24:53 -07:00
Mark Salyzyn
11e55cb9c1 logd: add reinit command
- respond to SIGHUP
- respond to logd command "reinit"
- respond to logd --reinit
- reopens files on /data, eg: re-read of persistent properties

Bug: 19681572
Change-Id: Iadac58e6653f027cb7355497bd675eef376ce0a8
2015-03-12 12:24:47 -07:00
Nick Kralevich
0d6fca8a4f am 7e9fe7d8: Merge "builtins: remove setenforce command"
* commit '7e9fe7d86de665bcb2615d8c24de39416c48cdec':
  builtins: remove setenforce command
2015-03-12 01:04:39 +00:00
Nick Kralevich
7e9fe7d86d Merge "builtins: remove setenforce command" 2015-03-12 00:51:49 +00:00
Nick Kralevich
cee683e290 builtins: remove setenforce command
Adding "setenforce 0" to init.rc isn't a supported way to turn off
SELinux, and doesn't work with AOSP SELinux policy. Remove the code
from init.

Change-Id: If8c8149560789c9a7ba518a0a100e6033bb68898
2015-03-11 17:48:45 -07:00
Elliott Hughes
b02a734d4c am 0a92c8c4: Merge "Fix a printf format string (caught by clang but not GCC)."
* commit '0a92c8c4799e86d690de860f96ad6abb86357c3b':
  Fix a printf format string (caught by clang but not GCC).
2015-03-11 19:57:47 +00:00
Elliott Hughes
0a92c8c479 Merge "Fix a printf format string (caught by clang but not GCC)." 2015-03-11 19:32:47 +00:00
Elliott Hughes
58c3bacc38 Fix a printf format string (caught by clang but not GCC).
Change-Id: I665756615eef74b05ef92f5865d910f29ead0695
2015-03-11 12:31:53 -07:00
Elliott Hughes
5ebc2f5b84 am a4d98484: Merge "Implement exec."
* commit 'a4d98484a2b64d215d1d35830693a16cf2873308':
  Implement exec.
2015-03-11 18:32:30 +00:00
Elliott Hughes
a4d98484a2 Merge "Implement exec." 2015-03-11 18:20:29 +00:00
Sami Tolvanen
fcd14f13a1 am 9fabbbfb: Merge "Do not call libcutils property_set in init through libfs_mgr"
* commit '9fabbbfb03a877e13936b8829e4641cf1b9aebb7':
  Do not call libcutils property_set in init through libfs_mgr
2015-03-11 09:27:15 +00:00
Sami Tolvanen
9fabbbfb03 Merge "Do not call libcutils property_set in init through libfs_mgr" 2015-03-11 09:14:55 +00:00
Greg Hackmann
469c34e78f am 54352700: Merge "libadf: enable -Werror"
* commit '54352700c706294a404143b641a56462f671b762':
  libadf: enable -Werror
2015-03-11 03:19:23 +00:00
Greg Hackmann
399dcb7e9d am bf36cc57: Merge "libadf: tests: fix signed/unsigned comparison warnings"
* commit 'bf36cc57c32c9f0054803e8b2f8e03acd0a25a06':
  libadf: tests: fix signed/unsigned comparison warnings
2015-03-11 03:19:22 +00:00
Greg Hackmann
54352700c7 Merge "libadf: enable -Werror" 2015-03-11 00:00:34 +00:00
Greg Hackmann
bf36cc57c3 Merge "libadf: tests: fix signed/unsigned comparison warnings" 2015-03-10 23:59:45 +00:00
Greg Hackmann
e6b793c7b0 libadf: enable -Werror
Bug: 19606869

Change-Id: If2ea55732e71e8288641b6b34d229b367fd3fb3b
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-03-10 15:14:38 -07:00
Greg Hackmann
39b0c1c67d libadf: tests: fix signed/unsigned comparison warnings
Bug: 19606869

Change-Id: I29cfa363b6640cc13973c1023d2f4ea1a97e3af2
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-03-10 15:14:38 -07:00
Dimitry Ivanov
44ad0f9b1f am ddd97caf: am b27bd948: Merge "Generate gnu hash for arm only"
* commit 'ddd97cafb8d8383d341e609089013e7720f16f15':
  Generate gnu hash for arm only
2015-03-10 17:00:48 +00:00
Dimitry Ivanov
ddd97cafb8 am b27bd948: Merge "Generate gnu hash for arm only"
* commit 'b27bd94896dcfd94940e65a2438dc6a337c03038':
  Generate gnu hash for arm only
2015-03-10 16:56:42 +00:00
Dimitry Ivanov
b27bd94896 Merge "Generate gnu hash for arm only" 2015-03-10 16:51:37 +00:00
Goran Jakovljevic
3947d5da3f Generate gnu hash for arm only
Fixes mips build failure caused by:
https://android-review.googlesource.com/#/c/139580/

As previously discussed [1], MIPS does not support GNU-style ELF hashes.

[1] https://android-review.googlesource.com/#/c/49282/2/tests/Android.mk

Change-Id: I757fef1d47663da3e414f5771dfc580ea7aa3732
2015-03-10 09:47:23 -07:00
Elliott Hughes
6a8ed4b6c0 am d3e877f8: am ad571cdd: Merge "Add backtrace support for mips64."
* commit 'd3e877f81a28771b3e8ac338e5433e1bc1a1f678':
  Add backtrace support for mips64.
2015-03-10 15:12:22 +00:00
Elliott Hughes
dccf65ef02 am 1f909334: am ed5b81c9: Merge "Fix LP32 build."
* commit '1f909334507e6f4c0db20a71a4fceb0397c6ee7d':
  Fix LP32 build.
2015-03-10 15:12:21 +00:00
Elliott Hughes
264157d97e am 8576aa05: am 9cce837d: Merge "Increase output width for wchan and pc on 64 bit targets."
* commit '8576aa055ca9278d454ef5261032ecfd542badd4':
  Increase output width for wchan and pc on 64 bit targets.
2015-03-10 15:12:20 +00:00
Dmitriy Ivanov
682b646061 am 4c37448f: am 19833d24: Merge "Generate sysv hash for liblog"
* commit '4c37448f79ec0dba9634ef037a7217bd60799766':
  Generate sysv hash for liblog
2015-03-10 15:12:19 +00:00
Dan Albert
f741fc0037 am ee3e49cf: am ad5ed361: Merge "Fix build from -Werror=maybe-uninitialized."
* commit 'ee3e49cf733238625c11ff481b009413d8c30c6d':
  Fix build from -Werror=maybe-uninitialized.
2015-03-10 15:12:17 +00:00
Dan Albert
a4b8819e16 am 3f411357: am 5f2ccb0e: Merge "Move adb to C++."
* commit '3f4113571f89dc52b06314e8126ba5e252e9caaf':
  Move adb to C++.
2015-03-10 15:07:42 +00:00
Elliott Hughes
d3e877f81a am ad571cdd: Merge "Add backtrace support for mips64."
* commit 'ad571cdd2ce8c85f92ed87e021c94569b24fc7c1':
  Add backtrace support for mips64.
2015-03-10 15:03:41 +00:00
Elliott Hughes
1f90933450 am ed5b81c9: Merge "Fix LP32 build."
* commit 'ed5b81c9e59c0a6c618f43964a4a2639448c0686':
  Fix LP32 build.
2015-03-10 15:03:41 +00:00
Elliott Hughes
8576aa055c am 9cce837d: Merge "Increase output width for wchan and pc on 64 bit targets."
* commit '9cce837d025d05a07a3b91cf23337a7b688c3eb9':
  Increase output width for wchan and pc on 64 bit targets.
2015-03-10 15:03:40 +00:00