about summary refs log tree commit diff
path: root/library/std/src/sys/pal
AgeCommit message (Expand)AuthorLines
2024-01-13std: xous: fix thread_local_key under testsSean Cross-38/+63
2024-01-13std: once: use queue implementation on XousSean Cross-2/+0
2024-01-13std: xous: rewrite rwlock to be more robustSean Cross-21/+23
2024-01-13std: xous: use blocking_scalars for mutex unlockSean Cross-13/+7
2024-01-13std: xous: rework condvar to fix soundness issuesSean Cross-61/+98
2024-01-13xous: std: thread_parking: fix deadlocksbunnie-22/+40
2024-01-12update paths in commentsjoboet-4/+4
2024-01-11std: fix module references on Windowsjoboet-5/+5
2024-01-11std: fix module references on UNIXjoboet-8/+8
2024-01-11std: fix module references on UEFIjoboet-2/+2
2024-01-11std: fix module reference on SGXjoboet-1/+1
2024-01-11std: fix module references on hermitjoboet-15/+13
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+51856
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-10/+16