summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-09-19Clippy cleanupAlan Somers
2021-09-19Merge #1496bors[bot]
2021-09-12mman module netbsd additions.David Carlier
2021-09-12Merge #1509 #1515bors[bot]
2021-09-07Add IP_TTL/IPV6_UNICAST_HOPS SockOptsConrad Meyer
2021-09-07Merge branch 'master' into socket-mssAlan Somers
2021-09-07Merge #1516bors[bot]
2021-09-07Merge #1317bors[bot]
2021-09-07Implement AsRawFd for PollFdConrad Meyer
2021-09-06Add support for IP_RECVERR and IPV6_RECVERRConrad Meyer
2021-09-04Merge branch 'master' into socket-msseaon
2021-09-04Support for `TCP_MAXSEG` TCP MSS socket optioneaon
2021-08-31Allow Android to use timerfdRyan Zoeller
2021-08-29Rework UnixAddr to fix soundness issuesNoa
2021-08-28Merge #1506bors[bot]
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-08-22Print function name and missing capability when skipping testsRyan Zoeller
2021-08-22Fix building the tests for Redox and IllumosAlan Somers
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-08-11Merge #1482bors[bot]