summaryrefslogtreecommitdiffstats
path: root/tests/sys_socket_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* better gtest runner for bionicYabin Cui2014-12-131-9/+17
* Assume glibc >= 2.15.Elliott Hughes2014-11-121-32/+0
* The host prebuilt glibc is 2.11, so remove workarounds for 2.9.Elliott Hughes2014-08-281-17/+0
* Fix signed vs unsigned comparison.Ben Cheng2014-04-151-2/+5
* Move accept4 tests into sys_socket_test.cpp.Christopher Ferris2014-03-311-4/+243
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-271-0/+34