index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unistd_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error handling for negative size in ftruncate.
Dan Albert
2015-06-01
1
-0
/
+9
*
Fix dup2 in the case where the two fds are equal.
Elliott Hughes
2015-02-23
1
-0
/
+19
*
Fix pthread key num calculation.
Yabin Cui
2014-12-12
1
-1
/
+1
*
Merge "support _POSIX_REALTIME_SIGNALS"
Yabin Cui
2014-12-09
1
-2
/
+2
|
\
|
*
support _POSIX_REALTIME_SIGNALS
Yabin Cui
2014-12-08
1
-2
/
+2
*
|
Change _POSIX_CPUTIME macro to make it compitable with glibc.
Yabin Cui
2014-12-09
1
-2
/
+2
*
|
implement posix_madvise
Yabin Cui
2014-12-04
1
-3
/
+3
*
|
support _POSIX_CPUTIME
Yabin Cui
2014-11-26
1
-2
/
+2
|
/
*
flesh out sysconf(3) and the _POSIX_* constants
Yabin Cui
2014-11-21
1
-131
/
+281
*
bionic/test: migrate sysconf tests from system/extras to bionic/tests
Derek Xue
2014-11-15
1
-4
/
+135
*
Merge "Increase support of pathconf options."
Yabin Cui
2014-11-14
1
-0
/
+21
|
\
|
*
Increase support of pathconf options.
Yabin Cui
2014-11-14
1
-0
/
+21
*
|
Fix glibc 2.15 build.
Elliott Hughes
2014-11-12
1
-3
/
+0
|
/
*
gethostname.c: change to report ENAMETOOLONG error when buflen is less
Yongqin Liu
2014-11-12
1
-6
/
+8
*
bionic tests: migrate gethostname test to unistd_test.cpp from system/extras
Derek Xue
2014-11-12
1
-0
/
+22
*
Add sethostname(2).
Elliott Hughes
2014-11-07
1
-0
/
+8
*
make all bionic death tests not dumpable
Yabin Cui
2014-11-06
1
-3
/
+6
*
Unit test for abort(3).
Elliott Hughes
2014-09-22
1
-0
/
+5
*
Fix unistd.getpid_caching_and_clone.
Elliott Hughes
2014-08-22
1
-0
/
+4
*
syscall(3)'s return type should be long.
Elliott Hughes
2014-07-28
1
-0
/
+9
*
Fix getpid caching across a clone.
Elliott Hughes
2014-06-23
1
-6
/
+31
*
Cache getpid.
Elliott Hughes
2014-06-20
1
-0
/
+45
*
Fix overflow testing in sbrk.
Christopher Ferris
2014-05-29
1
-6
/
+67
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-4
/
+4
*
Consistently use #if defined(__BIONIC__) in tests.
Elliott Hughes
2014-05-13
1
-1
/
+1
*
Add basic tests for fsync/fdatasync.
Elliott Hughes
2014-05-07
1
-0
/
+43
*
Switch to the OpenBSD wcsto* functions.
Elliott Hughes
2014-04-29
1
-2
/
+0
*
Fix brk/sbrk error checking.
Elliott Hughes
2014-04-25
1
-5
/
+42
*
Tests for environment variables utility functions
Grigoriy Kraynov
2014-04-22
1
-0
/
+108
*
Fix build: include what you use.
Elliott Hughes
2014-04-08
1
-0
/
+2
*
Implement _Exit(3).
Elliott Hughes
2014-04-08
1
-0
/
+14
*
Switch to upstream alarm(3).
Elliott Hughes
2014-03-04
1
-0
/
+4
*
Fix x86 build.
Elliott Hughes
2014-02-18
1
-0
/
+1
*
bionic: fix __set_errno for arm64 syscalls that return a 64-bit value
Colin Cross
2014-02-18
1
-0
/
+23
*
Fix up failing glibc tests.
Christopher Ferris
2013-10-29
1
-1
/
+3
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
1
-0
/
+13
*
Ensure we have the off64_t variant of every function that takes an off_t.
Elliott Hughes
2013-09-19
1
-0
/
+41
*
Remove bogus extra alignment from sbrk.
Elliott Hughes
2013-02-05
1
-0
/
+11
*
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
Elliott Hughes
2013-01-02
1
-0
/
+23