Go to file
Mathias Agopian 7c123375ff fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out
a memory corruption happned when the buffer pool was resized
(like when playing a video or using camera) and there was
no current active buffer. In this case, the faulty code
would index into an array at position -1 which corrupted
24 bytes of data.

also improved region validation code (ifdef'ed out by default)

Bug: 4093196
Change-Id: I915c581d131148959d720e00e3892e9186ab733d
2013-07-30 13:56:56 -07:00
adb Merge "Move liblog headers to system/core/include/log" 2013-07-25 21:39:24 +00:00
charger Add liblog 2013-04-09 22:03:45 -07:00
cpio
debuggerd Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
fastboot fastboot: add support for sparse images in flashall and update 2013-07-01 12:42:58 -07:00
fastbootd fastbootd: userspace implementation of the fastboot device-side protocol 2013-07-24 10:58:43 -07:00
fs_mgr am 6b78fad1: am a9396549: Fix my incorrect merge resolution for 132b7d750e harder. 2013-07-11 19:12:18 -07:00
gpttool
healthd healthd: Add system health monitoring daemon 2013-07-26 01:30:42 +00:00
include fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out 2013-07-30 13:56:56 -07:00
init am 8c4b1539: am f9873987: am 5954ecb8: Merge "Allow more characters in partition name links" 2013-07-22 15:45:42 -07:00
libcorkscrew Format stack trace PC offset to 8 digits with leading zeros. 2013-05-21 12:46:09 -07:00
libctest
libcutils Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
libdiskconfig
libion
liblinenoise
liblog Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
libmincrypt mincrypt: merge the two RSA verifiers 2013-04-11 12:55:43 -07:00
libnetutils resolved conflicts for merge of c0df50af to stage-aosp-master 2013-06-10 15:06:43 -07:00
libnl_2
libpixelflinger Add liblog 2013-04-09 22:03:45 -07:00
libs/utils Fade out the mouse pointer after inactivity or other events. 2013-07-30 13:56:56 -07:00
libsparse libsparse: Fix null pointer issue 2013-04-01 11:22:50 +08:00
libsuspend
libsync
libsysutils am 51a2e4d5: Merge "libsysutils: fix null pointer and memory leak issue" 2013-05-21 14:39:19 -07:00
libusbhost Properly handle cases of multiple inotify events 2013-03-25 14:12:18 -07:00
libzipfile
logcat Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
logwrapper logwrapper: Add ability to log to kernel log 2013-04-14 17:10:55 -07:00
mkbootimg mkbootimg: support 8192/16384 pagesizes 2013-03-10 14:11:10 +01:00
netcfg
reboot Make init handle reboots 2013-04-23 13:21:40 -07:00
rootdir healthd: normal and charger mode startup 2013-07-26 23:56:17 +00:00
run-as run-as: Don't require CAP_DAC_READ_SEARCH 2013-03-29 08:55:06 -07:00
sdcard
sh
toolbox Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
.gitignore
Android.mk
CleanSpec.mk toolbox: Make reboot a separate command from toolbox 2013-03-26 12:24:10 -07:00
GenerationCache.h Add TextLayout Cache 2013-07-30 13:56:56 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2013-07-30 13:56:49 -07:00
NOTICE Fix omission in NOTICE file. 2013-07-30 13:56:55 -07:00
README
ThirdPartyProject.prop

README

The system/ directory is intended for pieces of the world that are the
core of the embedded linux platform at the heart of Android.  These
essential bits are required for basic booting, operation, and debugging.

They should not depend on libraries outside of system/... (some of them
do currently -- they need to be updated or changed) and they should not
be required for the simulator build.

The license for all these pieces should be clean (Apache2, BSD, or MIT).

Currently system/bluetooth/... and system/extra/... have some pieces
with GPL/LGPL licensed code.

Assorted Issues:

- pppd depends on libutils for logging
- pppd depends on libcrypt/libcrypto
- init, linker, debuggerd, toolbox, usbd depend on libcutils
- should probably rename bionic to libc