Age | Commit message (Expand) | Author |
2021-02-15 | Port statfs to x32 | наб |
2021-02-15 | Port timespec to x32 | наб |
2021-02-15 | Port sysinfo to x32 | наб |
2021-02-15 | Merge #1387 | bors[bot] |
2021-02-14 | fix(unsafe): remove unnecessary unsafe | Jan Philipp Hafer |
2021-02-14 | cargo format | Jan Philipp Hafer |
2021-02-13 | Merge #1382 | bors[bot] |
2021-02-07 | Don't implement Clone on Dir, SignalFd, and PtyMaster | Alan Somers |
2021-02-02 | Define *_MAGIC filesystem constants on Linux s390x | Jakob Naucke |
2021-01-04 | Add support for when receiving packets | Justin Ossevoort |
2020-12-19 | Add fuchsia support | Amanda Tait |
2020-12-15 | feat(sys): High-level personality(2) wrappers | William Woodruff |
2020-12-14 | Remove SockLevel | Alan Somers |
2020-11-27 | Fix recvmmsg(2) implementation | Toby DiPasquale |
2020-11-15 | Suppress time_t musl "deprecation" | Tamir Duberstein |
2020-11-15 | Suppress af_alg_iv "deprecation" | Tamir Duberstein |
2020-10-18 | KEEPCNT/KEEPINTVL aren't available on OpenBSD. | Laurence Tratt |
2020-10-13 | Add wrapper for mremap | Jim Newsome |
2020-10-10 | Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options. | Yoav Steinberg |
2020-10-10 | Merge #1303 | bors[bot] |
2020-10-04 | Support vsock on Android as well as Linux. | Andrew Walbran |
2020-10-03 | Renable the ScmTimestamp test on FreeBSD i386 | Alan Somers |
2020-10-03 | Add PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP support | Dominik Stolz |
2020-09-28 | Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockid | Daniil Bondarev |
2020-09-13 | Adapt for safe-isation of some libc functions. | Vitaly _Vi Shukela |
2020-08-22 | Merge #1282 | bors[bot] |
2020-08-18 | Add Netlink Protocol Families to SockProtocol enum | sinkingpoint |
2020-08-13 | doc typo in fchmodat | ed neville |
2020-08-02 | `ioctl-number.rst` moved. Update the link. | Solra Bizna |
2020-07-25 | Merge #1224 | bors[bot] |
2020-07-07 | Adding an implementation and some basic tests for timerfd. | Vincent Dagonneau |
2020-07-04 | Expose IP_PKTINFO Control Message on Android | Bruno Tavares |
2020-07-04 | Add FsType for cgroupfs | Kenta Tada |
2020-07-03 | Skip the OFD locks tests on OverlayFS and musl | Alan Somers |
2020-06-27 | misc clippy cleanup | Alan Somers |
2020-06-27 | Make SockAddr::as_ffi_pair safe | Alan Somers |
2020-06-27 | Prefer to pass Inotify by value instead of by reference | Alan Somers |
2020-06-27 | implement Default for UnixCredentials on Linux | Alan Somers |
2020-06-27 | Make sys::socket::sockaddr_storage a safe function | Alan Somers |
2020-06-27 | Fix an unaligned pointer read in Inotify::read_events | Alan Somers |
2020-06-26 | Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msg | Perry Lorier |
2020-06-12 | Merge #1255 | bors[bot] |
2020-06-04 | Remove several deprecated constants and functions | Alan Somers |
2020-06-04 | Limit internal termios API to pub(crate) | Bryant Mairs |
2020-05-31 | Convert the crate to edition 2018 | Alan Somers |
2020-05-26 | Fix use of deprecated libc type, needed in order to run the tests successfull... | Nick Pelone |
2020-05-26 | Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen... | Nick Pelone |
2020-05-26 | Add EV_DISPATCH and EV_RECEIPT EventFlag items for OpenBSD. | Nick Pelone |
2020-05-17 | Fix test and remove group & user for redox | Xavier L'Heureux |
2020-05-17 | Add wait, fdatasync, poll and pause for Redox | Xavier L'Heureux |