Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
eed3d0d1f35de202abea838c48aa25083cb36e56
/
libc
/
include
eed3d0d
We don't need two copies of <nsswitch.h>.
by Elliott Hughes
· 11 years ago
eb664e2
Add getmntent_r to our collection of <mntent.h> compatibility stubs.
by Elliott Hughes
· 11 years ago
f34f0cc
Merge "Use __LP64__ instead of __LP32__ in sched.h"
by Calin Juravle
· 11 years ago
dd09699
Use __LP64__ instead of __LP32__ in sched.h
by Calin Juravle
· 11 years ago
f963da2
Undef private *_BODY defines after use
by Calin Juravle
· 11 years ago
15a6310
Support mb sequences across calls to mb*to*wcs* functions
by Calin Juravle
· 11 years ago
d67c6af
Merge "Reserve space for the future in statvfs(64)"
by Calin Juravle
· 11 years ago
7bec121
Reserve space for the future in statvfs(64)
by Calin Juravle
· 11 years ago
4d695bf
Merge "Align struct passwd definition with other variations of libc"
by Calin Juravle
· 11 years ago
c768874
Align struct passwd definition with other variations of libc
by Calin Juravle
· 11 years ago
4aa2e6a
Give bionic's __ANDROID_API__ a more reasonable value.
by Elliott Hughes
· 11 years ago
e292875
Merge "Reserve some space in sem_t for the future."
by Calin Juravle
· 11 years ago
b6c48b2
Merge "Allow for better utmp logging."
by Calin Juravle
· 11 years ago
fc2af0c
Merge "Fix ino_t and suseconds_t"
by Calin Juravle
· 11 years ago
6726862
Fix ino_t and suseconds_t
by Calin Juravle
· 11 years ago
0686d5e
Reserve some space in sem_t for the future.
by Calin Juravle
· 11 years ago
7d8f303
Allow for better utmp logging.
by Calin Juravle
· 11 years ago
7c435f2
Leave more space for extensions in pthread_rwlockattr_t
by Calin Juravle
· 11 years ago
9ded07c
bionic: make epoll_event structure packed
by Philip Hatcher
· 11 years ago
52defb7
Remove the non-standard time64 stuff for LP64.
by Elliott Hughes
· 11 years ago
0990d4f
Make SIGRTMIN hide the real-time signals we use internally.
by Elliott Hughes
· 11 years ago
77473e4
Merge "Fix cpu_set_t"
by Calin Juravle
· 11 years ago
4566731
Merge "Adds quick_exit(3) and at_quick_exit(3) from freebsd"
by Dan Albert
· 11 years ago
b743790
Fix cpu_set_t
by Calin Juravle
· 11 years ago
d4ae59d
Merge "Reserve space in mbstate to allow for proper wchar support"
by Calin Juravle
· 11 years ago
b8425c5
Adds quick_exit(3) and at_quick_exit(3) from freebsd
by Dan Albert
· 11 years ago
01ae00f
Switch to the OpenBSD implementations of the wide scanf functions.
by Elliott Hughes
· 11 years ago
3d7a0d9
Switch to the OpenBSD wcsto* functions.
by Elliott Hughes
· 11 years ago
eab395e
Reserve space in mbstate to allow for proper wchar support
by Calin Juravle
· 11 years ago
b1cacd4
Reserve space in pthread structures for future extensibility.
by Calin Juravle
· 11 years ago
ab29071
Merge "Revert "Reserve space in pthread structures for future extensibility.""
by Greg Hackmann
· 11 years ago
6b64000
Revert "Reserve space in pthread structures for future extensibility."
by Greg Hackmann
· 11 years ago
477d14b
Merge "Reserve space in pthread structures for future extensibility."
by Calin Juravle
· 11 years ago
cf83fd7
Reserve space in pthread structures for future extensibility.
by Calin Juravle
· 11 years ago
532ad90
Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation."
by Elliott Hughes
· 11 years ago
eae5902
Remove strntoimax and strntoumax from the future.
by Elliott Hughes
· 11 years ago
58d9e28
Switch to the upstream OpenBSD getenv/putenv/setenv implementation.
by Elliott Hughes
· 11 years ago
8d77bce
LP64 shouldn't include the non-standard <time64.h> cruft.
by Elliott Hughes
· 11 years ago
cce36c1
Use -fvisibility=hidden to build libc_gdtoa.
by Elliott Hughes
· 11 years ago
c5eea6d
Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN."
by Elliott Hughes
· 11 years ago
b1bfa79
Merge "Allow sharing the RELRO section via a file."
by Torne (Richard Coles)
· 11 years ago
c363e5d
Merge "Support loading libraries to a reserved address."
by Torne (Richard Coles)
· 11 years ago
16f6429
Merge "Add android_dlopen_ext() interface to linker."
by Torne (Richard Coles)
· 11 years ago
83c07b5
Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
by Elliott Hughes
· 11 years ago
db68e56
Brings LC_* defs into line with POSIX
by Dan Albert
· 11 years ago
0e351e4
Merge "Changes our ctype identifiers to match the BSDs"
by Dan Albert
· 11 years ago
779585f
Changes our ctype identifiers to match the BSDs
by Dan Albert
· 11 years ago
183ad9d
Allow sharing the RELRO section via a file.
by Torne (Richard Coles)
· 11 years ago
12bbb91
Support loading libraries to a reserved address.
by Torne (Richard Coles)
· 11 years ago
012cb45
Add android_dlopen_ext() interface to linker.
by Torne (Richard Coles)
· 11 years ago
cb65cc3
Clean up <machine/ieee.h>.
by Elliott Hughes
· 11 years ago
40b0579
Add iswblank for libcxx.
by Elliott Hughes
· 11 years ago
93e1907
Use the glibc name user_fpregs_struct.
by Elliott Hughes
· 11 years ago
c5992a0
Fix mcontext_t for x86-64.
by Elliott Hughes
· 11 years ago
a5d8331
Merge "Use glibc structure for __cmsg_nxthdr."
by Calin Juravle
· 11 years ago
b52a4ab
Merge "Flesh out <locale.h>."
by Elliott Hughes
· 11 years ago
c4936e2
Flesh out <locale.h>.
by Elliott Hughes
· 11 years ago
9f52564
Implement _Exit(3).
by Elliott Hughes
· 11 years ago
ff64831
Use glibc structure for __cmsg_nxthdr.
by Calin Juravle
· 11 years ago
5363a45
Clean up localeconv(3).
by Elliott Hughes
· 11 years ago
48501af
AArch64: Fix flock64 for LP64.
by Serban Constantinescu
· 11 years ago
41059d7
Merge "Add stpcpy/stpncpy."
by Christopher Ferris
· 11 years ago
950a58e
Add stpcpy/stpncpy.
by Christopher Ferris
· 11 years ago
efbdb53
Remove a non-standard turd: strtotimeval.
by Elliott Hughes
· 11 years ago
5f149f1
Merge "Implement wctomb(3) for ltrace."
by Elliott Hughes
· 11 years ago
50249bc
Fix build: __unused isn't unused!
by Elliott Hughes
· 11 years ago
77e944f
Implement wctomb(3) for ltrace.
by Elliott Hughes
· 11 years ago
5c7bda5
Fix aarch64 struct ucontext.
by Elliott Hughes
· 11 years ago
caa15bf
Define __WORDSIZE like glibc.
by Elliott Hughes
· 11 years ago
804b95e
Merge "bionic: Replace iface with opaque netid in resolver."
by Robert Greenwalt
· 11 years ago
1b0dc40
Remove <machine/limits.h>.
by Elliott Hughes
· 11 years ago
ea9bf67
bionic: Replace iface with opaque netid in resolver.
by Szymon Jakubczak
· 11 years ago
7f3a272
Add lsearch(3) for ltrace.
by Elliott Hughes
· 11 years ago
9cea377
Small accept4 fixes.
by Christopher Ferris
· 11 years ago
50282f7
Add lconv declaration and localeconv(3)
by Pavel Chupin
· 11 years ago
bc475bc
Merge "Add accept4() syscall"
by Christopher Ferris
· 11 years ago
ecbf00b
Merge "Clean up CMSG_*HDR in <sys/socket.h>"
by Calin Juravle
· 11 years ago
8f2a30a
Add accept4() syscall
by Andrei Emeltchenko
· 11 years ago
f1de90b
Clean up CMSG_*HDR in <sys/socket.h>
by Calin Juravle
· 11 years ago
9e8a8dc
Merge "Remove ALIGNBYTES and ALIGN from <sys/param.h>"
by Calin Juravle
· 11 years ago
c20de90
Remove ALIGNBYTES and ALIGN from <sys/param.h>
by Calin Juravle
· 11 years ago
7eb28b5
FORTIFY_SOURCE: don't define s?printf macros if already defined
by Nick Kralevich
· 11 years ago
205c788
Clean up reentrancy cruft.
by Elliott Hughes
· 11 years ago
f2cea02
Clean up <stdio.h> macros.
by Elliott Hughes
· 11 years ago
5a81738
Ensure we always have symbols for atof, strtof, strtold.
by Elliott Hughes
· 11 years ago
2282e16
Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h"
by Elliott Hughes
· 11 years ago
2725ca9
Use [u]int32_t instead of __[u]int32_t in sys/types.h
by Pavel Chupin
· 11 years ago
8d4b584
Clean up our termios implementation.
by Elliott Hughes
· 11 years ago
cccfe1e
Reimplement clock(3) and switch to OpenBSD time(3).
by Elliott Hughes
· 11 years ago
a4eafa6
Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr
by Calin Juravle
· 11 years ago
247dc91
Take ownership of various simple syscall wrappers.
by Elliott Hughes
· 11 years ago
152b9de
Remove non-standard memswap.
by Elliott Hughes
· 11 years ago
333e2ae
Merge "Add si_timerid to <signal.h>."
by Elliott Hughes
· 11 years ago
4d46c94
Merge "Rewrite the POSIX timer functions."
by Elliott Hughes
· 11 years ago
4b558f5
Rewrite the POSIX timer functions.
by Elliott Hughes
· 11 years ago
a0cd9bc
Add si_timerid to <signal.h>.
by Elliott Hughes
· 11 years ago
d9ba757
Merge "Sync up nameser with upstream(2014.03.05)"
by Calin Juravle
· 11 years ago
fcb502e
Sync up nameser with upstream(2014.03.05)
by Calin Juravle
· 11 years ago
252ee1e
Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC.
by Narayan Kamath
· 11 years ago
0e714a5
Implement POSIX pthread_mutex_timedlock.
by Elliott Hughes
· 11 years ago
Next »