about summary refs log tree commit diff
path: root/library/std/src/sys/unix
AgeCommit message (Expand)AuthorLines
2023-01-18signal update string representation for haiku.David Carlier-0/+2
2023-01-14Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPCMatthias Krüger-25/+25
2023-01-14Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-SimulacrumMatthias Krüger-27/+41
2023-01-14Remove various double spaces in source comments.André Vennberg-25/+25
2023-01-11Stop probing for statx unless necessaryMateusz Guzik-27/+41
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-12-30Rollup merge of #105903 - joboet:unify_parking, r=m-ou-seMichael Goulet-117/+56
2022-12-30std: remove unnecessary `#[cfg]` on NetBSDjoboet-2/+0
2022-12-30std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c...joboet-2/+2
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-2/+2
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-6/+5
2022-12-29std: pass hint to id-based parking functionsjoboet-7/+7
2022-12-29std: unify id-based thread parking implementationsjoboet-115/+56
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-51/+2
2022-12-28Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-seMatthias Krüger-2/+2
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-6/+1
2022-12-28Update bootstrap cfgPietro Albini-45/+1
2022-12-28Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomccbors-2/+4
2022-12-27Auto merge of #97176 - kraktus:cmd_debug, r=the8472bors-7/+60
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-7/+60
2022-12-22std: only use LFS function on glibcmochaaP-12/+12
2022-12-18Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrumbors-38/+19
2022-12-17Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-SimulacrumMatthias Krüger-0/+23
2022-12-14Rollup merge of #105598 - RalfJung:more-comments, r=the8472Matthias Krüger-3/+4
2022-12-14Rollup merge of #105399 - mikebenfield:lfs, r=thomccMatthias Krüger-8/+31
2022-12-12fs: Fix #50619 (again) and add a regression testTavian Barnes-38/+19
2022-12-12explain mem::forget(env_lock) in fork/execRalf Jung-3/+4
2022-12-11Implement blocking outputAyush Singh-0/+19
2022-12-11Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-SimulacrumMatthias Krüger-66/+34
2022-12-10Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviperMatthias Krüger-12/+7
2022-12-10Rollup merge of #104901 - krtab:filetype_compare, r=the8472Matthias Krüger-2/+18
2022-12-09Replace hand-made masking by call to masked() method in FileTypeArthur Carcano-1/+1
2022-12-08Add read_to_end for AnonPipeAyush Singh-0/+4
2022-12-07Avoid heap allocation when truncating thread namesGavin Li-12/+7
2022-12-07Use more LFS functions.Michael Benfield-8/+31
2022-12-06Implement masking in FileType hashing on UnixArthur Carcano-1/+8
2022-12-05Reimplement weak! using Option.Peter Collingbourne-1/+36
2022-12-02std: cleanup timeouts in pthread condvarjoboet-66/+34
2022-11-25Implement masking in FileType comparison on UnixArthur Carcano-1/+10
2022-11-20cfg(miri) no longer needed in sys/unix/time.rsRalf Jung-2/+2
2022-11-16available_parallelism: Handle 0 cfs_period_usAdam Casey-2/+2
2022-11-14macos, aarch64, and not(miri)Cameron-2/+2
2022-11-13just use `libc::clockid_t`Cameron-8/+3
2022-11-13Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targetsJoy-3/+15
2022-11-06std: fix double-free of mutexjoboet-1/+1
2022-11-06std: remove lock wrappers in `sys_common`joboet-251/+268
2022-10-27Rollup merge of #103564 - RalfJung:miri-unused, r=thomccMatthias Krüger-2/+3
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10
2022-10-26library: allow some unused things in MiriRalf Jung-2/+3
2022-10-25Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomccDylan DPC-0/+18