Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
c164f2a9694fa8c373ec72d237ee16b412aa5c53
/
libc
c164f2a
bionic: modify syscall to use 6 registers to pass parameter.
by Jin Wei
· 13 years ago
0946513
Upgrade to tzdata2012e.
by Elliott Hughes
· 13 years ago
4f1f149
Fix the clang build: this compiler doesn't support the gnu_inline function attribute
by Shih-wei Liao
· 13 years ago
1c30398
[MIPS] Support for TLS register
by Raghu Gandham
· 13 years ago
405b802
MIPS support for libc.
by Raghu Gandham
· 13 years ago
ecb53ea
Fix a ENOTUP/ENOTSUP typo.
by Elliott Hughes
· 13 years ago
994935f
Merge "Error numbers are target specific."
by Elliott Hughes
· 13 years ago
da26110
Error numbers are target specific.
by Chris Dearman
· 14 years ago
c29f295
Updated the cleaned header file mman.h for MIPS.
by Raghu Gandham
· 13 years ago
a513f70
Merge "bionic: Stack pointer/signal race condition."
by Elliott Hughes
· 13 years ago
2137289
Merge "fix __cxa_finalize() implementation to be thread safe."
by Elliott Hughes
· 13 years ago
2270dfa
fix __cxa_finalize() implementation to be thread safe.
by Srinavasa Nagaraju
· 13 years ago
fc0725e
Install crt(begin|end)_so.o to target library path.
by Shih-wei Liao
· 13 years ago
52d6233
Report errors to the log, not just stderr.
by Elliott Hughes
· 13 years ago
6171d11
Replace ALL_PREBUILTS with BUILD_PREBUILT
by Ying Wang
· 13 years ago
12f411d
Merge "Correction to use of TEMP_FAILURE_RETRY in send_prop_msg"
by Elliott Hughes
· 13 years ago
c20d0f3
Correction to use of TEMP_FAILURE_RETRY in send_prop_msg
by Jens Gulin
· 13 years ago
3460db9
bionic: Stack pointer/signal race condition.
by Peter Enderborg
· 13 years ago
7d6c3f7
Merge "Remove the 'Factory' time zone by not processing the 'factory' file."
by Elliott Hughes
· 13 years ago
541c225
Remove the 'Factory' time zone by not processing the 'factory' file.
by Elliott Hughes
· 13 years ago
9145ad3
vfprintf: fix spelling.
by Nick Kralevich
· 13 years ago
00a66a6
[MIPS] Use an aligned address to provoke SIGSEGV in abort()
by Chris Dearman
· 13 years ago
958dad7
Fix implementation of generic atomic operations
by Chris Dearman
· 13 years ago
f7fb9e1
[MIPS] Add atomic routines
by Raghu Gandham
· 13 years ago
5d967e4
Upgrade to tzdata2012d.
by Elliott Hughes
· 13 years ago
0351955
Update time.h for CLOCK_BOOTTIME.
by Nick Pelly
· 13 years ago
fabddfe
Merge "limits.h: Include page.h when relying on PAGE_SIZE"
by Elliott Hughes
· 13 years ago
c37fc1a
FORTIFY_SOURCE: revert memcpy changes.
by Nick Kralevich
· 13 years ago
9b6cc22
FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro
by Nick Kralevich
· 13 years ago
260bf8c
FORTIFY_SOURCE: strlen check.
by Nick Kralevich
· 13 years ago
b2060b0
FORTIFY_SOURCE: restore __memcpy_chk()
by Nick Kralevich
· 13 years ago
f3913b5
FORTIFY_SOURCE: enhanced memcpy protections.
by Nick Kralevich
· 13 years ago
e64259e
memmove: Don't call memcpy if regions overlap
by Nick Kralevich
· 13 years ago
6334c66
Don't use -fstack-protector on ssp.c
by Nick Kralevich
· 13 years ago
6331db3
limits.h: Include page.h when relying on PAGE_SIZE
by Arun Raghavan
· 14 years ago
8f08e1c
Merge "FORTIFY_SOURCE: Add openat, fix bug"
by Nick Kralevich
· 13 years ago
a3e230d
FORTIFY_SOURCE: Add openat, fix bug
by Nick Kralevich
· 13 years ago
965dbc6
FORTIFY_SOURCE: add fgets support.
by Nick Kralevich
· 13 years ago
2ddf77b
Merge "Modify ion header"
by Rebecca Schultz Zavin
· 13 years ago
bd73eed
Merge "FORTIFY_SOURCE: add open() checks"
by Nick Kralevich
· 13 years ago
cb228fb
libc: cleanups
by Nick Kralevich
· 13 years ago
8118f62
FORTIFY_SOURCE: add open() checks
by Nick Kralevich
· 13 years ago
f2ba5c9
am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev
by Andy McFadden
· 13 years ago
63c4179
am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev
by Andy McFadden
· 13 years ago
ec2ab73
Minor tweak to get memory around corrupted heap chunks dumped.
by Ben Cheng
· 13 years ago
ece8f50
Merge "Add watchdog.h"
by Arve Hjønnevåg
· 13 years ago
70f6901
libc: make atoi, atol, and atoll pure functions
by Nick Kralevich
· 13 years ago
8df49ad
FORTIFY_SOURCE: add strlcpy / strlcat support
by Nick Kralevich
· 13 years ago
420f493
Add watchdog.h
by Arve Hjønnevåg
· 13 years ago
a5eaa02
Merge "Don't mark realloc with __attribute__((malloc))"
by Nick Kralevich
· 13 years ago
b27631b
Don't mark realloc with __attribute__((malloc))
by Nick Kralevich
· 13 years ago
8c54c56
Merge "FORTIFY_SOURCE: add sprintf / vsprintf support"
by Nick Kralevich
· 13 years ago
9b549c3
FORTIFY_SOURCE: add sprintf / vsprintf support
by Nick Kralevich
· 13 years ago
ca622f5
Merge "update filter.h / prctl.h / seccomp.h"
by Nick Kralevich
· 13 years ago
8f88aa7
am c5cab345: am 028ccf5d: Merge "Avoid multiple dns lookups for the same query"
by Robert Greenwalt
· 13 years ago
c5cab34
am 028ccf5d: Merge "Avoid multiple dns lookups for the same query"
by Robert Greenwalt
· 13 years ago
d1a6918
update filter.h / prctl.h / seccomp.h
by Nick Kralevich
· 13 years ago
028ccf5
Merge "Avoid multiple dns lookups for the same query"
by Robert Greenwalt
· 13 years ago
c2f1d21
Merge "FORTIFY_SOURCE: add snprintf, vsnprintf"
by Nick Kralevich
· 13 years ago
c9142d4
am 571da80c: am c75491e2: Merge "Remove an obsolete jamfile."
by Elliott Hughes
· 13 years ago
20afd4e
am e0961445: Merge "Remove the meaningless on Linux if_dl.h header."
by Elliott Hughes
· 13 years ago
571da80
am c75491e2: Merge "Remove an obsolete jamfile."
by Elliott Hughes
· 13 years ago
e096144
Merge "Remove the meaningless on Linux if_dl.h header."
by Elliott Hughes
· 13 years ago
cffdf66
FORTIFY_SOURCE: add snprintf, vsnprintf
by Nick Kralevich
· 13 years ago
4c19e4f
Remove an obsolete jamfile.
by Elliott Hughes
· 13 years ago
0f5b48c
Merge "inet_ntop: pass the size of tmp to snprintf()"
by Nick Kralevich
· 13 years ago
85b06f9
inet_ntop: pass the size of tmp to snprintf()
by Nick Kralevich
· 13 years ago
6d3f548
Modify ion header
by Rebecca Schultz Zavin
· 13 years ago
c3d45b8
Remove the meaningless on Linux if_dl.h header.
by Elliott Hughes
· 13 years ago
7c5c68f
Merge "Remove the meaningless on Linux if_dl.h header."
by Elliott Hughes
· 13 years ago
5056f1f
Remove the meaningless on Linux if_dl.h header.
by Elliott Hughes
· 13 years ago
631498d
Merge "Added event logging for some spoofed DNS queries."
by Geremy Condra
· 13 years ago
524c87c
Added event logging for some spoofed DNS queries.
by Geremy Condra
· 13 years ago
009f384
Added actual event logging calls to the FORTIFY_SOURCE methods.
by Geremy Condra
· 13 years ago
76656af
_FORTIFY_SOURCE: check for integer overflows
by Nick Kralevich
· 13 years ago
ec8addc
Merge "Adding event logging to libc."
by Geremy Condra
· 13 years ago
8b11c4c
Adding event logging to libc.
by Geremy Condra
· 13 years ago
71a18dd
_FORTIFY_SOURCE: add memset / bzero support
by Nick Kralevich
· 13 years ago
4590497
am d0c25027: am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM."
by Elliott Hughes
· 13 years ago
d0c2502
am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM."
by Elliott Hughes
· 13 years ago
a985076
Fix sysconf(_SC_NPROCESSORS_CONF) on ARM.
by Elliott Hughes
· 13 years ago
158ad01
am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names."
by Elliott Hughes
· 13 years ago
3069270
am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names."
by Elliott Hughes
· 13 years ago
470631e
Give the timer_create SIGEV_THREAD helper threads sensible names.
by Elliott Hughes
· 13 years ago
204c6e5
Merge "arm: rewrite crtbegin* as C files."
by Nick Kralevich
· 13 years ago
0a23015
libc: implement some FORTIFY_SOURCE functions
by Nick Kralevich
· 13 years ago
31431f4
am 252a5c85: resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp
by Iliyan Malchev
· 13 years ago
143ad4c
am f0ddaa2f: am 7d2e24eb: bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
252a5c8
resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp
by Iliyan Malchev
· 13 years ago
f0ddaa2
am 7d2e24eb: bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
e1dd3c2
bionic: import heaptracker as chk_malloc
by Iliyan Malchev
· 13 years ago
9d40326
arm: rewrite crtbegin* as C files.
by Nick Kralevich
· 13 years ago
7d2e24e
bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
857fc9e
Merge "crtbegin: eliminate duplicate code"
by Nick Kralevich
· 13 years ago
83a73d1
crtbegin: eliminate duplicate code
by Nick Kralevich
· 13 years ago
207d767
am 5a095ef2: am 03539a36: Merge "Ensure that the port number and TXID are properly randomized." into jb-dev
by Geremy Condra
· 13 years ago
5a095ef
am 03539a36: Merge "Ensure that the port number and TXID are properly randomized." into jb-dev
by Geremy Condra
· 13 years ago
03539a3
Merge "Ensure that the port number and TXID are properly randomized." into jb-dev
by Geremy Condra
· 13 years ago
41c2a11
am d7b60b20: am c84ff11d: Print the corrupted address passed to free().
by Ben Cheng
· 13 years ago
d7b60b2
am c84ff11d: Print the corrupted address passed to free().
by Ben Cheng
· 13 years ago
Next »