Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-21 | portability: add qsort_r | Timo Teräs | 3 | -0/+34 | |
2022-03-07 | portability, fetch: drop static_deps dependencies | Daniel Kolesa | 1 | -1/+0 | |
This is not actually needed, and it results in both static and shared versions of zlib and openssl linked into libapk otherwise, which is bad. | |||||
2021-12-29 | portability: add sys/sysmacros.h wrapper for makedev/major/minor | Ariadne Conill | 1 | -0/+9 | |
2021-12-29 | portability: include environ in overlaid unistd.h | Ariadne Conill | 1 | -0/+5 | |
2021-12-29 | portability: implement pipe2 and mknodat | Ariadne Conill | 5 | -0/+64 | |
2021-12-29 | portability: take over strlcpy | Ariadne Conill | 3 | -0/+18 | |
2021-12-29 | portability: add endian.h wrapper | Ariadne Conill | 1 | -0/+61 | |
2021-12-29 | portability: implement skeleton with memrchr function | Ariadne Conill | 3 | -0/+49 | |