about summary refs log tree commit diff
path: root/library/std/src/os/unix
AgeCommit message (Expand)AuthorLines
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-1/+1
2023-08-13add more explicit I/O safety documentationRalf Jung-1/+2
2023-08-05std/tests: disable ancillary tests on freebsd since the feature itself is.David CARLIER-1/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+18
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-06-25Stabilize chown functions (`unix_chown`)Yuki Okushi-6/+3
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-1/+7
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-2/+9
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
2023-06-13Fix building the documentation on FreeBSD.MikaelUrankar-0/+1
2023-06-06Fix documentation build on FreeBSDDan McGregor-1/+7
2023-06-05Std support improvement for ps vita targetNikolay Arhipov-1/+1
2023-05-30add doc on From<OwnedFd/Handle> impl for ChildStd*Vincent Thiberville-0/+12
2023-05-30add FromOwnedFd/FromOwnedHandle for ChildStdin/out/errVincent Thiberville-0/+30
2023-05-08Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi-0/+2
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-1/+1
2023-05-07PS Vita std supportNikolay Arhipov-0/+2
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+1
2023-04-28replace version placeholdersPietro Albini-7/+7
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-21/+194
2023-03-18Stabilise `unix_socket_abstract`John Millikin-12/+7
2023-03-04Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubileebors-0/+87
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+18
2023-03-02Add basic testsBenoît du Garreau-0/+61
2023-03-02Take shared references as parameterBenoît du Garreau-12/+4
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-13/+28
2023-02-27Add vectored positioned I/O on UnixBenoît du Garreau-0/+34
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