Commit Graph

18 Commits

Author SHA1 Message Date
Michael Forney f5acbe5303 musl: Apply recent bug fixes from git 2026-04-10 12:32:26 -07:00
Michael Forney 2ffb6f0158 musl: Update to 1.2.6 2026-03-20 13:59:09 -07:00
Michael Forney 08bfced738 musl: Add patch to implement posix_getdents 2026-03-12 22:12:16 -07:00
Michael Forney 15cb05ae35 musl: Add patch to implement pthread_{cond,mutex}_timedwait 2026-03-03 14:36:39 -08:00
Michael Forney 160dac1b75 musl: Fix CVE-2025-26519 2025-02-13 14:21:11 -08:00
Michael Forney d20d4f021c musl: Update to 1.2.3 2022-04-10 14:43:07 -07:00
Michael Forney bc99da741d musl: Add patch to use preferred location for packed attribute 2021-10-26 20:00:12 -07:00
Michael Forney 39ec6c68a1 musl: Avoid long double inline functions in math.h 2021-10-05 14:54:01 -07:00
Michael Forney 583d84863c musl: Add pthread_getname_np.c to sources
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-12 22:23:42 -07:00
Michael Forney 03ff506c35 musl: Cherry-pick patch adding pthread_getname_np 2021-07-06 17:26:38 -07:00
Michael Forney cc38ae078f musl: use _Generic selection for type-generic math macros
This way cproc can better handle programs that include math.h, since
it doesn't have to generate code involving long double.
2021-01-24 01:03:55 -08:00
Michael Forney c5a61c5054 musl: Update to 1.2.2 2021-01-21 02:19:11 -08:00
Michael Forney 3ddc73a7a8 musl: Add patch to support SIGEV_THREAD_ID
This is needed by qemu-linux-user.
2020-10-30 20:39:26 -07:00
Michael Forney efd92bf38e musl: Prevent hang when setrlimit is used after vfork
This fixes a hang when building emacs from pkgsrc.
2020-10-08 14:46:22 -07:00
Michael Forney 2519c56dbf musl: Update to latest git for integrated mallocng 2020-07-05 16:15:41 -07:00
Michael Forney 837de55ace Switch to mallocng 2020-06-10 17:25:39 -07:00
Michael Forney 0d8fcdb0bc musl: Update to 1.2.0 2020-02-20 18:49:06 -08:00
Michael Forney 763c8937cb musl: Apply patch to always use __builtin_alloca 2020-02-13 01:16:11 -08:00