summary refs log tree commit diff
path: root/library/std/src/os/unix
AgeCommit message (Expand)AuthorLines
2023-01-04relax reference requirement on from_abstract_namemllken-1/+1
2022-11-14Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplettMatthias Krüger-83/+46
2022-09-30Standard library OS support for Apple WatchOSVladimir Michael Eatwell-0/+2
2022-09-29Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplettYuki Okushi-20/+5
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-83/+46
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-14/+2
2022-08-29Make `std::os::fd` public.Dan Gohman-20/+5
2022-08-29Rollup merge of #96334 - devnexen:socket_mark, r=dtolnayMatthias Krüger-0/+50
2022-08-23Rollup merge of #100835 - devnexen:listener_followups, r=devnexenDylan DPC-4/+2
2022-08-22net listen backlog update, follow-up from #97963.David CARLIER-4/+2
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-08-20Rollup merge of #97963 - devnexen:net_listener_neg, r=the8472Matthias Krüger-2/+10
2022-08-19use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa-14/+2
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-3/+8
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-3/+8
2022-07-16Expand documentation for `process_group` Josh Triplett-1/+3
2022-07-09Document and stabilize process_set_process_groupNiklas Fiekas-3/+28
2022-07-07Fix doc build on unsupported osesDavid CARLIER-2/+16
2022-07-06changes from feedbackDavid Carlier-6/+4
2022-07-06doc additionsDavid Carlier-1/+33
2022-07-06socket `set_mark` addition.David Carlier-0/+6
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-2/+2
2022-06-20Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-seDylan DPC-0/+19
2022-06-15Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplettbors-9/+19
2022-06-15Document that `BorrowedFd` may be used to do a `dup`.Dan Gohman-9/+19
2022-06-15Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisabors-30/+18
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-19/+18
2022-06-13Use a private type definition to reduce cfg noiseMark Drobnak-36/+16
2022-06-13Horizon OS STD supportMeziu-12/+20
2022-06-10net listen backlog set to negative on Linux.David Carlier-2/+10
2022-06-08Fix trailing whitespace.Dan Gohman-1/+1
2022-06-08Reword the question in the section header too.Dan Gohman-2/+2
2022-06-08Update library/std/src/os/unix/io/mod.rsDan Gohman-3/+2
2022-06-08Reword a question into a statement.Dan Gohman-2/+2
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Document Rust's stance on `/proc/self/mem`Dan Gohman-0/+20
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-155/+31
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-2/+0
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-6/+6
2022-04-19espidf: fix statScott Mabin-12/+12
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-6/+6
2022-04-04ScmCredentials netbsd implementation.David Carlier-13/+92
2022-03-29fix unix typedefAria Beingessner-1/+1
2022-03-29Make some linux/unix APIs better conform to strict provenance.Alexis Beingessner-2/+2
2022-03-19Rollup merge of #93858 - krallin:process-process_group, r=dtolnayDylan DPC-0/+10
2022-03-19Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnayDylan DPC-1/+3