summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-10Clippy cleanup in the tests.Alan Somers
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-09Merge #1739bors[bot]
2022-06-09ppoll: make sigmask parameter optionalStefano Garzarella
2022-06-09Merge #1735bors[bot]
2022-06-07Fix the test_acct testAlan Somers
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-05-15Fix nightly clippy in testsRyan Zoeller
2022-05-15Add ptrace::read_user and ptrace::write_userNikita Baksalyar
2022-05-14add haiku supportAl Hoang
2022-05-14Rewrite the aio moduleAlan Somers
2022-05-02Restore conversions from ip v4/6 Sockaddr types to std::net equivalents.Kyle Huey
2022-04-24Upgrade sysctl to 0.4Ryan Zoeller
2022-04-08Merge #1643bors[bot]
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-04-07Add IP_DONTFRAG and IPV6_DONTFRAG SockOptsJunho Choi
2022-03-23Make `uname` always safeJan Bujak
2022-03-22Deprecate IpAddr, Ipv4Addr, and Ipv6AddrAlan Somers
2022-03-21Replace the Sockaddr enum with a unionAlan Somers
2022-03-13Change getrlimit and setrlimit to use rlim_t directly.Arnavion
2022-03-09wait: implement waitid()Matthias Schiffer
2022-02-22also implement Read and Write for &PtyMasterJesse Luehrs
2022-01-24uclibc supportJonah Petri
2022-01-22Better type safety for mqueueAlan Somers
2022-01-11Merge #1630bors[bot]
2022-01-10Change port used by test_txtime to avoid conflictRyan Zoeller
2022-01-10Add getresuid/gid and setresuid/gid on BSDsRyan Zoeller
2022-01-03Add sendfile(2) for DragonFlyRyan Zoeller
2022-01-02Correct MAP_FIXED documentation for NetBSDRyan Zoeller
2022-01-02Merge #1624bors[bot]
2022-01-02Fix intermittency in test_timer::alarm_firesAlan Somers
2022-01-01Fix mq tests on NetBSD and DragonFlyRyan Zoeller
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-27Merge #1596 #1621bors[bot]
2021-12-27Add posix_fallocate on DragonFlyRyan Zoeller
2021-12-26Fix typosRyan Zoeller
2021-12-24Merge #1547bors[bot]
2021-12-24Disable mknod and mknodat tests on DragonFlyRyan Zoeller
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-22Enable sched_get/setaffinity on DragonFly BSDRyan Zoeller
2021-12-22Recent versions of Android support EPOLLEXCLUSIVERyan Zoeller
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-14Test preadv and pwritev on more operating systemsAlan Somers
2021-12-11clippy cleanup with the latest nightlyAlan Somers
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-10-21Fix unsoundness in `FdSet` methodstaylor.fish
2021-09-28Fix return value of posix_fadviseHaruki Okada
2021-09-19Fix #411 - Provide accessors for 'events' in PollFdConrad Meyer
2021-09-19Actually connect the mman tests to the buildAlan Somers