summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-21Disable tcsetattr() on illumos and solarisfix/disable_tcsetattr_illumosMartin Samuelsson
2023-07-17Merge #2041masterbors[bot]
2023-07-17Fix lintJarred Allen
2023-07-17Correctly let the kernel set the length on BSDsJarred Allen
2023-07-17Merge branch 'master' into set-sockaddr-length-linuxJarred Allen
2023-07-17More PR feedbackJarred Allen
2023-07-17Enable socket timestamping options on AndroidChris Spencer
2023-07-15Merge #2048bors[bot]
2023-07-15Clippy cleanupAlan Somers
2023-07-02Address seeming typo in lib.rsJason Dusek
2023-06-29Merge #2027 #2057bors[bot]
2023-06-27For invalid IP address conversions with future Rust versionsAlan Somers
2023-06-27Disable the doc test for sys::personality::personality on aarch64Alan Somers
2023-06-17Haiku: `speed_t` is defined as `u8` for 32 and 64 bit systemsNiels Sascha Reedijk
2023-06-05Clippy cleanup:Ben Kimock
2023-06-02Enable additional socket timestamping flagsChris Spencer
2023-06-02Fix typo in commentChris Spencer
2023-05-22Merge branch 'master' into set-sockaddr-length-linuxJarred Allen
2023-05-22Remove redundant `unsafe` blockJarred Allen
2023-05-22Fixup accidentally-introduced changesJarred Allen
2023-05-22PR suggestion: Set the length later instead of using `from_raw`Jarred Allen
2023-05-22Fix warnings.Andrew Walbran
2023-05-22Use repr(transparent) for bitflags.Andrew Walbran
2023-05-22Update to bitflags 2.3.1.Andrew Walbran
2023-05-22Use .bits() method rather than field for bitflags.Andrew Walbran
2023-05-21Merge #2009bors[bot]
2023-05-21Merge #2040bors[bot]
2023-05-21Clippy cleanup:Alan Somers
2023-05-20timerfd: Add TFD_TIMER_CANCEL_ON_SET flagAndrii Pohrebniak
2023-05-20Merge #2029bors[bot]
2023-05-19Set the length of a sockaddr received on LinuxJarred Allen
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-03-06Add more detail for ptrace documentationThomas de Queiroz Barros
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]