Commit graph

3950 commits

Author SHA1 Message Date
Jean-Baptiste Queru
42900c30cf am 0874aa0e: Merge "adb: Pick desired product value from command line it follows -p"
* commit '0874aa0ec4f413a77a610133c904c2590a2e3ccd':
  adb: Pick desired product value from command line it follows -p
2012-08-20 14:50:36 -07:00
Jean-Baptiste Queru
7608092541 am 52d5dfc8: Merge "vmstat: Fix -n flag"
* commit '52d5dfc8d30890734ee7122c3139f8637e196a1c':
  vmstat: Fix -n flag
2012-08-20 14:50:35 -07:00
Jean-Baptiste Queru
1bcced2bb6 am c57689fc: Merge "add command-line arguments to mkbootimg to move kernel, ramdisk, etc."
* commit 'c57689fc7ccadee4f852ad62ac1010e53382a67c':
  add command-line arguments to mkbootimg to move kernel, ramdisk, etc.
2012-08-20 14:50:34 -07:00
Jean-Baptiste Queru
0874aa0ec4 Merge "adb: Pick desired product value from command line it follows -p" 2012-08-20 14:41:25 -07:00
Jean-Baptiste Queru
52d5dfc8d3 Merge "vmstat: Fix -n flag" 2012-08-20 14:25:13 -07:00
Jean-Baptiste Queru
c57689fc7c Merge "add command-line arguments to mkbootimg to move kernel, ramdisk, etc." 2012-08-20 14:24:56 -07:00
Doug Zongker
ed95159056 add command-line arguments to mkbootimg to move kernel, ramdisk, etc.
Bug: 6918260
Change-Id: I5d4af6314fded027952941110a520dc9aa234a14
2012-08-20 10:46:10 -07:00
Jean-Baptiste Queru
94938c9d60 am ed2e672f: Merge "Print strerror for file read errors during flashing"
* commit 'ed2e672f3b929ac49617de11e6530c812b082eb6':
  Print strerror for file read errors during flashing
2012-08-20 09:41:54 -07:00
Jean-Baptiste Queru
3af04b71e5 am 7c386a61: Merge "Extend and document the "wait" command"
* commit '7c386a610d9164c12932452d1ff671e070956ec1':
  Extend and document the "wait" command
2012-08-20 09:41:53 -07:00
Jean-Baptiste Queru
cd82a6fea0 am 36b1399d: Merge "diskconfig: Add missing include for loff_t"
* commit '36b1399d8cee09d4ffde3bf958322ab9556b8ebe':
  diskconfig: Add missing include for loff_t
2012-08-20 09:41:52 -07:00
Jean-Baptiste Queru
ed2e672f3b Merge "Print strerror for file read errors during flashing" 2012-08-20 09:19:09 -07:00
Jean-Baptiste Queru
7c386a610d Merge "Extend and document the "wait" command" 2012-08-20 09:18:38 -07:00
Jean-Baptiste Queru
36b1399d8c Merge "diskconfig: Add missing include for loff_t" 2012-08-20 09:18:06 -07:00
Joe Onorato
c56f428530 am a11f4bcf: Merge changes I5006b467,I0118cebf,Ibc792367
* commit 'a11f4bcfd4d40673bc97d81eb80e201359ade1e6':
  Support for multiple modules with the same name is going away.
  Fix build by removing TAGS from host module
  libext4_utils on host is now called libext4_utils_host so there is no name conflict
2012-08-17 00:51:12 -07:00
Joe Onorato
a11f4bcfd4 Merge changes I5006b467,I0118cebf,Ibc792367
* changes:
  Support for multiple modules with the same name is going away.
  Fix build by removing TAGS from host module
  libext4_utils on host is now called libext4_utils_host so there is no name conflict
2012-08-17 00:38:58 -07:00
Joe Onorato
5069b01e21 Support for multiple modules with the same name is going away.
Change-Id: I5006b467978071f9107babe532efa71d05061580
2012-08-15 19:52:52 -07:00
Mike J. Chen
1926c15a12 Fix build by removing TAGS from host module
Change-Id: I0118cebff021b435baea0b46dd3c43250ef96632
Signed-off-by: Mike J. Chen <mjchen@google.com>
2012-08-15 19:52:52 -07:00
Joe Onorato
2ffe3c8ac4 libext4_utils on host is now called libext4_utils_host so there is no name conflict
Change-Id: Ibc7923676925ed6942b3f672ee764cfaa98ee96e
2012-08-15 19:52:52 -07:00
Jean-Baptiste Queru
2237ca4c66 am 2290dd41: Merge "Fixing signed/unsigned comparison warnings"
* commit '2290dd418b4ddcb12027fa4616affe64eb92ad1e':
  Fixing signed/unsigned comparison warnings
2012-08-15 09:31:25 -07:00
Jean-Baptiste Queru
e3bdaeb603 am 2765e4fb: Merge "Use sigemptyset to initialise signal mask as it is more portable. Referencing sa_restorer fails on MIPS"
* commit '2765e4fb39af2f8260de1177027e292f2a7198bd':
  Use sigemptyset to initialise signal mask as it is more portable. Referencing sa_restorer fails on MIPS
2012-08-15 09:31:24 -07:00
Jean-Baptiste Queru
417e3041b8 am 8124e073: Merge "Fix unused parameter warnings"
* commit '8124e0736208c47a74767170d31e3c24e0f47504':
  Fix unused parameter warnings
2012-08-15 09:31:23 -07:00
Jean-Baptiste Queru
83c4398b4a am cc12ed32: Merge "[MIPS] debuggerd and libcorkscrew support"
* commit 'cc12ed3241a4081970cdd70f88d57cb4d3bc19f2':
  [MIPS] debuggerd and libcorkscrew support
2012-08-15 09:31:21 -07:00
Jean-Baptiste Queru
2290dd418b Merge "Fixing signed/unsigned comparison warnings" 2012-08-15 09:15:22 -07:00
Jean-Baptiste Queru
2765e4fb39 Merge "Use sigemptyset to initialise signal mask as it is more portable. Referencing sa_restorer fails on MIPS" 2012-08-15 08:52:09 -07:00
Jean-Baptiste Queru
8124e07362 Merge "Fix unused parameter warnings" 2012-08-15 08:45:48 -07:00
Jean-Baptiste Queru
cc12ed3241 Merge "[MIPS] debuggerd and libcorkscrew support" 2012-08-15 08:44:59 -07:00
Keun-young Park
8f19b11a42 am c4c731e7: Merge "[MIPS] Enable SD-card functionality to work"
* commit 'c4c731e78ca1a3527093a35280381616d1cb667d':
  [MIPS] Enable SD-card functionality to work
2012-08-14 18:27:25 -07:00
Keun-young Park
c4c731e78c Merge "[MIPS] Enable SD-card functionality to work" 2012-08-14 17:30:07 -07:00
Chris Dearman
6736eb1829 Use sigemptyset to initialise signal mask as it is more portable.
Referencing sa_restorer fails on MIPS

Change-Id: I81c9ed5ef027a9d5258942ffcecb96e3f787e93c
Signed-off-by: Chris Dearman <chris@mips.com>
2012-08-14 15:30:39 -07:00
Edwin Vane
29bdc876e4 Fixing signed/unsigned comparison warnings
Clang turned up some signed/unsigned comparison warnings. These warnings
have been fixed by cleaning up sdcard slightly:
- Don't use negative numbers for invalid gid/uid.
- sdcard takes a fixed number of arguments now so assert on that instead
  of using a for loop.
  - Also fixed usage string to reflect this fact.

Change-Id: Iee58a8e9aaedb3d40ad7dfeef63d8cd1fe1cd248
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
2012-08-14 13:16:55 -04:00
Jean-Baptiste Queru
ee0d281a3e am c95c15b1: Merge "Char device /dev/dri/card0 was not created during startup."
* commit 'c95c15b1923611f48c44c18ad158e57b9d915fdf':
  Char device /dev/dri/card0 was not created during startup.
2012-08-14 08:39:22 -07:00
Jean-Baptiste Queru
c95c15b192 Merge "Char device /dev/dri/card0 was not created during startup." 2012-08-14 08:06:44 -07:00
Jean-Baptiste Queru
e8e73b0139 am 311a4758: Merge "Remove system/core\'s remnants of SH support."
* commit '311a47585cb14984d2169c7e8f59949cec30fd85':
  Remove system/core's remnants of SH support.
2012-08-13 15:19:12 -07:00
Jean-Baptiste Queru
311a47585c Merge "Remove system/core's remnants of SH support." 2012-08-13 14:48:33 -07:00
Kenny Root
02e9f8d5aa am 53dab583: Merge "Make setenforce usage function static."
* commit '53dab583c448ae97c3472c06609c2c31d6549c07':
  Make setenforce usage function static.
2012-08-13 14:12:34 -07:00
Kenny Root
53dab583c4 Merge "Make setenforce usage function static." 2012-08-13 13:36:17 -07:00
Stephen Hines
753b96cf67 am dd56039c: Merge "Fixed an unused param warning in logcat"
* commit 'dd56039c881db2efebfa7df6491579e3ae01748f':
  Fixed an unused param warning in logcat
2012-08-13 13:06:29 -07:00
Matt Finifter
492051ed2a Make setenforce usage function static.
Change-Id: I6de204dc072418805160a35d799b8948ecb39251
2012-08-13 12:56:23 -07:00
Stephen Hines
dd56039c88 Merge "Fixed an unused param warning in logcat" 2012-08-13 12:03:51 -07:00
Jean-Baptiste Queru
79e30b6c79 am ae8927aa: Merge "Fix a print format warning"
* commit 'ae8927aa05adf9e5a00760b45e4634eecf6340e3':
  Fix a print format warning
2012-08-13 10:55:49 -07:00
Jean-Baptiste Queru
ae8927aa05 Merge "Fix a print format warning" 2012-08-13 10:37:56 -07:00
Edwin Vane
80b221cb22 Fixed an unused param warning in logcat
Changed a function to actually use its parameter instead of a global
variable. All callers of the function pass the global variable as an
argument anyway so behaviour is unchanged.

Change-Id: Ib84d45c17d2213c4d441bf2f423feca14e7aa2f4
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Ariel J Bernal <ariel.j.bernal@intel.com>
2012-08-13 12:59:36 -04:00
Kenny Root
11c783f1ea am 9494f297: Merge "Implement SELinux/MAC checks for property service."
* commit '9494f2975b32b04b1460a03f5e1285b2721863a7':
  Implement SELinux/MAC checks for property service.
2012-08-13 09:50:01 -07:00
Kenny Root
4dcd52ab11 am 297f802f: Merge "Add support for reloading policy from /data/system."
* commit '297f802f25d093274c1f5fb890ee8dfacfbf159e':
  Add support for reloading policy from /data/system.
2012-08-13 09:50:00 -07:00
Edwin Vane
8d9aa37a50 Fix a print format warning
Change-Id: I30a6a9835073a7c0f5751fc34aed958c91a050ee
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
2012-08-13 12:29:46 -04:00
Kenny Root
9494f2975b Merge "Implement SELinux/MAC checks for property service." 2012-08-13 09:19:35 -07:00
Kenny Root
297f802f25 Merge "Add support for reloading policy from /data/system." 2012-08-13 09:10:32 -07:00
Edwin Vane
46beebea82 Fix unused parameter warnings
-Werror is used for this project so these warnings were causing the
clang build to fail.

Change-Id: I18c447ce239645e05f59c3cf0e2b8bb17d9d3030
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Tarea A Siraj <tareq.a.siraj@intel.com>
2012-08-13 09:11:03 -04:00
Elliott Hughes
2ff6099854 am 605f8706: Merge "Add Mips architecture to system/core/include"
* commit '605f8706c88b2cd5d024b0a6b7253a78d968ba72':
  Add Mips architecture to system/core/include
2012-08-11 11:51:40 -07:00
Elliott Hughes
6521a41dcf Remove system/core's remnants of SH support.
SH support is long dead.

Change-Id: I6be2763ca9f1ad8b3f9b09a8ad2f1d67f1e7f802
2012-08-11 10:04:00 -07:00