summaryrefslogtreecommitdiff
path: root/pkg/musl/patch
AgeCommit message (Collapse)Author
2025-02-13musl: Fix CVE-2025-26519Michael Forney
2022-04-10musl: Update to 1.2.3Michael Forney
2021-10-26musl: Add patch to use preferred location for packed attributeMichael Forney
2021-10-05musl: Avoid long double inline functions in math.hMichael Forney
2021-07-12musl: Add pthread_getname_np.c to sourcesMichael Forney
03ff506c added the source file but didn't add it to base.lua, so it did not get built. Also, update the patch to fix the error check.
2021-07-06musl: Cherry-pick patch adding pthread_getname_npMichael Forney
2021-01-24musl: use _Generic selection for type-generic math macrosMichael Forney
This way cproc can better handle programs that include math.h, since it doesn't have to generate code involving long double.
2021-01-21musl: Update to 1.2.2Michael Forney
2020-10-30musl: Add patch to support SIGEV_THREAD_IDMichael Forney
This is needed by qemu-linux-user.
2020-10-08musl: Prevent hang when setrlimit is used after vforkMichael Forney
This fixes a hang when building emacs from pkgsrc.
2020-07-05musl: Update to latest git for integrated mallocngMichael Forney
2020-06-10Switch to mallocngMichael Forney
2020-02-20musl: Update to 1.2.0Michael Forney
2020-02-13musl: Apply patch to always use __builtin_allocaMichael Forney