Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
e61dc71efca544f4066a93706b639a29b3600229
e61dc71
Add a unit test for syscall(2).
by Elliott Hughes
· 11 years ago
22ba86e
Merge "Add extra regression tests for an already-fixed dynamic linker bug."
by Elliott Hughes
· 11 years ago
2ed7109
Add extra regression tests for an already-fixed dynamic linker bug.
by Elliott Hughes
· 11 years ago
6768c1e
Merge "Add a temporary uapi/linux/compiler.h until upstream has one."
by Elliott Hughes
· 11 years ago
7405313
Add a temporary uapi/linux/compiler.h until upstream has one.
by Elliott Hughes
· 11 years ago
ff5b0fc
Merge "Remove the dependency on the non-uapi __kernel_nlink_t."
by Elliott Hughes
· 11 years ago
2ecc164
Remove the dependency on the non-uapi __kernel_nlink_t.
by Elliott Hughes
· 11 years ago
6872345
Merge "Generate the uapi headers for mips and x86/x86_64."
by Elliott Hughes
· 11 years ago
abd6261
Generate the uapi headers for mips and x86/x86_64.
by Elliott Hughes
· 11 years ago
486c861
Merge "Prepare to switch to the uapi <linux/signal.h>."
by Elliott Hughes
· 11 years ago
61fb3fc
Prepare to switch to the uapi <linux/signal.h>.
by Elliott Hughes
· 11 years ago
266eb4a
Merge "Stop using the non-uapi <linux/err.h> header file."
by Elliott Hughes
· 11 years ago
ed74484
Stop using the non-uapi <linux/err.h> header file.
by Elliott Hughes
· 11 years ago
a034e1d
Merge "Remove pathconf's dependencies on non-uapi header files."
by Elliott Hughes
· 11 years ago
7250d2e
Remove pathconf's dependencies on non-uapi header files.
by Elliott Hughes
· 11 years ago
f945732
Merge "Fix a TODO; we've had SOCK_CLOEXEC for a while now."
by Elliott Hughes
· 11 years ago
9be07fa
Fix a TODO; we've had SOCK_CLOEXEC for a while now.
by Elliott Hughes
· 11 years ago
9e63e03
Merge "Clean up the 32-bit kernel support, fix LP64 fcntl declaration."
by Elliott Hughes
· 11 years ago
0620925
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
by Elliott Hughes
· 11 years ago
af10f9e
Merge "Add processed uapi kernel headers for ARM."
by Ben Cheng
· 11 years ago
a6b53f0
Add processed uapi kernel headers for ARM.
by Ben Cheng
· 11 years ago
7115c80
Merge "Fix pread/pwrite for LP64."
by Elliott Hughes
· 11 years ago
8fbf8de
Fix pread/pwrite for LP64.
by Elliott Hughes
· 11 years ago
c4dbc16
Merge "Make cpp.py less braindead."
by Elliott Hughes
· 11 years ago
40596aa
Make cpp.py less braindead.
by Elliott Hughes
· 11 years ago
f125867
Merge "Fix <sys/select.h> for LP64, clean up <time.h>."
by Elliott Hughes
· 11 years ago
3503ce2
Fix <sys/select.h> for LP64, clean up <time.h>.
by Elliott Hughes
· 11 years ago
9b9f0d0
Merge "Remove unnecessary #include."
by Elliott Hughes
· 11 years ago
6fa79c5
Remove unnecessary #include.
by Elliott Hughes
· 11 years ago
943cc1b
Merge "Refresh libc/kernel/common/linux/uinput.h"
by Elliott Hughes
· 11 years ago
126f66a
Refresh libc/kernel/common/linux/uinput.h
by Scott Anderson
· 11 years ago
4d2ab4c
Merge "Fix linker crashes during unknown symbol lookup"
by Elliott Hughes
· 11 years ago
ebd506c
Fix linker crashes during unknown symbol lookup
by Sergey Melnikov
· 11 years ago
cc9b745
Merge "Move the pthread debugging flags to the right place."
by Elliott Hughes
· 11 years ago
66759d6
Move the pthread debugging flags to the right place.
by Elliott Hughes
· 11 years ago
0360e3a
Merge "<pthread.h> fixes and pthread cleanup."
by Elliott Hughes
· 11 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 11 years ago
d0d0b52
Merge "Remove an obsolete ARM gdb hack."
by Elliott Hughes
· 11 years ago
b5b97f2
Remove an obsolete ARM gdb hack.
by Elliott Hughes
· 11 years ago
47a7336
Merge "Factor out some of the makefile cruft."
by Elliott Hughes
· 11 years ago
2f287bc
Factor out some of the makefile cruft.
by Elliott Hughes
· 11 years ago
7a8e20c
Merge "Explain the sigprocmask in pthread_exit."
by Elliott Hughes
· 11 years ago
2b6e43e
Explain the sigprocmask in pthread_exit.
by Elliott Hughes
· 11 years ago
f084f7d
Merge "Fix up failing glibc tests."
by Christopher Ferris
· 11 years ago
1361313
Fix up failing glibc tests.
by Christopher Ferris
· 11 years ago
8e6e7cd
Merge "Update <sys/exec_elf.h> to include EM_AARCH64."
by Elliott Hughes
· 11 years ago
1264050
Update <sys/exec_elf.h> to include EM_AARCH64.
by Elliott Hughes
· 11 years ago
6e504fd
Merge "AArch64: Add support for AArch64 to stdlib/strtod.c"
by Elliott Hughes
· 11 years ago
65ca282
AArch64: Add support for AArch64 to stdlib/strtod.c
by Serban Constantinescu
· 11 years ago
830de5c
Merge "AArch64: Autogenerated syscalls for AArch64"
by Elliott Hughes
· 11 years ago
7f8863d
AArch64: Autogenerated syscalls for AArch64
by Serban Constantinescu
· 11 years ago
93b7b81
Merge "AArch64: Add support for AArch64 to the syscall interface"
by Elliott Hughes
· 11 years ago
feaa89a
AArch64: Add support for AArch64 to the syscall interface
by Serban Constantinescu
· 11 years ago
07d3c6c
Merge "Fix the *rand48 functions on LP64."
by Elliott Hughes
· 11 years ago
60fd345
Fix the *rand48 functions on LP64.
by Elliott Hughes
· 11 years ago
020bcda
Merge "Update <sys/exec_elf.h> to get the DF_* flags."
by Elliott Hughes
· 11 years ago
74ce459
Update <sys/exec_elf.h> to get the DF_* flags.
by Elliott Hughes
· 11 years ago
486d99f
Merge "Don't allow text relocations on 64-bit."
by Elliott Hughes
· 11 years ago
e4d792a
Don't allow text relocations on 64-bit.
by Elliott Hughes
· 11 years ago
3ec5d89
Merge "Fix utime/utimes when passed a NULL pointer."
by Elliott Hughes
· 11 years ago
27586eb
Fix utime/utimes when passed a NULL pointer.
by Elliott Hughes
· 11 years ago
d4e9f07
Merge "Clean up linker architecture macros."
by Elliott Hughes
· 11 years ago
4eeb1f1
Clean up linker architecture macros.
by Elliott Hughes
· 11 years ago
f7f6b26
Merge "Upgrade to tzdata2013h."
by Elliott Hughes
· 11 years ago
3df3879
Upgrade to tzdata2013h.
by Elliott Hughes
· 11 years ago
93fcfee
Merge "Update running bionic unit tests on host."
by Christopher Ferris
· 11 years ago
b38e4d5
Update running bionic unit tests on host.
by Christopher Ferris
· 11 years ago
ad8fb26
Merge "Fix the exit syscall stub's name."
by Elliott Hughes
· 11 years ago
421e911
Merge "Simplify defining the linker architecture macro."
by Elliott Hughes
· 11 years ago
60d5b06
Simplify defining the linker architecture macro.
by Elliott Hughes
· 11 years ago
6b53c23
Fix the exit syscall stub's name.
by Elliott Hughes
· 11 years ago
bbefbf1
Merge "Use hidden visibility for generated stubs whose names begin with underscores."
by Elliott Hughes
· 11 years ago
d60a625
Merge "Start moving 32-bit cruft somewhere it won't pollute 64-bit."
by Elliott Hughes
· 11 years ago
567a8de
Start moving 32-bit cruft somewhere it won't pollute 64-bit.
by Elliott Hughes
· 11 years ago
fff6e27
Use hidden visibility for generated stubs whose names begin with underscores.
by Elliott Hughes
· 11 years ago
9728854
Merge "Let the compiler worry about implementing ffs(3)."
by Elliott Hughes
· 11 years ago
bf42568
Let the compiler worry about implementing ffs(3).
by Elliott Hughes
· 11 years ago
a1b9f0d
Merge "Revert "Don't warn about x86 text relocations. They're too prevalent.""
by Elliott Hughes
· 11 years ago
b8b0b6b
Revert "Don't warn about x86 text relocations. They're too prevalent."
by Elliott Hughes
· 11 years ago
f8dfb6f
Merge "Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls."
by Elliott Hughes
· 11 years ago
1195207
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
by Elliott Hughes
· 11 years ago
fcb37b8
Merge "Add __EXPORTED_HEADERS__ as predefined macro."
by Ben Cheng
· 11 years ago
460fa70
Add __EXPORTED_HEADERS__ as predefined macro.
by Ben Cheng
· 11 years ago
9098344
Merge "Don't warn about x86 text relocations. They're too prevalent."
by Elliott Hughes
· 11 years ago
5be2c59
Don't warn about x86 text relocations. They're too prevalent.
by Elliott Hughes
· 11 years ago
cdac5f7
Merge "MIPS' pipe(2) is weird, but MIPS' pipe2(2) is the same as everyone else's."
by Elliott Hughes
· 11 years ago
1370854
Merge "Fix header file dependencies."
by Elliott Hughes
· 11 years ago
93de3d8
Fix header file dependencies.
by Elliott Hughes
· 11 years ago
b8cf18b
MIPS' pipe(2) is weird, but MIPS' pipe2(2) is the same as everyone else's.
by Elliott Hughes
· 11 years ago
97dc330
Merge "Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls."
by Elliott Hughes
· 11 years ago
cac7b9d
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
by Elliott Hughes
· 11 years ago
ec40edc
Merge "Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls."
by Elliott Hughes
· 11 years ago
f8fcfbc
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
by Elliott Hughes
· 11 years ago
f0ed9bf
Merge "AArch64: Fix definitions for STDINT_LIMITS"
by Elliott Hughes
· 11 years ago
debc021
AArch64: Fix definitions for STDINT_LIMITS
by Serban Constantinescu
· 11 years ago
1756f5a
Merge "change wording on text relocation message."
by Nick Kralevich
· 11 years ago
3d4470c
change wording on text relocation message.
by Nick Kralevich
· 11 years ago
8c39e58
Merge "Make sure we have a mkfifo symbol."
by Elliott Hughes
· 11 years ago
594b1a4
Make sure we have a mkfifo symbol.
by Elliott Hughes
· 11 years ago
2314847
Merge "AArch64: Fix uses of stack size for 32/64bit libc builds"
by Elliott Hughes
· 11 years ago
Next »