summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-06-12Implement `copy_file_range()`Árni Dagur
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Improve debugging of mq tests by using assert_* macrosBryant Mairs
2019-06-09Remove test of impl Debug for PollFdBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-06Fix an "unused use statement" warning on non-musl platformsAlan Somers
2019-06-06Fix some bugs with multithreaded tests:Alan Somers
2019-06-06Fix multiple problems with the test_acct testAlan Somers
2019-06-06Fix kmod tests on in Linux containersAlan Somers
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-02Fix test_pthread_self on muslAlan Somers
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-04-23pty: Add forkptyKevin Kuehler
2019-04-20Add a access(2) wrapperjr
2019-03-16feat: Add killpgDanSnow
2019-03-12Support AF_ALGGleb Pomykalov
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-02-12`PollFd` event flags renamed to `PollFlags` from `EventFlags`.Amanjeev Sethi
2019-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2018-12-17Merge #993bors[bot]
2018-12-17Merge #990bors[bot]
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-15Add cmsg PKTINFO for IPv4 and IPv6.Tom Pusateri
2018-12-12Implement symlinkatoblique
2018-12-06Add support of TCP_CONGESTION for setsockoptFensteer
2018-11-27Merge #977bors[bot]
2018-11-27Merge #967bors[bot]
2018-11-23Fix unused warnings on FreeBSD from PR #952Alan Somers
2018-11-19Add execvpe support, conditional on platformF1rst-Unicorn
2018-11-07Add a wrapper for lutimes(2)Julio Merino
2018-10-21Add acct(2) wrapper APIJosh Abraham
2018-10-21Added ptrace support for BSDsxd009642
2018-10-19Add trivial tests for chown and fchownatJulio Merino
2018-10-17Add a truncate(2) wrapperJulio Merino
2018-10-15Eliminate compiler warnings, especially on non-Linux platformsAlan Somers
2018-10-02Add a wrapper for utimes(2)Julio Merino
2018-09-29Add wrappers for futimens(2) and utimesat(2)Julio Merino
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-09-05Refactor skip_if_not_root into macroPascal Bach
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-09-05Update to rand 0.5 cratePascal Bach
2018-09-03new dir moduleScott Lamb
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink