index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
unistd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...
Irina Tirdea
2012-09-13
1
-38
/
+0
*
Enhance getcwd(3) to handle NULL like glibc.
Elliott Hughes
2012-08-16
1
-40
/
+0
*
Switch to the current NetBSD regex implementation.
Elliott Hughes
2012-08-15
1
-34
/
+0
*
Fix nice...
Elliott Hughes
2012-08-13
1
-35
/
+0
*
MIPS support to sigsuspend and sigwait routines
Raghu Gandham
2012-08-09
2
-4
/
+19
*
Auto-generate a complete NOTICE file.
Elliott Hughes
2012-08-09
1
-0
/
+28
*
Report errors to the log, not just stderr.
Elliott Hughes
2012-07-27
1
-6
/
+1
*
[MIPS] Use an aligned address to provoke SIGSEGV in abort()
Chris Dearman
2012-07-24
1
-0
/
+5
*
FORTIFY_SOURCE: Add openat, fix bug
Nick Kralevich
2012-07-09
1
-0
/
+15
*
FORTIFY_SOURCE: add open() checks
Nick Kralevich
2012-06-26
1
-0
/
+14
*
am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM."
Elliott Hughes
2012-06-06
1
-180
/
+87
|
\
|
*
Fix sysconf(_SC_NPROCESSORS_CONF) on ARM.
Elliott Hughes
2012-06-06
1
-180
/
+87
|
*
Implement the "abort" stub in assembly for ARM.
Ben Cheng
2012-05-08
1
-26
/
+0
*
|
Implement the "abort" stub in assembly for ARM.
Ben Cheng
2012-05-08
1
-26
/
+0
*
|
am ff219e57: am 6435d27f: Merge "bionic: fix NULL parameter failure in getcwd()"
Elliott Hughes
2012-04-16
1
-0
/
+5
|
\
\
|
|
/
|
*
bionic: fix NULL parameter failure in getcwd()
Jack Ren
2012-04-16
1
-0
/
+5
*
|
Merge "bionic: pass MADV_MERGEABLE on private & anonymous mmaps"
Iliyan Malchev
2012-03-21
1
-6
/
+13
|
\
\
|
*
|
bionic: pass MADV_MERGEABLE on private & anonymous mmaps
JP Abgrall
2012-03-21
1
-6
/
+13
|
|
/
*
|
fnmatch.c: Update to version in OpenBSD HEAD
Nick Kralevich
2012-03-21
2
-182
/
+486
|
/
*
execvp: bcopy() is deprecated. Use memcpy() instead
Jim Huang
2012-01-14
1
-3
/
+3
*
readdir: fix interface to kernel getdents64 function
Bruce Beare
2011-12-19
1
-4
/
+10
*
pathconf: dead loop in bionic function __2_symlinks
Bruce Beare
2011-12-07
1
-14
/
+11
*
libc: popen: work around data corruption
JP Abgrall
2011-09-17
1
-14
/
+11
*
am f2ebd304: am 57aadbb0: Merge "enable support for large files (> 2G)"
David Turner
2011-07-13
2
-4
/
+0
|
\
|
*
am 57aadbb0: Merge "enable support for large files (> 2G)"
David Turner
2011-07-11
2
-4
/
+0
|
|
\
|
|
*
enable support for large files (> 2G)
Dragos Tatulea
2011-07-05
2
-4
/
+0
*
|
|
am c643a4d4: am 2be3f09f: Merge "time: Improve C99 compliance"
David Turner
2011-06-24
1
-4
/
+7
|
\
\
\
|
|
/
/
|
*
|
am 2be3f09f: Merge "time: Improve C99 compliance"
David Turner
2011-06-23
1
-4
/
+7
|
|
\
\
|
|
|
/
|
|
*
time: Improve C99 compliance
Jim Huang
2011-06-22
1
-4
/
+7
*
|
|
Add some missing includes.
Carl Shapiro
2011-03-21
1
-0
/
+1
|
/
/
*
|
am c59b2482: am 5a6f593b: Merge "Use sigemptyset to initialise sigset_t value...
Brad Fitzpatrick
2011-03-16
2
-0
/
+2
|
\
\
|
|
/
|
*
Use sigemptyset to initialise sigset_t values.
Chris Dearman
2011-03-14
2
-0
/
+2
*
|
am 84f4753d: am 56faf66f: raise: Send signal to current thread
Colin Cross
2011-01-21
1
-1
/
+1
|
\
\
|
|
/
|
*
raise: Send signal to current thread
Colin Cross
2011-01-21
1
-1
/
+1
*
|
Bug 3330205, 3362385 clock(3) SMP safety and epoch
Glenn Kasten
2011-01-19
1
-13
/
+21
|
/
*
libc: Add ftruncate64 and improve 64-bit parameter syscall handling.
David 'Digit' Turner
2010-12-16
4
-80
/
+2
*
sigsetmask.c was not processing the "mask" argument.
Bruce Beare
2010-12-09
1
-0
/
+2
*
Revert "sigsetmask.c was not processing the "mask" argument."
Yu Shan Emily Lau
2010-12-09
1
-2
/
+0
*
am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not processing the "mask" a...
Jean-Baptiste Queru
2010-12-06
1
-0
/
+2
|
\
|
*
am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument."
Jean-Baptiste Queru
2010-12-06
1
-0
/
+2
|
|
\
|
|
*
sigsetmask.c was not processing the "mask" argument.
Bruce Beare
2010-12-03
1
-0
/
+2
*
|
|
Add support for pread64/pwrite64
Kenny Root
2010-11-24
3
-10
/
+87
*
|
|
am ff7d9453: am f67e5211: Merge "Hide the symbol of helper function __libc_an...
Jean-Baptiste Queru
2010-10-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort"
Jean-Baptiste Queru
2010-10-11
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
Hide the symbol of helper function __libc_android_abort
Jim Huang
2010-09-27
1
-1
/
+1
|
|
*
merge from open-source master
The Android Open Source Project
2010-06-18
1
-1
/
+1
|
|
|
\
|
|
|
*
Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN)
Mikael Ohlson
2010-06-16
1
-1
/
+1
*
|
|
|
am 686af0b3: resolved conflicts for merge of defd1622 to gingerbread-plus-aosp
repo sync
2010-09-28
1
-0
/
+25
|
\
\
\
\
|
|
/
/
/
|
*
|
|
libc: add <sys/eventfd.h> and corresponding implementations.
David 'Digit' Turner
2010-09-28
1
-0
/
+25
*
|
|
|
am a511f245: am 9973a564: libc: Add missing waitid() implementation.
David 'Digit' Turner
2010-09-28
1
-0
/
+7
|
\
\
\
\
|
|
/
/
/
[next]