summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-25Fix build for DragonFlyBSDRyan Zoeller
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-13Fix warnings with Rust 1.46.0 - 1.51.0, inclusiveAlan 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-24unistd: Add conversion from User to libc::passwdorvij
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-14Add more errno definitions for better backwards compat with 0.21.0Alan Somers
2021-07-13Enable creating a const TimeSpecDaniel Dulaney
2021-07-13Use immutable receivers for FdSet::{highest, contains, fds}Alan Somers
2021-07-09Fix fork test and enable doc testJim Newsome
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
2021-07-07ptsname_r now returns a lossily-converted string in the event of bad UTFAlan Somers
2021-07-05Add TcpUserTimeout socket optionAnthony Ramine
2021-06-23Add IpFreebind socket optionAnthony Ramine
2021-06-16Missing changes from PR #1453Alan Somers
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-06-12Add Errno::EOPNOTSUPP to FreeBSD, where it is missingAlan Somers
2021-06-12Errno aliases are now associated consts of the Errno type.Alan Somers