aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/syscalls_linux.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-0/+2
| | | | | | | | | Add basic stuff to enable MIPS64ELR2 target: - build - make extract - make generate - qemu execution - system call parsing from /proc/kallsyms
* pkg/host: rename some featuresDmitry Vyukov2019-11-161-1/+1
| | | | | Rename some features in preparation for subsequent changes which will align names across the code base.
* pkg/host: split files into syscalls/featuresDmitry Vyukov2019-11-161-0/+375
pkg/host does 2 things: detects supported syscalls and supported features. There is enough code for each for a separate file.