summaryrefslogtreecommitdiffstats
path: root/tests/unistd_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix dup2 in the case where the two fds are equal.Elliott Hughes2015-02-231-0/+19
* Fix pthread key num calculation.Yabin Cui2014-12-121-1/+1
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-2/+2
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-2/+2
* | Change _POSIX_CPUTIME macro to make it compitable with glibc.Yabin Cui2014-12-091-2/+2
* | implement posix_madviseYabin Cui2014-12-041-3/+3
* | support _POSIX_CPUTIMEYabin Cui2014-11-261-2/+2
|/
* flesh out sysconf(3) and the _POSIX_* constantsYabin Cui2014-11-211-131/+281
* bionic/test: migrate sysconf tests from system/extras to bionic/testsDerek Xue2014-11-151-4/+135
* Merge "Increase support of pathconf options."Yabin Cui2014-11-141-0/+21
|\
| * Increase support of pathconf options.Yabin Cui2014-11-141-0/+21
* | Fix glibc 2.15 build.Elliott Hughes2014-11-121-3/+0
|/
* gethostname.c: change to report ENAMETOOLONG error when buflen is lessYongqin Liu2014-11-121-6/+8
* bionic tests: migrate gethostname test to unistd_test.cpp from system/extrasDerek Xue2014-11-121-0/+22
* Add sethostname(2).Elliott Hughes2014-11-071-0/+8
* make all bionic death tests not dumpableYabin Cui2014-11-061-3/+6
* Unit test for abort(3).Elliott Hughes2014-09-221-0/+5
* Fix unistd.getpid_caching_and_clone.Elliott Hughes2014-08-221-0/+4
* syscall(3)'s return type should be long.Elliott Hughes2014-07-281-0/+9
* Fix getpid caching across a clone.Elliott Hughes2014-06-231-6/+31
* Cache getpid.Elliott Hughes2014-06-201-0/+45
* Fix overflow testing in sbrk.Christopher Ferris2014-05-291-6/+67
* Switch to g_ for globals.Elliott Hughes2014-05-141-4/+4
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-1/+1
* Add basic tests for fsync/fdatasync.Elliott Hughes2014-05-071-0/+43
* Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-291-2/+0
* Fix brk/sbrk error checking.Elliott Hughes2014-04-251-5/+42
* Tests for environment variables utility functionsGrigoriy Kraynov2014-04-221-0/+108
* Fix build: include what you use.Elliott Hughes2014-04-081-0/+2
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+14
* Switch to upstream alarm(3).Elliott Hughes2014-03-041-0/+4
* Fix x86 build.Elliott Hughes2014-02-181-0/+1
* bionic: fix __set_errno for arm64 syscalls that return a 64-bit valueColin Cross2014-02-181-0/+23
* Fix up failing glibc tests.Christopher Ferris2013-10-291-1/+3
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-241-0/+13
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-191-0/+41
* Remove bogus extra alignment from sbrk.Elliott Hughes2013-02-051-0/+11
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-021-0/+23