Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
0a22462ad34e0da76701ac80dc383d34a9be8ddc
0a22462
Merge "Change "==3" to ">=3" for _FORTIFY_SOURCE" into main
by Treehugger Robot
· 9 months ago
a2d9935
Merge "stdio_test.cpp: check output goes to the right stream." into main
by Elliott Hughes
· 9 months ago
7a0cf1b
Merge "Add __builtin_dynamic_object_size and pass_dynamic_object_size" into main
by Sharjeel Khan
· 9 months ago
5654c1f
Change "==3" to ">=3" for _FORTIFY_SOURCE
by Sharjeel Khan
· 9 months ago
7e3e6a3
Merge "Lose trivial abs()/div() math functions to llvm-libc." into main
by Elliott Hughes
· 9 months ago
ed6c08c
stdio_test.cpp: check output goes to the right stream.
by Elliott Hughes
· 9 months ago
0eee103
Add __builtin_dynamic_object_size and pass_dynamic_object_size
by Sharjeel Khan
· 9 months ago
b9a73e4
Document the abs() and div() families.
by Elliott Hughes
· 9 months ago
39d705b
Lose trivial abs()/div() math functions to llvm-libc.
by Elliott Hughes
· 9 months ago
14d4583
Merge "<sched.h>: match other headers' "__cpu_set", not just "__set"." into main
by Elliott Hughes
· 9 months ago
aa590bf
Merge "<sys/hwprobe.h>: improve the argument names." into main
by Elliott Hughes
· 9 months ago
4424d2b
Merge "Fix NOTICE file." into main
by Christopher Ferris
· 9 months ago
7595357
<sys/hwprobe.h>: improve the argument names.
by Elliott Hughes
· 9 months ago
e4f5954
<sched.h>: match other headers' "__cpu_set", not just "__set".
by Elliott Hughes
· 9 months ago
ecbe7be
Merge "dlext_namespace.h: doc comment wording nits." into main
by Treehugger Robot
· 9 months ago
f86840a
Fix NOTICE file.
by Christopher Ferris
· 9 months ago
6426313
Merge "bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages" into main
by Vilas Bhat
· 9 months ago
069c2b4
dlext_namespace.h: doc comment wording nits.
by Elliott Hughes
· 9 months ago
5a8ce2b
Merge "Make the linker namespace functions a platform header." into main
by Elliott Hughes
· 9 months ago
d624720
Merge "libdl.map.txt: api level 21 is the beginning of time." into main
by Elliott Hughes
· 9 months ago
836370e
bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages
by Vilas Bhat
· 9 months ago
6d9456f
libdl.map.txt: api level 21 is the beginning of time.
by Elliott Hughes
· 9 months ago
e739393
Slightly improve the reserved_signals.h documentation.
by Elliott Hughes
· 9 months ago
8b8a7e7
Merge "Switch to llvm-libc lfind()/lsearch()." into main
by Elliott Hughes
· 9 months ago
87fcb21
Make the linker namespace functions a platform header.
by Elliott Hughes
· 9 months ago
c08782b
Merge "[owners] Remove chiahungduan@google.com from OWNERS" into main
by Owner Cleanup Bot
· 9 months ago
04898b5
Merge "Sandbox libc_musl_sysroot_bionic_headers" into main
by Treehugger Robot
· 9 months ago
6ffc096
Sandbox libc_musl_sysroot_bionic_headers
by Cole Faust
· 9 months ago
4a042b0
Merge "find_libraries: don't try to load the executable" into main
by Ryan Prichard
· 9 months ago
0c14a37
find_libraries: don't try to load the executable
by Ryan Prichard
· 9 months ago
35b21d2
Merge "Fix uninitialized CFI shadow value for linker" into main
by Treehugger Robot
· 9 months ago
fda4c10
Fix uninitialized CFI shadow value for linker
by hangl
· 9 months ago
9b17438
[owners] Remove chiahungduan@google.com from OWNERS
by Owner Cleanup Bot
· 9 months ago
c547f4e
reserved_signals.h: reduce copy & paste of magic numbers.
by Elliott Hughes
· 9 months ago
3bfa4bc
arm64: Test if TPIDR2_EL0 is cleared in signal handlers.
by Tamas Zsoldos
· 9 months ago
ad5a95b
Switch to llvm-libc lfind()/lsearch().
by Elliott Hughes
· 9 months ago
6f106f7
arm64: Handle SME's ZA in setjmp/longjmp.
by Tamas Zsoldos
· 9 months ago
0d36944
Merge "<string.h>: move the strcasestr() const-correct overloads with the strstr() ones." into main
by Elliott Hughes
· 9 months ago
28d333b
<string.h>: move the strcasestr() const-correct overloads with the strstr() ones.
by Elliott Hughes
· 9 months ago
03f703b
<stdint.h>: use more clang built-in definitions.
by Elliott Hughes
· 9 months ago
184ea86
Merge "<string.h>: make the GNU extensions with C++ const correctness less unreadable." into main
by Elliott Hughes
· 9 months ago
90cac19
Merge "wchar_test.cpp: test wchar_t signedness." into main
by Elliott Hughes
· 9 months ago
0e354af
Merge "<stdint.h>: add C23 _WIDTH macros." into main
by Elliott Hughes
· 9 months ago
1749d21
<string.h>: make the GNU extensions with C++ const correctness less unreadable.
by Elliott Hughes
· 9 months ago
0f08d1a
Rename "dynamic_function_dispatch" to "ifuncs".
by Elliott Hughes
· 9 months ago
b63b7a5
Merge "Stop using __LIBC_HIDDEN__ in linker_main.cpp." into main
by Elliott Hughes
· 9 months ago
eb80290
wchar_test.cpp: test wchar_t signedness.
by Elliott Hughes
· 9 months ago
8ec4622
<stdint.h>: add C23 _WIDTH macros.
by Elliott Hughes
· 9 months ago
2d54156
Merge "status.md: remove ancient history." into main
by Elliott Hughes
· 9 months ago
1c58255
Merge "<stdint.h>: fix the INT_FAST* _MAX/_MIN macros." into main
by Elliott Hughes
· 9 months ago
fc98a5e
Merge "Skip MemtagGlobalsTest when running with native bridge" into main
by Treehugger Robot
· 9 months ago
24507f9
Skip MemtagGlobalsTest when running with native bridge
by dimitry
· 9 months ago
8109e53
<stdint.h>: fix the INT_FAST* _MAX/_MIN macros.
by Elliott Hughes
· 9 months ago
98f66a0
Merge "<stdint.h>: add tests for _MAX and _MIN macros." into main
by Elliott Hughes
· 9 months ago
12fbee5
status.md: remove ancient history.
by Elliott Hughes
· 9 months ago
0bf7492
<stdint.h>: add tests for _MAX and _MIN macros.
by Elliott Hughes
· 9 months ago
0420aa8
gtest_globals: fix error visibility.
by Elliott Hughes
· 9 months ago
7c6a466
Merge "dl_iterate_phdr(): fix iteration order." into main
by Elliott Hughes
· 9 months ago
7f850e3
stdint_test: check the "least" types, not just the "fast" ones.
by Elliott Hughes
· 9 months ago
00a07c7
dl_iterate_phdr(): fix iteration order.
by Elliott Hughes
· 9 months ago
12b7ed5
dlfcn_symlink_support.cpp: remove obsolete workaround.
by Elliott Hughes
· 9 months ago
94fe34c
remove_link_map_from_debug_map() does not need to be public.
by Elliott Hughes
· 9 months ago
25851b7
Merge "Update to v6.14 kernel headers." into main
by Christopher Ferris
· 9 months ago
0e7cbbd
Merge "Replace arch variant property with feature property." into main
by Treehugger Robot
· 9 months ago
2383919
Stop using __LIBC_HIDDEN__ in linker_main.cpp.
by Elliott Hughes
· 9 months ago
5d183df
Merge "Force particular malloc tests to use _FORTIFY_SOURCE=2" into main
by Sharjeel Khan
· 9 months ago
5e38ac4
Merge "getentropy(): POSIX went for EINVAL rather than EIO on "buffer too large"." into main
by Elliott Hughes
· 9 months ago
ac2fb2b
Replace arch variant property with feature property.
by Krzysztof Kosiński
· 9 months ago
702f050
Force particular malloc tests to use _FORTIFY_SOURCE=2
by Sharjeel Khan
· 10 months ago
19e7204
Merge "Stop using __LIBC_HIDDEN__ in linker_main.cpp." into main
by Elliott Hughes
· 9 months ago
bab0e3d
getentropy(): POSIX went for EINVAL rather than EIO on "buffer too large".
by Elliott Hughes
· 9 months ago
ecf83ce
Stop using __LIBC_HIDDEN__ in linker_main.cpp.
by Elliott Hughes
· 9 months ago
995eee6
<stdint.h>: wint_t is unsigned.
by Elliott Hughes
· 9 months ago
b359579
Merge "Update "Available in" comments to include _BSD_SOURCE/_GNU_SOURCE." into main
by Elliott Hughes
· 9 months ago
ee67162
Merge "Stop using __LIBC_HIDDEN__ in linker_tls.h." into main
by Elliott Hughes
· 9 months ago
e4023f0
Merge "Reduce fortify test .bp copy & paste." into main
by Elliott Hughes
· 9 months ago
a714b62
Update to v6.14 kernel headers.
by Christopher Ferris
· 10 months ago
939aec4
Merge "Stop using __LIBC_HIDDEN__ in linker_globals.h." into main
by Elliott Hughes
· 9 months ago
f58a352
Merge "Stop using __LIBC_HIDDEN__ in linker_wrapper.cpp." into main
by Elliott Hughes
· 9 months ago
ab47e9a
Update "Available in" comments to include _BSD_SOURCE/_GNU_SOURCE.
by Elliott Hughes
· 9 months ago
06fda71
Reduce fortify test .bp copy & paste.
by Elliott Hughes
· 9 months ago
4f82db3
Merge "Add fortify3 versions of tests" into main
by Sharjeel Khan
· 9 months ago
1725147
Add fortify3 versions of tests
by Sharjeel Khan
· 9 months ago
7d1b9cb
Merge __USE_BSD/__USE_GNU with following api level checks.
by Elliott Hughes
· 9 months ago
b427866
Merge "<time.h>: fix some doc comments." into main
by Elliott Hughes
· 9 months ago
480a70a
<spawn.h>: the two _np functions are in POSIX 2024.
by Elliott Hughes
· 9 months ago
b777978
<time.h>: fix some doc comments.
by Elliott Hughes
· 9 months ago
20154cb
Merge "<netinet/if_ether.h>: modernize." into main
by Elliott Hughes
· 9 months ago
f26fd9c
Merge "<spawn.h>: reduce scope of __USE_GNU and __BIONIC_AVAILABILITY_GUARD()." into main
by Elliott Hughes
· 9 months ago
fb3b995
Merge "<stdio.h>: reduce scope of __USE_BSD/__USE_GNU." into main
by Elliott Hughes
· 9 months ago
0e16a69
Merge "<sys/stat.h>: reduce scope of __USE_BSD/__USE_GNU for constants." into main
by Elliott Hughes
· 9 months ago
d00bf19
Merge "<sys/time.h>: reduce scope of __USE_BSD." into main
by Elliott Hughes
· 9 months ago
bcf09f0
Merge "<math.h>: reduce __USE_BSD/__USE_GNU scope." into main
by Elliott Hughes
· 9 months ago
47cd472
Merge "Stop using __LIBC_HIDDEN__ in linker_debug.h." into main
by Elliott Hughes
· 9 months ago
6b71feb
Merge "<sched.h>: reduce __USE_GNU scope." into main
by Elliott Hughes
· 9 months ago
d31ae87
Merge "<glob.h>: reduce scope of __USE_BSD." into main
by Elliott Hughes
· 9 months ago
e81423e
Merge "Document the statvfs::f_fsid ILP32 infelicity." into main
by Elliott Hughes
· 9 months ago
27f58dc
Merge "Fix fsid error" into main
by Christopher Ferris
· 9 months ago
94f1d0b
Stop using __LIBC_HIDDEN__ in linker_wrapper.cpp.
by Elliott Hughes
· 9 months ago
5ce9c22
Stop using __LIBC_HIDDEN__ in linker_tls.h.
by Elliott Hughes
· 9 months ago
Next »