summaryrefslogtreecommitdiff
path: root/test/sys
AgeCommit message (Expand)Author
2017-07-21Get rid of the bulk importsMarcin Mielniczuk
2017-07-20Tidy up imports in test_ptrace.rsMarcin Mielniczuk
2017-07-20Fix testsMarcin Mielniczuk
2017-07-19Merge #681bors[bot]
2017-07-19Merge #686bors[bot]
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2017-07-18Merge #638bors[bot]
2017-07-17Fix some bugs in the termios testsAlan Somers
2017-07-17Fix UnsupportedOperation when using ptrace_* functionsBryant Mairs
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-07-10Add cfmakeraw and cfsetspeedBryant Mairs
2017-07-10Use libc types for termiosBryant Mairs
2017-07-10Fix sendmsg on macOS when passing a zero entry cmsgs array.Matthew Gregan
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas
2017-06-19Support powerpc64Luca Barbato
2017-06-06Fix x86_64 Linux/musl testsBryant Mairs
2017-06-06Fix i686 Linux/musl buildsBryant Mairs
2017-06-06Skip failing MIPS testsBryant Mairs
2017-06-06Skip failing tests for Linux/PowerPCBryant Mairs
2017-06-04Add pthread_selfking6cong
2017-04-15Add AioCb::from_boxed_sliceAlan Somers
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
2017-04-09Fixed failing ioctl tests.Zac Berkowitz
2017-02-24impl Debug for AioCb and SigevNotifyAlan Somers
2017-02-05Implement Drop for AioCbAlan Somers
2017-02-05Add runtime checks to AioCb methodsAlan Somers
2017-01-26Turn most aio functions into AioCb methodsAlan Somers
2017-01-26Auto merge of #483 - asomers:aio2, r=posborneHomu
2017-01-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2016-12-19fix all and update CHANGELOG.mdqupeng
2016-12-19Merge branch 'nix-rust'qupeng
2016-12-16Add POSIX AIO supportAlan Somers
2016-12-12epoll: improve EpollEvent::empty() by using mem::uninitialized.qupeng
2016-12-11test/mod.rs: only test epoll on linux.qupeng
2016-12-11fix #480 and add simple test cases for that.qupeng
2016-12-10Add support for system control sockets for XNUConrad Kramer
2016-12-10Add ioctl support for BSDConrad Kramer
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-11-16Fix intermittency in test_selectAlan Somers
2016-11-15Auto merge of #466 - fiveop:warnings, r=posborneHomu
2016-11-14Get rid of a few test compilation warningsPhilipp Matthias Schaefer
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-10-23use tempfile in test_pwrite.Alan Somers
2016-03-31Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveopHomu
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-03-30socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_stdKamal Marhubi
2016-03-30Use pause(2) in test_wait_signalKamal Marhubi