summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/compat.go
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-05-18Improve unsupported syscall messageFabricio Voznika
2020-04-08Fix all copy locks violations.Adin Scannell
2020-01-27Cleanup glog and add real caller information.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-06Merge pull request #1233 from xiaobo55x:compatLoggVisor bot
2019-12-03Enable runsc compatLog support on arm64.Haibo Xu
2019-06-13Update canonical repository.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-05Add uncaught signal message to the user logFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-01Add new log format that is compatible with KubernetesFabricio Voznika
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika