summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix
AgeCommit message (Expand)AuthorLines
2025-03-23Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrumbors-3025/+3
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-2/+3
2025-03-22std: move process implementations to `sys`joboet-3025/+3
2025-03-21Fix Thread::set_name on cygwin王宇逸-2/+3
2025-03-18Add stack overflow handler for cygwinBerrysoft-0/+87
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-0/+6
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-4/+31
2025-03-13Remove usage of legacy scheme paths on RedoxOSbjorn3-3/+6
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+6
2025-03-10Remove stack overflow handler for cygwin王宇逸-8/+3
2025-03-10Use __xpg_strerror_r on cygwin王宇逸-1/+6
2025-03-10Readd os::cygwin::raw as pub(crate)王宇逸-1/+0
2025-03-10Fix code style王宇逸-1/+2
2025-03-10Fix building for cygwin王宇逸-3/+6
2025-03-10Initial STD support for Cygwin王宇逸-3/+27
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-1/+9
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+15
2025-03-09std: move stdio to `sys`joboet-100/+0
2025-03-08Move fs into sysThalia Archibald-2387/+0
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-18/+15
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-18/+15
2025-03-05Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+16
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-8/+8
2025-02-25fix: attr cast for espidfSergio Gasquez-1/+1
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-21/+34
2025-02-23[illumos] attempt to use posix_spawn to spawn processesRain-1/+16
2025-02-19fix by commentsxizheyin-21/+17
2025-02-19remove assume_init in stack_overflowxizheyin-7/+9
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-0/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-0/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-11/+8
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-2/+2
2025-02-14Rollup merge of #136052 - no1wudi:fix, r=workingjubileeMatthias Krüger-1/+1
2025-02-13std: Apply fixes for tail drop expressionsEric Huss-2/+2
2025-02-13Consistently using as_mut_ptr() and as_ptr() in threadxizheyin-8/+11
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-8/+20
2025-02-12expect EINVAL for pthread_mutex_destroy for aixHenry Jiang-3/+3
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-10/+7
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-1/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-27/+27
2025-02-09Mark link_section attr with unsafeMichael Goulet-1/+1
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-1/+17
2025-02-09Rollup merge of #136213 - erickt:fs, r=Mark-SimulacrumUrgau-1/+17
2025-02-07std: get rid of `sys_common::io`joboet-2/+2
2025-02-07std: move `io` module out of `pal`joboet-88/+0
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1221/+0
2025-02-03std::fs: further simplify dirent64 handlingRalf Jung-8/+6
2025-02-02std: move network code into `sys`joboet-1221/+0
2025-01-28Allow Rust to use a number of libc filesystem callsErick Tryzelaar-1/+17
2025-01-26Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubileeJacob Pratt-10/+3