aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/musl.go
AgeCommit message (Expand)Author
2024-11-20runtime: implement race-free signals using futexesAyke van Laethem
2024-11-18linux: add runtime.fcntl functionleongross
2024-11-07os: implement StartProcessleongross
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-08-06ci: don't include prebuilt libraries in the releaseAyke van Laethem
2024-01-19runtime: add runtime.rand functionAyke van Laethem
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-10-16linux: include musl 'getpagesize' function in releaseAyke van Laethem
2022-10-13all: update muslAyke van Laethem
2022-08-28compiler: use the LLVM builtins everywhereAyke van Laethem
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-06-12syscall.Getpagesize(): add test, implement for Linux and WindowsDan Kegel
2022-04-10all: use compiler-rt from LLVMAyke van Laethem
2022-01-09builder (musl): add -fno-stack-protectorNia Waldvogel
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem