summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2021-09-04Fix some broken internal doc links in the socket codeAlan Somers
2021-09-04Enable pwritev and preadv for more operating systems.Alan Somers
2021-09-04Remove SigevNotify on OpenBSD and RedoxAlan Somers
2021-09-04Document more thingsAlan Somers
2021-08-28More rust docsAlan Somers
2021-08-27Merge #1503bors[bot]
2021-08-27Fix compilation warningsRyan Zoeller
2021-08-26add `TcpRepair` to sockopt0/0
2021-08-22Merge #1447bors[bot]
2021-08-21Merge #1495bors[bot]
2021-08-21Expose SockAddr::from_raw_sockaddrNoah
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-18Add `PTRACE_EVENT_STOP` enum variantGabriel Majeri
2021-08-18Merge #1486 #1490 #1493bors[bot]
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-08-17Don't use mem::transmute in SignalFdAlan Somers
2021-08-17Simplify definition of SIGNALFD_SIGINFO_SIZEAlan Somers
2021-08-13constify more functionsAlan Somers
2021-08-12feat: add libc::IP6T_SO_ORIGINAL_DST supportIcemic
2021-08-11Merge #1482bors[bot]
2021-08-11Merge #1484bors[bot]
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-08-09Optionally implement TryFrom in libc_enum!Alan Somers
2021-08-09Replace some mem::transmute calls in signal.rs with pointer castsAlan Somers
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-08-09Remove some actually unsupported termios iflags on redoxNoah
2021-08-01Add getrlimit and setrlimitLMJW
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-27Expose `sys::eventfd` for target_os = "android"Felix Obenhuber
2021-07-24Constify many functionsAlan Somers
2021-07-24Merge #1472bors[bot]
2021-07-24Merge branch 'master' into const_timespecAlan Somers
2021-07-24Add pthread_killMartin Kröning
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-16Add the IPV6_V6ONLY sockoptDaniel Dulaney
2021-07-13Enable creating a const TimeSpecDaniel Dulaney
2021-07-13Use immutable receivers for FdSet::{highest, contains, fds}Alan Somers
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-07-05Add TcpUserTimeout socket optionAnthony Ramine
2021-06-23Add IpFreebind socket optionAnthony Ramine
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-06-12Fix bad links in the aio docsAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-05-30Merge pull request #1442 from asomers/issue-1441Alan Somers
2021-05-30Suppress a build warning on FuchsiaAlan Somers
2021-05-28Disable sendfile64 on androidTom Dryer