aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Relicense as GPL-2.0-or-later•••Signed-off-by: Michał Górny <mgorny@gentoo.org> Michał Górny2024-01-251-2/+2
* Add Alexey Dokuchaev to hwcap.c copyright header•••Signed-off-by: Michał Górny <mgorny@gentoo.org> Michał Górny2022-05-201-0/+1
* Remove unused check for getauxval()•••Signed-off-by: Michał Górny <mgorny@gentoo.org> Michał Górny2022-05-201-3/+1
* Add FreeBSD/arm{,64} support•••- Replace getauxval(3), a non-standard glibc extension, with FreeBSD's native elf_aux_info(3) - Return features supported by the specific machine processor architecture (uname -p) rather than the hardware platform (uname -m), because the latter is too vague on FreeBSD and does not include specific version (generation) Closes: https://github.com/mgorny/cpuid2cpuflags/pull/20 Signed-off-by: Michał Górny <mgorny@gentoo.org> Alexey Dokuchaev2022-05-191-6/+26
* Abstract away getting 'uname -m' and mock it•••Signed-off-by: Michał Górny <mgorny@gentoo.org> Michał Górny2019-09-111-0/+17
* Document code better•••Signed-off-by: Michał Górny <mgorny@gentoo.org> Michał Górny2019-09-111-1/+7
* Split AT_HWCAP* getters into separate unithwcap-splitMichał Górny2019-09-101-0/+40