summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-21Clippy cleanup:Alan Somers
2023-05-20Merge #2029bors[bot]
2023-05-09remove unused mut from two variable declarations in sys/socket/mod.rsBob Haarman
2023-04-29Remove 'static mut' usage in features::os::kernel_version.Zachary S
2023-04-16Merge #2021bors[bot]
2023-04-16Quiet a clippy::suspicious_doc_comments lintAlan Somers
2023-04-16Quiet Clippy::manual_slice_size_calculation lintsAlan Somers
2023-04-16Fixing linkAustin Keeley
2023-04-05Merge #2012bors[bot]
2023-04-02Merge #1999bors[bot]
2023-03-20fix: send ETH_P_ALL in htons formatTodd Neal
2023-03-13Enable select on redoxNoa
2023-03-13Enable socket on redoxNoa
2023-02-19inotify: Add AsFd to allow using with epoll (issue #1998)Arvid Norlander
2023-02-10Merge #1995bors[bot]
2023-02-09Rustier kqueue APIAlan Somers
2023-02-09Merge #1967bors[bot]
2023-02-01Enabled `AtFlags::AT_EACCESS` on all platforms but android and redoxMatteo Nardi
2023-01-31setgroups type mismatches on Solaris #1986gco
2023-01-27Merge #1978bors[bot]
2023-01-24Make `*::from_anything` methods unsafeDavid Koloski
2023-01-24Null-check `libc::group` members before convertingDavid Koloski
2023-01-17Merge #1971bors[bot]
2023-01-15Try enabling LocalPeerPid for iosArmin Ronacher
2023-01-15Document the mount.linux moduleAlan Somers
2023-01-14Added LOCAL_PEERPID/LocalPeerPid sockopt for macosArmin Ronacher
2023-01-13if_nameindex: add illumos targetJohn Gallagher
2023-01-13Merge #1964bors[bot]
2023-01-13Fix endian swap on SocketAddrV6.Aaron Drew
2023-01-10Added `mq_timedreceive` to `::nix::mqueue`.David Collard
2023-01-08feat: I/O safety `ftruncate`Jonathan
2022-12-31fix: clippy::size_of_refJonathan
2022-12-25fix: linux+mips+uclibc unreachable patternXiaobo Liu
2022-12-13Added CANbus socket family protocol constants.fpagliughi
2022-12-13Merge #1940bors[bot]
2022-12-12feat: I/O safety for 'sys/select'Steve Lau
2022-12-11Merge #1923bors[bot]
2022-12-11Merge #1928 #1938bors[bot]
2022-12-11Merge #1937bors[bot]
2022-12-11feat: I/O safety for 'sys/poll'Steve Lau
2022-12-11feat: I/O safety for 'sys/wait'Steve Lau
2022-12-11feat: I/O safety for 'sys/memfd' & 'sys/event' & 'sys/eventfd'Steve Lau
2022-12-10Deprecate the signalfd function.Alan Somers
2022-12-10Merge #1874bors[bot]
2022-12-10signalfd optional file descriptorJonathan
2022-12-09Formatting only changes for #1928 and #1863Alex Saveau
2022-12-09Merge #1913 #1926 #1927 #1931 #1933bors[bot]
2022-12-09feat: I/O safety for 'sys/timerfd'Steve Lau
2022-12-09feat: I/O safety for 'sys/inotify'Steve Lau
2022-12-09feat: I/O safety for 'sys/sendfile'Steve Lau