about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2023-09-19Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu...Guillaume Gomez-2/+4
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-0/+1077
2023-09-18panic when encountering an illegal cpumaskThe 8472-2/+4
2023-09-13Disabled socketpair for VitaNikolay Arhipov-2/+2
2023-09-10Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrumbors-0/+4
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-11/+74
2023-09-09std::process (unsupported): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+20
2023-09-04Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubileebors-0/+2
2023-09-03Rollup merge of #115512 - Fulgen301:startupinfow, r=ChrisDentonMatthias Krüger-1/+1
2023-09-03Rollup merge of #115489 - saethlin:is-interrupted, r=thomccMatthias Krüger-6/+6
2023-09-03Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz...Fulgen301-1/+1
2023-09-03Use std::io::Error::is_interrupted everywhereBen Kimock-6/+6
2023-09-03Move RawOsError defination to sysAyush Singh-0/+2
2023-09-02Rollup merge of #115443 - epage:os_str, r=cuviperMatthias Krüger-35/+35
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-35/+35
2023-09-01kmc-solid: Refactor `is_interrupted` to avoid integer overflowTomoaki Kawada-2/+1
2023-09-01kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is...Tomoaki Kawada-6/+1
2023-08-29Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomccbors-0/+5
2023-08-29Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviperbors-8/+1
2023-08-28Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDentonbors-2/+152
2023-08-28fix(sys/hermit): add is_interruptedMartin Kröning-0/+5
2023-08-28fix(sys/hermit): remove obsolete network initializationMartin Kröning-8/+1
2023-08-26wasi: round up the size for `aligned_alloc`Josh Stone-1/+5
2023-08-26Auto merge of #115228 - saethlin:is-interrupted, r=thomccbors-0/+46
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-0/+46
2023-08-25Added option to set ProcThreadAttributes for Windows processesMichael van Straten-2/+152
2023-08-24Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,...Weihang Lo-1/+1
2023-08-23Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-SimulacrumGuillaume Gomez-0/+8
2023-08-23kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os`Tomoaki Kawada-1/+1
2023-08-22std: xous: add support for locksSean Cross-1/+306
2023-08-22std: xous: add thread_local_keySean Cross-1/+190
2023-08-22std: xous: add thread supportSean Cross-1/+144
2023-08-22std: xous: add support for timeSean Cross-1/+57
2023-08-22std: xous: add output support for stdioSean Cross-1/+131
2023-08-22std: xous: add alloc supportSean Cross-1/+62
2023-08-22std: xous: the basics of `os`Sean Cross-1/+147
2023-08-22libstd: add xous to libstdSean Cross-0/+47
2023-08-20Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomccMatthias Krüger-27/+47
2023-08-19Usage zero as language id for FormatMessageW()Charles Lew-6/+2
2023-08-18Fix UB in `std::sys::os::getenv()`ShE3py-27/+47
2023-08-18QNX: pass a truncated thread name to the OSJorge Aparicio-0/+4
2023-08-16address commentsGeorgii Rylov-11/+7
2023-08-16Fix a pthread_t handle leak #114610Georgii Rylov-0/+12
2023-08-15Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-seMatthias Krüger-3/+3
2023-08-15Rollup merge of #114800 - RalfJung:transparent, r=cuviperGuillaume Gomez-2/+8
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+4
2023-08-14std: add some missing repr(transparent)Ralf Jung-2/+8
2023-08-12Rollup merge of #114132 - tamird:better-env-debug-impls, r=AmanieuMatthias Krüger-8/+228
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+4
2023-08-09Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgrbors-90/+156