aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.cc
Commit message (Expand)AuthorAgeFilesLines
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-3/+3
* executor: filter out invalid PCs on linux/x86_64Dmitry Vyukov2018-05-141-0/+10
* executor: fix read_cover_size signatureDmitry Vyukov2018-04-301-1/+1
* executor: support cover on 32-bit kernelsDmitry Vyukov2018-04-271-7/+8
* executor: update to support FreeBSD kcovMitchell Horne2018-04-051-0/+51
* prog: rework address allocationDmitry Vyukov2018-02-191-0/+3
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-11/+11
* executor: small fixes for netbsdDmitry Vyukov2017-10-251-1/+5
* executor: fix netbsd syscallsDmitry Vyukov2017-10-251-1/+9
* executor: fix mkdtemp return value checkDmitry Vyukov2017-10-251-1/+1
* all: basic building on netbsdDmitry Vyukov2017-10-231-0/+174