aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Mips architecture to system/core/include"Elliott Hughes2012-08-115-1/+862
|\
| * Add Mips architecture to system/core/includeDuane Sand2012-05-295-1/+862
* | Merge "Add Mips support to libpixelflinger"Jean-Baptiste Queru2012-08-103-1/+278
|\ \
| * | Add Mips support to libpixelflingerDuane Sand2012-05-303-1/+278
* | | Merge "Decode DHCP netmask option correctly"Jean-Baptiste Queru2012-08-092-4/+7
|\ \ \
| * | | Decode DHCP netmask option correctlyChris Dearman2012-01-312-4/+7
* | | | Merge "Fix unused param warning"Stephen Hines2012-08-081-1/+1
|\ \ \ \
| * | | | Fix unused param warningEdwin Vane2012-08-021-1/+1
* | | | | Merge "Fixed an unused param warning"Stephen Hines2012-08-081-1/+1
|\| | | |
| * | | | Fixed an unused param warningEdwin Vane2012-08-021-1/+1
* | | | | Merge "Fixed a discarded const qualifier warning"Stephen Hines2012-08-081-1/+1
|\| | | |
| * | | | Fixed a discarded const qualifier warningEdwin Vane2012-08-021-1/+1
* | | | | Merge "Trivial signed/unsigned warning fix for adbd"Stephen Hines2012-08-081-1/+1
|\| | | |
| * | | | Trivial signed/unsigned warning fix for adbdEdwin Vane2012-08-021-1/+1
* | | | | Merge "Fix signed/unsigned comparison warning"Stephen Hines2012-08-081-1/+1
|\| | | |
| * | | | Fix signed/unsigned comparison warningEdwin Vane2012-08-011-1/+1
* | | | | Merge "Fixed un-initialized variable warnings"Stephen Hines2012-08-081-2/+2
|\| | | |
| * | | | Fixed un-initialized variable warningsTareq A. Siraj2012-08-011-2/+2
* | | | | Merge "Set the SELinux security label on new directories."Jean-Baptiste Queru2012-08-085-45/+62
|\ \ \ \ \
| * | | | | Set the SELinux security label on new directories.Stephen Smalley2012-07-265-45/+62
* | | | | | Merge "restorecon tombstone directory."Jean-Baptiste Queru2012-08-082-0/+17
|\ \ \ \ \ \
| * | | | | | restorecon tombstone directory.rpcraig2012-07-192-0/+17
* | | | | | | Merge "Conditionally use SIGSTKFLT"Elliott Hughes2012-08-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Conditionally use SIGSTKFLTChris Dearman2012-08-011-0/+2
* | | | | | | | Merge "config_mbr: Fix integer overflow"Jean-Baptiste Queru2012-08-081-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | config_mbr: Fix integer overflowAndrew Boie2012-07-261-1/+1
| |/ / / / / /
* | | | | | | Merge "Modify init.rc and init.goldfish.rc for SE Android."Dima Zavin2012-08-012-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Modify init.rc and init.goldfish.rc for SE Android.Stephen Smalley2012-07-262-0/+16
| | |/ / / / | |/| | | |
* | | | | | Merge "fastboot: change default sparse limit to disabled"Colin Cross2012-07-241-4/+2
|\ \ \ \ \ \
| * | | | | | fastboot: change default sparse limit to disabledColin Cross2012-07-241-4/+2
|/ / / / / /
* | | | | | Merge "fastboot: check argc before using argv"Colin Cross2012-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | fastboot: check argc before using argvColin Cross2012-07-241-1/+1
|/ / / / / /
* | | | | | Merge "libsparse: fix 32 bit overflow when calculating last chunk"Colin Cross2012-07-231-1/+1
|\ \ \ \ \ \
| * | | | | | libsparse: fix 32 bit overflow when calculating last chunkColin Cross2012-07-231-1/+1
|/ / / / / /
* | | | | | Merge "Avoid zombies on androidscreencast"Colin Cross2012-07-231-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Avoid zombies on androidscreencastYuriy Zabroda2012-07-231-0/+5
|/ / / / /
* | | | | Merge changes I6c59381c,I0da088fc,I883572f5,Idc2cfe20,I1a156d10,I177abdb9,I18...Colin Cross2012-07-1724-95/+3755
|\ \ \ \ \
| * | | | | fastboot: add support for auto-resparsing large filesColin Cross2012-07-096-45/+409
| * | | | | fastboot: add fb_getvarColin Cross2012-07-092-6/+17
| * | | | | fastboot: use getopt_longColin Cross2012-07-091-46/+62
| * | | | | libsparse: rename symbols that conflict with libext4_utilsColin Cross2012-07-093-14/+14
| * | | | | libsparse: add sparse_file_lenColin Cross2012-07-092-0/+38
| * | | | | libsparse: add function to resparse a file and a utility to use itColin Cross2012-07-098-22/+365
| * | | | | libsparse: add callback output file typeColin Cross2012-07-094-28/+175
| * | | | | libsparse: pseudo-subclass output_file for normal and gz filesColin Cross2012-07-092-81/+158
| * | | | | libsparse: add sparse_file read and convert tools to use itColin Cross2012-07-095-535/+643
| * | | | | libsparse: fix windows image writingColin Cross2012-07-092-3/+38
| * | | | | libsparse: merge adjacent blocks of the same typeColin Cross2012-07-093-9/+76
| * | | | | libsparse: add error reporting functionsColin Cross2012-07-095-1/+59
| * | | | | libsparse: add support for including fdsColin Cross2012-07-096-17/+99