summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-02Fix intermittency in test_timer::alarm_firesAlan Somers
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]
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-08-01Add getrlimit and setrlimitLMJW
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-24unistd: Add conversion from User to libc::passwdorvij
2021-07-24Add pthread_killMartin Kröning
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-08Adding linux specific renameat2()Tom Boland
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers