about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix
AgeCommit message (Expand)AuthorLines
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
2025-01-25Correct comment for FreeBSD and DragonFly BSD in unix/threadHuang Qi-1/+1
2025-01-24Fix set_name in thread mod for NuttXHuang Qi-3/+8
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-11/+3
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-3/+4
2025-01-18Fix import of pipe in kernel_copy.rsJiahao XU-3/+2
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-4/+5
2025-01-14Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie...Zachary S-23/+13
2025-01-14std: lazily allocate the main thread handlejoboet-4/+5
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-17/+16
2025-01-10Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35Jacob Pratt-11/+13
2025-01-09Update a bunch of library types for MCP807Scott McMurray-17/+16
2025-01-09Used pthread name functions returning result for FreeBSD and DragonFlyYoh Deadfall-11/+13
2025-01-01std::fs::DirEntry.metadata(): prefer use of lstat() on EmscriptenKleis Auke Wolthuizen-8/+1
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-6/+1
2024-12-28Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomccbors-24/+70
2024-12-24Fix compilation issues on other unixesAlex Saveau-44/+53
2024-12-21Fix forgetting to save statx availability on successAlex Saveau-1/+5
2024-12-21Eliminate redundant statx syscallsAlex Saveau-9/+64
2024-12-21Unify fs::copy and io::copyAlex Saveau-19/+1
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+1
2024-12-15Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviperStuart Cook-0/+1
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-1/+1
2024-12-02Use c"lit" for CStrings without unwrapKornel-1/+1
2024-12-01Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDentonMatthias Krüger-0/+2
2024-12-01Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubileeMatthias Krüger-0/+324
2024-11-30std: clarify comments about initializationjoboet-9/+11
2024-11-30fix: hurd build, stat64.st_fsid was renamed to st_devSteve Lau-0/+2
2024-11-26std: update internal uses of `io::const_error!`joboet-41/+40
2024-11-23Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay许杰友 Jieyou Xu (Joe)-4/+99
2024-11-22Don't try to use confstr in MiriMads Marquart-4/+6
2024-11-14Rollup merge of #132984 - sunshowers:pipe2, r=tgross35Jubilee-0/+1
2024-11-14Rollup merge of #132977 - cberner:fix_solaris, r=tgross35Jubilee-0/+80