summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
2024-04-09Document Windows argument splittingChris Denton-2/+54
2024-03-14Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=AmanieuMatthias Krüger-0/+7
2024-03-14Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDentonMatthias Krüger-21/+47
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-128/+230
2024-03-09Rollup merge of #121711 - ChrisDenton:junction, r=Mark-SimulacrumGuillaume Boisseau-0/+12
2024-03-09Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnayGuillaume Boisseau-10/+10
2024-03-09Avoid closing invalid handlesdylni-21/+47
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-48/+44
2024-02-27Implement junction_pointChris Denton-0/+12
2024-02-27Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-sebors-1/+10
2024-02-27Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-sebors-0/+81
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-4/+4
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-1/+10
2024-02-26change std::process to drop supplementary groups based on CAP_SETGIDElliot Roberts-0/+7
2024-02-24library: use `addr_of!`Pavel Grigorenko-17/+21
2024-02-21os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.David Carlier-0/+81
2024-02-18Rollup merge of #121266 - SabrinaJewson:easy-syscall-aliases, r=Mark-SimulacrumMatthias Krüger-0/+14
2024-02-18Add uncontroversial syscall doc aliases to std docsSabrinaJewson-0/+14
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-1/+0
2024-02-11Rollup merge of #120459 - rytheo:handle-conversion-docs, r=Mark-SimulacrumMatthias Krüger-0/+25
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+25
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-10/+1
2024-01-30Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri...Guillaume Gomez-1/+1
2024-01-28Make `impl<T: AsHandle>` impl take `?Sized`Gary Guo-5/+5
2024-01-28Make `impl<Fd: AsFd>` impl take `?Sized`Gary Guo-5/+5
2024-01-28std: Update documentation of seek_write on WindowsAlex Crichton-1/+1
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-10/+1
2024-01-25Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkovMatthias Krüger-2/+1
2024-01-24Finishing clone3 clean upAskar Safin-2/+1
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-1/+10
2024-01-22Rollup merge of #119943 - devnexen:listener_update3, r=thomccMatthias Krüger-1/+7
2024-01-22Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-SimulacrumMatthias Krüger-10/+152
2024-01-15std::net: bind update for using backlog as `-1` too.David Carlier-1/+7
2024-01-13std: xous: use constants for stdout and stderrSean Cross-0/+11
2024-01-13xous: net: initial commit of network supportSean Cross-0/+129
2024-01-13std: xous: pass entire memory range to flag updaterSean Cross-1/+1
2024-01-13xous: ffi: correct size of freed memorySean Cross-1/+1
2024-01-13xous: ffi: fix lend_impl() return valuesSean Cross-8/+10
2024-01-09Backlog for HorizonOS UnixListenerAndrea Ciliberti-2/+8
2024-01-05Fix broken build for ESP IDF due to #119026ivmarkov-2/+3
2024-01-04Rollup merge of #119026 - devnexen:listener_upd, r=Mark-SimulacrumMatthias Krüger-2/+12
2023-12-24Fix doc typo for read_exact_atAlexBuz-1/+1
2023-12-24std::net::bind using -1 for openbsd which in turn sets it to somaxconn.David Carlier-2/+12
2023-11-23Fix tracking issue of Windows ExitCodeExtDavid Tolnay-3/+3
2023-11-23Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubileebors-4/+298
2023-11-22unnecessary_mut_passedChris Denton-2/+2
2023-11-22useless_conversionChris Denton-1/+1
2023-11-19Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-SimulacrumMichael Goulet-0/+6
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-2/+0
2023-11-16if available use a Child's pidfd for kill/waitThe 8472-0/+6