summaryrefslogtreecommitdiff
path: root/pkg/musl
AgeCommit message (Collapse)Author
2025-02-13musl: Fix CVE-2025-26519Michael Forney
2024-03-01musl: Update to 1.2.5Michael Forney
2023-07-01musl: Update to 1.2.4Michael 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: Use architecture-specific crt[in].sMichael Forney
This fixes .init so that gcc's crtbegin can call functions in .ctors.
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-08-04musl: Update to 1.2.1Michael Forney
2020-07-05musl: Update to latest git for integrated mallocngMichael Forney
2020-06-10Switch to mallocngMichael Forney
2020-06-05musl: Disable spurious local address return warningMichael Forney
2020-04-15musl: Fix portability of sed expressionMichael Forney
2020-03-01musl: Add aarch64 supportMichael Forney
2020-02-20musl: Fix dependencies when $dir != $gendirMichael Forney
2020-02-20musl: Update to 1.2.0Michael Forney
2020-02-13musl: Apply special CFLAGSMichael Forney
2020-02-13musl: Build Scrt1.oMichael Forney
2020-02-13musl: Sort sources to prevent spurious rebuildsMichael Forney
2020-02-13musl: Build and install empty librariesMichael Forney
2020-02-13musl: Apply patch to always use __builtin_allocaMichael Forney
2020-02-13musl: Build and install libc.soMichael Forney
Although we statically link everything, this is useful for running dynamically linked binaries from pkgsrc.
2020-02-12musl: Use target architectureMichael Forney
2020-02-12musl: Install headers and object filesMichael Forney
Also, use -fPIC for all objects to allow for building PIEs.
2019-12-16musl: Install headers and rest of crt filesMichael Forney
2019-10-17musl: Update to 1.1.24Michael Forney
2019-08-06musl: Hard code x86_64 arch for nowMichael Forney
2019-08-06Add musl 1.1.23Michael Forney
This is not yet used by anything, but eventually we can build the system against this instead of the toolchain default.