summaryrefslogtreecommitdiffstats
path: root/tests/unistd_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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