about summary refs log tree commit diff
path: root/library/std/src/sys/fs/unix.rs
AgeCommit message (Expand)AuthorLines
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-14/+20
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-1/+0
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-0/+9
2025-05-14Fix settimes for vxworksB I Mohammed Abbas-2/+1
2025-05-03Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubileeMatthias Krüger-14/+25
2025-05-01Change signature of File::try_lock and File::try_lock_sharedChristopher Berner-14/+25
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-04-24Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35Matthias Krüger-0/+6
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-0/+6
2025-04-18std: Use fstatat() on illumosPatrick Mooney-3/+6
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-14/+0
2025-03-29Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboetMatthias Krüger-100/+79
2025-03-29Start using with_native_path in std::sys::fsChris Denton-100/+79
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-6/+10
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+10
2025-03-10Fix code style王宇逸-1/+6
2025-03-10Initial STD support for Cygwin王宇逸-1/+5
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-0/+2
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+12
2025-03-08Move fs into sysThalia Archibald-0/+2319