Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
bd4e0652227ee2aef7016480ea5451e498e20e28
/
libc
/
include
/
bits
2891f3e
Add a libc wrapper for statx(2).
by Elliott Hughes
· 6 years ago
db5c45b
Merge "fortify: simplify strlen for LLVM's new optimization"
by George Burgess IV
· 6 years ago
36359f4
Remove unused declarations.
by Elliott Hughes
· 6 years ago
5ac438e
Clean up mips references in the headers.
by Elliott Hughes
· 6 years ago
d02e7b1
fortify: simplify strlen for LLVM's new optimization
by George Burgess IV
· 6 years ago
44c01c7
Clean up the math headers.
by Elliott Hughes
· 6 years ago
fd2eb42
Merge "<ctype.h>: inline the ASCII functions."
by Elliott Hughes
· 6 years ago
026d3a8
<ctype.h>: inline the ASCII functions.
by Elliott Hughes
· 6 years ago
2f78765
fortify: remove 'optimizations' for functions that LLVM knows about
by George Burgess IV
· 6 years ago
09e77f3
_FILE_OFFSET_BITS=64 support for fcntl.
by Elliott Hughes
· 6 years ago
d98dac41
versioner: Fix fortified sendto
by Logan Chien
· 6 years ago
95c6cd7
Stop using the __ANDROID_API_x__ constants.
by Elliott Hughes
· 6 years ago
8a0cdb1
fortify: allow diagnostics without run-time checks (attempt #2)
by George Burgess IV
· 6 years ago
f38e8ca
Stop using `__out` as a name.
by Elliott Hughes
· 6 years ago
f359548
Revert "fortify: allow diagnostics without run-time checks"
by George Burgess IV
· 6 years ago
d7e11b8
fortify: allow diagnostics without run-time checks
by George Burgess IV
· 6 years ago
3aedee9
fortify: remove last uses of __bos_trivially_not*
by George Burgess IV
· 6 years ago
fd1ff4b
fortify(string): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
9349b9e
fortify(fcntl): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
3e565bd
Merge "fortify(unistd): emit diagnostics regardless of API level"
by Treehugger Robot
· 6 years ago
0e14c5a
<unistd.h> __INTRODUCED_IN cleaup.
by Elliott Hughes
· 6 years ago
da8d30f
fortify(unistd): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
b8a95e2
Update to kernel headers v5.3.2.
by Christopher Ferris
· 6 years ago
113d6fa
fortify(stdio): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
db87607
fortify(poll): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
bc37c5a
fortify(strings): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
d0a0f72
fortify(socket/stat): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
36926f4
fortify: account for new clang diagnostics
by George Burgess IV
· 6 years ago
2fb9a03
Merge "versioner: Fix bzero/bcopy fortify"
by Logan Chien
· 6 years ago
37ff081
Merge "Support statvfs on API levels before 19."
by Elliott Hughes
· 6 years ago
b33952c
versioner: Fix bzero/bcopy fortify
by Logan Chien
· 6 years ago
261bd74
Support statvfs on API levels before 19.
by Elliott Hughes
· 6 years ago
235aad1
versioner: Fix C11 threads.h
by Logan Chien
· 6 years ago
a960142
Fix timespec.h documentation
by Tom Cherry
· 6 years ago
6d60145
Renumber arm64 TLS to match GNU values
by Ryan Prichard
· 6 years ago
76e2b15
Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>)
by Tom Cherry
· 6 years ago
aeddbcf
Update to kernel headers v5.2.
by Christopher Ferris
· 7 years ago
261b7f4
fortify: replace bzero/bcmp defines
by George Burgess IV
· 7 years ago
849c0b9
fortify: add __mempcpy_chk
by George Burgess IV
· 7 years ago
74519e7
fortify: fix overflow checks in unistd
by George Burgess IV
· 7 years ago
26d25a2
fortify: add even more warnings
by George Burgess IV
· 7 years ago
8c0ec11
fortify: fix up a few diagnostics; add __wur to realpath
by George Burgess IV
· 7 years ago
2356c93
fortify: add bit checking for open(at)?64 functions
by George Burgess IV
· 7 years ago
77f99aa
fortify: add diagnostics for str* functions
by George Burgess IV
· 7 years ago
cfede4f
Merge changes Ic2d48c93,I981ac9bd
by Treehugger Robot
· 7 years ago
30d4c6f
Merge "fortify: use __builtin_constant_p for more short-circuits"
by Treehugger Robot
· 7 years ago
a743f31
Merge "fortify: Migrate trivial cases to dynamic check macros"
by George Burgess IV
· 7 years ago
c03d596
fortify: s/([gl])eq/\1e/g
by George Burgess IV
· 7 years ago
d9865e7
fortify: more use of __builtin_constant_p
by George Burgess IV
· 7 years ago
a1a09b2
fortify: use __builtin_constant_p for more short-circuits
by George Burgess IV
· 7 years ago
32e8d4f
Merge "fortify: inline #defined strings"
by Treehugger Robot
· 7 years ago
b07c197
Merge "fortify: use a macro in diagnose_if"
by Treehugger Robot
· 7 years ago
5da5dd5
fortify: Migrate trivial cases to dynamic check macros
by George Burgess IV
· 7 years ago
ff71793
fortify: inline #defined strings
by George Burgess IV
· 7 years ago
5273dc5
fortify: use a macro in diagnose_if
by George Burgess IV
· 7 years ago
24f97eb
Update to kernel headers to v5.1.3.
by Christopher Ferris
· 7 years ago
31c7309
Add SEEK_DATA and SEEK_HOLE constants.
by Elliott Hughes
· 7 years ago
4206711
threads.h: Add C11 thread support.
by Elliott Hughes
· 7 years ago
c4c2e24
<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers.
by Elliott Hughes
· 7 years ago
73d1fb9
Fix get_device_api_level_inlines.h in versioner
by Logan Chien
· 7 years ago
c0f4656
Make android_get_application_target_sdk_version available to the NDK.
by Elliott Hughes
· 7 years ago
9ce2884
Update to v4.19 kernel headers.
by Christopher Ferris
· 7 years ago
82ab481
Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX.
by Elliott Hughes
· 7 years ago
dd6763a
Another round of documentation.
by Elliott Hughes
· 7 years ago
ce934e3
Add android_get_device_api_level.
by Elliott Hughes
· 7 years ago
222ce95
Remove ARM/MIPS fenv duplication.
by Elliott Hughes
· 7 years ago
b7b2884
Merge "Reland "Retire GCC FORTIFY.""
by Elliott Hughes
· 7 years ago
c1c8a18
Fix arm32/64 dynamic TLS relocations
by Ryan Prichard
· 8 years ago
0d1a8a5
Reland "Retire GCC FORTIFY."
by Elliott Hughes
· 7 years ago
4dbe8fc
Revert "Retire GCC FORTIFY."
by Elliott Hughes
· 7 years ago
067bdc9
Retire GCC FORTIFY.
by Elliott Hughes
· 7 years ago
76a1d45
Update to v4.17.3 kernel headers.
by Christopher Ferris
· 8 years ago
90234e5
Merge "Fortify ppoll64."
by Elliott Hughes
· 8 years ago
b83bf14
Fortify ppoll64.
by Elliott Hughes
· 8 years ago
de45dcb
libc: silence unsigned->signed warnings with ioctl
by George Burgess IV
· 8 years ago
23415fc
Add uc_sigmask64.
by Elliott Hughes
· 8 years ago
f81abef
Use __BIONIC_FORTIFY_VARIADIC for variadic functions.
by Chih-Hung Hsieh
· 8 years ago
59a6ee9
Merge "Add trivial termios tests."
by Elliott Hughes
· 8 years ago
64f355f
Use in_addr in ip_mreq_source and ip_msfilter.
by Elliott Hughes
· 8 years ago
5da9646
Add trivial termios tests.
by Elliott Hughes
· 8 years ago
21b56eb
Test POSIX 1003.1 2016 chapter 13 "Headers".
by Elliott Hughes
· 8 years ago
b6c7f6e
Fix arm/arm64 <fenv.h> to match current reality.
by Elliott Hughes
· 8 years ago
c8a2612
Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched."
by Elliott Hughes
· 8 years ago
8aecba7
Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched.
by Elliott Hughes
· 8 years ago
19d7685
More <limits.h> fixes.
by Elliott Hughes
· 8 years ago
ddd6436
Merge "Unified sysroot: kill arch-specific include dirs."
by Elliott Hughes
· 8 years ago
d4ca231
Unified sysroot: kill arch-specific include dirs.
by Elliott Hughes
· 8 years ago
14e3ff9
Implement <spawn.h>.
by Elliott Hughes
· 8 years ago
aaf83e8
More POSIX limits cleanup.
by Elliott Hughes
· 8 years ago
3a8f75d
POSIX clock cleanup.
by Elliott Hughes
· 8 years ago
df9a489
Add more const-correct C++ overloads.
by Elliott Hughes
· 8 years ago
3ce8834
Merge "Name function arguments in libc headers for Studio."
by Elliott Hughes
· 8 years ago
95bd488
libc fortify: error on realpath(NULL, foo)
by George Burgess IV
· 8 years ago
faa7434
Name function arguments in libc headers for Studio.
by Elliott Hughes
· 8 years ago
daebd05
Fix pattern to account for '_' prefix in syscalls
by dimitry
· 8 years ago
b115aef
With O_TMPFILE, open(2) takes a mode argument.
by Elliott Hughes
· 8 years ago
cc3639b
Merge "libc fortify: warn on open() with useless mode bits"
by Treehugger Robot
· 8 years ago
4e37d53
libc fortify: warn on open() with useless mode bits
by George Burgess IV
· 8 years ago
b1b125e
Merge "libc fortify: make string.h use diagnose_if"
by Treehugger Robot
· 8 years ago
5ac5a7c
Merge "libc fortify: make fcntl.h use diagnose_if"
by Treehugger Robot
· 8 years ago
Next »