index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround b/16818336 which fails build under aggressive inlining.
Dehao Chen
2014-08-06
1
-33
/
+0
*
Add an obvious comment to <stdio.h> for fixincludes.
Elliott Hughes
2014-08-06
1
-0
/
+8
*
Proper MB_CUR_MAX.
Dan Albert
2014-07-30
1
-1
/
+2
*
Implement <sys/fsuid.h>.
Elliott Hughes
2014-07-30
1
-2
/
+1
*
Remove declarations for things that don't exist.
Elliott Hughes
2014-07-29
4
-33
/
+1
*
Merge "Fix linkage of grantpt(3)."
Elliott Hughes
2014-07-28
2
-13
/
+7
|
\
|
*
Fix linkage of grantpt(3).
Elliott Hughes
2014-07-25
2
-13
/
+7
*
|
syscall(3)'s return type should be long.
Elliott Hughes
2014-07-28
1
-1
/
+1
|
/
*
Start hiding "private/bionic_time.h".
Elliott Hughes
2014-07-25
1
-1
/
+1
*
Merge "Implement twalk(3), add unit tests."
Elliott Hughes
2014-07-24
1
-0
/
+3
|
\
|
*
Implement twalk(3), add unit tests.
Elliott Hughes
2014-07-24
1
-0
/
+3
*
|
Fix belated review comments on syslog change.
Elliott Hughes
2014-07-23
1
-37
/
+40
|
/
*
Merge "Rewrite syslog(3) to use Android logging."
Elliott Hughes
2014-07-19
1
-13
/
+11
|
\
|
*
Rewrite syslog(3) to use Android logging.
Elliott Hughes
2014-07-21
1
-13
/
+11
*
|
There is no _MIN for unsigned types.
Dan Albert
2014-07-21
1
-1
/
+1
|
/
*
Clean up some misinformation around prctl.
Elliott Hughes
2014-07-18
2
-10
/
+3
*
Merge "Remove SIOCKILLADDR from <sys/socket.h>."
Elliott Hughes
2014-07-17
1
-7
/
+0
|
\
|
*
Remove SIOCKILLADDR from <sys/socket.h>.
Elliott Hughes
2014-07-17
1
-7
/
+0
*
|
Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.
Elliott Hughes
2014-07-17
1
-7
/
+0
|
/
*
Remove non-standard prctl constants from <sys/prctl.h>.
Elliott Hughes
2014-07-17
1
-13
/
+0
*
Merge "Define atomic_charN_t only if charN_t is supported."
Hans Boehm
2014-07-16
1
-2
/
+4
|
\
|
*
Define atomic_charN_t only if charN_t is supported.
Hans Boehm
2014-07-16
1
-2
/
+4
*
|
ptrace(3) should be varargs.
Elliott Hughes
2014-07-16
1
-4
/
+4
*
|
Regenerate the syscalls list after the uapi update.
Elliott Hughes
2014-07-15
1
-0
/
+10
*
|
Remove isascii_l(3).
Dan Albert
2014-07-14
1
-1
/
+0
*
|
Define SIOCKILLADDR which isn't in the common kernel uapi headers.
Elliott Hughes
2014-07-11
1
-0
/
+7
*
|
Define three prctl constants that went missing from uapi.
Elliott Hughes
2014-07-11
1
-0
/
+19
*
|
EM_ARM and EM_AARCH64 are now in the uapi header.
Elliott Hughes
2014-07-11
1
-3
/
+0
|
/
*
Revert "Revert "Add locale aware APIs.""
Dan Albert
2014-07-11
6
-0
/
+89
*
The err family allow null format strings.
Elliott Hughes
2014-07-11
1
-38
/
+13
*
Revert "Add locale aware APIs."
Dan Albert
2014-07-09
6
-89
/
+0
*
Add locale aware APIs.
Dan Albert
2014-07-09
6
-0
/
+89
*
Change android_dlextinfo flags to uint64_t
Dmitriy Ivanov
2014-07-08
1
-1
/
+1
*
Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."""
Dan Albert
2014-07-02
2
-2
/
+7
|
\
|
*
Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""
Dan Albert
2014-07-01
2
-2
/
+7
*
|
Load library using file handle.
Dmitriy Ivanov
2014-07-02
1
-1
/
+8
*
|
Restore <nsswitch.h> which is BSD API, not private.
Elliott Hughes
2014-06-30
1
-0
/
+230
*
|
asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9.
Raghu Gandham
2014-06-25
1
-0
/
+1
*
|
Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings.
Elliott Hughes
2014-06-25
1
-3
/
+8
*
|
Add splice, tee, and vmsplice.
Elliott Hughes
2014-06-24
1
-3
/
+10
*
|
Merge "Sync to current upstream arc4random."
Elliott Hughes
2014-06-24
1
-3
/
+4
|
\
\
|
*
|
Sync to current upstream arc4random.
Elliott Hughes
2014-06-24
1
-3
/
+4
*
|
|
Merge "Prefix cmsg_nxthdr with "__"."
Calin Juravle
2014-06-24
1
-2
/
+2
|
\
\
\
|
*
|
|
Prefix cmsg_nxthdr with "__".
Calin Juravle
2014-06-24
1
-2
/
+2
*
|
|
|
Use __builtin_*_chk for bcopy/bzero.
Dan Albert
2014-06-23
1
-2
/
+10
|
/
/
/
*
|
|
Merge "Remove SHA1 from LP64 in favor of libcrypto."
Dan Albert
2014-06-20
2
-54
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove SHA1 from LP64 in favor of libcrypto.
Dan Albert
2014-06-16
2
-54
/
+0
*
|
|
Expose tzname, daylight, and timezone.
Elliott Hughes
2014-06-19
1
-3
/
+3
*
|
|
Build tzcode with hidden visibility.
Elliott Hughes
2014-06-19
2
-28
/
+27
|
|
/
|
/
|
*
|
Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."
Dan Albert
2014-06-19
2
-7
/
+2
[next]