Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
341b61e694a25e8e39250fd332e4b9eaecffc098
/
libc
bff53b2
libc: import ARM strcmp from newlib
by Jake Weinstein
· 9 years ago
93f79a1
Merge "Annotate no_return and returns_twice functions."
by Josh Gao
· 7 years ago
3403315
Annotate no_return and returns_twice functions.
by Josh Gao
· 7 years ago
23c056d
Add removed platform functions used by apps.
by Christopher Ferris
· 7 years ago
f15a00b
Merge "Avoid using malloc debug code after exit."
by Christopher Ferris
· 7 years ago
d269fcc
Avoid using malloc debug code after exit.
by Christopher Ferris
· 7 years ago
31c7309
Add SEEK_DATA and SEEK_HOLE constants.
by Elliott Hughes
· 7 years ago
78e42d8
Merge "Enable native_bridge_support"
by Dimitry Ivanov
· 7 years ago
0633e56
Merge "Match maximum command line size for startup tracing."
by Florian Mayer
· 7 years ago
f61ca22
Merge "Revert fwalk/sfp locking to fix concurrent reads"
by Ryan Prichard
· 7 years ago
7f04880
Enable native_bridge_support
by dimitry
· 7 years ago
c485cdb
Revert fwalk/sfp locking to fix concurrent reads
by Ryan Prichard
· 7 years ago
f6d221e
Match maximum command line size for startup tracing.
by Florian Mayer
· 7 years ago
db9706a
Fix malloc_info missing large allocs.
by Christopher Ferris
· 7 years ago
1eb6d36
Merge "Make purging clear the current thread cache too."
by Christopher Ferris
· 7 years ago
0f710fd
Make purging clear the current thread cache too.
by Christopher Ferris
· 7 years ago
4fa9b8c
malloc.h: explicitly suggest malloc_info() instead of mallinfo().
by Elliott Hughes
· 7 years ago
0cd818a
Merge "Allow device launched before Q to use legacy OEM AID value"
by Tom Cherry
· 7 years ago
f5eaea3
Merge "Move /system dependency on tz_version to bionic"
by Neil Fuller
· 7 years ago
34bf610
Merge "__cxa_finalize: skip fflush call on dlclose"
by Ryan Prichard
· 7 years ago
560de5f
Don't honor LIBC_HOOKS_ENABLE across a security boundary
by Nick Kralevich
· 7 years ago
99cec18
Don't honor LD_CONFIG_FILE across security transitions
by Nick Kralevich
· 7 years ago
c5d8c6c
__cxa_finalize: skip fflush call on dlclose
by Ryan Prichard
· 7 years ago
b368a0b
Allow device launched before Q to use legacy OEM AID value
by Tom Cherry
· 7 years ago
c7b8110
Make pthread_get/setschedparam weak for native bridge
by dimitry
· 7 years ago
a7db90f
Move /system dependency on tz_version to bionic
by Neil Fuller
· 7 years ago
731ed0f
Merge "Refactor some pieces of grp_pwd.cpp"
by Tom Cherry
· 7 years ago
5fb0763
Refactor some pieces of grp_pwd.cpp
by Tom Cherry
· 7 years ago
8c3140a
Merge "threads.h: Add C11 thread support."
by Elliott Hughes
· 7 years ago
4206711
threads.h: Add C11 thread support.
by Elliott Hughes
· 7 years ago
31fe3c6
Merge "Move all leak info functions to android_mallopt."
by Christopher Ferris
· 7 years ago
7f3527f
Merge "Implement __gnu_[u]ldivmod_helper methods in libc"
by Yi Kong
· 7 years ago
b410d0e
Implement __gnu_[u]ldivmod_helper methods in libc
by Yi Kong
· 7 years ago
1311545
Merge "Reland ifuncs for strcmp and strlen."
by Elliott Hughes
· 7 years ago
b250766
Merge "PIMutexUnlock: load owner_tid in non-common case"
by Ryan Prichard
· 7 years ago
f32e1a1
Merge "Comment about lock destruction and unlocking"
by Ryan Prichard
· 7 years ago
927fe99
Reland ifuncs for strcmp and strlen.
by Elliott Hughes
· 7 years ago
493322b
Merge "Move libdl and linker to static NOTICE files."
by Elliott Hughes
· 7 years ago
390be50
Workaround ASan not knowing about reallocarray.
by Elliott Hughes
· 7 years ago
aca1101
Comment about lock destruction and unlocking
by Ryan Prichard
· 7 years ago
4b6c0f5
PIMutexUnlock: load owner_tid in non-common case
by Ryan Prichard
· 7 years ago
584bc62
Move libdl and linker to static NOTICE files.
by Elliott Hughes
· 7 years ago
30659fd
Move all leak info functions to android_mallopt.
by Christopher Ferris
· 7 years ago
75f7b06
Merge "paths.h: /sbin and /system/sbin no longer exist."
by Tom Cherry
· 7 years ago
30bcaae
Merge "Remove gMallocLeakZygoteChild."
by Christopher Ferris
· 7 years ago
07c5587
paths.h: /sbin and /system/sbin no longer exist.
by Elliott Hughes
· 7 years ago
782c485
Generate assembler system call stubs via genrule.
by Elliott Hughes
· 7 years ago
8189e77
Remove gMallocLeakZygoteChild.
by Christopher Ferris
· 7 years ago
b9a7c65
Merge "libc: generate syscall stubs in one big file..."
by Elliott Hughes
· 7 years ago
d67b037
libc: generate syscall stubs in one big file...
by Elliott Hughes
· 7 years ago
d12d6f6
clean_header: Run outside of $ANDROID_BUILD_TOP
by Daniel Mentz
· 7 years ago
6d6b4ce
clean_header: Fix error handling for no-such-file case
by Daniel Mentz
· 7 years ago
9586c0f
Merge "Move kernel README files to Markdown."
by Treehugger Robot
· 7 years ago
e689eb0
Merge "<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers."
by Treehugger Robot
· 7 years ago
c4c2e24
<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers.
by Elliott Hughes
· 7 years ago
adcb515
Move kernel README files to Markdown.
by Elliott Hughes
· 7 years ago
5569650
Don't load libc_malloc_* libs from runtime ns for libc_scudo
by Jiyong Park
· 7 years ago
3ff116a
Load libc_malloc_* libraries from the runtime APEX
by Jiyong Park
· 7 years ago
93ea856
Merge changes I59a8bc4a,Ic437d352
by Ryan Prichard
· 7 years ago
5493ddc
Merge "Workaround potential access to unmapped stack"
by Elliott Hughes
· 7 years ago
8c1a14d
Workaround potential access to unmapped stack
by Adrian-CJ Hung
· 7 years ago
e6fd53b
Merge "Disable info messages by default for malloc debug."
by Christopher Ferris
· 7 years ago
c328e44
Disable info messages by default for malloc debug.
by Christopher Ferris
· 7 years ago
4fbe126
Merge "libc: Update symbol_ordering file"
by Treehugger Robot
· 7 years ago
db6edcc
Fix BionicAllocator comment
by Ryan Prichard
· 7 years ago
fc26d71
Create a lib that uses scudo instead of jemalloc.
by Christopher Ferris
· 7 years ago
90cca40
libc: Update symbol_ordering file
by Vic Yang
· 7 years ago
bb4cf7b
clean_header: Don't print extraneous newline char
by Daniel Mentz
· 7 years ago
316f4a4
clean_header: Write to correct dst_file
by Daniel Mentz
· 7 years ago
3e742cb
Merge "Reserve realtime signal for libprofile-extras"
by Pirama Arumuga Nainar
· 7 years ago
1e3758e
Fix double initialization call.
by Christopher Ferris
· 7 years ago
14025fd
Merge "Use PR_SET_VMA_ANON_NAME to name the abort message mapping."
by Peter Collingbourne
· 7 years ago
feb5ed1
Use PR_SET_VMA_ANON_NAME to name the abort message mapping.
by Peter Collingbourne
· 7 years ago
29a89df
Merge "param.h: whitespace cleanup"
by Nick Kralevich
· 7 years ago
3cfedf4
param.h: whitespace cleanup
by Nick Kralevich
· 7 years ago
efd25a0
Move x86 and x86_64 libc to use libcrt
by Yi Kong
· 7 years ago
a1fb15b
strptime: support everything that strftime supports.
by Elliott Hughes
· 7 years ago
ce491ab
Increase the allocation limit again.
by Christopher Ferris
· 7 years ago
fe88d26
Merge "Typo fix in comment. O_CLOEXEC is e, not x."
by Treehugger Robot
· 7 years ago
ba1151c
Typo fix in comment. O_CLOEXEC is e, not x.
by Dan Albert
· 7 years ago
b1ddbfd
Merge "Fix internal uses of _PATH_BSHELL."
by Treehugger Robot
· 7 years ago
ebe1ae7
Reserve realtime signal for libprofile-extras
by Pirama Arumuga Nainar
· 7 years ago
1b6517b
Merge "Make powerof2 macro ubsan safe"
by Treehugger Robot
· 7 years ago
886370c
Fix internal uses of _PATH_BSHELL.
by Elliott Hughes
· 7 years ago
c50b6a2
Make powerof2 macro ubsan safe
by Nick Kralevich
· 7 years ago
137b6f3
popen: stop using _fwalk.
by Elliott Hughes
· 7 years ago
118ab10
Merge "Add /product/bin to path"
by Steven Moreland
· 7 years ago
d992e1e
Merge "Update kernel headers to v5.0.3."
by Christopher Ferris
· 7 years ago
11f0d71
Merge "Use the ANDROID_TZDATA_ROOT environment variable"
by Neil Fuller
· 7 years ago
e6be532
Update kernel headers to v5.0.3.
by Christopher Ferris
· 7 years ago
e6b6640
Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19
by Logan Chien
· 7 years ago
c9e7018
Add introduced-in annotation to fdsan
by Logan Chien
· 7 years ago
73d1fb9
Fix get_device_api_level_inlines.h in versioner
by Logan Chien
· 7 years ago
3f68efc
Suppress warnings on pthread_create
by Logan Chien
· 7 years ago
021d522
Remove workaround for x86 ifunc
by Haibo Huang
· 7 years ago
d75e308
Call __hwasan_init_static() during libc startup in statically linked executables.
by Peter Collingbourne
· 7 years ago
505168e
Annotate vfork for hwasan.
by Evgenii Stepanov
· 7 years ago
b62888b
Merge "Increase the size of the shadow call stack guard region to 16MB."
by Peter Collingbourne
· 7 years ago
9b78aa3
Increase num tries before failing.
by Christopher Ferris
· 7 years ago
149ce93
Add missing #include.
by Peter Collingbourne
· 7 years ago
Next »