about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix
AgeCommit message (Expand)AuthorLines
2024-01-27std: thread_local::register_dtor fix proposal for FreeBSD.David Carlier-2/+2
2024-01-24Finishing clone3 clean upAskar Safin-2/+1
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-2/+18
2024-01-24This commit is part of clone3 clean up. As part of clean up we willAskar Safin-1/+12
2024-01-23Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiserLeón Orell Valerian Liehr-1/+4
2024-01-22fixing build for the BSDDavid Carlier-1/+4
2024-01-22Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDentonMatthias Krüger-39/+0
2024-01-22Rollup merge of #117910 - madsmtm:msg-send-no-clashing, r=thomccMatthias Krüger-37/+44
2024-01-22std: move cmath into `sys`joboet-39/+0
2024-01-15std: move OS String implementation into `sys`joboet-306/+0
2024-01-13Refactor uses of `objc_msgSend` to no longer have clashing definitionsMads Marquart-37/+44
2024-01-11std: fix module references on UNIXjoboet-8/+8
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+15123
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-10/+16