summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-18/+18
* qtaguid: shhhh. LOGI -> LOGVJP Abgrall2011-09-221-5/+7
* libcutils: qtaguid: Support new functions, add tag resource tracking.JP Abgrall2011-09-141-22/+132
* cutils: only build klog for targetDima Zavin2011-09-041-2/+1
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-022-0/+38
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-022-0/+61
* libcutils/init: move uevent socket opening code to libcutilsDima Zavin2011-09-021-0/+31
* libcutils: qtaguid: support socket untagging, return errors.Ashish Sharma2011-08-081-13/+36
* Remove the simulator target from all makefiles.Jeff Brown2011-07-121-16/+0
* Move qtaguid.c from common sources in Android.mk to fix windows build.Ashish Sharma2011-07-101-3/+2
* Add communication support for xt_qtaguid(network traffic accounting) kernel m...Ashish Sharma2011-07-082-1/+46
* Merge "Config utils improvement"Eric Laurent2011-05-271-0/+12
|\
| * Config utils improvementEric Laurent2011-05-261-0/+12
* | Tracking merge of dalvik-dev to masterjeffhao2011-05-272-0/+45
* | Merge "Crypto changes for devices that don't write ext4 fs on wipe"Ken Sumrall2011-05-262-1/+68
|\ \ | |/ |/|
| * Crypto changes for devices that don't write ext4 fs on wipeKen Sumrall2011-05-262-1/+68
* | rename uevent_checked_recv to uevent_kernel_multicast_recvNick Kralevich2011-05-111-1/+1
|/
* libcutils: build str_parms test for target instead of hostDima Zavin2011-04-281-2/+2
* Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper u...Dima Zavin2011-04-272-1/+339
|\
| * libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utilsDima Zavin2011-04-202-1/+339
* | Merge "libcutils: hashmap: save next pointer in forEach before calling callback"Dima Zavin2011-04-271-1/+2
|\|
| * libcutils: hashmap: save next pointer in forEach before calling callbackDima Zavin2011-04-191-1/+2
| * Merge "Fix a race in system properties."Brad Fitzpatrick2011-03-141-39/+1
| |\
| | * Fix a race in system properties.Brad Fitzpatrick2011-03-101-39/+1
* | | resolved conflicts for merge of 2baeb898 to honeycomb-plus-aospNick Kralevich2011-04-272-1/+71
|\ \ \
| * | | Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-272-1/+71
* | | | am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking ...Nick Kralevich2011-04-272-71/+0
|\| | |
| * | | Revert "Fold uevent message origin checking from init into libcutils."Nick Kralevich2011-04-272-71/+0
* | | | am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from ini...Nick Kralevich2011-04-272-0/+71
|\| | |
| * | | Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-262-0/+71
| * | | Assembly coded android_memset16 and android_memset32Bruce Beare2011-01-028-1/+1334
* | | | do not merge. Fix a race in system properties.satok2011-03-161-39/+1
| |/ / |/| |
* | | Try to unmount writable filesystems when rebootingKen Sumrall2011-03-102-1/+135
| |/ |/|
* | Remove unconditional swap from the android atomic operations suite.Carl Shapiro2011-01-231-12/+0
* | Assembly coded android_memset16 and android_memset32Lu, Hongjiu2011-01-078-1/+1334
|/
* Qualify the source argument of atomic loads as a const pointer.Carl Shapiro2010-09-281-2/+2
* Including dl heap stubs for the dalvikvm host buildJesse Wilson2010-08-181-1/+1
* Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-0/+12
* Define inline atomic operations for x86 and ARM.Carl Shapiro2010-06-233-766/+4
* Atomic/SMP update, part 2.Andy McFadden2010-05-274-325/+479
* Atomic/SMP update.Andy McFadden2010-05-204-222/+46
* fix windows SDK buildBrad Fitzpatrick2010-05-081-1/+3
* More fixes to Binder perf regression from EclairBrad Fitzpatrick2010-05-071-32/+47
* Optimize set_sched_policy(), which gets called in every binder call.Brad Fitzpatrick2010-05-061-16/+22
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-7/+7
* cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple cont...San Mehat2010-03-021-20/+44
* cutils: schedpolicy: remove stray includeSan Mehat2010-02-261-1/+0
* cutils: iosched_policy: Don't do anything for simulatorSan Mehat2010-02-261-0/+7
* system: Add support for getting/setting i/o priorities and include a userspac...San Mehat2010-02-252-1/+63
* Merge "Break out create_contiguous_mspace_with_base This routine allows creat...Barry Hayes2010-02-081-40/+67
|\