index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcutils: abort for invalid fd
Mark Salyzyn
2016-07-15
1
-2
/
+3
*
libcutils: ashmem print error message for invalid fd
Mark Salyzyn
2016-07-15
1
-0
/
+14
*
libcutils: ashmem check fd validity
Mark Salyzyn
2016-07-15
1
-1
/
+107
*
libcutils: ashmem fortify and comply with Android coding standard
Mark Salyzyn
2016-07-15
2
-30
/
+40
*
Use fsck.f2fs -a instead of -f for faster boot
Yusuke Sato
2016-05-05
1
-32
/
+155
*
sched_policy: zero proc_name buffer before populating
Scott Mertz
2016-03-30
1
-0
/
+1
*
sched_policy: split add_tid_to_cgroup
Pat Erley
2016-03-24
1
-11
/
+38
*
sched_policy: Split cpuset/cgroup init
Pat Erley
2016-03-24
1
-3
/
+18
*
libcutils: Add process name to logs
Pat Erley
2016-03-24
1
-10
/
+22
*
libcutils: make sched_policy more robust
Pat Erley
2016-03-18
1
-1
/
+45
*
Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/sy...
Steve Kondik
2016-03-11
1
-0
/
+6
|
\
|
*
Fix logspam from system-background cpuset.
Tim Murray
2015-12-17
1
-3
/
+0
|
*
Improve cpuset support for surfaceflinger.
Tim Murray
2015-11-18
1
-0
/
+9
*
|
set /system/etc/init.d/* permissions
Michaƫl Burtin
2015-11-07
1
-0
/
+1
*
|
Update permissions to the superuser binary
Ricardo Cerqueira
2015-10-29
1
-1
/
+2
*
|
cutils: Add support for ioprio cgroup
Steve Kondik
2015-10-12
1
-12
/
+89
|
/
*
fs_config: replace getenv('OUT') by new fs_config parameter
Thierry Strudel
2015-07-09
1
-6
/
+13
*
Merge "Fix janky navbar ripples -- incorrect timerslack values" into mnc-dev
Todd Kjos
2015-06-29
1
-1
/
+3
|
\
|
*
Fix janky navbar ripples -- incorrect timerslack values
Todd Kjos
2015-06-25
1
-1
/
+3
*
|
Don't set cgroup policy when updating cpusets.
Tim Murray
2015-06-22
1
-4
/
+1
|
/
*
add cpuset support to libcutils
Tim Murray
2015-06-11
2
-31
/
+92
*
Don't use TEMP_FAILURE_RETRY on close in system/core.
Elliott Hughes
2015-05-27
1
-3
/
+3
*
klog: don't unconditionally call mknod()
Nick Kralevich
2015-05-19
1
-0
/
+5
*
Prevent integer overflow when allocating native_handle_t
Adam Lesinski
2015-05-15
1
-2
/
+8
*
Remove libbacktrace definition of gettid.
Dan Albert
2015-05-13
1
-6
/
+1
*
Fix gettid() on Windows.
Dan Albert
2015-05-13
1
-21
/
+21
*
Remove dead code.
Elliott Hughes
2015-04-21
1
-335
/
+0
*
Merge "[MIPS] Fast android_memset for Mips64, Mipsr6"
Elliott Hughes
2015-04-17
3
-325
/
+96
|
\
|
*
[MIPS] Fast android_memset for Mips64, Mipsr6
Duane Sand
2015-04-16
3
-325
/
+96
*
|
Merge "Revert "cutils: add OS-independent endian.h""
Greg Hackmann
2015-04-16
2
-61
/
+0
|
\
\
|
*
|
Revert "cutils: add OS-independent endian.h"
Greg Hackmann
2015-04-16
2
-61
/
+0
*
|
|
Merge "cutils: add OS-independent endian.h"
Greg Hackmann
2015-04-16
2
-0
/
+61
|
\
\
\
|
|
/
/
|
*
|
cutils: add OS-independent endian.h
Greg Hackmann
2015-04-16
2
-0
/
+61
*
|
|
Merge "Move trace.h to stdatomic."
Yabin Cui
2015-04-16
2
-8
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move trace.h to stdatomic.
Yabin Cui
2015-04-16
2
-8
/
+8
*
|
|
libcutils: fs_config must use O_BINARY
Mark Salyzyn
2015-04-16
1
-2
/
+6
*
|
|
libcutils: fs_config: winsdk_tools build fix
Mark Salyzyn
2015-04-16
1
-1
/
+1
|
|
/
|
/
|
*
|
libcutils: drop use of mmap
Mark Salyzyn
2015-04-15
1
-45
/
+30
*
|
libcutils: add fs_config_generate
Mark Salyzyn
2015-04-15
1
-0
/
+21
*
|
libcutils: fs_config read from file
Mark Salyzyn
2015-04-15
1
-12
/
+141
*
|
Revert "libcutils: fs_config read from file"
Mark Salyzyn
2015-04-15
1
-125
/
+12
|
/
*
libcutils: fs_config read from file
Mark Salyzyn
2015-04-15
1
-12
/
+125
*
android_filesystem_config: move fs_config to libcutils
Mark Salyzyn
2015-04-06
1
-11
/
+0
*
libcutils: add fs_config
Mark Salyzyn
2015-04-06
2
-0
/
+146
*
Fix Windows strlcpy.c build.
Elliott Hughes
2015-04-02
1
-2
/
+1
*
Be more intention-revealing with libcutils' strlcpy.
Elliott Hughes
2015-04-02
2
-20
/
+8
*
Move all libcutils tests into the gtests.
Elliott Hughes
2015-04-02
5
-90
/
+96
*
Move mips/mips64 android_memset16/android_memset32 into libcutils.
Elliott Hughes
2015-04-02
4
-73
/
+327
*
Fix shared version of libcutils on the host to include strlcpy
Brian Carlstrom
2015-04-02
1
-1
/
+1
*
Revert "Disable the static libcutils tests."
Dan Albert
2015-04-01
1
-17
/
+15
[next]