about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-8/+11
2021-12-11Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahcMatthias Krüger-2/+2
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-13/+78
2021-12-09Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-seMatthias Krüger-1/+7
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-2/+2
2021-12-05Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-seMatthias Krüger-4/+1
2021-12-02suppress warning about set_errno being unused on DragonFlyRyan Zoeller-0/+1
2021-11-27Auto merge of #90846 - cuviper:weak, r=dtolnaybors-191/+134
2021-11-24Improving the readabilityStefan Lankes-1/+1
2021-11-24If the thread does not get the lock in the short term, yield the CPUStefan Lankes-1/+10
2021-11-23kernel_copy: avoid panic on unexpected OS errorGeorg Brandl-2/+4
2021-11-20Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahcbors-29/+216
2021-11-19Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-seYuki Okushi-4/+3
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-4/+5
2021-11-17windows: Return the "Not Found" error when a path is emptyYuki Okushi-4/+3
2021-11-14Auto merge of #90596 - the8472:path-hash-opt, r=Mark-Simulacrumbors-0/+1
2021-11-12Refactor weak symbols in std::sys::unixJosh Stone-191/+134
2021-11-12Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplettMatthias Krüger-0/+3
2021-11-11`Prefix` can be case-insensitive, delegate to its Hash impl instead of trying...The8472-0/+1
2021-11-11unix::ExitStatus: Add comment saying that it's a wait statusIan Jackson-0/+3
2021-11-10Rollup merge of #89930 - cuviper:avoid-clone3, r=joshtriplettMatthias Krüger-9/+10
2021-11-10Review commentsAlex Crichton-1/+1
2021-11-10Use `target_family = "wasm"`Alex Crichton-1/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-4/+5
2021-11-08kmc-solid: Avoid the use of `asm_const`Tomoaki Kawada-7/+6
2021-11-07Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-sebors-0/+8
2021-11-05Also note tool expectations of fork vs clone3Josh Stone-0/+2
2021-11-05Update another comment on fork vs. clone3Josh Stone-2/+2
2021-11-05Only use `clone3` when needed for pidfdJosh Stone-7/+6
2021-11-04Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrumbors-1/+1
2021-11-02Update library/std/src/sys/unsupported/fs.rsDrMeepster-1/+1
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-8/+78
2021-11-02read_bufDrMeepster-6/+1
2021-11-01Run destructors from existing tls callbackChris Denton-23/+14
2021-11-01itron: Rename `itron::thread::{available_conccurrency -> available_parallelism}`Tomoaki Kawada-1/+1
2021-10-31 Windows: Resolve Command program without using the current directoryChris Denton-29/+216
2021-10-31Windows thread-local keyless dropChris Denton-1/+36
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-10/+10
2021-10-31Make std::thread::available_concurrency support process-limited number of CPUsJosh Triplett-0/+8
2021-10-31Rollup merge of #90401 - mkroening:hermit-condvar, r=joshtriplettMatthias Krüger-2/+14
2021-10-30Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnaybors-13/+174
2021-10-29hermit: Implement Condvar::wait_timeoutMartin Kröning-2/+14
2021-10-26Clarify platform availability of GetTempPath2Eugene Talagrand-1/+1
2021-10-23Fix typoChris Denton-1/+1
2021-10-23Make sure `CreateDirectoryW` works for path lengths > 247Chris Denton-1/+12
2021-10-22Add comment documenting why we can't use a simpler solutionSteven-0/+4
2021-10-18Update std::env::temp_dir to use GetTempPath2 on Windows when available.Eugene Talagrand-1/+7
2021-10-19Rollup merge of #89941 - hermitcore:kernel, r=joshtriplettMatthias Krüger-1/+1
2021-10-17Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=...bors-0/+1
2021-10-16remove compiler warningsStefan Lankes-1/+1