summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/exec_binary.cc
AgeCommit message (Expand)Author
2021-02-08exec: don't panic if an elf file is malformedAndrei Vagin
2020-08-21Skip ElfInterpreterStaticTest for 5.X kernels.Zach Koopmans
2020-05-28minor changes in exec_binary test case for Arm64Bin Lu
2020-04-14Merge pull request #2375 from lubinszARM:pr_exec_binarygVisor bot
2020-04-08Enable exec_binary syscall test on Arm64Bin Lu
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-01Support new interpreter requirements in testMichael Pratt
2019-10-01Honor X bit on extra anon pages in PT_LOAD segmentsMichael Pratt
2019-05-21Fix inconsistencies in ELF anonymous mappingsMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29Appease googletest deprecationTamir Duberstein
2019-04-10Internal changeMichael Pratt
2018-12-10Open source system call tests.Brian Geffon