Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
eae41f8eebe3371cdfb7b0a11bf424b15a2179b1
/
libc
/
bionic
347b01b
[MTE] Change scudo init order to get correct PROT_MTE pages.
by Mitch Phillips
· 5 years ago
7336663
Remove the now-unnecessary android_mallopt() options.
by Elliott Hughes
· 5 years ago
e925485
Merge "Make "disable memory mitigations" and "set heap tagging level" more available."
by Elliott Hughes
· 5 years ago
446b4dd
Make "disable memory mitigations" and "set heap tagging level" more available.
by Elliott Hughes
· 5 years ago
4cded97
[MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing.
by Mitch Phillips
· 5 years ago
b1ba762
Merge "Fewer copies of ALIGN()/ALIGNBYTES."
by Elliott Hughes
· 5 years ago
4e67866
Merge "Remove ANDROID_EXPERIMENTAL_MTE."
by Peter Collingbourne
· 5 years ago
e1dc4f6
Fewer copies of ALIGN()/ALIGNBYTES.
by Elliott Hughes
· 5 years ago
08959d9
Merge "Sync upstream fts.c."
by Elliott Hughes
· 5 years ago
7e20117
Remove ANDROID_EXPERIMENTAL_MTE.
by Peter Collingbourne
· 5 years ago
03ac158
Sync upstream fts.c.
by Elliott Hughes
· 5 years ago
b19fc79
Merge "Make the atomic load explicit"
by Adam Barth
· 5 years ago
5e466b6
Suppress SetHeapTaggingLevel warning under hwasan.
by Evgenii Stepanov
· 5 years ago
bd84f54
Merge "Fix -Wnewline-eof"
by Treehugger Robot
· 5 years ago
651f1fa
Make the atomic load explicit
by Adam Barth
· 5 years ago
e9efd05
Fix -Wnewline-eof
by Adam Barth
· 5 years ago
e09fc24
Merge "Use ELF notes to set the desired memory tagging level."
by Evgenii Stepanov
· 5 years ago
8564b8d
Use ELF notes to set the desired memory tagging level.
by Evgenii Stepanov
· 5 years ago
be77feb
Merge "[Tagged Pointers] Point to SAC documentation in abort message."
by Mitch Phillips
· 5 years ago
8540c54
[Tagged Pointers] Point to SAC documentation in abort message.
by Mitch Phillips
· 5 years ago
95ca52a
Reland: Soft-enable MAC address restrictions with allowlist.
by Bram Bonné
· 5 years ago
9e97280
Revert "Soft-enable MAC address restrictions with allowlist."
by Bram Bonné
· 5 years ago
5c8d48a
Remove unused 'err' assignment
by Greg Kaiser
· 5 years ago
0ed9f70
Merge "Soft-enable MAC address restrictions with allowlist."
by Bram Bonné
· 5 years ago
0ba4998
Soft-enable MAC address restrictions with allowlist.
by Bram Bonné
· 5 years ago
1f2e000
Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52"
by Peter Collingbourne
· 5 years ago
439ebbd
Simplify and improve tempnam() and tmpnam().
by Elliott Hughes
· 5 years ago
9397bdd
Make our definition of std::nothrow weak.
by Peter Collingbourne
· 5 years ago
2210b8d
[Tagged Pointers] Allow probing the current TP level w/ locking.
by Mitch Phillips
· 5 years ago
1e32ae2
Merge "Revert^2 "Soft-enables new MAC address restrictions.""
by Bram Bonné
· 5 years ago
742a003
[GWP-ASan] Remove include.
by Mitch Phillips
· 5 years ago
097846e
Merge "Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API."
by Peter Collingbourne
· 5 years ago
9eb85bf
Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API.
by Peter Collingbourne
· 5 years ago
53211a9
Revert^2 "Soft-enables new MAC address restrictions."
by Bram Bonné
· 5 years ago
92b8588
Merge "Revert "Soft-enables new MAC address restrictions.""
by Tej Singh
· 5 years ago
259776d
Revert "Soft-enables new MAC address restrictions."
by Tej Singh
· 5 years ago
7433096
Merge "Soft-enables new MAC address restrictions."
by Bram Bonné
· 5 years ago
56f1c40
Merge "Clear PAC bits in android_unsafe_frame_pointer_chase()."
by Peter Collingbourne
· 5 years ago
de30635
Put __*_ARRAY__ symbols before prioritized init/fini funcs
by Matthew Maurer
· 5 years ago
a5c4b17
Clear PAC bits in android_unsafe_frame_pointer_chase().
by Peter Collingbourne
· 5 years ago
bf38328
getgrnam, getgrgid, getpwnam, getpwuid for host
by Jiyong Park
· 5 years ago
c3ecfb6
Merge "system(3) uses /bin/sh when built for host"
by Treehugger Robot
· 5 years ago
8dd649d
system(3) uses /bin/sh when built for host
by Jiyong Park
· 5 years ago
72b1aaf
Merge "Fix __cxa_atexit run-time regression with many registrations"
by Ryan Prichard
· 5 years ago
c0d50d4
Replace libandroidicu usage in bionic with the new libicu.so available in NDK
by Victor Chang
· 5 years ago
de523c0
Fix __cxa_atexit run-time regression with many registrations
by Ryan Prichard
· 5 years ago
ddbcea2
Merge "pthread_cond: only call futex_wake when there are waiters"
by Treehugger Robot
· 5 years ago
9c08f4f
pthread_cond: only call futex_wake when there are waiters
by Tim Murray
· 5 years ago
19f8486
Fix bug in finding another thread's TCB.
by Vy Nguyen
· 5 years ago
dcbc8ec
Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf"
by Steven Moreland
· 5 years ago
5d3aa86
Add an API for per-process disabling memory initialization.
by Peter Collingbourne
· 5 years ago
18286ed
Soft-enables new MAC address restrictions.
by Bram Bonné
· 5 years ago
b752dd5
Mark __progname as weak for native_bridge
by Evgeny Eltsin
· 5 years ago
6427f39
Make __clone_for_fork pure native bridge mode abstraction
by Victor Khimenko
· 5 years ago
a1e3f2c
Expose a function to reset the stack protector for the zygote.
by Elliott Hughes
· 5 years ago
1e1c784
bionic_systrace: moving global static variables
by Bowgo Tsai
· 5 years ago
d0ecf0b
Adding system property tracing
by Bowgo Tsai
· 6 years ago
1c502d4
Merge "Various coverage improvements."
by Elliott Hughes
· 5 years ago
d4d7efc
Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)"
by Vy Nguyen
· 5 years ago
7cebf83
Various coverage improvements.
by Elliott Hughes
· 5 years ago
aadcb07
Merge "Cleanup for #inclusivefixit."
by Elliott Hughes
· 5 years ago
d500751
Add a thread-properties API
by Vy Nguyen
· 6 years ago
f08e70a
Merge "Reimplement our no-op utmp.h functions more simply."
by Elliott Hughes
· 5 years ago
9a1d397
Reimplement our no-op utmp.h functions more simply.
by Elliott Hughes
· 5 years ago
2dbea43
Make swab(3) inline prior to API 28.
by Dan Albert
· 7 years ago
422b204
Merge "Switch to musl memmem (via OpenBSD)."
by Elliott Hughes
· 5 years ago
cc8f1ea
Merge "Allow native_bridge to intercept __get_thread()->stack_top"
by Treehugger Robot
· 5 years ago
5633caa
Switch to musl memmem (via OpenBSD).
by Elliott Hughes
· 5 years ago
7591bb5
Merge "SCUDO fill options only when USE_SCUDO"
by Steven Moreland
· 5 years ago
61be801
Fix __clone_for_fork attributes
by Evgeny Eltsin
· 5 years ago
f690300
Allow native_bridge to intercept __get_thread()->stack_top
by Evgeny Eltsin
· 5 years ago
fb65ee4
SCUDO fill options only when USE_SCUDO
by Steven Moreland
· 5 years ago
cf34653
More cleanup for #inclusivefixit.
by Elliott Hughes
· 5 years ago
fce3187
Cleanup for #inclusivefixit.
by Elliott Hughes
· 5 years ago
6ba173a
Merge "Changes for #inclusivefixit."
by Elliott Hughes
· 6 years ago
68ae6ad
Changes for #inclusivefixit.
by Elliott Hughes
· 6 years ago
8e20ac4
Resolve interface flags using SIOCGIFFLAGS ioctl
by Bram Bonné
· 6 years ago
c618960
Improve diagram in malloc_heapprofd.
by Florian Mayer
· 6 years ago
ef707f9
Remove references to libc_scudo.
by Christopher Ferris
· 6 years ago
8e0707d
Move exit.c from stdlib to bionic subdirectory.
by Victor Khimenko
· 6 years ago
9f2e171
Merge "Remove dead code."
by Treehugger Robot
· 6 years ago
9253757
Remove dead code.
by Elliott Hughes
· 6 years ago
cea8a4f
Merge changes I3c697924,I0b019cd0
by Treehugger Robot
· 6 years ago
32900a1
Merge "Use a template for the exec family."
by Elliott Hughes
· 6 years ago
a1b1bfd
Use a template for the exec family.
by Elliott Hughes
· 6 years ago
3a4c2ff
Move set_cached_pid() to __clone_for_fork()
by Lev Rumyantsev
· 6 years ago
520398f
Remove WEAK_FOR_NATIVE_BRIDGE for fork
by Lev Rumyantsev
· 6 years ago
41127dc
Narrow native bridge to clone_for_fork
by Lev Rumyantsev
· 6 years ago
09e394f
clock: buff our coverage numbers slightly.
by Elliott Hughes
· 6 years ago
ad3be7e
Ignore SCUDO_OPTIONS across a security boundary.
by Christopher Ferris
· 6 years ago
11623dd
sigaction: don't call interposable symbol.
by Josh Gao
· 6 years ago
e3bc50d
Merge changes If42905f3,Id351a993,I8a082fd0
by Treehugger Robot
· 6 years ago
947125e
Fix typo in if statement.
by Peter Collingbourne
· 6 years ago
65fb2a7
fdsan: don't do anything when vforked.
by Josh Gao
· 6 years ago
2303283
Track whether a thread is currently vforked.
by Josh Gao
· 6 years ago
144a6ab
Merge "Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC."
by Peter Collingbourne
· 6 years ago
d306001
Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC.
by Peter Collingbourne
· 6 years ago
5a73e03
[libc] Zero and pattern initialization of heap memory.
by Evgenii Stepanov
· 6 years ago
b107eab
fdtrack: add wrapper for socketpair.
by Josh Gao
· 6 years ago
7de4124
fdtrack: add wrapper for eventfd.
by Josh Gao
· 6 years ago
Next »